@charset "UTF-8";

@font-face {
    font-family: icoset;
    src: url(/shussanuchiiwai/fonts/icoset.ttf) format("truetype"), url(/shussanuchiiwai/fonts/icoset.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: okouden_icons;
    src: url(/okoudengaeshi/font/icons.ttf) format("truetype"), url(/okoudengaeshi/font/icons.woff) format("woff");
    font-weight: normal;
    font-style: normal
}


/*-------------------------------------

ギフトサービスアイコン

-------------------------------------*/
.icon-service1:before {
    content: "\e900";
}

.icon-service2:before {
    content: "\e901";
}

.icon-service3:before {
    content: "\e902";
}

.icon-service4:before {
    content: "\e919";
}

.icon-service5:before {
    content: "\e91a";
}

.icon-service6:before {
    content: "\e91b";
}



/*====================

  全体

====================*/
html {
    scroll-behavior: smooth;
}



#houyou {
    position: relative;
    background-color: #f7f7f7;
}

article section {
    padding: 50px 0;
}

.inner {
    padding: 0 3%
}


.area-title_box {
    margin-bottom: 50px;
    text-align: center;
}

.area-title {
    font-size: 2.4rem;
    position: relative;
    margin-bottom: 10px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
}


.area-title span {
    font-size: 1.4rem;
    font-weight: 500;
    display: block;
}

.area-title .area-title-page_name {
    font-size: 2.4rem;
    margin-bottom: -5px;
}

.area-title:before {
    position: absolute;
    top: -50px;
    left: 50%;
    width: 40px;
    height: 40px;
    background: url(/houyou/images/flower.svg) no-repeat 0 0;
    background-size: cover;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
}

.area-lead-box {
    padding: 40px 20px 0;
    text-align: center;
}

.area-lead {
    font-family: "Noto Serif JP", serif;
    display: block;
    line-height: 2;
    text-align: center;
}

.btn-box {
    background-color: #333;
    width: 100%;
    max-width: 600px;
    text-align: center;
    position: relative;
    margin: 20px auto 0;
    border: 2px solid #333;
}

.btn-box .btn {
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    width: 100%;
    padding: 10px;
    display: block;
}

.btn-box .btn span {
    display: block;
    font-size: 1rem;
}

.btn-box::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url('/images/icon-arrow-right-wh.svg');
    background-size: 100%;
    width: 7px;
    height: 12px;
    top: 50%;
    right: 3%;
    margin: auto;
    transform: translate(-50%, -50%);
}

.btn-box:hover {
    border: 2px solid #333;
    background-color: #fff;
    transition: 0.5s;
}

.btn-box:hover::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url('/images/icon-arrow-right-bk.svg');
    background-size: 100%;
    width: 7px;
    height: 12px;
    top: 50%;
    right: 3%;
    margin: auto;
    transform: translate(-50%, -50%);
}

.btn-box:hover .btn {
    color: #333;
}

.pc_only {
    display: none;
}

.sp_only {
    display: block;
}

@media only screen and (min-width: 768px) {
    .pc_only {
        display: block;
    }

    .sp_only {
        display: none;
    }

    #houyou {
        position: relative;
        background-repeat: repeat-y, repeat-y;
        background-position: left top, right 150px;
        background-size: 25%, 25%;
    }


    .inner {
        position: relative;
        max-width: 1100px;
        margin: 0 auto;
        padding: 35px 50px 80px !important;
    }


    .area-title {
        font-size: 4rem;
    }

    .area-title .area-title-page_name {
        font-size: 4rem;
        margin-bottom: -5px;
    }

    .area-lead {
        font-size: 1.8rem;
    }

    .btn-box {
        margin: 40px auto 0;
        max-width: 400px;
    }

    .btn-box .btn {
        font-size: 1.5rem;
        color: #fff;
        font-weight: bold;
    }

    .area-title:before {
        position: absolute;
        top: -55px;
        left: 50%;
        width: 50px;
        height: 50px;
    }

}




/*====================

  メイン画像

====================*/
.mainvisual-area {
    padding: 0 0 50px !important;
    position: relative;
}

.mainvisual-area-pic {
    width: 100%;
    display: flex;
    justify-content: center;
    background-repeat: no-repeat;
    background-image: url(/houyou/images/mv-sp.jpg);
    height: auto;
    background-size: cover;
    /* padding: 100px 0px; */
    background-position: center;
    align-items: center;
    height: 250px;
}



