
/**********************
- ROOT
- BASE
- GENERAL
  -- FONT
  -- ALIGN
  -- FLEX
  -- LIST
  -- OTHER
- HEADER
- BREADCRUMB
- CONTAINER
- HEADING
- BUTTON
- FOOTER
- ARCHIVE
- SINGLE
- CONTACT
- FRONT
- PAGE PARTS
- LOADING
- COLOR
- MARGIN
- ANIMATION
- RESPONSIVE
***********************/

/**********************
* ブレイクポイント
* 560px/960px
**********************/


/*********************
ROOT
**********************/
:root {
    --base: #FFF;
    --bg-1: #F9FAF5;
    --bg-2: #ECEAE1;
    --text-main: #2E0F0A;

    --accent-color-1: #CEA704;
    --accent-color-2: #2E0F0A;
    --gradient: linear-gradient(70deg, #5DC5F7, #FA966B);

    --font-min: "Shippori Mincho", serif;
    --font-default: "Lato", sans-serif;
    --font-material: 'Material Icons Round';
    --light: 300;
    --normal: 400;
    --bold: 700;

    --container: calc(1920px + 6%);
    --container-side: 3%;
    --container-ll: 1600px;
    --container-l: 1400px;
    --container-m: 960px;
    --container-s: 660px;
    --container-ss: 480px;

}






/** cart *****************************************************/
.cart-icon {
    position: relative;
}

.cart-icon span {
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10%;
    right: 0;
    transform: translate(30%, -50%);
    background-color: var(--accent-color-2);
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

@media screen and (max-width: 960px) {
    .cart-icon {
        width: 22px;
        height: 22px;
    }

    .cart-icon span {
        top: 3%;
        width: 12px;
        height: 12px;
        font-size: 1rem;
    }
}

/** headSpNav *****************************************************/
#headSpNav .user-information-wrap .user {
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: center;
}

#headSpNav .user-information-wrap .user .icon {
    width: 30px;
    height: 30px;
    margin: 0;
}

#headSpNav .user-information-wrap .user .icon img {
    width: 24px;
    height: 24px;
}

#headSpNav .user-information-wrap .user .name {
    font-size: 1.8rem;
    padding-top: 0;
}

#headSpNav .user-information-wrap .user .name span {
    font-size: 1.4rem;
}

#headSpNav .user-information-wrap ul.user-information-list li.user-information-item dd {
    padding: .4rem 0.5rem 1.4rem .5rem;
}

#headSpNav .cart-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#headSpNav .spNavTTL {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    height: 5rem;
    padding: 0 var(--contentsPadding);
    background: #E6E1D5;
    font-size: 1.6rem;
    font-weight: 700;
}

#headSpNav .spNavInner .header-inner {
    display: flex;
    flex-direction: column;
    min-width: 260px;
    max-width: 420px;
    padding: 30px var(--container-side);
    gap: 30px;
}

#headSpNav .spNavInner .header-inner .search-form {
    margin: 0;
}

#headSpNav .spNavTTL .closeBtn {
    display: block;
    width: 3rem;
    height: 3rem;
}

#headSpNav .spNavTTL .closeBtn>img {
    display: block;
    width: 100%;
    height: auto;
}


.loginBtn {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.loginBtn-item a {
    display: flex;
    gap: 6px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    border-radius: 999px;
    text-align: center;
    font-size: 1.4rem;
    position: relative;
}

.loginBtn-item a {
    border: 1px solid var(--text-main);
}

.loginBtn-item.btn-login a {
    background-color: var(--accent-color-2);
    color: #fff;
}

.loginBtn-item a .svg {
    width: 22px;
    height: 22px;
}

.loginBtn-item a .svg {
    display: inline-block;
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: cover;
}

.loginBtn-item.btn-login a .svg {
    background-color: #fff;
    -webkit-mask: url("/Contents/ImagesPkg/common/header//sp_nav_icon03.svg");
    mask: url("/Contents/ImagesPkg/common/header//sp_nav_icon03.svg");
}

.loginBtn-item.btn-cart a .svg {
    background-color: var(--accent-color-2);
    -webkit-mask: url("/Contents/ImagesPkg/common/header//sp_nav_icon04.svg");
    mask: url("/Contents/ImagesPkg/common/header//sp_nav_icon04.svg");
    position: relative;
}

.loginBtn-item.btn-favorite a .svg {
    background-color: var(--accent-color-2);
    -webkit-mask: url("/Contents/ImagesPkg/common/header//sp_nav_icon02.svg");
    mask: url("/Contents/ImagesPkg/common/header//sp_nav_icon02.svg");
}

.loginBtn-item.btn-history a .svg {
    background-color: var(--accent-color-2);
    -webkit-mask: url("/Contents/ImagesPkg/common/header//sp_nav_icon01.svg");
    mask: url("/Contents/ImagesPkg/common/header//sp_nav_icon01.svg");
}

.loginBtn-item.btn-guide a .svg {
    background-color: var(--accent-color-2);
    -webkit-mask: url("/Contents/ImagesPkg/common/header/header_nev_bottom_icon06.svg");
    mask: url("/Contents/ImagesPkg/common/header/header_nev_bottom_icon06.svg");
    mask-size: cover;
}

#headSpNav ul.utilityNav {
    display: block;
}

#headSpNav ul.loginBtn+ul.utilityNav {
    border-top: 1px solid #D9D9D9;
}

#headSpNav ul.utilityNav>li {
    display: block;
    border-bottom: 1px solid #D9D9D9;
}

#headSpNav ul.utilityNav>li:nth-last-of-type(1) {
    border-bottom: none;
}


