@charset "UTF-8";

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

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

	common

 ================================================== */
body {
    counter-increment: number 0;
}

.spMode .fixed~#container {
    padding-bottom: 0;
}

.bg_blue {
    background-color: #dff4f7;
}

.bg_gray {
    background-color: #f7f7f7;
}

.bg_gold {
    background-color: #f2eee3;
}

/*
	select
================================ */
select {
    color: #333;
    -webkit-appearance: none;
    appearance: none;
}

/*
	sp/pc
================================ */
.spMode .pc_only,
.isOtherDevice .sp_only {
    display: none;
}

/*
	a
================================ */
#container a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

#container a:hover {
    color: #5fcad6;
}

/*
	.inner
================================ */
#wedding .inner {
    padding: 0 10px;
}

.isOtherDevice #wedding .inner {
    padding: 0;
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

/*
	.button
================================ */
#wedding .button {
    width: 80%;
    max-width: 450px;
    font-weight: bold;
    text-align: center;
    margin: 40px auto;
}

.isOtherDevice #wedding .button {
    margin: 60px auto;
}

/* a -------------------- */
#wedding .btn-submit {
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s ease 0s;
    padding: 10px;
    border: 1px solid #333;
    background-color: #333;
    width: 100%;
    border-radius: 10px;
    display: block;
}

#wedding .button a {
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s ease 0s;
    display: flex;
    flex-flow: column;
    padding: 10px;
    border: 1px solid #333;
    border-radius: 10px;
    background-color: #333;
}

.isOtherDevice #wedding .btn-submit,
.isOtherDevice #wedding .button a {
    font-size: 1.8rem;

}

#wedding .btn-submit p {
    margin: auto;
    font-weight: bold;
}

#wedding .button a span {
    font-size: 60%;
}

/* hover ------------ */
#wedding .btn-submit:hover,
#wedding .button a:hover {
    color: #333;
    background-color: #fff;
    border: 1px solid #333;
}



/*
	section
================================ */
#wedding section {
    padding: 60px 0;
}

#wedding section section {
    padding: 0 0 3px;
}

/*
	h2
================================ */
#wedding h2 {
    margin: 0 auto 20px;
    font-size: 2.4rem;
    text-align: center;
    font-weight: bold;
}

/* span ----- */
#wedding h2 span {
    display: block;
    font-size: 1.2rem;
}

.isOtherDevice #wedding h2 {
    margin: 0 auto 20px;
    font-size: 3rem;
    text-align: center;
    font-weight: bold;
}

/* span ----- */
.isOtherDevice #wedding h2 span {
    display: block;
    font-size: 1.4rem;
}


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

	#breadcrumb

 ================================================== */
/* ==========================================
	PC
========================================== */
.isOtherDevice #breadcrumb {
    max-width: 1200px;
}

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

	.lead

 ================================================== */
#wedding .lead {
    margin: 0 auto 20px;
    line-height: 2;
    width: 90%;
    text-align: left;
}

.isOtherDevice #wedding .lead {
    text-align: center;
    margin: 0 auto 40px;
}

#wedding .main_lead {
    padding: 40px 0px;
}

#wedding .main_lead .lead {
    margin: 0 auto;
}

.isOtherDevice #wedding .main_lead .lead {
    font-size: 1.8rem;
}

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

	.swiper

 ================================================== */
.swiper-container {
    margin: 0 -3%;
    padding: 0 10px;
    position: relative;
}

/*
	.swiper-pagination
================================ */
.swiper-pagination {
    position: relative;
    margin-top: 10px;
    bottom: auto !important
}

.swiper-pagination.inside_slider {
    display: none
}

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

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    width: 40px;
    height: 48px;
    background-size: 36px 48px;
}

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

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

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

/* ================================
	PC
================================ */
.isOtherDevice #wedding .swiper-container {
    margin: 0;
    padding: 0;
}

.isOtherDevice #wedding .inside_slider1 .swiper-wrapper {
    display: flex;
    justify-content: space-between;
}

.isOtherDevice #wedding .inside_slider1 .swiper-wrapper .swiper-slide {
    width: 18%;
}

.isOtherDevice #wedding .recommend_area .swiper-button-prev,
.isOtherDevice #wedding .recommend_area .swiper-button-next {
    display: none;
}




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

	article

 ======================================== */
#wedding {
    position: relative;
}


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

	.anker_area

 ======================================== */
#wedding .anker_area {
    background-color: #5fcad6;
}

#wedding .anker_area.fixed {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 100
}

/*
	ul
================================ */
#wedding .anker_area ul {
    display: flex
}

/* li -------------------- */
#wedding .anker_area ul li {
    width: 25%;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.spMode #wedding .anker_area ul li:last-child {
    border-right: none
}

/* a ------------ */
#wedding .anker_area ul li a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
    font-size: 1rem;
}

/* ==========================================
	PC
========================================== */
/*
	ul
================================ */
.isOtherDevice #wedding .anker_area ul {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

/* li -------------------- */
.isOtherDevice #wedding .anker_area li {
    border-bottom: none;
}

.isOtherDevice #wedding .anker_area li:nth-of-type(1) {
    border-left: 2px solid #fff;
}

