@charset "utf-8";

/*
*   common
*/
.pconly {
    display: none
}

.sponly {
    display: block
}

.top_box {
    margin-bottom: 45px;
}


@media (min-width: 768px) {
    .pconly {
        display: block
    }

    .sponly {
        display: none
    }

    .top_box {
        margin-bottom: 86px;
    }
}

.header_site_function {
    display: none;
}

/*
*   新メインビジュアル
*/
.topMv {
    display: none;
}

.topMv__img {
    max-width: 1120px;
    margin: 0px auto;
    text-align: center;
}

.topMv__img img {
    margin: 0px auto;
    width: 100%;
}

.topMv.topMv--2501 {
    background: linear-gradient(#ecd19c, #efd4a5, #f7dbb3, #fae8c3, #f7e5bf) left / 50% no-repeat, linear-gradient(#c9a872, #dabc8a, #e8cb93, #efd798, #edd897) right / 50% no-repeat;
    overflow-x: hidden;
}

.topMv.topMv--250115 {
    background: linear-gradient(#fff227, #fff227, #fff227, #f1c81f, #e49f18) left / 50% no-repeat,
        /* First gradient */
        linear-gradient(#fff227, #fff227, #fff227, #f1c81f, #e49f18) right / 50% no-repeat;
}

.topMv.topMv--2504 {
    background:linear-gradient(#FEFBE5, #FBEECE, #F7E4BB, #FAE3B9, #F5DDAC) left / 50% no-repeat, linear-gradient(#EED3A6,#EED4A4,#F0D3A4,#EFD5A3,#EED4A2) right / 50% no-repeat;
    overflow-x: hidden;
}

.topMv.topMv--2503--quiz {
    background:linear-gradient(#FFFE99, #FFFCA1, #FFFCA5, #FFFBA9, #FFFAAF, #FAE696, #ecb970 66%, #dc6d1e 79%, #d45b20, #D25421)left / 50% no-repeat,
linear-gradient(#FFFE99, #FFFCA1, #FFFCA5, #FFFBA9, #FFFAAF, #FAE696, #ecb970 66%, #dc6d1e 79%, #d45b20, #D25421) right / 50% no-repeat;
}

.topMv.topMv--2501 .topMv__img {
    max-width: 1200px;
}

@media (max-width: 640px) {
    .topMv.topMv--2501 .topMv__img {
        width: 104%;
        margin-left: -2%;
    }
}

.u-mv__sponly {
    display: none;
}

@media (max-width: 640px) {
    .u-mv__pconly {
        display: none;
    }

    .u-mv__sponly {
        display: block;
    }
}

.topBnr {
    background: linear-gradient(#f1d0a3, #fae1c0, #e7b8a4, #ed957f) left / 50% no-repeat,
        /* First gradient */
        linear-gradient(#e2bf85, #e1be7e, #dfab7c, #d88366) right / 50% no-repeat;
}

.topBnr__img {
    max-width: 1280px;
    margin: 0px auto;
    text-align: center;
}

/*
*   main slider
*/
.main_slider a:hover img {
    opacity: .7;
}

.slider_wrap {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.slick-slide a {
    display: block;
    position: relative;
}

.main_slider .slick-slide a:after {
    content: "";
    display: block;
    background: linear-gradient(to top, rgba(73, 56, 32, .7) 0, rgba(73, 56, 32, 0) 100%);
    width: 100%;
    height: 42%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.slick-arrow {
    position: absolute;
    top: 0;
    z-index: 1;
    font-size: 0;
    width: 10%;
    height: 100%;
    background: none;
    border: none;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-arrow:before {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
}

.slick-prev:before {
    transform: translate(-25%, -50%) rotate(-135deg);
}

.slick-next:before {
    transform: translate(-75%, -50%) rotate(45deg);
}

.slick-arrow:focus {
    outline: 0;
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 20px 5% 0;
}

.slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #E9DDE9;
    margin: 0 4px;
}

.slick-dots li.slick-active {
    background-color: #945B90;
}

.slick-dots button {
    display: none;
}

.main_slide_name {
    position: absolute;
    bottom: .4em;
    left: 0;
    z-index: 2;
    width: 100%;
    font-size: 3.7vw;
    line-height: 1.2;
    color: #FFF;
    text-align: center;
    font-weight: normal;
}

.small_title {
    font-size: .7em;
    display: block;
    margin-bottom: .2em;
}

.ballpen_present {
    width: 23%;
    position: absolute;
    left: 4%;
    top: 0;
    transform: translateY(-100%);
}

#dot_navigation {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}



.toppage_products_search {
    width: 80%;
    max-width: 400px;
    margin: 0 auto 30px;
}


/* 人気のキーワード */
.top_products_search_wrap {
    margin: 0 auto 36px;
    padding: 15px 22px;
    width: 92%;
    max-width: 820px;
    background-color: #f4eef4;
    border-radius: 10px;
}

.top_products_search_wrap form.products_search {
    margin-right: 0;
    margin-bottom: 10px;
}

.top_products_search_wrap input {
    padding: 1rem;
}

.popular_keyword {
    justify-content: flex-start;
    line-height: 1.2;
    font-size: 95%;
}

.popular_keyword dt {
    width: 100%;
}

.popular_keyword dd {
    flex-grow: 1;
}

.popular_keyword ul li {
    margin-right: 1em;
    display: inline-block;
}

.popular_keyword ul li a {
    text-decoration: underline;
}





@media (min-width: 480px) {
    .main_slide_name {
        font-size: 2.9vw;
    }

    /* 人気のキーワード */
    .top_products_search_wrap {
        margin-bottom: 50px;
        padding: 25px 30px;
    }

}

@media (min-width: 600px) {


    .main_slide_name {
        font-size: 2.4rem;
    }

}

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

    .slick-arrow:before {
        width: 30px;
        height: 30px;
    }

    .slick-dots li {
        width: 10px;
        height: 10px;
    }

    .toppage_products_search {
        margin-bottom: 54px;
    }

}

@media (min-width: 960px) {
    .slider_wrap {
        padding-bottom: 40px;
    }

    .slider_wrap .site_info {
        display: none;
    }

    .main_slide_name {
        font-size: 2.8rem;
    }


}




/* 色々なお菓子を食べたい方へ */
.top_variety_item {
    margin-left: auto;
    margin-right: auto;
    max-width: 820px;
}


.top_variety_ttl {
    margin-bottom: 10px;
    font-size: 17px;
    color: #955b91;
    text-align: center;
}

.top_variety_ttl br {
    display: none;
}

.top_variety_list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 92%;
    max-width: 560px;
    margin: 0 auto;
}

.top_variety_list li {
    width: 47.8%;
    margin-bottom: 17px;
}

.top_variety_list li a {
    display: block;
    position: relative;
    padding: 20px 14px 20px 10px;
    font-size: 13px;
    color: black;
    background-color: #f6f6e8;
}

.top_variety_list li:nth-of-type(2n) a {
    background-color: #f4eee8;
}

.top_variety_list li a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 6px;
    bottom: 0;
    width: 5px;
    height: 5px;
    border-top: 1px solid #af6ca9;
    border-right: 1px solid #af6ca9;
    margin: auto;
    transform: rotate(45deg);
}

.top_variety_list li a:hover {
    opacity: .7;
}

@media (min-width: 480px) {
    .top_variety_ttl {
        font-size: 18px;
    }

    .popular_keyword {
        font-size: 100%;
        line-height: 1.5;
    }

    .popular_keyword dt {
        width: 10em;
    }

    .top_variety_list li a {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .top_variety_list li a {
        padding: 24px 36px;
        font-size: 18px;
    }

    .top_variety_list li a::after {
        right: 16px;
        width: 8px;
        height: 8px;
    }
}

@media (min-width: 960px) {
    .top_variety_item {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .top_variety_ttl {
        margin-bottom: 0;
        text-align: left;
    }

    .top_variety_list,
    .top_variety_list li {
        margin: 0;
    }
}








.top_variety_icon {
    margin: 0 auto 40px;
    width: 96%;
    text-align: center;
}

/* jsで.icon5～.icon10まで付与 */


.top_variety_icon_ttl {
    margin-bottom: 10px;
    font-size: 21px;
    color: #955b91;
    text-align: center;
}



.top_variety_icon_list_wrap {
    height: 92px;
    overflow: hidden;
}

.top_variety_icon_list_scroll {
    height: 120px;
    overflow-x: scroll;
}

.top_variety_icon_list {
    margin: 0 auto;
    justify-content: center;
}

.icon5 .top_variety_icon_list {
    width: 340px;
}

.icon6 .top_variety_icon_list {
    width: 408px;
    flex-wrap: nowrap;
}

.icon7 .top_variety_icon_list {
    width: 476px;
}

.icon8 .top_variety_icon_list {
    width: 544px;
}

.icon9 .top_variety_icon_list {
    width: 612px;
}

.icon10 .top_variety_icon_list {
    width: 680px;
}


.top_variety_icon_list li {
    width: 68px;
    margin: 0 5px;
    /*

	width: 16.3%;

	width: 20%; 2021 5/25まで
	*/
}

.top_variety_icon_list li .circle {
    display: block;
    margin: 0 auto 3px;
    width: 81.5%;
    border: 1px solid #c6c6c6;
    border-radius: 50%;
    overflow: hidden;
}

.top_variety_icon_list li .circle img {
    border: 3px solid #fff;
    border-radius: 50%;
}

.top_variety_icon_list li .text {
    font-size: 1rem;
    line-height: 1.3;
}

@media (min-width: 480px) {
    .top_variety_icon {
        margin-bottom: 110px;
        width: 100%;
    }

    .top_variety_icon_ttl {
        font-size: 19px;
    }
}

@media (min-width: 768px) {
    .top_variety_icon {
        overflow-x: visible;
    }

    .top_variety_icon_ttl {
        margin-bottom: 20px;
        font-size: 2.5rem;
    }


    .top_variety_icon_list_wrap,
    .top_variety_icon_list_scroll {
        height: auto;
        overflow: visible;
    }

    .top_variety_icon_list {
        flex-wrap: nowrap;
    }

    .icon5 .top_variety_icon_list,
    .icon6 .top_variety_icon_list,
    .icon7 .top_variety_icon_list,
    .icon8 .top_variety_icon_list,
    .icon9 .top_variety_icon_list,
    .icon10 .top_variety_icon_list {
        width: auto;
    }



    .top_variety_icon_list li {
        width: 108px;
    }

    .top_variety_icon_list li a:hover .circle {
        opacity: 0.7;
    }

    .top_variety_icon_list li .circle img {
        border-width: 5px;
    }

    .top_variety_icon_list li .text {
        font-size: 1.3rem
    }
}

.fs-c-salesPeriod__date {
    border: 0;
}









/* title */
.title_with_symbol {
    padding-bottom: 6px;
    border-bottom: 1px solid #D3BDD2;
}

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

    .title_with_symbol::before {
        margin-bottom: 16px;
    }
}

/*  item_ranking_show  */
.item_ranking_show {
    margin-bottom: 20px;
}

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




/*  giftset  */
#giftset {}

#giftset .title_with_symbol::before {
    background-image: url(../images/top/icon_simbol_stayhome_title.png);
}

.giftset_catch {
    text-align: center;
    margin: 0 4% 2em;
    font-size: 95%;
}

.giftset_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 77%;
    max-width: 1280px;
    margin: 0 auto 43px;
}

.giftset_list li {
    position: relative;
    display: block;
    max-width: 626px;
    width: 100%;
    margin: 0 auto 15px;
    line-height: 1.6;
}

@media (min-width: 768px) {}

@media (min-width: 960px) {
    .stayhome_catch {
        font-size: 1.6rem;
    }

    .giftset_list {
        width: 92%;
    }

    .giftset_list li {
        width: 49%;
    }
}






/*  stayhome  */
#stayhome .title_with_symbol::before {
    background-image: url(../images/top/icon_simbol_stayhome_title.png);
}

.stayhome_catch {
    text-align: center;
    margin: 0 4% 2em;
}

.stayhome_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 92%;
    max-width: 1280px;
    margin: 0 auto 43px;
}

.stayhome_list li {
    position: relative;
    flex: 0 0 47%;
    max-width: 200px;
    margin: 0 1.5% 15px;
    line-height: 1.6;
}

.stayhome_list li a:hover {
    opacity: .7;
}

@media (min-width: 768px) {
    .stayhome_list li {
        flex-basis: 29%;
        max-width: 330px;
        margin: 13px;
    }
}

@media (min-width: 960px) {
    .stayhome_catch {
        font-size: 1.6rem;
    }
}














/* .ranking_show */
.ranking_show_wrap {
    padding-bottom: 15px;
}

.ranking_show_wrap .title_with_symbol {
    /* border-bottom: 0; */
}

.item_ranking_show h4 {
    display: none;
}



/*  season  */
#season .title_with_symbol::before {
    background-image: url(../images/top/icon_simbol_season_title.jpg);
}

.season_list {
    width: 92%;
    margin: auto;
}

.season_list li a {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    text-decoration: none;
}

.season_list li {
    margin-bottom: 15px;
}

.season_img_wrap {
    position: relative;
    flex: 0 0 46%;
    max-width: 160px;
}

.season_txt {
    flex-grow: 1;

    padding-left: 15px;
}

.campaign_txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: .5em;
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
}

.campaign_green_tea {
    background-color: rgba(0, 145, 69, .8);
}

.campaign_yokan {
    background-color: rgba(53, 119, 194, .8);
}

.campaign_brown {
    background-color: rgba(82, 30, 32, .8);
}

.campaign_purple {
    background-color: rgba(149, 91, 145, .8);
}

.campaign_skyblue {
    background-color: rgba(0, 200, 255, .8);
}

.campaign_skyblue2 {
    background-color: rgba(0, 130, 200, .8);
}

.campaign_dull_red {
    background-color: rgba(158, 20, 36, .8);
}

.campaign_lightgreen {
    background-color: rgba(78, 161, 0, .8);
}

.campaign_peach {
    background-color: rgba(175, 155, 135, .8);
}

.campaign_pink {
    background-color: rgba(175, 125, 135, .8);
}



.season_img {
    width: 100%;
}

.season_product_name {
    font-size: 14px;
    font-weight: bold;
    margin: .5em 0;
}

.season_product_txt {
    font-size: 1.3rem;
    line-height: 1.5;
}

.season_link {
    display: none;
}

@media (min-width: 480px) {
    .season_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .season_list li {
        flex: 0 0 200px;
        margin: 0 10px 40px;
    }

    .season_list li.is_empty {
        padding: 0;
        margin-bottom: 0;
    }

    .season_list li a {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .season_img_wrap {
        max-width: 100%;
        flex-basis: auto;
    }

    .season_txt {
        padding: 0;
    }

    .season_product_txt {
        padding-bottom: 1em;
    }

    .season_link {
        position: relative;
        display: block;
        padding: 7px 0;
        margin-top: auto;
        width: 100%;
        background-color: #f5eff5;
        border: #d4bed3 1px solid;
        font-size: 12px;
        color: #955b91;
        font-weight: bold;
        text-align: center;
        font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", メイリオ, Meiryo, serif;
        transition: .2s ease;
    }

    .season_link:hover {
        background-color: #955b91;
        color: #f5eff5;
    }

    .season_link::after {
        position: absolute;
        content: '';
        display: block;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        border: solid 4px transparent;
        border-left-color: #d4bed3;
    }
}


@media (min-width: 768px) {
    #season {
        margin-bottom: 28px;
    }

    #season .title_with_symbol {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .season_list {
        /*display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 100%;
        padding: 0 10px;*/
    }

    .season_list li {
        flex-basis: 30%;
        max-width: 240px;
        margin-bottom: 60px;
    }

    .season_img_wrap {
        width: 100%;
    }

    .season_txt {
        width: 100%;
    }

    .campaign_txt {
        /*font-size: 15px;*/
    }

    .campaign_txt .pconly {
        display: inline-block;
    }

    .campaign_txt span {
        margin: 0 .5em;
    }

    .season_product_name {
        margin: 1em 0;
    }

    .season_product_txt {
        min-height: 4.5em;
    }

    .season_link {
        font-size: 1.4rem;
    }
}

@media (min-width: 960px) {
    .season_list li {
        flex-basis: 22%;
        flex-grow: 1;
        max-width: 300px;
    }
}

@media (min-width: 1280px) {
    .season_list {
        width: 100%;
    }

    .season_list li {
        position: relative;
    }

    .campaign_txt {
        font-size: 1.5rem;
    }
}






/* 秋の送料無料キャンペーン */
#thankscampaign .title_with_symbol::before {
    background-image: url(../images/top/icon_simbol_autumn_title.png);
}