#headSpNav ul.utilityNav>li>a {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    padding: 1.5rem var(--contentsPadding);
}

#headSpNav ul.utilityNav>li>a>figure {
    display: block;
    width: 3rem;
}

#headSpNav ul.utilityNav>li>a>figure>img {
    display: block;
    width: 100%;
    height: auto;
}

#headSpNav ul.utilityNav>li>a>span {
    display: block;
    width: calc(100% - 3rem);
    padding-left: 1rem;
    font-size: 1.6rem;
    color: #000000;
    letter-spacing: 0.03em;
    font-weight: 700;
}


#headSpNav dl.nav {
    display: block;
}

#headSpNav dl.nav>dd {
    display: block;
}

#headSpNav dl.nav>dd+dd {
    border-top: 1px solid #E3E3E3;
}

#headSpNav dl.nav>dd>.accordionOpen {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    height: 6rem;
    padding: 0 1rem 0 1.5rem;
    font-size: 1.6rem;
    font-weight: 500;
    position: relative;
}

#headSpNav dl.nav>dd>.accordionOpen::before,
#headSpNav dl.nav>dd>.accordionOpen::after {
    content: '';
    display: block;
    width: 1.2rem;
    height: 0.2rem;
    background: #412F0D;
    transition: transform .3s ease;
    position: absolute;
    right: 1.5rem;
    top: calc(50% - 0.2rem);
}

#headSpNav dl.nav>dd>.accordionOpen::after {
    transform: rotate(90deg);
}

#headSpNav dl.nav>dd>.accordionOpen.open::after {
    transform: rotate(0);
}

#headSpNav dl.nav>dd>.accordionTarget {
    display: none;
    background: #FAFAFA;
}

#headSpNav dl.nav>dd>.accordionTarget>ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
}

#headSpNav dl.nav>dd>.accordionTarget>ul>li {
    display: block;
    width: 50%;
    border-bottom: 1px solid #E6E6E6;
}

#headSpNav dl.nav>dd>.accordionTarget>ul>li:nth-of-type(2n - 1) {
    border-right: 1px solid #E6E6E6;
}

#headSpNav dl.nav>dd>.accordionTarget>ul>li:nth-last-of-type(1),
#headSpNav dl.nav>dd>.accordionTarget>ul>li:nth-last-of-type(2):not(:nth-of-type(2n)) {
    border-bottom: none;
}

#headSpNav dl.nav>dd>.accordionTarget>ul>li>a {
    display: block;
    padding: 1.6rem 1.5rem 1.5rem 1.5rem;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.5;
}

#headSpNav ul.snsBtns {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
    gap: 0 1.5rem;
    width: 100%;
    margin-top: 3rem;
}

#headSpNav ul.snsBtns>li {
    display: block;
    width: 3rem;
}

#headSpNav ul.snsBtns>li>a {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 3rem;
    overflow: hidden;
}

#headSpNav ul.snsBtns>li>a>img {
    display: block;
    width: 100%;
    height: auto;
    filter: brightness(0);
}


#headSpNav .btnBorder.close {
    display: block;
    width: 28rem;
    margin: 3rem auto 0;
}



/** sp-bottom-nav  **************/
#sp-bottom-nav {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, .1);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1200;
    /* iPhoneのホームインジケーター等のセーフエリアに被らないよう余白を確保。
       背景色は本来<li>側にしか付いていないため、この余白部分が透明になり裏のコンテンツが
       透けて見えてしまう。<li>と同じ色をnav自体にも敷いて塞ぐ。
       ボタン等の操作要素はこの余白の上（<li>内）にあるため、見た目の圧迫感を減らすため
       余白自体はセーフエリア実測値より少し狭く上限を設ける。 */
    padding-bottom: min(env(safe-area-inset-bottom), 30px);
    background-color: #F7F4E8;
}

#sp-bottom-nav>ul {
    display: flex;
    flex-wrap: nowrap;
}

#sp-bottom-nav>ul>li {
    width: calc(100%/5);
    padding: 1rem 0;
    background-color: #F7F4E8;
}


#sp-bottom-nav>ul>li>a,
#sp-bottom-nav>ul>li>span {
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0;
    line-height: 1;
    position: relative;
}

.sp-bottom-nav-item {
    transition: all ease .3s;
}

.sp-bottom-nav-item .icon {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0 auto 0.4rem;
}

.sp-bottom-nav-item .icon img {
    vertical-align: top;
}


#sp-bottom-nav>ul>li figure>img {
    display: block;
    width: 100%;
    height: auto;
}

#sp-bottom-nav>ul>li>span>a,
#sp-bottom-nav>ul>li>a>span {
    display: block;
}

#sp-bottom-nav>ul>li>a>em {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background: #C44545;
    color: #FFFFFF;
    padding-top: 0.2rem;
    font-family: var(--fontEN);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    font-style: normal;
    position: absolute;
    top: -0.14rem;
    left: calc(50% + 0.4rem);
}















.hamburger {
    position: relative;
}

.hamburger span {
    position: absolute;
    content: '';
    background-color: var(--accent-color-2);
    display: block;
    height: 1px;
    width: 22px;
    position: absolute;
    left: 0;
    transition: 0.3s ease-in-out;
    transform-origin: right;
}

.hamburger span.top {
    top: 4px;
}

.hamburger span.middle {
    top: 10px;
}

.hamburger span.bottom {
    top: 16px;
}

#headNavOpenBtn.open {
    background-color: var(--text-main);
}

#headNavOpenBtn.open>span>span {
    color: #F7F4E8;
    transition: all ease .3s;
}