.mainvisual-area-pic .mainvisual-area-box-maintitle {
    font-size: 6vw;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 5px;
    font-family: "Noto Serif JP", serif;
}

.mainvisual-area-box-subtitle {
    font-size: 2rem;
    letter-spacing: 1px;
    display: block;
}

.mainvisual-area-box {
    background-color: rgba(255, 255, 255, 0.9);
    width: 80%;
    text-align: center;
    /* border: solid 3px #333; */
    color: #333;
    padding: 40px 0px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mainvisual-icon {
    width: 25px;
    margin: auto;
}

@media only screen and (min-width: 768px) {
    .mainvisual-area-pic {
        background-image: url(/houyou/images/mv-pc.jpg);
        height: 400px;
        padding: 0px;
    }


    .mainvisual-area-pic .mainvisual-area-box-maintitle {
        font-size: 4.5rem;
    }

    .mainvisual-area-box {
        width: fit-content;
        justify-content: center;
        padding: 40px 60px 60px;
    }

    .mainvisual-area-pic .mainvisual-area-box-maintitle .mainvisual-area-box-subtitle {
        font-size: 3.5rem;
        display: block;
    }

    .mainvisual-icon {
        width: 40px;
    }
}



/*====================

メインリード

====================*/
.main-lead-block {
    text-align: center;
}

.main-lead-block .area-lead {
    margin: 30px auto;
}

.main-lead-area .area-title:before {
    display: none;
}

.bnr-coupon {
    margin: 0 auto 30px;
}

/*====================

商品部分

====================*/
.product-item {
    height: auto;
}

.product-item a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product {
    background-color: #fff;
    height: 100%;
}


.product-item.hayawari .product-pic:hover {
    opacity: 1;
}

.product-pic-box {
    position: relative;
    margin-bottom: 5px;
}


.product-detail {
    padding: 10px;
}

.product-detail-name {
    font-weight: bold;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 3em;
}

.product-detail-price-box {
    display: flex;
    margin-bottom: 5px;
}

.product-detail-discount_rate {
    background-color: #ff0000;
    color: #fff;
    font-weight: bold;
    padding: 0 10px;
    width: fit-content;
    margin-right: 5px;
}

.product-detail-price {
    font-weight: bold;
}

.product-detail-price:before {
    content: "¥";
}

.product-detail-discount_rate::after {
    content: "OFF";
}

.product-detail-price.discount_price {
    color: #ff0000;
}

.product-detail-txt {
    font-size: 1.2rem;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

@media only screen and (min-width: 768px) {

    .product-slider .swiper-wrapper {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 40px;
        column-gap: 20px;
    }

    .product-slider .swiper-wrapper .product-item {
        width: calc((100% - 20px * 4) / 5);
    }

    .product-slider-container .swiper-button-next,
    .product-slider-container .swiper-button-prev,
    .product-slider-container .swiper-pagination {
        display: none;
    }
}

/*====================

アイコン群

====================*/

.product-pic-icon-shipping {
    position: absolute;
    background-color: #333;
    padding: 0 10px;
    color: #fff;
    bottom: 5%;
    width: fit-content;
}

.product-detail-utility {
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
}

.product-icon {
    padding: 0 10px;
    color: #fff;
    font-weight: bold;
    margin-right: 5px;
    width: fit-content;
}

.web-limited {
    background-color: #4B3C8A;
}

.limited-quantity {
    background-color: #399A4A;
}

.room-temperature {
    background-color: #8A3C3C;
}

.frozen {
    background-color: #3743ED;
}

.refrigerate {
    background-color: #3798ED;
}

.subdivision {
    background-color: #8A773C;
}



/*====================

ランキング

====================*/
.ranking-area ul {
    counter-reset: item
}

.ranking-area ul li a::before {
    content: "No." counter(item) " ";
    counter-increment: item;
    font-weight: 700;
    font-size: 2rem;
}

.ranking-area ul li:first-child a:after,
.ranking-area ul li:nth-child(2) a:after,
.ranking-area ul li:nth-child(3) a:after {
    position: absolute;
    top: -2px;
    left: 0;
    width: 30px;
    height: 30px;
    content: ""
}

.ranking-area ul li:first-child a:before,
.ranking-area ul li:nth-child(2) a:before,
.ranking-area ul li:nth-child(3) a:before {
    margin-left: 35px
}


.ranking-area ul li:first-child a:after {
    background-image: url(/images/icon-rank-01.svg)
}

.ranking-area ul li:first-child a:before {
    color: #9c8b45
}

.ranking-area ul li:nth-child(2) a:after {
    background-image: url(/images/icon-rank-02.svg)
}

.ranking-area ul li:nth-child(2) a:before {
    color: #8b8b8b
}

.ranking-area ul li:nth-child(3) a:after {
    background-image: url(/images/icon-rank-03.svg)
}

.ranking-area ul li:nth-child(3) a:before {
    color: #9c6b47
}




/*====================

キャンペーン

====================*/
.campaign-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: space-between;
}

.campaign-box {
    width: 100%;
}

.campaign-box:nth-of-type(n + 3) {
    width: 48%;
}

.chugen-manner .campaign-box:nth-of-type(n + 3) {
    width: 100%;
}

.chugen-manner .campaign-box:nth-of-type(n + 4) {
    width: 48%;
}

.noshi-page .campaign-box:nth-of-type(n + 3) {
    width: 100%;
}

.noshi-page .campaign-box:nth-of-type(n + 4) {
    width: 48%;
}



/*====================

カテゴリで選ぶ

====================*/

.category-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}