#thankscampaign .title_with_symbol .small {
    display: block;
}

#thankscampaign .season_list {
    max-width: 1016px
}

#thankscampaign .season_txt {
    padding-bottom: 10px;
}

@media (min-width: 960px) {
    #thankscampaign .season_list li {
        flex-basis: 30%;
    }
}

















/* classic */
#classic {
    margin-bottom: 39px;
}

#classic .title_with_symbol::before {
    background-image: url(../images/top/icon_simbol_classic_title.jpg);
}

.classic_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 92%;
    margin: 0 auto;
}

.classic_list li {
    flex: 0 0 47%;
    max-width: 200px;
    margin: 0 1.5% 15px;
}

.classic_img_wrap {
    display: block;
    position: relative;
    margin-bottom: 12px;
    overflow: hidden;
}

.classic_img_wrap img {
    transition: .2s ease;
}

.classic_img_wrap:hover img {
    transform: scale(1.1);
}

.classic_product_name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: .2em 0;
    font-size: 16px;
    color: black;
    text-align: center;
    background: url(../images/top/bg_classic_pattern.png) repeat;
}

@media (min-width: 600px) {
    .classic_list {
        padding: 0 60px;
    }
}

@media (min-width: 768px) {
    #classic {
        margin-bottom: 158px;
    }

    #classic .title_with_symbol {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .classic_list {
        width: 100%;
        padding: 0 3%;
    }

    .classic_list li {
        flex-basis: 23%;
        max-width: 300px;
        margin: 0 1%;
    }

    .classic_product_name {
        padding: .5em 0;
        font-size: 2rem;
    }
}