#headNavOpenBtn.open .hamburger span {
    background-color: #F7F4E8;
    left: -3px;
}

#headNavOpenBtn.open .hamburger span.top {
    top: 1px;
    transform: rotate(-45deg);
}

#headNavOpenBtn.open .hamburger span.middle {
    display: none;
}

#headNavOpenBtn.open .hamburger span.bottom {
    transform: rotate(45deg);
}



#headSpNav {
    display: block;
    width: 100%;
    /* svhは「ブラウザ独自のナビ（アドレスバー等）が最大まで表示された状態」に固定された最小値のため、
       ナビが引っ込んで表示領域が広がっても高さが追従せず、下端に隙間ができて背面のページが透けて見えていた。
       dvhは実際の表示領域変化に追従するので、それを優先させる（非対応ブラウザ向けにsvhを先に残す）。
       また#sp-bottom-nav側に追加したpadding-bottom分、そのまま7.8remの下に更に差し引く。 */
    height: calc(100svh - 5.8rem);
    height: calc(100dvh - 5.8rem - min(env(safe-area-inset-bottom), 30px));
    padding: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    right: -0;
    z-index: -1;
    transition: all 0.3s ease;
    backface-visibility: hidden;
    pointer-events: none;
}

#headSpNav.open {
    opacity: 1;
    z-index: 1100;
    pointer-events: inherit;
}

#headSpNav .spNavInner {
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    margin: 0 auto;
    background: var(--bg-2);
    position: relative;
}
#drawer-input:checked~#drawer-open span.top {
    top: 3px;
    transform: rotate(-45deg);
}

#drawer-input:checked~#drawer-open span.bottom {
    bottom: 3px;
    transform: rotate(45deg);
}

#drawer-input:checked~#drawer-open span.middle {
    opacity: 0;
}

.drawer-category-title {
    display: block;
    padding: 1.4rem 1.5rem 1.4rem 2.8rem;
    color: #fff;
    background-color: var(--accent-color-2);
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    position: relative;
}

.drawer-category-title::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 1.5rem;
    transform: translate(-50%);
    width: 7px;
    height: 7px;
    background: var(--accent-color-1);
    display: inline-block;
    transform: translateY(-50%) rotate(45deg) skew(calc((90deg - 74deg) / 2), calc((90deg - 74deg) / 2));
}

.drawer-sub-category-title {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #6A5700;
    background-color: #D9CE9D;
    padding: .4rem 1.5rem;
}

.drawer-category-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border: 1px solid #D9CE9D;
}

.drawer-category-list li {
    display: block;
    width: 50%;
    border: 1px solid #D9CE9D;
}

.drawer-category-list li.sp-line {
    width: 100%;
}

.drawer-category-list li>a {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 1.4rem;
    letter-spacing: -0.015em;
    padding: 1.2rem .2em;
    line-height: 1.25em;
}
.drawer-category-list li>a span {
    font-size: 0.8em;
}

.drawer-category .contact-wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 5px;
    padding: 10px var(--container-side);
}

.drawer-category .contact-wrap li {
    flex: 1;
}

.drawer-category .contact-wrap li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #D9CE9D;
    border-radius: 6px;
    padding: 6px 0;
    font-size: 1.2rem;
}

.drawer-category dd.fax p {
    padding: 10px var(--container-side) 0;
}

.drawer-category dd.fax .contact-wrap li {
    flex: 1;
    max-width: calc((100% - 10px)/2);
}

.drawer-category dd.fax .contact-wrap li a {
    padding: 12px 0;
}


.drawer-category dd.fax ul li .svg {
    width: 20px;
    height: 20px;
    background-color: var(--accent-color-2);
    -webkit-mask: url("/Contents/ImagesPkg/common/common/download.svg");
    mask: url("/Contents/ImagesPkg/common/common/download.svg");
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: middle;
}

.drawer-category .contact-wrap li a span.tel-number {
    font-size: 1.8rem;
    line-height: 1em;
}

.drawer-category .contact-wrap li a .wrap {
    display: flex;
    align-items: center;
    gap: 2px;
}

.drawer-category .contact-wrap li.contact-tel .svg {
    width: 14px;
    height: 14px;
    background-color: var(--text-main);
    -webkit-mask: url("/Contents/ImagesPkg/common/header//tel.svg");
    mask: url("/Contents/ImagesPkg/common/header//tel.svg");
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: middle;
}

.drawer-category .contact-wrap li.row a {
    display: flex;
    flex-direction: row;
    gap: 4px;
}

.drawer-category .contact-wrap li.contact-mail .svg {
    width: 20px;
    height: 20px;
    background-color: var(--text-main);
    -webkit-mask: url("/Contents/ImagesPkg/common/header//mail.svg");
    mask: url("/Contents/ImagesPkg/common/header//mail.svg");
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: middle;
}


/* DRAWER FOOTER */
.drawer-footer {
    padding: 60px var(--container-side);
    max-width: 600px;
    margin: auto;
}

.drawer-footer .address-wrap {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 30px;
}

.drawer-footer .address-wrap .content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.drawer-footer .address-wrap .content .name {
    font-size: 1.8rem;
}

.drawer-footer .address-wrap .content .address span {
    font-size: 1.2rem;
}

.drawer-footer .address-wrap .content .tel-wrap .tel-item {
    display: flex;
    align-items: center;
    gap: 4px;
}

.drawer-footer .address-wrap .content .tel-wrap .tel-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.drawer-footer .address-wrap .content .tel-wrap .tel-item .svg {
    width: 20px;
    height: 20px;
    background-color: var(--text-main);
    -webkit-mask-size: cover;
    mask-size: cover !important;
    vertical-align: middle;
}