/* a ------------ */
.isOtherDevice #wedding .anker_area ul li a {
    font-size: 1.6rem;
}


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

	.main_visual_area

 ======================================== */
#wedding .main_visual_area {
    padding: 0;
}

/*
	.main_visual_pic
================================ */
#wedding .main_visual_area .main_visual_pic {
    width: 100%;
    display: flex;
}

/*
	.main_visual_text
================================ */
.main_visual_area .main_visual_text {
    text-align: center;
    width: 60%;
    height: 50%;
    align-content: center;
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .main_visual_area .main_visual_text {
        width: 40%;
    }
}

/* h1 -------------------- */
#wedding .main_visual_area .main_visual_text h1 {
    font-size: 2.4rem;
    line-height: 1.4;
    font-style: normal;
    font-weight: 700;
}

/*
	.main_visual_pic
================================ */
#wedding .main_visual .main_visual_pic {
    background: url(/wedding/images/main_sp.jpg) no-repeat center center / cover;
    height: 250px;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: flex-end;
    text-align: left;
    position: relative;
    padding: 0;
}



/* ==========================================
	PC
========================================== */
.isOtherDevice #wedding .main_visual_area {
    width: 100%;
}

/*
	.main_visual
================================ */
.isOtherDevice #wedding.top .main_visual_area .main_visual {
    padding: 0;
}

/*
	.main_visual_text
================================ */

/* h1 -------------------- */

#wedding .main_visual_area .main_visual_text .catch {
    font-size: 1rem;
}

@media screen and (min-width: 768px) {
    #wedding .main_visual_area .main_visual_text .catch {
        font-size: 2rem;
        margin-top: 5px;
    }

    #wedding .main_visual_area .main_visual_text h1 {
        font-size: 5.5rem;
        font-weight: bold;
    }

    #wedding .main_visual_area .main_visual_text h1.br {
        font-size: 4.5rem;
        font-weight: bold;
    }
}

/*
	.main_visual_pic
================================ */
.isOtherDevice #wedding .main_visual .main_visual_pic {
    background: url(/wedding/images/main.jpg) no-repeat center center / cover;
    height: 400px;
    max-width: 1920px;
    margin: auto;
    padding-top: 20px;
}

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

#wedding .flex.column_pc4_sp1 li {
    width: 100%;
}

#wedding .flex.column_pc4_sp2 li {
    width: 48%;
}

#wedding .flex.column_pc3_sp2 li {
    width: 48%;
}

#wedding .flex.column_pc3_sp1 li {
    width: 100%;
}

#wedding .flex.column_pc2_sp2 li {
    width: 48%;
}

/* ==========================================
	PC
========================================== */
.isOtherDevice #wedding .flex {
    row-gap: 40px;
}

/*
	li
================================ */
/* .column_pc4_sp2 ---------- */
.isOtherDevice #wedding .flex.column_pc4_sp2 li,
.isOtherDevice #wedding .flex.column_pc4_sp1 li {
    width: 23%;
}

/* .column_pc3_sp2 ---------- */
.isOtherDevice #wedding .flex.column_pc3_sp2 li {
    width: 31%;
}

.isOtherDevice #wedding .flex.column_pc3_sp1 li {
    width: 32%;
}

/*
	.name
================================ */
.isOtherDevice #wedding .coupon_area .name {
    height: 4rem;
}


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

	.campaign_area

 ======================================== */
.campaign_area {
    background-color: #fff5d4;
}


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

	.coupon_area

 ======================================== */
/*
	ul
================================ */
/* li -------------------- */
.coupon_area .inner ul li:nth-of-type(1) {
    margin-bottom: 20px;
}

/* ================================
	PC
================================ */
/*
	ul
================================ */
.isOtherDevice .coupon_area .inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* li -------------------- */
.isOtherDevice .coupon_area .inner ul li {
    width: 49%;
    text-align: center;
}


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

	ranking_area

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

ランキング

====================*/
.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
}

/*
	アイコン
================================ */
/* .pic ------------ */
#wedding .item .pic {
    position: relative;
}

/* img ----- */
#wedding .item .pic img {
    border-radius: 10px;
}

/* .icon ----- */
#wedding .item .pic .icon {
    position: absolute;
    bottom: 10px;
}

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

	.cataloggift_area

 ======================================== */
/*
	.ranking_area.cataloggift
================================ */
#wedding section.ranking_area.cataloggift {
    padding: 15px 0 30px;
}

#wedding section.catalogranking_area {
    padding-top: 0;
}

/*
	h2
================================ */
/* span -------------------- */
#wedding h2 .cataloggift_free {
    width: 130px;
    margin: auto;
    background-color: #A78C58;
    padding: 5px;
    color: #fff;
    font-weight: bold;
}

/*
	.catalog_top.bnr
================================ */
.cataloggift_area .inner .catalog_top .bnr {
    display: flex;
    justify-content: center;
    border-radius: 10px;
}

.cataloggift_area .inner .catalog_top .bnr a {
    margin: 0 auto 30px;
}

.cataloggift_area .inner ul li .name span {
    display: block;
    font-size: 1rem
}

.cataloggift_area .cataloggift_service {
    margin-top: 20px
}

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

	.recommend_area

 ======================================== */
.swiper-button-next:after,
.swiper-container-rtl,
.swiper-button-prev:after {
    content: none !important;
}