@media (min-width: 1280px) {
    .classic_product_name {
        font-size: 2.6rem;
    }
}

/* limited */
#limited {
    /*
	padding: 30px 0 62px;
    background-color: #f4eef4;
	*/
    margin-bottom: 30px;
}

.limited_ttl {
    margin-bottom: 18px;
    font-size: 2.3rem;
    color: #ca1a31;
    text-align: center;
}

.limited_ttl::before {
    content: "";
    margin: 0 auto 1%;
    display: block;
    width: 3em;
    height: 1.05em;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/top/icon_simbol_limited_title.png);
}

.limited_slider {
    opacity: 0;
    transition: .3s;
}

.limited_slider.slick-initialized {
    opacity: 1
}

.limited_slider li img {
    width: 100%;
}

.limited_slider li a:hover img {
    opacity: .7;
}

@media (min-width: 768px) {
    #limited {
        /*
        position: relative;
        left: 50%;
        right: 50%;
        width:100vw;
        padding: 75px 0 106px;
        margin-left: -50vw;
        margin-right: -50vw;
		*/
    }

    .limited_ttl {
        font-size: 2.5rem;
    }

    /*.limited_slider .slick-prev::before {
        left: 20%;
    }
    .limited_slider .slick-next::before {
        left: 80%;
    }*/
}