.drawer-footer .address-wrap .content .tel-wrap .tel-item.tel .svg {
    -webkit-mask: url("/Contents/ImagesPkg/common/header//tel.svg");
    mask: url("/Contents/ImagesPkg/common/header//tel.svg");
}

.drawer-footer .address-wrap .content .tel-wrap .tel-item.fax .svg {
    -webkit-mask: url("/Contents/ImagesPkg/common/header//fax.svg");
    mask: url("/Contents/ImagesPkg/common/header//fax.svg");
}

.drawer-footer .address-wrap .content .tel-wrap .tel-item.mail .svg {
    -webkit-mask: url("/Contents/ImagesPkg/common/header//mail.svg");
    mask: url("/Contents/ImagesPkg/common/header//mail.svg");
}

.drawer-footer .address-wrap .logo {
    display: flex;
    gap: 30px;
    width: 21.7%;
}

.drawer-footer .banner-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    gap: 3%;
}

.drawer-footer .banner-wrap li {
    width: 49.2%;
    max-width: 200px;
}
.drawer-footer .banner-wrap li a img {
    width: 100%;
}

.drawer-footer .sns-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding-top: 40px;
}

.drawer-footer .sns-item a {
    width: 40px;
    height: 40px;
}


/*********************
MAIN SLIDER
**********************/
#main-visual {
    background-color: var(--bg-1);
    padding: 40px 0;
}

.main-slider {
    width: 100vw;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.main-slider .slick-slide {
    margin: 0 .25%;
}

.dots-wrap {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.dots-wrap li {
    width: 5.3%;
    height: 3px;
    margin: 0 2px;
    background: #D9D9D9;
    cursor: pointer;
}

.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background: var(--accent-color-1);
}

@media screen and (max-width: 960px) {
    .main-slider .slick-slide {
        margin: 0 5px;
    }

    #main-visual {
        padding: 20px 0;
    }

    .dots-wrap {
        padding: 0 var(--container-side);
        margin-top: 20px;
    }

    .dots-wrap li {
        flex: 1;
        height: 3px;
    }
}

/*********************
RANKING
**********************/
section#ranking {
    padding: 100px 0;
}

.ranking-wrap li.ranking-wrap-item {
    margin-right: calc(50% - 50vw);
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 40px;
}

@media screen and (min-width: 1201px) {
.ranking-wrap li.ranking-wrap-item.homeselection .ranking-list .dots-wrap {
    display: none;
}
}

.ranking-link {
    width: 34%;
}

.ranking-link a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.ranking-link a .raking-title {
    display: flex;
    position: absolute;
    top: 30px;
    left: 30px;
    color: #fff;
    padding-left: 14px;
    border-left: 1px solid #fff;
}

.ranking-link a .raking-title h3 {
    ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-family: var(--font-min);
    font-size: 4rem;
    line-height: 1.25em;
    letter-spacing: var(--spacing-wide);
}

.ranking-link a .raking-title span {
    ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.4rem;
    letter-spacing: 0.5em;
    font-weight: 300;
    text-transform: uppercase;
}

.ranking-link a .wrap {
    display: flex;
    position: absolute;
    align-items: center;
    bottom: 30px;
    width: calc(100% - 60px);
    right: 30px;
    gap: 5.5%;
}

.ranking-link a .wrap p {
    font-size: 1.8rem;
    font-family: var(--font-min);
    color: #fff;
    text-align: justify;
}

.ranking-link a .wrap span {
    display: block;
    width: 21%;
    min-width: 60px;
    height: 100%;
    aspect-ratio: 1/1;
    border: 1px solid #fff;
    border-radius: 50%;
    position: relative;
}

.ranking-link a .wrap span::after {
    position: absolute;
    content: "";
    display: block;
    width: 33%;
    height: 33%;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    top: 50%;
    left: 50%;
    transform: translate(-72%, -50%) rotate(45deg);
}