.category-box {
    width: 48%;
    margin-right: 4%;
    background-color: #fff;
}

.category-box:nth-of-type(2n) {
    margin-right: 0;
}


.category-item-text_box {
    padding: 10px 8px;
}

.category-item-text_box-name {
    margin-bottom: 5px;
    text-align: center;
    font-size: 3.25vw;
    font-weight: bold;
}

.category-item-text_box-txt {
    font-size: 2.75vw;
}

@media screen and (min-width: 768px) {
    .category-box {
        width: calc(25% - 15px);
        margin-right: 20px;
    }

    .category-box:nth-of-type(2n) {
        margin-right: 20px;
    }

    .category-box:nth-of-type(4n) {
        margin-right: 0;
    }


    .category-item-text_box-name {
        font-size: 15px;
    }

    .category-item-text_box-txt {
        font-size: 12px;
    }

}

/*====================

価格で選ぶ

====================*/


.price-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}

.price-box {
    width: 48%;
}

.price-box .btn-box {
    margin: 0 auto;
}

.price-box .btn-box a {
    font-size: 3vw;
}



@media screen and (min-width: 768px) {
    .price-box {
        width: 32%;
    }

    .price-box .btn-box a {
        font-size: inherit;
    }

}


/*====================

デジタルカタログで選ぶ

====================*/
.digitalcatalog-block-btn-box {
    display: flex;
    justify-content: space-between;
}

.digitalcatalog-block-btn {
    width: 48%;
}

.digitalcatalog-block-btn .btn {
    font-size: 1rem;
}

@media screen and (min-width: 768px) {

    .digitalcatalog-block {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .digitalcatalog-block-pic {
        width: 60%;
    }

    .digitalcatalog-block-btn-box {
        width: 33%;
        flex-wrap: wrap;
    }

    .digitalcatalog-block-btn {
        width: 100%;
    }

    .digitalcatalog-block-btn .btn {
        font-size: 1.5rem;
    }

}


/*====================

簡単検索

====================*/
input,
select {
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #333;
    border-radius: 0px;
}

.easysearch-area {
    background-color: #fff;
    width: 95%;
    margin: auto;
}

.easysearch-select-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
    margin-top: -25px;
}

.easysearch-select-box {
    width: 100%;
}

.easysearch-select-item {
    text-align: center;
    padding: 10px;
    width: 100%;
    border: 1px solid #333;
    background: #fff url('/images/icon-arrow-under-bk.svg') no-repeat right 5px top 50%;
    background-size: 16px 16px;
    cursor: pointer;
    text-align: left;
    color: #333;
}


.easysearch-select-item-icon {
    width: 1em;
    display: flex;
    align-items: center;
}

.easysearch-select-item-icon::before {
    content: "";
    display: block;
    background-image: url('/images/icon-times.svg');
    background-size: 100%;
    width: 14px;
    height: 14px;
}

@media screen and (min-width: 768px) {
    .easysearch-area {
        width: 100%;
        max-width: 700px;
    }

    .easysearch-area .inner {
        padding: 35px 50px;
    }

    .easysearch-select-block {
        justify-content: space-between;
    }

    .easysearch-select-box {
        width: 45%;
    }
}