@media (min-width: 960px) {
    #limited {
        margin-bottom: 55px;
    }
}

@media (min-width: 1280px) {
    .limited_ttl {
        font-size: 3.6rem;
    }
}

/* use */
#use {
    padding: 28px 0 45px;
    background: url(../images/bg_pattern_pale_purple.png) center top;
}

#use .title_with_symbol {
    border-bottom: 0;
}

#use .title_with_symbol::before {
    background-image: url(../images/top/icon_simbol_use_title.png);
}

.use_list {
    width: 92%;
    margin: 0 auto 37px;
    display: flex;
    flex-wrap: wrap;
}

.use_list li {
    flex: 0 0 100%;
    margin: 1% 0;
}

.use_list li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    background-color: #fff;
}

.use_img {
    overflow: hidden;
    flex: 0 0 35%;
    max-width: 120px;
    margin-right: 5%;
}

.use_img img {
    width: 100%;
    transition: .3s;
}

.use_list li a:hover .use_img img {
    transform: scale(1.2);
    ;
}

.use_txt h3 {
    font-size: 1.6rem;
}

.use_txt p {
    display: none;
}

@media (min-width: 480px) {
    .use_list {
        justify-content: space-between;
    }

    .use_list li {
        flex: 0 0 49%;
        max-width: 626px;
        background-color: #FFF;
    }
}

@media (min-width: 768px) {
    #use {
        position: relative;
        left: 50%;
        right: 50%;
        width: 100vw;
        padding: 96px 0 125px;
        margin-left: -50vw;
        margin-right: -50vw;
        margin-bottom: 98px;
    }

    .use_list {
        max-width: 1280px;
        margin-bottom: 1%;
    }

    .use_txt h3 {
        font-size: 2rem;
        margin-bottom: .3em;
    }

    .use_txt p {
        display: block;
    }
}

@media (min-width: 960px) {
    .use_list li a {
        padding: 20px;
    }

    .use_img {
        flex-basis: 38%;
        max-width: 220px;
    }
}

@media (min-width: 1280px) {
    .use_txt h3 {
        font-size: 2.6rem;
    }
}


/* gift */
.gift_bnr {
    display: block;
    width: 92%;
    max-width: 400px;
    margin: 20px auto 40px;
    background-color: #FFF;
    /* 定番のお菓子の下にもある */
}


.gift_bnr img {
    transition: opacity .2s ease;
}

.gift_bnr:hover img {
    opacity: .7;
}

.gift_link_list {
    width: 80%;
    margin: auto;
}