.ranking-wrap-item:first-child .ranking-link a {
    background: linear-gradient(rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.34)),
        url(/Contents/ImagesPkg/common/top/ranking01.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.ranking-wrap-item:nth-child(2) .ranking-link a {
    background: linear-gradient(rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.34)),
        url(/Contents/ImagesPkg/common/top/ranking02.webp);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.ranking-wrap-item:nth-child(3) .ranking-link a {
    background: linear-gradient(rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.34)),
        url(/Contents/ImagesPkg/common/top/ranking03.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.ranking-content {
    width: 65%;
    background: url(/Contents/ImagesPkg/common/common/bg_accent.webp), var(--bg-2);
    background-size: 100%;
    padding: 30px;
}

.ranking-content .all-link {
    text-align: right;
}

.ranking-content .all-link a {
    position: relative;
    font-size: 1.8rem;
    padding-right: 1em;
}

.ranking-content .all-link a::after {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid var(--accent-color-2);
    border-right: 1px solid var(--accent-color-2);
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
}

.ranking-list {
    padding-top: 20px;
}

.ranking-list .dots-wrap {
    margin-top: 20px;
    padding: 0;
}

.ranking-list .dots-wrap li {
    flex: 1;
    margin: 0 4px;
}

.ranking-list .slick-slide {
    margin: 0 10px;
}

.ranking-list .dots-wrap li:hover,
.ranking-list .dots-wrap li.slick-active {
    background: var(--accent-color-2);
}

.ranking-item {
    width: 100%;
    height: 100%;
}

.ranking-item .image {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    position: relative;
}

.ranking-item .image span {
    position: absolute;
    top: 0;
    right: 10px;
    width: 40px;
    height: 48px;
    z-index: 2;
}

.ranking-item .tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding-top: 1.6rem;
}

.ranking-item .tag {
    background-color: var(--accent-color-2);
    color: #fff;
    letter-spacing: 0.2em;
    font-size: 1.4rem;
    padding: 2px 10px;
}

.ranking-item h4 {
    font-size: 2.2rem;
    font-family: var(--font-min);
    letter-spacing: var(--spacing-wide);
    padding-top: 1rem;
}

.ranking-item .price {
    font-size: 1.8rem;
    letter-spacing: var(--spacing-wide);
}

.ranking-item .price span {
    font-size: 1.2rem;
    letter-spacing: var(--spacing-wide);
}

.ranking-list-arrows {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 20px 0 0;
    position: relative;
}

.ranking-list-arrow-prev,
.ranking-list-arrow-next {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
    position: relative;
}

.ranking-list-arrow-prev {
    transform: rotate(180deg);
    margin-right: 3em;
}

.ranking-list-arrow-prev::before,
.ranking-list-arrow-next::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    border-right: 1px solid var(--accent-color-2);
    border-top: 1px solid var(--accent-color-2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
}

.ranking-list .slick-list {
    padding-right: 5%;
}

@media screen and (max-width: 1600px) {
    .ranking-wrap .ranking-wrap-item {
        width: 97vw;
    }
}

@media screen and (max-width: 1200px) {
    .ranking-link {
        width: 40%;
    }

    .ranking-content {
        width: 59%;
        padding: 15px;
    }

    .ranking-link a .raking-title {
        top: 15px;
        left: 15px;
    }

    .ranking-link a .raking-title h3 {
        font-size: 3.2rem;
    }

    .ranking-link a .wrap {
        bottom: 15px;
        width: calc(100% - 30px);
        right: 15px;
    }

    .ranking-item h4 {
        font-size: 2rem;
        padding-top: 1rem;
    }

    .ranking-item .price {
        font-size: 1.6rem;
    }

    .ranking-list {
        padding-top: 10px;
    }

    .ranking-list .slick-slide {
        margin: 0px 4px;
    }

    .ranking-list .slick-list {
        padding-right: 10%;
    }
}

@media screen and (max-width: 960px) {
    section#ranking {
        padding: 60px 0;
    }

    .ranking-wrap li.ranking-wrap-item:first-child {
        padding-top: 20px;
    }

    .ranking-link {
        width: 44%;
    }

    .ranking-content {
        width: 55%;
    }

    .ranking-item .image span {
        width: 32px;
        height: 38px;
    }

    .ranking-list .dots-wrap li {
        margin: 0 2px;
    }
}

@media screen and (max-width: 768px) {
    .ranking-wrap {
        background: url(/Contents/ImagesPkg/common/common/bg_accent.webp), var(--bg-2);
        background-size: 100%;
        margin-right: 0;
        margin: 0;
    }


    .ranking-wrap li.ranking-wrap-item {
        display: block;
        width: 94vw;
        position: relative;
        z-index: 1;
    }

    .ranking-wrap li.ranking-wrap-item::after {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        content: "";
        display: block;
        width: 140vw;
        height: 30%;
        background-color: #fff;
        z-index: -1;
    }


    .ranking-link {
        width: 100%;
        height: 100%;
        aspect-ratio: 1/1;
    }

    .ranking-link a .wrap span {
        width: 14%;
        min-width: 50px;
    }

    .ranking-content {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        background: none;
        padding: 30px 0;
    }

    .ranking-list {
        padding-top: 0;
    }

    .ranking-content .all-link {
        text-align: center;
        padding-top: 30px;
    }
}

@media screen and (max-width: 560px) {
    .ranking-wrap {
        background-size: 300%;
    }
    .ranking-wrap li.ranking-wrap-item {
        width: 92vw;
    }

    .ranking-link a .raking-title h3 {
        font-size: 2.4rem;
    }

    .ranking-link a .raking-title span {
        font-size: 1rem;
    }

    .ranking-link a .wrap p {
        font-size: 1.4rem;
    }

    .ranking-item .tag {
        background-color: var(--accent-color-2);
        color: #fff;
        letter-spacing: 0.2em;
        font-size: 1.2rem;
        padding: 2px 6px;
    }

    .ranking-item h4 {
        font-size: 1.6rem;
        padding-top: 0.4rem;
    }

    .ranking-item .price {
        font-size: 1.4rem;
    }

    .ranking-item .price span {
        font-size: 1rem;
    }

    .ranking-content .all-link a {
        font-size: 1.6rem;
    }

    .ranking-item .image span {
        right: 5px;
        width: 24px;
        height: 28px;
    }
}

/*********************
SECTION ITEM SEARCH
**********************/
section#item-search {
    background: url(/Contents/ImagesPkg/common/common/bg_accent.webp), var(--bg-1);
    background-size: 40%;
    margin-right: 0;
    margin: 0;
    padding: 80px 0;
}

section#item-search .search-category-title {
    display: flex;
    align-items: center;
    margin-top: 4rem;
    position: relative;
}

section#item-search .search-category-title::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 18px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url(/Contents/ImagesPkg/common/header/header-sub-icon.svg);
    background-size: cover;
}

section#item-search .search-category-title h3 {
    font-size: 2.4rem;
    font-family: var(--font-min);
    letter-spacing: var(--spacing-wide);
    padding-left: 5.4rem;
}