/*====================

人気特集

====================*/
.feature-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}

.feature-box {
    width: 48%;
    background: #fff;
    margin-right: 4%;
}

.feature-box:nth-of-type(2n) {
    margin-right: 0;
}

.feature-item-text_box {
    padding: 10px 8px;
}

.feature-item-text_box-name {
    margin-bottom: 5px;
    text-align: center;
    font-size: 3vw;
    font-weight: bold;
}

.feature-item-text_box-txt {
    font-size: 2.75vw;
}


@media screen and (min-width: 768px) {

    .feature-list {
        justify-content: space-between;
    }

    .feature-box {
        width: 24%;
        margin-right: 0;
    }

    .feature-item-text_box-name {
        font-size: 15px;
    }

    .feature-item-text_box-txt {
        font-size: 12px;
    }




}

/*====================

カタログギフト

====================*/

.cataloggift-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}

.cataloggift-box {
    width: 48%;
    background-color: #fff;
}

.cataloggift-item-text_box {
    padding: 10px 8px;
}

.cataloggift-item-text_box-name {
    margin-bottom: 5px;
    text-align: center;
    font-size: 3.25vw;
    font-weight: bold;
}

.cataloggift-item-text_box-name span {
    font-size: 2vw;
    display: block;
}

.cataloggift-item-text_box-txt {
    font-size: 2.75vw;
}

@media screen and (min-width: 768px) {
    .cataloggift-box {
        width: 23%;
    }

    .cataloggift-item-text_box-name {
        font-size: 18px;
    }

    .cataloggift-item-text_box-name span {
        font-size: 12px;
    }

    .cataloggift-item-text_box-txt {
        font-size: 12px;
    }

    .lower .sweets-all .cataloggift-list,
    .lower .drink .cataloggift-list {
        column-gap: 40px;
        justify-content: center;
    }

}

/*====================

ギフトサービス

====================*/
.giftservice-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}

.giftservice-box {
    width: 48%;
    margin-right: 4%;
}

.giftservice-box:nth-of-type(2n) {
    margin-right: 0;
}



/*====================

ブランド

====================*/
.brand-list {
    display: flex;
    flex-wrap: wrap;
}

.brand-box {
    width: calc(100% / 3);
    border: 2px solid #fffaec;
}

@media screen and (min-width: 768px) {
    .brand-box {
        width: calc(100% / 7);
        border: 5px solid #fffaec;
    }
}

@media screen and (min-width: 768px) {
    .lower .brand-list {
        justify-content: center;
    }

    .lower .gourmet .brand-list {
        justify-content: left;
    }
}

/*====================

贈る相手で選ぶ

====================*/


.recipient-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}

.recipient-box {
    width: 48%;
}

.recipient-box .btn-box {
    margin: 0 auto;
    font-size: 12px;
}

@media screen and (min-width: 768px) {
    .recipient-box {
        width: 23%;
    }

    .recipient-box .btn-box {
        font-size: 14px;
    }
}


/*====================

ギフトガイド

====================*/
.guide-area-block {
    border: 1px solid #333;
    padding: 10px;
    margin-bottom: 40px;
    background-color: #fff;
}

.guide-area-block-title {
    background-color: #333;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}

.guide-order-area-discount-deadline {
    font-weight: 700;
    color: #ff0000;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.guide-order-area-discount-deadline span {
    font-weight: 700;
    color: #ff0000;
    display: block;
    font-size: 1.5rem;
}

.guide-order-area-normal-deadline {
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.guide-order-area-normal-deadline span {
    font-weight: 700;
    display: block;
    font-size: 1.5rem;
}


.guide-delivery-box {
    margin: 20px auto;
    background-color: #f7f7f7;
    padding: 10px;
}

.guide-delivery-item-title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.8rem;
}

.guide-delivery-item-attention {
    font-size: 1.2rem;
}


.guide-attention-block-title {
    border-bottom: solid #999 1px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.guide-attention-block-title:before {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    margin-right: 5px;
    vertical-align: top;
    background-image: url(/chugen/noshi/images/icon_warning.png);
    content: "";
    background-size: contain;
}

.guide-attention-wrap li {
    margin-bottom: 5px;
}

.guide-attention-item-red {
    color: #ff0000;
}

.guide-noshi-block {
    margin: 20px auto;
    background-color: #f7f7f7;
    padding: 10px;
}

.guide-noshi-item-title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.8rem;
}

