@charset "UTF-8";

/*------------------
pc-common
--------------------*/
html { scroll-behavior: smooth; scroll-padding-top: 113px; /* 固定ヘッダの高さ分 */ }
#main img{ max-width: 100%; vertical-align:middle; height: auto;}
.container.main-container { }
.tax { font-size: 0.8em; padding-left: 0.3em;}

/*共通*/
.pc { display: block; }
.sp { display: none; }
.flexbox { display: flex; flex-wrap: wrap; justify-content: space-between; }
.ewert { font-family: 'Ewert', serif; font-style: normal; font-size: 7rem; text-align: center; line-height: 1.5; font-weight: 400; }
.tsuku-A { font-family: fot-tsukuardgothic-std, sans-serif; font-weight: 700; font-style: normal; }
.bebas { font-family: bebas-kai, sans-serif; font-weight: 400; font-style: normal; }
.txt-wh { color: #fff; }
.txt-bold { font-weight: 700; }
.txt-center { text-align: center; }
.ttl { font-size: 6.0rem; text-align: center; margin: auto; letter-spacing: 5px; font-weight: 400; }
.txt { margin: auto; font-size: 1.3rem; }
.notice { font-size: 1.0rem; text-align: center; line-height: 1.4; }
.notice a { color: #fff; text-decoration: underline; }
.ttl-img { margin: 1rem auto; }
.btn { font-weight: 700; height: fit-content; }
.btn-A { background: #fff; color: #103B14; border: #103B14 3px solid; padding: 0; width: 80%; }
.btn-B { background: #213B27; color: #fff; border: none; margin-top: 1rem; padding: 0.3rem 4rem; }
.btn-C { background: #DEC786; color: #810E1D; border: none; width: 30%; }

#holiday-category img {height: auto;}

/*sec-lead*/
.sec-lead { background: #103B14; padding: 4rem; }
.campaign__container { background: #810E1D; border-radius: 20px; border: #DEC786 3px solid; margin: 3rem auto 2rem; padding: 2rem 0 3rem; width: 100%; box-shadow: 0px 8px 9px 0px rgba(0, 0, 0, 0.6); }
.campaign__container::before, .campaign__container::after { content: ''; background-repeat: no-repeat; position: absolute; display: block; background-size: 100%; width: 83px; height: 264px; top: auto; left: auto; margin-top: -1rem; margin-left: 1.5rem; }
.campaign__container::before { background-image: url(../images/img-campaign-star-l.png); }
.campaign__container::after { background-image: url(../images/img-campaign-star-r.png); margin-top: -21rem; margin-left: 81rem; }
.campaign__container h2 { font-size: 4rem; }
.date { font-size: 2.6rem; line-height: 1.0; padding: 2.5rem 0 1rem; }
.date span {font-size: 1.5em; }
.campaign__container .notice { margin-top: 1rem; }
.menu__inner { width: calc(100%/4); }
.menu__inner:first-child a img { margin-left: -1rem; }
/**/
.holidayfeature { background: linear-gradient(#B7302D, #631719); }
.holidayfeature::before { content: ''; background-image: url(../images/img-main-decor.png); background-repeat: no-repeat; position: absolute; display: block; background-size: 100%; width: 1000px; height: 371px; top: auto; left: auto; }
/*sec-set*/
.sec-set { padding-top: 3rem; }
.sec-set .ttl { text-shadow: -3px 2px 0 #B7302D, -4px 3px 0 #DEC786; }
.sec-set .ttl-img, .sec-set .ttl, .sec-set .txt { display: block; margin: auto; text-align: center; padding-top: 3rem; }
.sec-set .img-main { margin-top: -3em; }
.set__wrapper { width: 100%; margin-top: -8rem; padding: 0 4rem 0 3.0rem; }
.setitem__wrapper { margin-top: 1rem; width: 78%; }
.setitem__wrapper p { display: flex; align-items: center; }
.setitem__wrapper p:before, .setitem__wrapper p:after { content: ""; height: 1px; flex-grow: 1; background-color: #fff; }
.setitem__wrapper p:before { margin-right: 1rem; }
.setitem__wrapper p:after { margin-left: 1rem; }
.set__inner { width: calc(33.3333333% - 10px/3); display: flex; justify-content: center; margin-bottom: 2rem; }
.set__inner::before { content: ''; position: absolute; display: block; background-image: url(../images/img-set-icon-01.png); background-repeat: no-repeat; background-size: 100%; width: 171px; height: 154px; top: auto; left: auto; margin-top: -2rem; margin-left: -20rem; z-index: 10; }
/* 最新のsafari用 */
_::-webkit-full-page-media, _:future, :root .set__inner::before {
	margin-left: -10rem;
}
/* 古いsafari用 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .set__inner::before {
        margin-left: -10rem;
	}
}
.set__inner:nth-child(2):before { content: ''; position: absolute; display: block; background-image: url(../images/img-set-icon-02.png); }
.set__inner:nth-child(3):before { content: ''; position: absolute; display: block; background-image: url(../images/img-set-icon-03.png); }
.set__inner:nth-child(4):before { content: ''; position: absolute; display: block; background-image: url(../images/img-set-icon-04.png); }
.set__inner:nth-child(5):before { content: ''; position: absolute; display: block; background-image: url(../images/img-set-icon-05.png); }
.set__inner:nth-child(6):before { content: ''; position: absolute; display: block; background-image: url(../images/img-set-icon-05.png); }
.set__inner:nth-child(7):before { content: ''; position: absolute; display: block; background-image: url(../images/img-set-icon-07.png); }
.set__inner:nth-child(8):before { content: ''; position: absolute; display: block; background-image: url(../images/img-set-icon-08.png); }
.set__inner:nth-child(9):before { content: ''; position: absolute; display: block; background-image: url(../images/img-set-icon-09.png); }
.setitem__inner { justify-content: center; }
.set__inner .main-img { margin-left: 1.0rem; }
.set__inner .price { font-size: 1.2rem; }
.set__inner .disc { font-size: 1.3rem; height: 80px; width: 240px; margin: auto; }
.setitem__inner img { width: auto; height: 100px; }
/*sec-giftservice*/
.sec-giftservice { background: #DEC786; border-radius: 20px; width: 90%; margin: auto; padding: 0.8rem; }
.service__container { background: #DEC786; border-radius: 20px; width: 100%; height: auto; box-shadow: inset 3px 3px 8px rgba(0,0,0,.4), inset -3px -3px 8px rgba(0,0,0,.3); padding-bottom: 2rem; }
.service__container::before, .service__container::after { content: ''; position: absolute; display: block; background-repeat: no-repeat; background-size: 100%; top: auto; left: auto; z-index: 10; }
.service__container::before { background-image: url(../images/img-service-star-top.png); width: 78px; height: 140px; margin-top: 0rem; margin-left: 79rem; }
.service__container::after { background-image: url(../images/img-service-star-bottom.png); width: 63px; height: 48px; margin-top: -4rem; margin-left: 1rem; transform: rotate(9deg); }
.service__innerbox .main-img, .service__innerbox .service__inner.txt { width: 50%; }
/* 最新のsafari用 */
_::-webkit-full-page-media, _:future, :root .service__innerbox .main-img {
	height: 50%;
}
/* 古いsafari用 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .service__innerbox .main-img {
		height: 50%;
	}
}
.service__innerbox:last-child .main-img { order: 2; }
.service__innerbox:last-child .service__inner.txt { order: 1; margin-top: 6rem; }
.service__innerbox, .service__innerbox .notice a { color: #213B27; }
.service__innerbox h3 { font-size: 3.2rem; margin-bottom: 2rem; }
.service__innerbox:nth-child(1) img { margin-top: -4rem; margin-left: -3rem; }
.service__innerbox:nth-child(1) h3 { margin-left: 3rem; }
.service__innerbox:nth-child(1) h3::before { content: ''; display: block; position: absolute; background-image: url(../images/img-icon-card.png); background-size: 100%; width: 104px; height: 99px; top: auto; left: auto; margin-top: -7rem; margin-left: -9rem; }
.service__innerbox:nth-child(1) .txt { margin-top: 4rem; }
.service__innerbox:nth-child(1) .notice { margin-top: 1rem; text-align: left; }
.service__innerbox:last-child { padding-left: 7rem; padding-right: 4rem; margin-top: -4rem; }
/*sec-season*/
.sec-season { padding: 4rem; margin: auto; text-align: center; }
.sec-season .ttl { text-shadow: -3px 2px 0 #781d1e, -4px 3px 0 #DEC786; }
.sec-season .ttl-img { padding-bottom: 2rem; }
.sec-season h3 { font-size: 2.4rem; margin-bottom: 1.5rem; }
.season__wrapper { padding: 3rem 0 4rem; border-bottom: #DEC786 1px solid; }
.season__wrapper:last-child { border-bottom: none; padding-bottom: 2rem; }
.season__item__wrapper { margin: 2rem auto; }
.season__item__inner { width: calc(95%/4); font-size: 1.4rem; }
.season__item__inner span { display: block; }
.season__item__inner a { color: #fff; }
.sec-season .notice { margin-top: 2rem; }
/*------------------
page-common
--------------------*/

/* セクションタイトル */
.title-sec { position: relative; font-size: 2.4rem; font-weight: 700; text-align: center; border-bottom: solid #b7a36a; color: #b7a36a; padding: 20px 20px; margin-top: 0; margin-bottom: 30px; width: 90%;margin-inline: auto;}
/*.title-sec:after { position: absolute; content: ''; top: 100%; left: 50%; transform: translate(-50%, 0%); -webkit-transform: translate(-50%, 0%); -ms-transform: translate(-50%, 0%); border: 15px solid transparent; border-top: 15px solid #273250; width: 0; height: 0; }
.title-sec img { margin-right: 5px; fill: #fff; opacity: 0.9; }*/
/* フリーランキングタイトル */
.title-item-list { font-size: 1.8rem; font-weight: 700; /*padding-bottom: 5px; */ padding-left: 5px; /*border-bottom: 1px solid #000; margin-top: 20px; margin-bottom: 20px;*/ }
.title-item-list:before { content: "●"; font-size: 2rem; color: #b7a36a; margin-right: 5px; }
.title-item-list-sub { font-size: 0.9em; font-weight: normal; margin-left: 15px; }
/* フリーランキング */
.sec-item-wrapper { margin-bottom: 30px; width: 800px; margin: 0 auto; }
.sec-item-list{ overflow: hidden; }
.sec-item-list-wrapper { padding-left: 4rem; padding-right: 4rem; }
.sec-item-list-inner { position: relative; }
.item-list-carousel li{ text-align: center; margin: 0 12px; }
.slick-list{ overflow: visible; }
.slick-nav-arrows {}
.slick-arrow { display: inline-flex; width: 48px; height: 48px; align-items: center; justify-content: center; }

.slick-prev:before, .slick-next:before {
    color: unset!important;
    font-size: 15px!important;
}

.slick-next:before{
    background-image: url(../images/arrow-r.png);
    background-size: contain;
    width: 30px;
    height: 44px;
    z-index: 100;
    background-repeat: no-repeat;
}

.slick-prev:before {
    background-image: url(../images/arrow-l.png);
    background-size: contain;
    width: 30px;
    height: 44px;
    z-index: 100;
    background-repeat: no-repeat;
}

.item-img img { border: solid 1px #F2F2F2; float: left; margin-bottom: 10px; }
.item-name, .item-price { font-size: 1.2rem; text-align: left; }
/*.item-price span { font-size: 0.7em; }*/
/*------------------
 .sec-lead
--------------------*/
.ttl-lead {}
.txt-lead { font-size: 1.4rem; text-align: center; margin-top: 30px; margin-bottom: 30px; }
.nav-lead { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin-bottom: 60px; }
.nav-lead-list { display: flex; width: 180px; position: relative;}
.nav-lead-list:not(:last-child):after {position: absolute;content: '';background: #b7a36a;width: 2px;height: 90px;top: 30px;left: 180px;}
.nav-lead-list-inner { display: flex; flex-wrap: wrap; justify-content: center; align-items: baseline; text-align: center; width: 100%; }
.nav-lead-list-txt { font-size: 1.6rem; line-height: 1.3; font-weight: 700; width: 100%; }
.nav-lead-list-inner { font-size: 2.2; }
/*------------------
 .sec-ranking
--------------------*/
.sec-ranking { margin-bottom: 40px; }
.sec-ranking .sec-item-wrapper { width: 100%; }
.sec-ranking .item-list-carousel li { width: 164px!important; }
.sec-ranking .item-img-inner{ position: relative; }
.sec-ranking .item-img-inner::before{ position: absolute; content: ''; width: 30px; height: 32px; left: 0; top: 0; color: #fff; font-size: 2rem; line-height: 1.7; font-weight: 700;left: 1px;top: 1px;}
.sec-ranking .item-inner:nth-child(1) .item-img-inner::before { content: '1'; background-color: #B7A36A; }
.sec-ranking .item-inner:nth-child(2) .item-img-inner::before { content: '2'; background-color: #D0CDC7; }
.sec-ranking .item-inner:nth-child(3) .item-img-inner::before { content: '3'; background-color: #C47222; }
.sec-ranking .item-inner:nth-child(4) .item-img-inner::before { content: '4'; background-color: #000; }
.sec-ranking .item-inner:nth-child(5) .item-img-inner::before { content: '5'; background-color: #000; }
/*------------------
 .sec-genre
--------------------*/
.sec-genre { margin-bottom: 60px; }
.txt-genre { font-size: 1.4rem; text-align: center; margin-bottom: 30px; }
.nav-genre { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin-bottom: 60px; }
.nav-genre-list { display: flex; border: solid 2px #b7a36a; border-radius: 5px; width: 152px; height: 126px; padding-bottom: 5px; }
.nav-genre-list:not(:last-child) { margin-right: 10px; }
.nav-genre-list-inner { display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-end; align-content: flex-end; text-align: center; width: 100%; }
.nav-genre-list-txt { font-size: 1.4rem; line-height: 1.3; font-weight: 700; padding-top: 10px; padding-bottom: 5px; width: 100%; }
.all-category { font-size: 1.4rem; text-align: right; margin-top: 10px; margin-bottom: 20px; font-weight: 500; text-decoration: underline;margin-inline: auto;width: 90%;}
/*------------------
 .sec-budget
--------------------*/
.sec-budget { margin-bottom: 60px; }
.txt-budget { font-size: 1.4rem; text-align: center; margin-bottom: 30px; }
.nav-budget { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin-bottom: 60px; }
.nav-budget-list { display: flex; border: solid 2px #b7a36a; border-radius: 5px; width: 152px; height: 92px; padding-bottom: 5px; }
.nav-budget-list:not(:last-child) { margin-right: 10px; }
.nav-budget-list-inner { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; text-align: center; width: 100%; }
.nav-budget-list-txt { font-size: 1.6rem; line-height: 1.3; font-weight: 700; padding-top: 25px; padding-bottom: 5px; width: 100%; }
/*------------------
 .sec-giftfor
--------------------*/
.sec-giftfor { margin-bottom: 60px; }
.txt-giftfor { font-size: 1.4rem; text-align: center; margin-bottom: 30px; }
.nav-giftfor { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin-bottom: 60px; }
.nav-giftfor-list { display: flex; border: solid 2px #b7a36a; border-radius: 5px; width: 152px; height: 92px; padding-bottom: 5px; }
.nav-giftfor-list:not(:last-child) { margin-right: 10px; }
.nav-giftfor-list-inner { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; text-align: center; width: 100%; }
.nav-giftfor-list-txt { font-size: 1.6rem; line-height: 1.3; font-weight: 700; padding-top: 25px; padding-bottom: 5px; width: 100%; }
/*------------------
 .sec-faq
--------------------*/
.sec-faq { padding-bottom: 40px; margin-bottom: 60px; }
.txt-faq { text-align: center; margin-top: 10px; margin-bottom: 30px; }
.bg-faq{ background-color: #F9F7EF; }
.faq-container { width: 80%; margin: 0 auto; font-size: 1.4rem; display: flex; flex-wrap: wrap; }
.faq-container-inner { background-color: #fff; border-radius: 5px; border: 2px solid #b7a36a; padding: 18px; margin-bottom: 10px; margin-right: 1%; }
.title-faq-container-inner { font-weight: 700; margin-bottom: 10px; padding-bottom: 5px; border-bottom: 1px solid #ccc09d; }
.icon-question, .icon-answer { font-size: 2rem; padding-right: 10px; color: #b7a36a; }
.faq-content-inner dt { font-weight: 700; margin-bottom: 10px; }
.faq-content-inner dd{ font-size: 1.3rem; }
/*------------------
 .sec-service
--------------------*/
.sec-service { padding-bottom: 40px; }
.txt-service { text-align: center; margin-top: 10px; margin-bottom: 30px; }
.item-service-wrapper { border: solid 1px #e9e9e9; border-radius: 5px; padding: 20px; display: flex; flex-wrap: wrap; width: 800px; margin: 0px auto 20px; }
.item-service-inner-r { width: 68%; }
.item-service-inner-l { width: 28%; margin-right: 2%; }
.item-service-inner-title { padding-top: 10px; font-weight: 700; margin-bottom: 10px; }
.item-service-inner-txt { font-size: 1.4rem; padding-bottom: 5px; }
.item-service-inner-r .btn-more { text-align: right; margin-bottom: 0; }
/*------------------
 .sec-other
--------------------*/
 .sec-other {margin-bottom: 60px;}
.other-list { display: flex; flex-wrap: wrap; justify-content: space-between; padding-top: 30px; width: 90%; margin: 0 auto; }
.other-list-item { width: 24%; }
.item-txt { margin-top: 5px; font-size: 1.4rem; padding-left: 5px; }
.page-footer { margin-top: 80px; }
.item-service-inner-txt-sub { font-size: 1.2rem; padding-top: 5px; padding-bottom: 5px; }

/*------------------ .service
--------------------*/
.service {  }
.service--wrapper {margin-bottom: 60px;}
.service__title { text-align: center; position: relative; bottom: -35px; z-index: 1; }
.service-detail { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; max-width: 900px; margin-inline: auto; margin-bottom: 30px; }
.service-detail.reverse { flex-direction: row-reverse; }
.service-detail--inner { width: 46%; }
.service-detail--inner .nav--list { justify-content: flex-start; padding-bottom: 0; }
.service-detail--inner .nav--list li:first-child { width: auto; margin-top: 10px; }
.service-detail__title { font-weight: 600; text-align: left; margin-top: 10px; margin-bottom: 10px; line-height: 1.6; font-size: 2rem; }
.service-detail__txt { font-size: 1.3rem; }
.service-detail__txt .small { font-size: 1.2rem; }

/*------------------ .present
--------------------*/
.present--wrapper {display: flex;flex-wrap: wrap;justify-content: center;align-items: center;margin-bottom: 60px;}
.present__img { width: 40%; text-align: center;}
.present-detail { background: #FEFEFD; width: 50%; max-width: 740px;}
.present-detail__title { line-height: 1.5; font-weight: 600; text-align: center; margin-top: 10px; margin-bottom: 10px; font-size: 2rem; }
.present-detail__term { text-align: center; border-radius: 40px; border: solid 1px #212121; font-weight: 500; font-size: 1.4rem; padding: 6px 10px; width: 84%; max-width: 320px; margin-inline: auto; line-height: 1; margin-bottom: 10px; }
.present-detail__txt { font-size: 1.5rem; margin-inline: auto; margin-bottom: 10px; text-align: center;}
.present-detail__txt .small { font-size: 1.2rem; }
.present-detail .app__title { font-weight: 600; text-align: center; margin-bottom: 15px; border-top: 1px solid #d7d7d7; padding-top: 20px; margin-top: 20px; width: 84%; margin-inline: auto; }
.present-detail .app--wrapper { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 10px; }


.nav-wallpaper {position: fixed;right: 10px;bottom: 10px;z-index: 1;}