.gift_link_list li {
    max-width: 350px;
    margin: 0 auto;
}

.gift_link_list li:not(:last-child) {
    margin-bottom: 23px;
}

.gift_link {
    display: block;
    position: relative;
    padding: 20px 8% 45px;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .25);
    overflow: hidden;
}

.gift_link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    opacity: 0;
    background-color: rgba(255, 255, 255, .2);
    transition: .3s;
}

.gift_link:hover::after {
    opacity: 1;
}

.gift_message_card .gift_link {
    background-color: #ad8eb3;
}

.gift_message_card .gift_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 128px;
    z-index: 2;
}

.gift_bag .gift_link {
    background-color: #868abf;
}

.gift_bag .gift_img {
    position: absolute;
    bottom: 35px;
    right: 8px;
    width: 125px;
    z-index: 2;
}

.gift_faq .gift_link {
    padding: 43px 24px 63px;
    background: url(../images/top/bg_gift_faq.png) no-repeat;
    background-size: cover;
}

.gift_txt {
    font-size: 1.6rem;
    color: #fff;
}

.detail_here {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: .5em 0;
    font-size: 1.2rem;
    color: #af6ca9;
    text-align: center;
    background-color: #fff;
}

.detail_here::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #d3bdd2;
    border-right: 1px solid #d3bdd2;
    margin: 0 0 .2em .2em;
    transform: rotate(45deg);
}


@media (min-width: 380px) {
    .gift_message_card .gift_img {
        width: 43%;
    }

    .gift_bag .gift_img {
        width: 45%;
    }
}

@media (min-width: 768px) {
    .gift_bnr {
        max-width: 1280px;
        margin-top: 40px;
        margin-bottom: 96px;
        /* 定番のお菓子の下にもある */
    }

    .gift_link_list {
        display: flex;
        justify-content: space-between;
        width: 92%;
        max-width: 1280px;
    }

    .gift_link_list li {
        width: 32%;
        max-width: 410px;
        margin: 0;
    }

    .gift_link_list li:not(:last-child) {
        margin-bottom: 0;
    }

    .gift_link {
        /*min-height: 214px;
        padding: 43px 30px 68px;
        border-radius: 7px;*/
    }

    .gift_faq .gift_link {
        padding: 20px 8% 45px;
    }

    .gift_txt {
        /*font-size: 23px;*/
        min-height: 4.5em;
        display: flex;
        align-items: center;
    }

    /*
    .gift_message_card .gift_img {
        max-width: 205px;
        width: 100px;
    }
	*/
    .gift_bag .gift_img {
        bottom: 46px;
        /* width: 90px; */
    }

    .detail_here {
        padding: .4em 0;
        font-size: 1.3rem;
    }

    .detail_here::after {
        position: relative;
        top: 1px;
        width: 8px;
        height: 8px;
        border-width: 2px;
    }
}

@media (min-width: 960px) {
    .gift_txt {
        font-size: 2rem;
    }

    .gift_message_card .gift_img {
        width: 43%;
        max-width: 150px;
    }

    .gift_bag .gift_img {
        max-width: 140px;
    }

    .detail_here {
        font-size: 1.4rem;
    }
}

@media (min-width: 1280px) {

    .gift_link,
    .gift_faq .gift_link {
        padding: 35px 8% 60px;
    }

    .gift_txt {
        font-size: 2.3rem;
    }

    .gift_message_card .gift_img {
        width: 50%;
        max-width: none;
    }

    .gift_bag .gift_img {
        width: 50%;
        max-width: none;
    }

    .detail_here {
        font-size: 1.5rem;
    }
}

/* price */
#price {}

#price .title_with_symbol {
    border-bottom: 0;
}

#price .title_with_symbol::before {
    background-image: url(../images/top/icon_simbol_price_title.png);
}

.price_list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 92%;
    margin: auto;
}

.price_list li {
    width: 47.8%;
    margin-bottom: 17px;
}

.price_list li a {
    display: block;
    position: relative;
    padding: 20px 16px;
    font-size: 14px;
    color: black;
}

.price_list li a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 6px;
    bottom: 0;
    width: 5px;
    height: 5px;
    border-top: 1px solid #af6ca9;
    border-right: 1px solid #af6ca9;
    margin: auto;
    transform: rotate(45deg);
}

.price_list li a:hover {
    opacity: .7;
}

.price_list li:nth-child(4n-3) a,
.price_list li:nth-child(4n) a {
    background-color: #f4eef4;
}

.price_list li:nth-child(4n-2) a,
.price_list li:nth-child(4n-1) a {
    background-color: #f4eee8;
}

@media (min-width: 768px) {
    .price_list {
        width: 80%;
        max-width: 1280px;
    }

    .price_list li {
        width: 32%;
    }

    .price_list li a {
        padding: 38px 36px;
        font-size: 18px;
    }

    .price_list li a::after {
        right: 16px;
        width: 8px;
        height: 8px;
    }

    .price_list li:nth-child(4n-3) a,
    .price_list li:nth-child(4n) a {
        background-color: inherit;
    }

    .price_list li:nth-child(4n-2) a,
    .price_list li:nth-child(4n-1) a {
        background-color: inherit;
    }

    .price_list li:nth-child(odd) a {
        background-color: #f4eef4;
    }

    .price_list li:nth-child(even) a {
        background-color: #f4eee8;
    }

}

/* about_shofuan */
#about_shofuan {
    background-color: black;
}

.shofuan_appearance {
    position: relative;
    padding-bottom: 25px;
    overflow: hidden;
}