.guide-noshi-table th {
    border: 1px solid #999;
    padding: 8px;
    background-color: #fff5ec;
}

.guide-noshi-table td {
    border: 1px solid #999;
    padding: 8px;
    background-color: #fff;
}

.guide-noshi-item-lead-wrap {
    margin-bottom: 10px;
}

.guide-noshi-item-main-lead {
    color: #ff0000;
    margin-bottom: 5px;
}

.guide-noshi-item-sub-lead {
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.guide-noshi-item-pic {
    margin-bottom: 10px;
}

.guide-noshi-block-detail {
    margin-bottom: 10px;
}

.guide-noshi-block-detail-pic {
    margin-bottom: 10px;
    text-align: center;
}

.guide-noshi-block-detail-txt {
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    .guide-area .inner {
        width: 100%;
        max-width: 800px;
        margin: auto;
    }

    .guide-area-block-title {
        font-size: 2rem;
    }

    .guide-noshi-item-pic {
        margin-bottom: 20px;
    }

    .guide-noshi-block-detail {
        margin-bottom: 20px;
    }

    .guide-noshi-block-detail-pic {
        margin-bottom: 20px;
        text-align: center;
    }
}




/*====================

コラム・豆知識

====================*/

.tips-area {
    padding: 60px 10px;
}

.tips-block {
    justify-self: center;
}

.tips-box {
    margin-bottom: 2rem;
    padding: 20px;
    color: #444;
    background-color: #fff;
}

.tips-box .tips-box-link {
    font-weight: bold;
    margin-top: 10px;
}

.tips-box .tips-box-link a {
    font-weight: bold;
}

.tips-box h3 {
    position: relative;
    margin-bottom: 2.4rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
    font-weight: 700;
    font-size: 1.8rem;
}

.tips-box-txt {
    margin-bottom: 3rem;
}

.tips-box ul {
    margin-bottom: 1.5rem;
}

.tips-box ul li {
    font-weight: 700;
}

.tips-box-txt-link {
    border-bottom: 2px solid #333;
    width: fit-content;
    line-height: 1.75;
}



.tips-box-txt-link a {
    font-weight: 700;
}

.tips-box-txt-link a span {
    background: #f7f7f7;
    margin-right: 5px;
    font-weight: 700;
    padding: 10px;
    width: fit-content;
}

/*====================

追従ボタン

====================*/


.fix-btn_box {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    position: fixed;
    top: 10%;
    right: 1%;
    z-index: 1000001;
}

.is-search_fixed .fix-btn_box {
    opacity: 1;
    visibility: visible;
}

.fix-btn_box .wrap {
    position: relative;
    max-width: 1780px;
    height: 0;
    padding: 0
}

.fix-btn_search a {
    position: relative;
    display: block;
    width: 90px;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    text-decoration: none !important;
}

.fix-btn_search span {
    display: block;
    padding: 2px 0 15px;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.2;
    text-align: center;
}

/* .fix-btn_search a:before {
    content: "\e902";
    font-family: icoset;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
} */

.fix-btn_search a:hover:before {
    background-size: 0, contain;
}

.is-search {
    overflow-y: hidden
}

@media screen and (min-width: 768px) {

    .fix-btn_search a:before {
        width: 150px;
        height: 150px;
        right: 50%;
        left: auto;
    }
}

/*====================

マナー箇所

====================*/

.manner-box {
    height: auto;
}

.manner-item {
    background-color: #fff;
    height: 100%;
}

.manner-detail {
    padding: 10px;
}

.manner-item-name {
    font-weight: 700;
    margin-bottom: 10px;
}


/*---------------

スワイパー設定

------------------*/
.swiper-container.product-slider-container {
    position: relative;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: none !important;
}

.swiper-button-next {
    background-image: url(/cmn/images/arrow.svg);
    right: -10px;
}

.swiper-button-prev {
    background-image: url(/cmn/images/arrow.svg);
    transform: scale(-1, 1);
    left: -10px;
}

.swiper-pagination {
    position: relative;
    margin-top: 10px;
}

.swiper-pagination-bullet-active {
    background-color: #333;
}

/*-------------------------------------

service_area

-------------------------------------*/

.service-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: space-between;
}

.service-box {
    position: relative;
    background-color: #FFFFFF;
    transition: all .3s;
    width: 100%;
}