/* ================================
	PC
================================ */
/*
	swiper
================================ */
/* ul -------------------- */
.isOtherDevice #wedding .recommend_area .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
}

/* .column_pc5_sp2 ---------- */
.isOtherDevice #wedding .recommend_area .swiper-wrapper li {
    width: 18%;
}



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

	.category_area

 ======================================== */
#wedding .category_area .category_bottom {
    margin-top: 20px;
}

#wedding .category_area .category_bottom ul li {
    border-radius: 10px;
}

#wedding .category_area .category_bottom ul li a {
    display: flex !important;
    align-items: center;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
}

#wedding .category_area .category_bottom ul li span {
    width: 30px;
    display: block;
    margin-right: 10px
}

.isOtherDevice #wedding .category_area .category_bottom ul:after {
    content: "";
    display: block;
    width: 23%;
}

.select_outer .select:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0;
    border-color: #444 transparent transparent;
    margin-top: -3px;
}




.name {
    margin: 5px 0 0;
    font-weight: bold;
}

.item a {
    display: block
}

.item .name {
    -webkit-line-clamp: 2
}

.item .name,
.item .price {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.item .price {
    -webkit-line-clamp: 1;
    font-size: 1.2rem
}

.item .price span {
    font-weight: 700;
    font-size: 1.5rem
}

.item_txt,
.txt {
    font-size: 1.2rem;
    margin: 5px 0 0;
}

.isOtherDevice .item .txt {
    font-size: 1.4rem;
}

.item_txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

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

	.price_area

 ======================================== */
/*
	ul
================================ */
/* li -------------------- */
.price_area ul li {
    text-align: center;
    border: 2px solid #5fcad6;
    border-radius: 10px;
}

.price_area ul li:nth-of-type(n+4) {
    margin: 0
}

.price_area ul li a {
    display: block;
    padding: 10px;
    color: #5fcad6;
    font-weight: bold;
    background-color: #fff;
    border-radius: 10px;
    transition: all 0.3s ease 0s;
}

.price_area ul li a span {
    font-size: 1.8rem;
    display: block;
    font-weight: bold;
}

.price_area ul li a:hover {
    background-color: #5fcad6;
    color: #fff !important;
    border-radius: 5px;
}



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

	.easysearch_area

 ======================================== */
#wedding .easysearch_area .inner {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

#wedding .easysearch_area .easy_search .lead {
    text-align: center;
}

#wedding .easysearch_area .easy_search {
    width: 100%;
    margin: auto;
    border-radius: 10px;
}

.easysearch_area .easy_search {
    padding: 30px 0;
    margin: auto;
    background-color: #f7f7f7
}

.select_outer input,
.select_outer select {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #444;
    font-size: 1.3rem;
    border-radius: 0;
    padding: 5px 26px 5px 8px;
    height: 36px;
    width: 100%
}

.select_outer {
    zoom: 1;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin: auto;
}

.isOtherDevice .select_outer {
    width: 80%;
}

.select_outer .select {
    width: 45%;
    position: relative;
    background: #fff;
    border-radius: 10px;
}

.isOtherDevice .select_outer .select {
    width: 48%;
}

.select_outer .select~.select:before {
    content: "\e91b";
    font-family: defico;
    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: 1.4rem;
    position: absolute;
    left: -1.6em;
    top: 13px
}

.select_outer .select select {
    position: relative;
    z-index: 1;
    background: transparent;
    border-radius: 10px;
}

.select_outer .select:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0;
    border-color: #444 transparent transparent;
    margin-top: -3px
}

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

	.digicata_area

 ======================================== */
.digicata_area {
    background-color: #fcfaef;
}

/*
	ul
================================ */
.digicata_area ul {
    display: flex;
    align-items: center;
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: flex-end;
}

/* li -------------------- */
.digicata_area ul li {
    width: 50%;
}

.digicata_area ul li:nth-of-type(2) {
    margin-top: -60px;
}

.digicata_area ul li:nth-of-type(3) {
    margin-top: -112px;
}

.digicata_area ul li .button {
    width: 60%;
}

.section_wrap_outer {
    background-color: #f7f7f7;
}

.section_wrap {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: auto;
}

.section_wrap .inner {
    width: 100%;
}

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

	.lifestyle_area

 ======================================== */
#wedding .lifestyle_area .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 1%;
    padding: 10px;
}

#wedding .lifestyle_area .item .pic {
    width: 30%;
}

#wedding .lifestyle_area .item .detail {
    width: 69%;
    padding: 1%
}

.isOtherDevice #wedding .lifestyle_area .item {
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    border-radius: 10px;
}


.isOtherDevice #wedding .lifestyle_area .item .pic {
    width: 100%;
}

.isOtherDevice #wedding .lifestyle_area .item .detail {
    width: 100%;
    padding: 0;
}

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

	.osusume_area

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

#wedding .osusume_area h3.sub {
    margin: 20px auto 30px;
    padding: 10px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    background-color: #5fcad6;
}

.isOtherDevice #wedding .osusume_area .swiper-button-next,
.isOtherDevice #wedding .osusume_area .swiper-button-prev,
.isOtherDevice #wedding .osusume_area .swiper-pagination {
    display: none;
}