section#item-search .search-category-title span {
    font-size: 1.2rem;
    font-family: var(--font-default);
    font-weight: 300;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    padding-left: 1.4rem;
}

.search-category-item .search-link-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.4rem 0.875%;
    padding-top: 2rem;
}

.search-category-item .search-link-list .search-link-item {
    width: calc((100% - 3.5%)/ 5);
    height: 64px;
}

.search-category-item.price .search-link-list .search-link-item {
    max-width: 180px;
}

.search-category-item .search-link-list .search-link-item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid var(--accent-color-2);
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px 10px;
    font-family: var(--font-min);
    font-size: 1.6rem;
    letter-spacing: var(--spacing-wide);
    line-height: 1.2em;
}
.search-category-item .search-link-list .search-link-item a span {
    font-size: 0.8em;
}

.search-category-item .search-link-list .search-link-item a::after {
    position: absolute;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid var(--accent-color-2);
    border-right: 1px solid var(--accent-color-2);
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 1440px) {
    .search-category-item .search-link-list .search-link-item {
        width: calc((100% - 2.625%)/ 4);
    }
}

@media screen and (max-width: 1200px) {
    .search-category-item .search-link-list .search-link-item {
        width: calc((100% - 1.75%)/ 3);
    }
}

@media screen and (max-width: 960px) {
    .search-category-item .search-link-list .search-link-item {
        width: calc((100% - 0.875%)/ 2);
        height: 56px;
    }

    .search-category-item.price .search-link-list .search-link-item {
        max-width: none;
    }

    .search-category-item .search-link-list .search-link-item a {
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 561px) {
    .search-category-list-sp {
        display: none;
    }
}

@media screen and (max-width: 560px) {
    section#item-search {
    background-size: 300%;
}
    .search-category-list {
        display: none;
    }

    .search-category-list-sp {
        display: flex;
        flex-wrap: wrap;
        gap: 3rem 2.8%;
        padding-top: 4rem;
    }

    .search-category-list-sp .search-link-item-sp {
        width: 100%;
    }

    .search-category-list-sp details {
        width: 100%;
    }

    .search-category-list-sp details[open] summary span::after {
        transform: translate(-50%, -25%) rotate(-45deg);
    }
    
    .search-category-list-sp summary {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 1.4rem;
        font-family: var(--font-min);
        letter-spacing: 0.1em;
        padding-bottom: 4px;
        border-bottom: 1px solid var(--accent-color-2);
    }

    .search-category-list-sp summary span {
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: var(--accent-color-2);
        position: relative;
    }

    .search-category-list-sp summary span::after {
        position: absolute;
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -70%) rotate(135deg);
        transition: all ease .3s;
    }

    .search-category-item .search-link-list {
        padding-top: 1rem;
        gap: 1rem 0.875%;
    }

    .search-category-item .search-link-list .search-link-item.sp-line {
        width: 100%;
    }
}

/*********************
SECTION SUBSCRICTION
**********************/
#subscriction {
    padding-top: 160px;
    background: url(/Contents/ImagesPkg/common/common/bg_accent.webp), var(--bg-2);
    background-size: 40%;
    margin-right: 0;
    margin: 0;
    position: relative;
    z-index: 1;
}

#subscriction::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 77.3%;
    background: url(/Contents/ImagesPkg/common/top/subscriction_pc.webp);
    background-position: right 30% center;
    background-size: cover;
    z-index: -1;
}

#subscriction .subsc-title {
    width: fit-content;
    margin: auto;
    text-align: center;
    color: var(--bg-1);
}

#subscriction .subsc-title p {
    text-align: center;
    font-size: 3.2rem;
    font-family: var(--font-min);
    letter-spacing: var(--spacing-wide);
}

#subscriction .subsc-title h2 {
    width: fit-content;
    text-align: center;
    font-size: 5.6rem;
    font-family: var(--font-min);
    letter-spacing: var(--spacing-wide);
    border-top: 1px solid var(--bg-1);
    border-bottom: 1px solid var(--bg-1);
}

#subscriction .subsc-title span {
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

#subscriction .content {
    background: url(/Contents/ImagesPkg/common/common/bg_accent.webp), var(--bg-1);
    background-size: 40%;
    padding: 6rem var(--container-side);
    margin-top: 6rem;
    position: relative;
}

#subscriction .content .animation {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    width: 22.4%;
    height: auto;
    aspect-ratio: 1/1;
}

#subscriction .content .animation .subscriction_ibaraki {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 43.3%;
    height: auto;
    aspect-ratio: 136/155.17;
}

#subscriction .content .animation .subscriction_animation {
    animation: rotate 28s infinite linear;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


#subscriction .content .wrap {
    display: flex;
    justify-content: center;
    gap: 8em;
    flex-direction: row-reverse;
}

#subscriction .content .text-wrap {
    display: flex;
    flex-direction: row-reverse;
    gap: 2em;
}

#subscriction .content .text-wrap p {
    ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 2.4rem;
    font-family: var(--font-min);
    letter-spacing: 0.2em;
}

#subscriction .content ul {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 4em;
}

#subscriction .content li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#subscriction .content li .icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
}

#subscriction .content li .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
}

#subscriction .content li span {
    width: fit-content;
    padding: 10px 0 20px;
    font-size: 5.6rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    border-bottom: 4px double var(--accent-color-1);
}

#subscriction .content li p {
    ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 2rem;
    font-family: var(--font-min);
    letter-spacing: 0.2em;
    padding-top: 30px;
    line-height: 1.5em;
}

#subscriction .btn-main {
    margin-top: 20px;
}

@media screen and (max-width: 1800px) {
    #subscriction .content .animation {
        left: 8%;
    }
}