.service-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100;
    height: 0;
    border-color: #54367e transparent transparent;
    border-style: solid;
    border-width: 50px 50px 0 0;
    content: "";
    transition: all .3s;
}

.service-area .service-item {
    display: flex;
    flex-direction: row;
    padding-left: 100px;
}

/*.service-area .service-item img{
    padding: 9px;
    width: 90px;
    height: 90px;
}*/

.service-box i {
    color: #54367e;
    align-content: center;
    padding: 0px 10px;
    font-size: 2.3rem;
    transition: all .3s;
}

.service-box a {
    display: block;
    padding: 10px;
}

.service-box a:before,
.service-box a:after {
    position: absolute;
}

.service-box a:before {
    content: "1";
    top: 3px;
    font-size: 1.75rem;
    color: #fff;
}

.service-box:nth-child(2) a:before {
    content: "2";
}

.service-box:nth-child(3) a:before {
    content: "3";
}

.service-box:nth-child(4) a:before {
    content: "4";
}

.service-box:nth-child(5) a:before {
    content: "5";
}

.service-box:nth-child(6) a:before {
    content: "6";
}

.service-area .button a {
    flex-flow: row;
    align-items: center;
    justify-content: center;
    background-color: #54367e;
    border: 3px solid #54367e;
}

.service-area .button a:hover {
    color: #54367e;
    background-color: #fff;
}

.service-area .button i {
    font-size: large;
    vertical-align: -5px;
    padding-left: 10px;
}

.service-item::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    color: #54367e;
    font-size: 6rem;
    font-family: okouden_icons;
    transition: all .3s;
}

.service-box:first-child .service-item::before {
    content: "\e903";
}

.service-box:nth-child(2) .service-item::before {
    content: "\e906";
}

.service-box:nth-child(3) .service-item::before {
    content: "\e901";
}

.service-box:nth-child(4) .service-item::before {
    content: "\e904";
}

.service-box:nth-child(5) .service-item::before {
    content: "\e905";
    font-size: 5rem;
    left: 20px;
    /*content: "\e900";*/
}

.service-box:nth-child(6) .service-item::before {
    content: "\e902";
}

/*hover時設定*/
.service-box:hover a::before {
    color: #54367e;
}

.service-area .inner ul a:hover,
.service-box:hover a,
.service-box:hover i,
.service-box:hover .service-item::before {
    color: #fff;
}

.service-box:hover::before {
    border-color: #fff transparent transparent;
}

.service-box:hover {
    background-color: #54367e;
}

.service-item-text_box-name {
    margin: 10px 0 5px;
    font-weight: bold;
}

.service-item-text_box-txt {
    font-size: 1.2rem;
    margin: 5px 0 0;
}

@media screen and (min-width: 768px) {
    .service-area {
        padding: 90px 0 15px 0;
    }

    .service-box {
        width: 32%;
    }
}

.bnr-list {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    flex-wrap: wrap;
}

.bnr-item {
    width: 100%;
}


@media screen and (min-width: 768px) {
    .bnr-list {
        flex-direction: row;
        justify-content: space-between;
    }

    .bnr-item {
        width: 48%;
    }
}




/* ========================================

	検索

 ======================================== */

.spMode .js-fix-btn_box {
    display: none !important;
}

.spMode.is-search_fixed .is-fixed {
    display: block;
    position: fixed;
    -webkit-transition: top .2s;
    -o-transition: top .2s;
    transition: top .2s;
}

.spMode .fix-btn_search {
    position: absolute;
    display: none;
    padding: 0;
    height: 50px;
    bottom: 0;
    width: 108%;
    left: -4%;
    z-index: 9999;
}

.spMode .fix-btn_search a {
    display: block;
    width: 100%;
    height: 50px;
    background: #ff0000;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    padding-top: 15px
}

.spMode .fix-btn_search a span {
    display: inline-block;
    position: relative;
    padding-left: 34px
}

.spMode .fix-btn_search a span:before {
    content: "\e902";
    font-family: icoset;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    display: block;
    position: absolute;
    top: -2px;
    left: 0
}


.spMode.is-search {
    overflow-y: hidden
}

.spMode .modal-overlay {
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    opacity: 0;
    cursor: pointer;
    -webkit-animation: fadeOut .3s;
    animation: fadeOut .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    z-index: -3;
    background: transparent
}