.shop_appearance {
    width: 200%;
    max-width: 800px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.shofuan_logo {
    position: absolute;
    top: -2%;
    right: 4.4%;
    width: 30.1%;
    max-width: 120px;
}

.bg_pattern_shofuan {
    padding-bottom: 20px;
    background: url(../images/top/sp/bg_about_shofuan.png) center top;
    background-size: 250px auto;
}

.shofuan_greeting_wrap {
    width: 90.4%;
    margin: 0 auto 70px;
}

.shofuan_greeting {
    /*height: 9em;*/
    margin-bottom: 1em;
    color: #fff;
    text-indent: 1em;
    overflow-y: hidden;
    text-shadow:
        0 0 .3em #555,
        0 0 .3em #555,
        0 0 .3em #555;
}

.shofuan_greeting p {
    margin-bottom: 1.5em;
}

.shofuan_greeting.read_all {
    height: 100%;
}

.greeting_read_more {
    text-align: center;
    color: #FFF;
    text-decoration: underline;
    cursor: pointer;
}

.read_more_txt {
    display: none;
}

a.greeting_read_more {
    display: block;
    color: #fff;
    text-align: center;
    text-decoration: underline;
}

.about_link_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding-right: 8%;
    padding-left: 3%;
    margin: auto;
}

.about_link_list li {
    position: relative;
    width: 40%;
    max-width: 150px;
    margin: 0 5% 10%;
}

/*.about_link_list li:nth-child(3) {
    margin: 0 auto;
}*/
.about_link_list h3 {
    position: absolute;
    top: -13.3%;
    right: -12.5%;
    width: 25.3%;
    z-index: 1;
}

.about_img {
    overflow: hidden;
    border-radius: 50%;
}

.about_img img {
    transition: .5s;
}

.about_link_list li a:hover .about_img img {
    transform: scale(1.2);
}

@media (min-width: 600px) {
    .shop_appearance {
        width: 134%;
        max-width: 1920px;
    }

    .shofuan_logo {
        width: 20%;
        max-width: 160px;
    }

    .read_more_txt {
        display: block !important;
    }

    .greeting_read_more {
        display: none;
    }

    .about_link_list {
        padding-right: 3%;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .about_shofuan {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
    }

    .pc_shofuan {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        max-width: 1280px;
        margin: auto;
    }

    .shofuan_appearance {
        position: absolute;
        width: 100%;
    }

    .shofuan_appearance>img {
        width: 100%;
    }

    .shofuan_logo {
        right: 2.4%;
        top: 24px;
        width: 161px;
    }

    .bg_pattern_shofuan {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        max-width: 1280px;
        margin: auto;
        background: none;
        padding-bottom: 50px;
    }

    .shofuan_greeting_wrap {
        width: 100%;
        margin-bottom: 85px;
    }

    .shofuan_greeting {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        height: 33em;
        box-sizing: content-box;
        margin: 0 25% 0 auto;
        padding: 70px 0 30px;
        font-size: 1.5rem;
        line-height: 2.2;
        overflow: visible;
    }

    .shofuan_greeting p {
        margin: 0 0 0 2.2em;
    }

    .read_more_txt {
        display: block !important;
    }

    .greeting_read_more {
        display: none;
    }

    .about_link_list {
        width: 100%;
        padding: 0 10%;
        margin-right: 152px;
    }

    .about_link_list li {
        width: 25.8%;
        max-width: 200px;
        margin: 0 3%;
    }

    .about_link_list h3 {
        top: -34.3%;
        right: -9.5%;
        width: 22%;
    }
}

@media (min-width: 960px) {
    .pc_shofuan {
        width: 80%;
        min-width: 960px;
    }

    .shofuan_greeting_wrap {
        width: 100%;
        max-width: 960px;
        margin-bottom: 110px;
    }

    .shofuan_greeting {
        font-size: 1.6rem;
        max-width: 100%;
        height: 28em;
        margin-right: 200px;
    }

    .shofuan_appearance>img {
        position: relative;
        left: 50%;
        right: 50%;
        width: 100vw;
        margin-left: -50vw;
        margin-right: -50vw;
    }


}

@media (min-width: 1280px) {
    .bg_pattern_shofuan {
        padding-bottom: 75px;
    }

    .pc_shofuan {
        width: 100%;
    }

    .shofuan_logo {
        right: 9.4%;
        top: 48px;
    }

    .shofuan_greeting_wrap {
        max-width: none;
        margin-bottom: 18vw;
    }

    .shofuan_greeting {
        width: 75%;
        height: 19em;
        margin-right: 332px;
    }

    .about_link_list {
        padding: 0;
    }

    .about_link_list li {
        margin: 0 58px;
        max-width: 230px;
    }
}

/* factory */
.bg_purple {
    padding-bottom: 46px;
    background-color: #eadeea;
}

.factory_image {
    overflow: hidden;
    position: relative;
    height: 40vw;
    max-height: 370px;
}

.factory img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 120%;
    transform: translate(-50%, -50%);
}

.factory_txt {
    position: relative;
    width: 80%;
    min-width: 280px;
    max-width: 600px;
    padding: 55px 25px 35px;
    margin: -25px auto 107px;
    z-index: 1;
    background:
        url(../images/top/bg_factory_flower01.png) no-repeat top 15px left 15px,
        url(../images/top/bg_factory_flower02.png) no-repeat top 4px right 15px,
        rgba(255, 255, 255, .9);
    background-size:
        70px auto,
        60px auto;
}

.factory_txt h2 {
    margin-bottom: 1em;
    font-size: 1.9rem;
    color: #e07131;
    text-align: center;
}