@media screen and (max-width: 1500px) {
    #subscriction .content .animation {
        width: 16.4%;
    }
}

@media screen and (max-width: 1200px) {
    #subscriction .content {
        gap: 6em;
    }

    #subscriction .content .animation {
        width: 20.4%;
        top: -8%;
    }

    #subscriction .content .text-wrap {
        gap: 1.2em;
    }

    #subscriction .content ul {
        gap: 2em;
    }

}

@media screen and (max-width: 960px) {
    #subscriction {
        padding-top: 100px;
    }

    #subscriction::before {
        height: 60%;
        background: url(/Contents/ImagesPkg/common/top/subscriction_sp.webp);
        background-size: cover;
        background-position: bottom center;
    }

    #subscriction .subsc-title h2 {
        font-size: 4rem;
    }

    #subscriction .subsc-title p {
        font-size: 2.4rem;
    }

    #subscriction .subsc-title span {
        font-size: 1.4rem;
    }

    #subscriction .content {
        flex-direction: column;
        padding: 4rem var(--container-side);
        margin-top: 4rem;
    }

    #subscriction .content .animation {
        width: 30%;
        top: 4%;
        left: 12%;
    }

    #subscriction .content .wrap {
        flex-direction: column;
        gap: 4rem;
    }

    #subscriction .content .text-wrap {
        flex-direction: column;
    }

    #subscriction .content .text-wrap p {
        writing-mode: inherit;
        text-orientation: inherit;
        font-size: 2rem;
        text-align: center;
    }

    #subscriction .content ul {
        flex-direction: column;
        justify-content: start;
        gap: 2rem;
        width: fit-content;
        margin: auto;
    }

    #subscriction .content li {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    #subscriction .content li .icon {
        width: 24px;
        height: 24px;
        margin-top: -20px;
        margin-right: 10px;
    }

    #subscriction .content li span {
        line-height: 1em;
        width: fit-content;
        font-size: 4rem;
        padding: 0 0 10px;
    }

    #subscriction .content li p {
        writing-mode: inherit;
        text-orientation: inherit;
        font-size: 1.6rem;
        padding-top: 0;
        padding-left: 2rem;
        margin-top: -10px;
    }

    #subscriction .btn-main {
        margin-top: 2em;
    }
}

@media screen and (max-width: 560px) {
    #subscriction {
        padding-top: 60px;
        background-size: 300%;
    }

    #subscriction .subsc-title p {
        font-size: 1.6rem;
    }

    #subscriction .subsc-title h2 {
        font-size: 3.2rem;
    }

    #subscriction .subsc-title span {
        font-size: 1rem;
    }
    #subscriction .content {
    background-size: 300%;
}

    #subscriction .content .animation {
        width: 35%;
        top: 2%;
        left: 14%;
    }

    #subscriction .content .text-wrap {
        gap: 1rem;
    }

    #subscriction .content .text-wrap p {
        font-size: 1.6rem;
    }

    #subscriction .content li .icon {
        width: 16px;
        height: 16px;
        margin-top: -1.75em;
        margin-right: 8px;
    }

    #subscriction .content li span {
        font-size: 2.4rem;
    }

    #subscriction .content li p {
        font-size: 1.4rem;
        padding-left: 1rem;
    }
}

/*********************
SECTION SUBSCRICTION
**********************/
#about {
    padding: 160px 0;
    background: url(/Contents/ImagesPkg/common/common/bg_accent.webp), var(--bg-2);
    background-size: 40%;
    margin-right: 0;
    margin: 0;
}

#about .content-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6em;
}

#about .content .about-title h2 {
    width: fit-content;
    font-family: var(--font-min);
    font-size: 5.6rem;
    letter-spacing: var(--spacing-wide);
    position: relative;
}

#about .content .about-title h2::after {
    content: "";
    position: absolute;
    bottom: -5%;
    right: 6%;
    transform: translate(-50%, -50%);
    width: 7.7%;
    height: auto;
    aspect-ratio: 19.51 / 64;
    background-image: url(/Contents/ImagesPkg/common/top/funanatto-stamp.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

#about .content .about-title span {
    font-family: var(--font-min);
    font-size: 1.4rem;
    letter-spacing: var(--spacing-wide);
    color: var(--accent-color-1);
    text-transform: capitalize;
    line-height: 1.5em;
}

#about .content {
    flex-shrink: 0;
}

#about .content p {
    padding-top: 4rem;
    font-size: 1.8rem;
    line-height: 2em;
    font-family: var(--font-min);
}



@media screen and (max-width: 1440px) {
    #about .content-wrap {
        gap: 4em;
    }
}

@media screen and (max-width: 1200px) {
    #about .content-wrap {
        gap: 1em;
    }

    #about .content .about-title h2 {
        font-size: 4.8rem;
    }

    #about .content p {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 960px) {
    #about .content-wrap {
        flex-direction: column;
    }

    #about {
        padding: 100px 0;
    }

    #about .content .about-title h2 {
        font-size: 4rem;
    }

    #about .content .about-title h2::after {
        bottom: 50%;
        right: -9%;
        transform: translate(-50%, 50%);
        width: 4.7%;
    }

    #about .content .about-title span {
        font-size: 1.2rem;
    }

    #about .content p {
        padding-top: 2rem;
    }

    #about .content-wrap {
        gap: 4rem;
    }
}

@media screen and (max-width: 590px) {
    #about {
        padding: 60px 0;
    }
    
    #about .content .about-title h2 {
        font-size: 3.2rem;
    }
    
    #about .content p {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 560px) {
    #about {
    background-size: 300%;
}
}