.spMode.is-search .modal-overlay {
    background: transparent;
    z-index: 9999999;
    -webkit-animation: fadeIn .3s;
    animation: fadeIn .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 1
}

.spMode .modal-search {
    background: #FFF;
    z-index: 99999999;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    bottom: -105%
}

.spMode.is-search .modal-search,
.modal-search {
    -webkit-transition: bottom .6s cubic-bezier(.19, 1, .22, 1);
    -o-transition: bottom .6s cubic-bezier(.19, 1, .22, 1);
    transition: bottom .6s cubic-bezier(.19, 1, .22, 1)
}

.spMode.is-search .modal-search {
    bottom: 0
}

.spMode .modal-search_cover {
    opacity: 0;
    -webkit-animation: fadeOut .3s;
    animation: fadeOut .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 50px 3%;
    -webkit-overflow-scrolling: touch
}

.spMode.is-search .modal-search_cover {
    opacity: 1;
    -webkit-animation: fadeIn .3s;
    animation: fadeIn .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}


.spMode .modal-close.top {
    position: absolute;
    right: 10px;
    top: 5px;
    text-align: right
}

.spMode .modal-close.top a {
    display: inline-block;
    padding: 10px 1.2em;
    font-size: 1.5rem;
    position: relative
}

.spMode .modal-close.top a:after {
    content: "\e91b";
    font-family: defico;
    position: absolute;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    right: 0;
    top: 16px
}

.spMode .modal-close.btm {
    margin-top: 20px
}


.spMode .modal-search_ttl {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: bold;
    text-align: center
}

.spMode .modal-search_subttl {
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.3
}