.factory_txt h2 small {
    display: block;
    font-size: .7em;
    margin-bottom: .6em;
}

a.factory_link {
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56.6%;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 20px;
    margin: auto;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #e28042;
    transition: .3s;
}

a.factory_link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #fff;
    margin: auto;
    transition: .3s;
}

a.factory_link:hover {
    color: #e28042;
    background-color: #fff;
    border-color: #e28042;
}

a.factory_link:hover::after {
    border-color: transparent transparent transparent #e28042;
}

@media (min-width: 480px) {
    .factory_txt {
        padding: 45px 25px;
    }
}

@media (min-width: 600px) {
    .factory img {
        max-width: 110%;
    }
}

@media (min-width: 768px) {
    .factory_image {
        max-height: 450px;
    }

    .factory img {
        max-height: none;
    }

    .bg_purple {
        width: 100vw;
        padding-bottom: 134px;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    #factory {
        position: relative;
        margin-bottom: 103px;
    }



    .factory_txt h2 {
        font-size: 26px;
    }

    .factory_txt h2 small {
        font-size: 16px;
        margin-bottom: 0;
    }
}

@media (min-width: 960px) {
    .factory_image {
        max-height: 540px;
    }
}

@media (min-width: 1280px) {
    .factory_image {
        height: 40vw;
        max-height: 640px;
    }

    .factory img {
        max-width: 100%;
    }

    .factory_txt {
        position: absolute;
        left: 50%;
        top: 45%;
        transform: translate(-50%, -50%);
        padding-top: 33px;
        padding-bottom: 38px;
        margin-bottom: 0;
        background: url(../images/top/bg_factory_flower01.png) no-repeat top 8px left 15px, url(../images/top/bg_factory_flower02.png) no-repeat top 11px right 15px, rgba(255, 255, 255, .9);
        background-size: 78px, 68px;
    }
}


/* media */
a.media_link {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 80%;
    height: 50px;
    margin: 0 auto 82px;
    background: url(../images/bg_pattern_purple.png);
    font-size: 16px;
    color: #fff;
    transition: .3s;
}

a.media_link::after {
    content: "";
    position: absolute;
    right: 8px;
    bottom: 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 6px 6px;
    border-color: transparent transparent #fff transparent;
    transition: width .5s;
}

a.media_link:hover {
    opacity: .7;
}


.common_ttl {
    position: relative;
    margin-bottom: 25px;
    font-size: 23px;
    color: #4f3970;
    text-align: center;
}

.common_ttl::before,
.common_ttl::after {
    content: "";
    display: inline-block;
    width: 27px;
    height: 27px;
    margin: 0 8px;
    background: url(../images/top/icon_common_ttl.png) no-repeat;
    background-size: contain;
    vertical-align: text-top;
}

.cm_list {
    width: 80%;
    max-width: 320px;
    margin: auto;
    text-align: center;
}

.cm_list li:not(:last-child) {
    margin-bottom: 36px;
}

.cm_list li a:hover {
    opacity: .7;
}

.cm_list li p {
    margin-top: 8px;
    font-size: 12px;
    text-align: center;
}

@media (min-width: 768px) {
    a.media_link {
        max-width: 626px;
        height: 100px;
        margin-bottom: 140px;
    }

    a.media_link::after {
        border-width: 0 0 12px 12px;
    }

    .common_ttl {
        margin-bottom: 37px;
        font-size: 24px;
        letter-spacing: .04em;
    }

    .common_ttl::before,
    .common_ttl::after {
        width: 33px;
        height: 33px;
    }

    .cm_list {
        display: flex;
        justify-content: space-between;
        /* max-width: 1280px; */
        max-width: 640px;
    }

    .cm_list li {
        /* width: 23%; */
        width: 46%;
        max-width: 300px
    }

    .cm_list li p {
        font-size: 14px;
    }

    .cm_list li img {
        display: block;
        margin: 0 auto;
        max-width: 88%
    }

}

@media (min-width: 960px) {
    a.media_link {
        font-size: 1.8rem;
    }
}

@media (min-width: 1280px) {
    a.media_link {
        font-size: 2rem;
    }
}


/* recommend */
.bg_pattern_side {
    padding-top: 95px;
    background: url(../images/top/bg_pattern_side.png) repeat-y top 14px left -12px, url(../images/top/bg_pattern_side.png) repeat-y top 14px right -12px;
    background-size: 41px, 41px;
}

.recommend_list {
    opacity: 0;
    transition: .3s;
}

.recommend_list.slick-initialized {
    opacity: 1
}

.recommend_list li {
    max-width: 300px;
    padding: 10px;
    margin: 0 3vw;
    background-color: #fff;
    float: none;
    height: auto;
}

.recommend_list .slick-track {
    display: flex;
}

.recommend_img {
    overflow: hidden;
    width: 100%;
}

.recommend_img img {
    transition: .5s;
}

.recommend_list li a:hover .recommend_img img {
    transform: scale(1.2) rotate(5deg);
}

.staff {
    display: flex;
    position: relative;
    z-index: 1;
}

.staff_img {
    width: 24%;
    margin-right: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: translateY(-20%);
}

.staff p {
    font-size: 1.1rem;
    padding-top: 1em;
}

.recommend_product_name {
    display: block;
    font-weight: bold;
    margin-bottom: .5em;
}

@media (min-width: 480px) {
    .recommend_list li {
        margin: 0 2vw;
        padding: 2vw;
    }
}