.isOtherDevice #wedding .osusume_area .swiper-container .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    row-gap: 20px;
    transform: none !important;
}

.isOtherDevice #wedding .osusume_area .swiper-container .swiper-wrapper .swiper-slide {
    width: 32% !important;
}

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

	.popular_service_area

 ======================================== */
.popular_service_area .inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.popular_service_area .inner ul li {
    width: 200px;
}


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

	.brand_area

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

/* li -------------------- */
.brand_area ul li {
    width: 32%;
    text-align: center;
}

/*.brand_area ul li:nth-of-type(6n) {
    margin: 0 0 30px 0;
}*/
/* img ------------ */
.brand_area ul li img {
    border-radius: 10px;
}

/* ================================
	PC
================================ */
.isOtherDevice .brand_area ul li {
    width: 18%;
}

.isOtherDevice .brand_area ul:after {
    width: 18%;
    display: block;
    content: "";
}

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

	.recipient_area

 ======================================== */
/*
	ul
================================ */
.recipient_area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

/* li -------------------- */
.recipient_area ul li {
    width: 23%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
}

/* a ------------ */
.recipient_area ul li a {
    height: 200px;
    width: 100%;
    color: #fff;
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.recipient_area ul li:nth-of-type(1) a {
    background: url(/wedding/images/for_family.jpg) no-repeat center center / cover;
}

.recipient_area ul li:nth-of-type(2) a {
    background: url(/wedding/images/for_boss.jpg) no-repeat center center / cover;
}

.recipient_area ul li:nth-of-type(3) a {
    background: url(/wedding/images/for_colleague.jpg) no-repeat center center / cover;
}

.recipient_area ul li:nth-of-type(4) a {
    background: url(/wedding/images/for_friends.jpg) no-repeat center center / cover;
}

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

	.tips_area

 ======================================== */
/*
	dl
================================ */
.tips_area dl {
    margin: 0 0 30px 0
}

/* dt -------------------- */
.tips_area dt {
    font-size: 1.8rem;
    border-bottom: 2px solid #5fcad6;
}

/* .question */
.tips_area .question:before {
    content: "Q.";
    color: #5fcad6;
    font-size: 1.6rem;
}

/* dd -------------------- */
.tips_area dd {
    padding: 15px;
    line-height: 1.75;
    background-color: #fff;
}

/* dt ------------ */
.tips_area dl dd dt {
    font-size: 1.5rem;
    font-weight: bold;
    border-bottom: none;
}

/* a ----- */
.tips_area dl dd dt a {
    font-weight: bold;
    text-decoration: underline 2px !important;
}

.tips_area dl dd dd {
    padding: 5px 0;
}

/* ================================
	PC
================================ */
.isOtherDevice .tips_area .inner {
    width: 1000px;
    margin: auto;
}

/*
	dl
================================ */
.isOtherDevice .tips_area dl {
    margin: 0 0 30px;
}

/* dt -------------------- */
.isOtherDevice .tips_area dt {
    font-size: 2rem;
}

/* .question */
.isOtherDevice .tips_area .question:before {
    font-size: 1.8rem;
}

/* dd ------------ */
/* dd */
.isOtherDevice .tips_area dl dd dd {
    padding: 15px 0;
}



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

	.fix-btn_box

 ======================================== */
/*---------------------------

検索　SP

----------------------------*/
.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: #e60012;
    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 .fix-btn_delivery {
    width: 70px;
    top: 20px;
    right: 15px;
    z-index: 10;
    position: absolute;
    opacity: 0
}

.spMode .fix-btn_delivery i.fix-btn_close {
    display: block;
    position: absolute;
    right: -8px;
    top: -10px;
    width: 22px;
    height: 22px;
    background: #000;
    z-index: 2;
    border-radius: 50%;
    border: 1px solid #fff;
    cursor: pointer
}

.spMode .fix-btn_delivery i.fix-btn_close:after {
    content: "×";
    font-family: verdana;
    line-height: 1;
    font-size: 1.6rem;
    display: block;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.spMode .fix-btn_delivery i.fix-btn_close span {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.spMode .fix-btn_delivery a {
    display: block;
    background-color: #99986b;
    background: -webkit-gradient(linear, left top, right top, from(#99986b), color-stop(50%, #99986b), color-stop(50%, #9e9d73), to(#9e9d73));
    background: -webkit-linear-gradient(left, #99986b, #99986b 50%, #9e9d73 0, #9e9d73);
    background: -o-linear-gradient(left, #99986b, #99986b 50%, #9e9d73 50%, #9e9d73);
    background: -webkit-gradient(linear, left top, right top, from(#99986b), color-stop(50%, #99986b), color-stop(0, #9e9d73), to(#9e9d73));
    background: -o-linear-gradient(left, #99986b, #99986b 50%, #9e9d73 0, #9e9d73);
    background: linear-gradient(90deg, #99986b, #99986b 50%, #9e9d73 0, #9e9d73);
    background-size: 12px 12px;
    text-decoration: none !important;
    color: #fff;
    text-align: center;
    padding: 22px 0 8px;
    border-radius: 8px;
    position: relative;
    line-height: 1.2
}

.spMode .fix-btn_delivery a:after {
    content: "\e905";
    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: 32px;
    height: 28px;
    top: -7px;
    left: 50%;
    margin-left: -16px;
    -webkit-animation: moveLR 1s infinite alternate linear;
    animation: moveLR 1s infinite alternate linear;
    font-size: 3rem;
    text-shadow: #99986b 3px 0 0, #99986b -3px 0 0, #99986b 0 -3px 0, #99986b 0 3px 0, #99986b 3px 3px 0, #99986b -3px 3px 0, #99986b 3px -3px 0, #99986b -3px -3px 0, #99986b 2px 3px 0, #99986b -2px 3px 0, #99986b 2px -3px 0, #99986b -2px -3px 0, #99986b 3px 2px 0, #99986b -3px 2px 0, #99986b 3px -2px 0, #99986b -3px -2px 0, #99986b 2px 0 0, #99986b -2px 0 0, #99986b 0 -2px 0, #99986b 0 2px 0, #99986b 2px 2px 0, #99986b -2px 2px 0, #99986b 2px -2px 0, #99986b -2px -2px 0, #99986b 1px 2px 0, #99986b -1px 2px 0, #99986b 1px -2px 0, #99986b -1px -2px 0, #99986b 2px 1px 0, #99986b -2px 1px 0, #99986b 2px -1px 0, #99986b -2px -1px 0, #99986b 1px 1px 0, #99986b -1px 1px 0, #99986b 1px -1px 0, #99986b -1px -1px 0
}

.spMode .fix-btn_delivery a span {
    font-size: 1rem;
    line-height: 1.2
}

.spMode .fix-btn_delivery a span em {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 700
}

.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: #000;
    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%;
    color: #fff;
    -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-search_cover a {
    text-decoration: none !important;
    color: #fff
}

.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-close.btm .modal-close_btn {
    width: 80%;
    max-width: 280px;
    margin: 0 auto;
    background: #444;
    color: #fff;
    display: block;
    text-align: center;
    min-height: 36px;
    padding-top: 9px
}

.isOtherDevice .modal-close.btm .modal-close_btn {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    border-radius: 10px;
}

.spMode .modal-close.btm .modal-close_btn:hover {
    opacity: .7
}

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

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

.spMode .modal-search_box {
    margin-top: 20px;
    font-size: 1.3rem
}

.spMode .modal-search_box~.modal-search_box {
    margin-top: 15px;
    padding-top: 15px
}

.modal-sear.spMode ch_box button,
.spMode .modal-search_box input[type=button],
.spMode .modal-search_box input[type=file],
.spMode .modal-search_box input[type=submit],
.spMode .modal-search_box label,
.spMode .modal-search_box option,
.spMode .modal-search_box select {
    cursor: pointer;
    position: relative;
    z-index: 1
}

.spMode .modal-search_box button,
.spMode .modal-search_box input,
.spMode .modal-search_box select {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #444;
    font-size: 1.2rem;
    border-radius: 0;
    padding: 5px 10px;
    height: 36px
}

.spMode .modal-search_box select::-ms-expand {
    display: none
}

.spMode .modal-search_box .btn-submit {
    background: #444;
    color: #fff;
    font-size: 1.5rem;
    padding: 5px;
    height: 36px;
    vertical-align: top;
}

.spMode .modal-pullMenu_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.spMode .modal-pullMenu_box .modal-menu_box {
    width: 47%;
    margin-left: 6%;
    position: relative
}

.spMode .modal-pullMenu_box .modal-menu_box:first-child {
    margin-left: 0
}

.spMode .modal-pullMenu_box .modal-menu_btn {
    position: relative;
    background: #a9a9a9;
    width: 100%;
    display: block;
    cursor: pointer;
    height: 36px;
    padding: 7px 15px 0;
    font-size: 1.5rem
}

.spMode .modal-pullMenu_box .modal-menu_btn:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0;
    border-color: #fff transparent transparent;
    margin-top: -3px
}

.spMode .modal-pullMenu_box .modal-menu_contents {
    position: absolute;
    top: 36px;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 100
}

.spMode .modal-pullMenu_box .modal-menu_list {
    width: 100%;
    border: 1px solid hsla(0, 0, 100%, .3);
    border-top: 0
}

.spMode .modal-pullMenu_box .modal-menu_list li~li {
    border-top: 1px solid #fff
}

.spMode .modal-pullMenu_box .modal-menu_list a {
    display: block;
    padding: 8px 5px;
    font-size: 1.1rem
}

.spMode .modal-keywords_box fieldset:after {
    content: "";
    display: block;
    clear: both
}

.spMode .modal-keywords_box fieldset .query {
    width: calc(100% - 80px);
    float: left
}

.spMode .modal-keywords_box fieldset .btn-submit {
    width: 70px;
    float: right;
    border-radius: 10px;
}

.spMode .modal-select_box {
    background: #a9a9a9;
    padding: 8px 5% !important
}

.spMode .button {
    text-align: center;
}

.spMode .modal-select_box .btn-submit {
    margin: 10px auto 0;
    width: 100px;
    border-radius: 10px;
}

.spMode .modal-select_box .search-select_cover {
    margin-top: 5px
}

.spMode .modal-select_box .search-select_cover:after {
    content: "";
    display: block;
    clear: both
}

.spMode .modal-select_box .search-select_cover .select {
    width: calc(50% - 1em);
    float: left;
    position: relative;
    background: #fff
}

.spMode .modal-select_box .search-select_cover .select:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0;
    border-color: #444 transparent transparent;
    margin-top: -3px
}

.spMode .modal-select_box .search-select_cover .select~.select {
    float: right
}

.spMode .modal-select_box .search-select_cover .select~.select:before {
    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;
    content: "\e91b";
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    left: -1.8em;
    top: 13px;
    width: 1.8em;
    text-align: center
}

.spMode .modal-select_box .search-select_cover select {
    width: 100%;
    background: transparent;
    padding-right: 1.6em;
    border-color: #fff
}

.spMode .modal-item_link {
    background: #fff;
    padding: 15px;
    color: #444
}

.spMode .modal-item_link a {
    color: #444
}

.spMode .modal-item_link .button a {
    color: #fff
}

.spMode .modal-item_link .item-link_list dt {
    border-bottom: 1px dashed #444;
    margin-top: 18px;
    padding-top: 18px;
    text-align: center;
    font-size: 1.6rem;
    padding-bottom: 6px
}

.spMode .modal-item_link .item-link_list dt:first-child {
    margin-top: -5px;
    padding-top: 5px
}

.spMode .modal-item_link .item-link_list .item-link li:nth-child(2n) a {
    background: #f2f2f2
}

.spMode .modal-item_link .item-link_list .item-link a {
    display: block;
    position: relative;
    font-size: 1.4rem;
    padding: 12px 30px 12px 15px;
    line-height: 1.3
}

.spMode .modal-item_link .item-link_list .item-link a:after {
    content: "\e914";
    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;
    color: #5fcad6;
    font-size: 1.2rem;
    right: 15px;
    top: 14px
}

.spMode .modal-item_link .item-link_list .item-link span {
    display: inline-block
}

.spMode .modal-item_link .btn-view_more a {
    display: block;
    position: relative;
    font-size: 1.5rem;
    padding: 12px 30px 12px 15px;
    line-height: 1.3;
    background: #5fcad6;
    color: #fff
}

.spMode .modal-item_link .btn-view_more a:after {
    content: "\e914";
    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;
    color: #fff;
    font-size: 1.2rem;
    right: 15px;
    top: 14px
}

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

検索　PC

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

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

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

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

.isOtherDevice .fix-btn_search {
    position: absolute;
    right: 1pc;
    top: 0;
    margin-top: 150px;
    z-index: 1
}

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

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

.isOtherDevice .js-fix-btn_box a:hover {
    opacity: 0.7;
    transition: all 0.6s;
}

.isOtherDevice .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
}

.isOtherDevice .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
}

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

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

.isOtherDevice .fix-btn_delivery {
    opacity: 0;
    position: absolute;
    right: 1pc;
    top: 15px;
    width: 90px;
    height: 118px;
    z-index: 2
}

.isOtherDevice.is-search_fixed .fix-btn_delivery {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 1
}

.isOtherDevice .fix-btn_delivery i.fix-btn_close {
    display: none
}

.isOtherDevice .fix-btn_delivery a {
    display: block;
    background-color: #99986b;
    background: -webkit-gradient(linear, left top, right top, from(#99986b), color-stop(50%, #99986b), color-stop(50%, #9e9d73), to(#9e9d73));
    background: -webkit-linear-gradient(left, #99986b, #99986b 50%, #9e9d73 0, #9e9d73);
    background: -o-linear-gradient(left, #99986b, #99986b 50%, #9e9d73 50%, #9e9d73);
    background: -webkit-gradient(linear, left top, right top, from(#99986b), color-stop(50%, #99986b), color-stop(0, #9e9d73), to(#9e9d73));
    background: -o-linear-gradient(left, #99986b, #99986b 50%, #9e9d73 0, #9e9d73);
    background: linear-gradient(90deg, #99986b, #99986b 50%, #9e9d73 0, #9e9d73);
    background-size: 9pt 9pt;
    text-decoration: none !important;
    color: #fff;
    text-align: center;
    padding: 38px 0 15px;
    border-radius: 8px;
    position: relative
}

.isOtherDevice .fix-btn_delivery a:after {
    content: "\e905";
    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: 62px;
    height: 3pc;
    top: -13px;
    left: 50%;
    margin-left: -31px;
    -webkit-animation: b 1s infinite alternate linear;
    animation: b 1s infinite alternate linear;
    font-size: 5.5rem;
    text-shadow: #99986b 3px 0 0, #99986b -3px 0 0, #99986b 0 -3px 0, #99986b 0 3px 0, #99986b 3px 3px 0, #99986b -3px 3px 0, #99986b 3px -3px 0, #99986b -3px -3px 0, #99986b 2px 3px 0, #99986b -2px 3px 0, #99986b 2px -3px 0, #99986b -2px -3px 0, #99986b 3px 2px 0, #99986b -3px 2px 0, #99986b 3px -2px 0, #99986b -3px -2px 0, #99986b 2px 0 0, #99986b -2px 0 0, #99986b 0 -2px 0, #99986b 0 2px 0, #99986b 2px 2px 0, #99986b -2px 2px 0, #99986b 2px -2px 0, #99986b -2px -2px 0, #99986b 1px 2px 0, #99986b -1px 2px 0, #99986b 1px -2px 0, #99986b -1px -2px 0, #99986b 2px 1px 0, #99986b -2px 1px 0, #99986b 2px -1px 0, #99986b -2px -1px 0, #99986b 1px 1px 0, #99986b -1px 1px 0, #99986b 1px -1px 0, #99986b -1px -1px 0
}

.isOtherDevice .fix-btn_delivery a span {
    font-size: 1.4rem;
    line-height: 1.2
}

.isOtherDevice .fix-btn_delivery a span em {
    font-size: 1.8rem;
    font-weight: 700
}

.isOtherDevice .fix-btn_delivery a:hover {
    background: -webkit-gradient(linear, left top, right top, from(#838252), color-stop(50%, #838252), color-stop(50%, #8c8b5b), to(#8c8b5b));
    background: -webkit-linear-gradient(left, #838252, #838252 50%, #8c8b5b 0, #8c8b5b);
    background: -o-linear-gradient(left, #838252, #838252 50%, #8c8b5b 50%, #8c8b5b);
    background: -webkit-gradient(linear, left top, right top, from(#838252), color-stop(50%, #838252), color-stop(0, #8c8b5b), to(#8c8b5b));
    background: -o-linear-gradient(left, #838252, #838252 50%, #8c8b5b 0, #8c8b5b);
    background: linear-gradient(90deg, #838252, #838252 50%, #8c8b5b 0, #8c8b5b);
    background-size: 9pt 9pt
}

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

.isOtherDevice .modal-pullMenu_box {
    display: none
}

.isOtherDevice .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
}

.isOtherDevice.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
}

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

.isOtherDevice.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)
}

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

.isOtherDevice .modal-search_cover {
    position: relative;
    padding: 30px;
    color: #444
}

.isOtherDevice .modal-search_cover .button {
    width: 100%;
}

.isOtherDevice .modal-search_cover .button a {
    text-decoration: none !important;
    color: #fff
}

.isOtherDevice .modal-search_cover a:hover {
    color: #c83250
}

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

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

.isOtherDevice .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
}

.isOtherDevice .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
}

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

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

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

.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
}

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

.isOtherDevice .modal-search_subttl {
    font-size: 1.5rem;
    line-height: 1.3
}

.isOtherDevice .modal-search_box {
    margin-top: 20px;
    font-size: 1.5rem
}

.isOtherDevice .modal-search_box~.modal-search_box {
    border-top: 1px dashed #444;
    margin-top: 20px;
    padding-top: 20px
}

.isOtherDevice .modal-search_box button,
.isOtherDevice .modal-search_box input[type=button],
.isOtherDevice .modal-search_box input[type=file],
.modal-search_box input[type=submit],
.isOtherDevice .modal-search_box label,
.isOtherDevice .modal-search_box option,
.isOtherDevice .modal-search_box select {
    cursor: pointer;
    position: relative;
    z-index: 1;
    background: transparent
}

.isOtherDevice .modal-search_box input,
.isOtherDevice .modal-search_box select {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #444;
    font-size: 1.5rem;
    border-radius: 0;
    padding: 5px 10px;
    height: 36px
}

.isOtherDevice .modal-search_box select::-ms-expand {
    display: none
}

.isOtherDevice .modal-search_box .btn-submit {
    background: #444;
    color: #fff;
    font-size: 1.5rem;
    padding: 5px;
    height: 36px;
    vertical-align: top;
}

.isOtherDevice .modal-search_box .btn-submit {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    border-radius: 10px;
}

.isOtherDevice .modal-search_box .btn-submit:hover {
    opacity: .7
}

.isOtherDevice .modal-keywords_box fieldset:after {
    content: "";
    display: block;
    clear: both
}

.isOtherDevice .modal-keywords_box fieldset .query {
    width: calc(100% - 5pc);
    float: left
}

.isOtherDevice .modal-keywords_box fieldset .btn-submit {
    width: 70px;
    float: right
}

.isOtherDevice .modal-select_box .btn-submit {
    margin-top: 10px;
    width: 100%
}

.isOtherDevice .modal-select_box .search-select_cover {
    margin-top: 5px
}

.isOtherDevice .modal-select_box .search-select_cover:after {
    content: "";
    display: block;
    clear: both
}

.isOtherDevice .modal-select_box .search-select_cover .select {
    width: calc(50% - 1em);
    float: left;
    position: relative
}

.isOtherDevice .modal-select_box .search-select_cover .select:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0;
    border-color: #444 transparent transparent;
    margin-top: -3px
}

.isOtherDevice .modal-select_box .search-select_cover .select~.select {
    float: right
}

.isOtherDevice .modal-select_box .search-select_cover .select~.select:before {
    content: "\e91b";
    font-family: defico;
    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: 1.4rem;
    position: absolute;
    left: -1.6em;
    top: 13px
}

.isOtherDevice .modal-select_box .search-select_cover select {
    width: 100%;
    background: transparent;
    padding-right: 1.6em
}

.isOtherDevice .modal-item_link .item-link_list dt {
    border-top: 1px dashed #444;
    margin-top: 18px;
    padding-top: 18px
}

.isOtherDevice .modal-item_link .item-link_list dt.noborder,
.isOtherDevice .modal-item_link .item-link_list dt:first-child {
    border: 0;
    margin-top: -5px;
    padding: 0
}

.isOtherDevice .modal-item_link .item-link_list dt.noborder {
    margin-top: 9pt
}

.isOtherDevice .modal-item_link .item-link {
    display: flex;
    flex-wrap: wrap;
    width: 103%;
    margin-left: -3%;
    margin-top: 6px
}

.isOtherDevice .modal-item_link .item-link li {
    width: 47%;
    margin-left: 3%
}

.isOtherDevice .modal-item_link .item-link li:nth-child(n+3) {
    margin-top: 3px
}

.isOtherDevice .modal-item_link .item-link a {
    display: block;
    position: relative;
    padding-left: 1em
}

.isOtherDevice .modal-item_link .item-link a:after {
    content: "\e914";
    font-family: defico;
    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;
    color: #444;
    font-size: 1.2rem;
    position: absolute;
    left: 0;
    top: .3em
}

.isOtherDevice .modal-item_link .item-link a:hover span {
    text-decoration: underline
}

.isOtherDevice .modal-item_link .item-link span {
    display: inline-block
}

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


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

	.digial_catalog_bnr

 ======================================== */
.digial_catalog_bnr {
    position: absolute;
    width: 14%;
    bottom: -32px;
    right: 16.5%;
    animation: bnr1 3s ease infinite;
    z-index: 1;
}

.digial_catalog_bnr a:hover {
    opacity: 1 !important;
}

.digial_catalog_bnr a:hover img {
    opacity: .95 !important;
}

/*	クーポン
================================ */
.icon {
    height: 2rem;
}

.icon span {
    color: #fff;
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
}

.icon.free_coupon span {
    background-color: #930002;
}

.icon.delivery_in span {
    background-color: #A78C58;
}


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

	.introduction_area

 ======================================== */
.introduction_area {
    padding: 30px 15px !important;
}

#wedding .introduction_area .inner {
    padding: 30px;
    background-color: #fff;
}

/*
	h2
================================ */
#wedding .introduction_area .inner h2 {
    width: 100%;
}

/*
	p
================================ */
#wedding .introduction_area .inner p {
    margin-bottom: 15px;
    line-height: 2;
}

/*
	.bnr
================================ */
#wedding .introduction_area .inner .bnr {
    text-align: center;
    margin: 45px auto;
}

/* img */
#wedding .introduction_area .inner .bnr img {
    margin: auto;
}

/* ================================
	PC
================================ */
isOtherDevice #wedding .introduction_area {
    padding: 0 !important;
}

.isOtherDevice #wedding .introduction_area .inner {
    padding: 45px 90px;
}

/*
	p
================================ */
.isOtherDevice #wedding .introduction_area .inner p {
    margin-bottom: 15px;
    line-height: 2;
}

/*
	.bnr
================================ */
.isOtherDevice #wedding .introduction_area .inner .bnr {
    margin: 45px auto;
    text-align: center;
}

/* img */
.isOtherDevice #wedding .introduction_area .inner .bnr img {
    margin: auto;
}

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

	/ranking/

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

#wedding.ranking .main_visual .main_visual_pic {
    background: url(/wedding/ranking/images/main_sp.jpg) no-repeat center center / cover;
}

.isOtherDevice #wedding.ranking .main_visual .main_visual_pic {
    background: url(/wedding/ranking/images/main.jpg) no-repeat center center / cover;
}

#wedding.ranking .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    row-gap: 20px;
    flex-wrap: wrap;
    transform: none !important;
}

#wedding.ranking .swiper-button-prev,
#wedding.ranking .swiper-button-next {
    display: none !important;
}

#wedding.ranking .swiper-wrapper .swiper-slide {
    width: 48% !important;
    margin-right: 0 !important;
}