/*---------------------------

検索　PC

----------------------------*/
@media screen and (min-width:768px) {
    .modal-close.btm .modal-close_btn {
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
        border-radius: 10px;
    }

    .fix-btn_box {
        padding: 0;
        height: 0;
        position: absolute;
        right: 10px;
        top: 70px;
        z-index: -2;
        width: 100%
    }

    .is-search_fixed .fix-btn_box {
        position: fixed;
        top: 70px;
        z-index: 4;
        -webkit-transition: top .2s;
        -o-transition: top .2s;
        transition: top .2s
    }

    .is-search_fixed .index .fix-btn_box {
        top: 75pt
    }

    .fix-btn_box .wrap {
        position: relative;
        padding: 0;
        height: 0;
        max-width: 1780px
    }

    .fix-btn_search {
        position: absolute;
        right: 1pc;
        top: 0;
        z-index: 1;
        overflow: hidden;
    }

    .is-fixed_side .fix-btn_search {
        opacity: 1
    }

    .fix-btn_search a {
        display: block;
        width: 90px;
        background: #333;
        color: #fff;
        text-align: center;
        font-size: 1.6rem;
        padding-bottom: 90px;
        text-decoration: none !important;
        position: relative
    }

    .js-fix-btn_box a:hover {
        opacity: 0.7;
        transition: all 0.6s;
        color: #FFF !important;
    }

    .fix-btn_search a:before {
        content: "\e902";
        font-family: icoset;
        position: absolute;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        width: 3pc;
        height: 3pc;
        display: block;
        bottom: 20.5px;
        left: 50%;
        margin-left: -20px;
        font-size: 4.8rem
    }

    .fix-btn_search a:after {
        content: "";
        width: 34px;
        height: 34px;
        display: block;
        background: #fff;
        position: absolute;
        left: 29px;
        bottom: 31px;
        border-radius: 50%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .fix-btn_search a:hover:after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .fix-btn_search span {
        font-size: 1.2rem;
        font-weight: 700;
        line-height: 1.2;
        display: block;
        background: #6a3b96;
        text-align: center;
        padding: 8px 0 6px
    }

    .is-search {
        overflow-y: hidden
    }

    .modal-overlay {
        width: 100%;
        height: 100%;
        text-align: center;
        position: fixed;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0;
        cursor: pointer;
        -webkit-animation: d .3s;
        animation: d .3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        z-index: -3;
        background: transparent
    }

    .is-search .modal-overlay {
        background: rgba(0, 0, 0, .7);
        z-index: 100000;
        -webkit-animation: c .3s;
        animation: c .3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        opacity: 1
    }

    .modal-search {
        background: #FFF;
        z-index: 100001;
        width: 25pc;
        height: 100vh;
        position: fixed;
        right: -25pc;
        top: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }



    .modal-search_cover .btn-box {
        width: 100%;
        text-align: center;
    }


    .modal-close.top {
        position: absolute;
        right: 10px;
        top: 5px;
        text-align: right
    }

    .modal-close.top a {
        display: inline-block;
        padding-right: 1.2em;
        font-size: 1.2rem;
        position: relative
    }

    .modal-close.top a:after {
        content: "\e91b";
        font-family: defico;
        position: absolute;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        vertical-align: middle;
        font-size: 1rem;
        right: 0;
        top: .43em
    }

    .modal-close.top a:before {
        content: "";
        width: 100%;
        height: 1px;
        background: #c83250;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s
    }

    .modal-close.top a:hover:before {
        opacity: 1
    }

    .modal-close.btm {
        margin-top: 20px
    }


    .js-fix-btn_search {
        display: none !important
    }
}

/*====================

モーダルオーバーレイ

====================*/

.modal-overlay {
    position: fixed;
    top: 0;
    z-index: -3;
    width: 100%;
    height: 100%;
    text-align: center;
    background: transparent;
    opacity: 0;
    -webkit-animation: b .3s;
    animation: b .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.is-search .modal-overlay {
    z-index: 9999999;
    background: rgba(0, 0, 0, .7);
    cursor: pointer;
    opacity: 1;
    -webkit-animation: a .3s;
    animation: a .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}



.modal-search_cover {
    position: relative;
    padding: 30px;
    background-color: #f7f7f7;
}


.modal-close.top {
    position: absolute;
    top: 5px;
    right: 10px;
    text-align: right
}

.modal-close.top a {
    position: relative;
    display: inline-block;
    padding-right: 1.2em;
    font-size: 1.2rem
}

.modal-close.top a:after {
    position: absolute;
    top: 5px;
    right: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    content: "";
    display: block;
    background-image: url('/images/icon-times.svg');
    background-size: 100%;
}


.isOtherDevice .modal-close.top a:hover:before {
    opacity: 1
}

.modal-close.btm {
    margin-top: 20px;
    bottom: 10px;
    left: 10px;
    text-align: left;
}

.modal-close.btm a:after {
    position: absolute;
    top: 2px;
    left: 50px;
    display: inline-block;
    width: 10px;
    height: 10px;
    content: "";
    display: block;
    background-image: url('/images/icon-times.svg');
    background-size: 100%;
}

.modal-close.btm .modal-close-btn {
    display: block;
    width: 100%;
    min-height: 36px;
    padding-top: 9px;
    color: #fff !important;
    text-align: center;
    background: #444
}

.isOtherDevice .modal-close.btm .modal-close-btn {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.isOtherDevice .modal-close.btm .modal-close-btn:hover {
    opacity: .7
}

/*====================

モーダル内

====================*/

.modal-search-block-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2.4rem;
    font-weight: 500;
}

.modal-search-title {
    padding: 10px;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.modal-search-box {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 10px;
}

.modal-item a {
    padding: 10px;
    display: block;
    position: relative;
}

.modal-item a::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url('/images/icon-arrow-right-bk.svg');
    background-size: 100%;
    width: 7px;
    height: 12px;
    top: 50%;
    right: 3%;
    margin: auto;
    transform: translate(-50%, -50%);
}

.modal-item:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.modal-search-box .keyword-search-block {
    padding: 0 10px;
}

.modal-search-box .query {
    width: 100%;
    height: 40px;
    margin: 10px auto;
}


.modal-search-box .easysearch-select-block {
    margin-top: 0px;
    padding: 10px;
}

.modal-search-box .btn-box {
    margin: 10px auto 0;
}

.modal-icon {
    width: 30px;
    display: block;
    margin: 0 auto 5px;
}

.modal-search-list {
    margin-top: 10px;
}

@media screen and (min-width: 768px) {

    .is-search .modal-search,
    .modal-search {
        -webkit-transition: right .6s cubic-bezier(.19, 1, .22, 1);
        -o-transition: right .6s cubic-bezier(.19, 1, .22, 1);
        transition: right .6s cubic-bezier(.19, 1, .22, 1)
    }

    .is-search .modal-search {
        right: 0
    }


    .modal-search {
        position: fixed;
        top: 0;
        right: -400px;
        z-index: 99999999;
        width: 100%;
        max-width: 400px;
        height: 100vh;
        overflow-y: auto;
        background: #fff;
        -webkit-overflow-scrolling: touch
    }
}