@media (min-width: 768px) {
    .bg_pattern_side {
        position: relative;
        left: 50%;
        right: 50%;
        width: 100vw;
        margin-left: -50vw;
        margin-right: -50vw;
        padding-top: 180px;
        background: url(../images/top/bg_pattern_side.png) repeat-y top 70px left -22px, url(../images/top/bg_pattern_side.png) repeat-y top 70px right -22px;
        background-size: 130px, 130px;
    }

    .recommend_list {
        width: 80%;
        margin: 0 auto;
    }

    .recommend_list li {
        margin: 0 10px;
        padding: 10px;
    }

    .recommend_list .slick-arrow {
        z-index: 1;
        width: 50px;
    }

    .recommend_list .slick-prev {
        transform: translateX(-100%);
    }

    .recommend_list .slick-next {
        transform: translateX(100%);
    }

    .recommend_list .slick-arrow:before {
        border-color: #af6ca9;
    }
}

@media (min-width: 960px) {
    .bg_pattern_side {
        background-size: 80px, 80px;
    }

    .recommend_list {
        width: 85%;
    }

    .recommend_list li {
        max-width: 300px;
    }
}

@media (min-width: 1280px) {
    .recommend_list {
        max-width: 1280px;
        margin: auto;
    }

    .recommend_list li {
        padding: 20px;
    }

    .staff p {
        font-size: 1.4rem;
    }
}


/* news */
.news_list li a {
    display: flex;
    justify-content: space-between;
    padding: 15px 4%;
    border-top: 1px solid #d3bdd2;
}

.news_item.nolink a {
    pointer-events: none;
}

.news_list li a:hover .news_img {
    opacity: .7;
}

.news_head {
    width: 66%;
    font-size: 1.3rem;
}

.news_date {
    display: block;
    color: #ca1a31;
}

.news_item:not(.nolink) .news_txt {
    text-decoration: underline;
}

.news_item:not(.nolink) a:hover .news_txt {
    text-decoration: none;
}

.news_img {
    width: 30%;
}

.news_item .news_img:empty {
    height: 0;
    padding-bottom: 18%;
    background: url("../images/symbol_shofuan.png") no-repeat center #f5eff5;
    background-size: 30% auto;
}

@media (min-width: 768px) {
    .news_list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 80%;
        max-width: 1208px;
        margin: auto;
    }

    .news_list li a {
        width: 100%;
    }

    .news_head {
        font-size: 1.4rem;
    }

    .news_date {
        margin-bottom: .3em;
    }
}

@media (min-width: 960px) {
    .news_list li {
        width: 49.2%;
        padding: 26px 0;
    }

    .news_list li:first-child,
    .news_list li:nth-child(2) {
        border-top: 0;
    }

}

/* voice */
#voice .common_ttl {
    margin-bottom: 12px;
}

.voice_content {
    width: 91.3%;
    border-top: 1px solid #d3bdd2;
    margin: 0 auto 47px;
}

.voice_summary {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.voice_img {
    width: 29.2%;
    margin-right: 18px;
}

.voice_summary_txt {
    font-size: 18px;
}

.voice_info {
    padding: 17px 12px;
    border-top: 1px solid #d3bdd2;
    border-bottom: 1px solid #d3bdd2;
    margin-bottom: 13px;
    font-size: 12px;
    color: #666;
    background-color: #f4eef4;
}

.voice_content a {
    color: #0000be;
    text-decoration: underline;
}

.voice_content a:hover {
    opacity: .7;
}

.voice_txt {
    position: relative;
    height: 9em;
    overflow-y: hidden;
}

.voice_read_all {
    height: auto;
}

.voice_read_all .read_more_wrap {
    display: none;
}

.read_more_wrap {
    position: absolute;
    bottom: 0;
    right: 4%;
    width: 67%;
    background-color: #fff;
}

a.voice_read_more {}

.read_more_wrap .santen {
    color: black;
    text-decoration: none;
}

a.voice_more_link {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    position: relative;
    width: 80%;
    height: 50px;
    padding: 0 1em;
    margin: 0 auto 82px;
    background: url(../images/bg_pattern_purple.png);
    font-size: 14px;
    color: #fff;
}

a.voice_more_link::after {
    content: "";
    position: absolute;
    right: 8px;
    bottom: 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 6px 6px;
    border-color: transparent transparent #fff transparent;
}

@media (min-width: 768px) {
    #voice .common_ttl {
        margin-bottom: 44px;
    }

    .voice_content {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 40px 0 0 34px;
        border-left: 1px solid #d3bdd2;
    }

    .voice_summary {
        width: 23.9%;
        min-width: 290px;
        padding: 0;
    }

    .voice_img {
        width: 100%;
    }

    .voice_txt_wrap {
        width: 71.6%;
    }

    .voice_summary_txt {
        font-size: 23px;
        margin-bottom: 14px;
    }

    .voice_info {
        border: 0;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .voice_info br {
        display: none;
    }

    .voice_txt {
        height: auto;
    }

    .read_more_wrap {
        display: none;
    }

    a.voice_more_link {
        max-width: 626px;
        height: 100px;
        margin-top: 125px;
        margin-bottom: 140px;
        font-size: 16px;
        transition: .3s;
    }

    a.voice_more_link::after {
        border-width: 0 0 12px 12px;
    }

    a.voice_more_link:hover {
        opacity: .7;
    }
}

@media (min-width: 960px) {
    .voice_content {
        width: 80%;
        max-width: 1280px;
        padding: 64px 0 0 57px;
        margin-bottom: 70px;
    }

    .voice_summary {
        margin-right: 30px;
    }
}


/* instagram */
#instagram {
    margin: auto;
}

.insta_ttl {
    margin-bottom: 22px;
    font-size: 20px;
    color: #955b91;
    text-align: center;
}