.isOtherDevice #wedding.ranking .swiper-wrapper .swiper-slide {
    width: 18% !important;
}

#wedding.ranking .swiper-pagination {
    display: none;
}

#wedding.ranking .manner_area .bnr {
    text-align: center;
}



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

	/gift/

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

#wedding.gift .main_visual .main_visual_pic {
    background: url(/wedding/gift/images/main_sp.jpg) no-repeat center center / cover;
}

.isOtherDevice #wedding.gift .main_visual .main_visual_pic {
    background: url(/wedding/gift/images/main.jpg) no-repeat center center / cover;
}

#wedding.gift .manner_area .bnr {
    text-align: center;
}


/*
	.swiper-slide
================================ */
.swiper-slide {
    height: auto;
}

.swiper-slide .product {
    background-color: #fff;
    padding: 10px 10px 20px;
    border: 1px solid #e3e3e3;
}

.product-pic-box {
    position: relative;
}

.product-pic-box:before {
    display: block;
    position: absolute;
    z-index: 100;
    width: 24px;
    height: 30px;
    top: 0;
    left: 0;
}

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

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

商品部分

====================*/
.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::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(/chugen/2025/images/icon-hayawari.svg);
    background-size: 100%;
    width: 5rem;
    height: 5rem;
    top: 0;
    left: 0;
    margin: auto;
    z-index: 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
}