/*********************
SECTION RECIPE
**********************/
section#recipe {
    padding: 100px 0;
    position: relative;
}


.recipe-animation {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

section#recipe .content-wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 8rem;
    margin-top: 6rem;
    transform: translateX(10rem);
}

section#recipe .content-wrap .recipe-message {
    font-size: 2.8rem;
    font-family: var(--font-min);
    letter-spacing: 0.2em;
    ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
}

.recipe-slider {
    max-width: 780px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4rem;
}

.recipe-slider li {
    width: calc((100% - 4rem)/2);
    max-width: 370px;
}

.recipe-slider li a {
    position: relative;
}

.recipe-slider li a h3 {
    position: absolute;
    bottom: 10px;
    left: -10px;
    font-family: var(--font-min);
    background: var(--accent-color-1);
    white-space: nowrap;
    padding: 4px 10px;
}

.recipe-slider li a h3::before {
    content: "#";
    padding-right: 0.2em;
}

.recipe-slider li a h3::after {
    position: absolute;
    content: '';
    top: 0;
    left: calc(100% - 2px);
    width: auto;
    height: 100%;
    aspect-ratio: 10/27;
    background-image: url(/Contents/ImagesPkg/common/top/ribbon-right.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

section#recipe .btn {
    margin-top: 4rem;
}

.recipe-animation ul {
    display: flex;
    flex-wrap: nowrap;
    animation: loop-text 30s linear infinite;
}

@keyframes loop-text {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.recipe-animation ul li {
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: var(--spacing-wide);
    font-weight: 700;
    line-height: .75em;
    color: var(--bg-1);
    font-size: 16rem;
    margin-left: 1em;
}

#recipe .dots-wrap li:hover,
#recipe .dots-wrap li.slick-active {
    background: var(--accent-color-2);
}

@media screen and (max-width: 1440px) {
    section#recipe .content-wrap {
        gap: 4rem;
        transform: translateX(7rem);
    }

    section#recipe .content-wrap .recipe-message {
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 1200px) {
    section#recipe .content-wrap {
        gap: 4rem;
        transform: translateX(0);
        margin-top: 4rem;
    }

    section#recipe .content-wrap .recipe-message {
        font-size: 2.4rem;
        align-self: flex-start;
    }
}

@media screen and (max-width: 960px) {
    section#recipe .content-wrap {
        flex-direction: column;
        align-items: center;
        gap: 1.8rem;
    }

    section#recipe .content-wrap .recipe-message {
        writing-mode: inherit;
        text-orientation: inherit;
        font-size: 2rem;
        letter-spacing: 0.05em;
    }

    section#recipe .content-wrap .recipe-message br {
        display: none;
    }

    .recipe-slider li a h3 {
        bottom: 6px;
        left: -6px;
        padding: 2px 6px;
    }
}

@media screen and (max-width: 768px) {
    .recipe-slider {
        display: block;
        gap: 0;
        max-width: 100vw;
        width: 100%;
    }

    .recipe-slider .slick-list {
        padding-right: 20%;
    }

    .recipe-slider li {
        width: 100%;
        max-width: 100%;
    }

    .recipe-slider li a h3 {
        font-size: 1.4rem;
    }

    .recipe-slider img {
        width: 100%;
        height: auto;
    }

    .slick-initialized .slick-slide {
        margin: 0 8px;
        height: auto;
    }

    .recipe-animation ul li {
        font-size: 14rem;
    }
}

@media screen and (max-width: 560px) {
    section#recipe {
        padding: 60px 0;
    }

    section#recipe .content-wrap .recipe-message {
        font-size: 1.4rem;
    }

    .recipe-slider .slick-list {
        padding-right: 6%;
    }

    .recipe-animation ul li {
        font-size: 8rem;
    }
}

/*********************
SECTION INFORMATION
**********************/
section#information {
    padding: 100px 0;
    background: url(/Contents/ImagesPkg/common/common/bg_accent.webp), var(--bg-1);
    background-size: 40%;
    margin-right: 0;
    margin: 0;
}

section#information ul.information-list {
    margin-top: 6rem;
}

section#information ul.information-list li a {
    display: grid;
    /* 左200px固定、右は残り全部(minmax(0, 1fr)ではみ出し防止) */
    grid-template-columns: 200px minmax(0, 1fr);
    align-items: center;
    border-bottom: 1px solid var(--bg-2);
    width: 100%;
}

section#information ul.information-list li a dt {
    width: 100%;
    /* Gridセルいっぱいに広げる */
    padding: 20px 0;
    font-weight: 500;
}

section#information ul.information-list li a dd {
    width: 100%;
    margin: 0;
    /* 念の為余白リセット */
    padding: 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

section#information .btn {
    margin-top: 6rem;
}

@media screen and (max-width: 960px) {
    section#information {
        padding: 80px 0;
    }

    section#information ul.information-list {
        margin-top: 4rem;
    }

    section#information ul.information-list li a {
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: auto auto;
        padding: 1.6rem 0;
    }

    section#information ul.information-list li a dt {
        width: auto;
        font-size: 1.4rem;
        padding: 0;
    }

    section#information ul.information-list li a dd {
        padding: 5px 0 0;
    }
}

@media screen and (max-width: 560px) {
    section#information {
        padding: 60px 0;
        background-size: 300%;
    }

    section#information ul.information-list li a {
        padding: 1rem 0;
    }

    section#information ul.information-list li a dt {
        font-size: 1.2rem;
    }
    
    section#information ul.information-list li a dd {
        font-size: 1.4rem;
    }
}