@charset "UTF-8";html{width:100%;height:100%}@media(max-width:1080px)and (min-width:992px){html{font-size:16px;font-size:1.4814814815vw}}@media(max-width:375px){html{font-size:16px;font-size:4.2666666667vw}}body h1,body .h1,body h2,body .h2,body h3,body .h3,body h4,body .h4,body h5,body .h5,body h6,body .h6{font-family:Zen Kaku Gothic New,\6e38\30b4\30b7\30c3\30af\4f53,YuGothic,\6e38\30b4\30b7\30c3\30af  Medium,Yu Gothic Medium,\6e38\30b4\30b7\30c3\30af,Yu Gothic,sans-serif}body{width:100%;margin:0;padding:0;font-family:Zen Kaku Gothic New,\6e38\30b4\30b7\30c3\30af\4f53,YuGothic,\6e38\30b4\30b7\30c3\30af  Medium,Yu Gothic Medium,\6e38\30b4\30b7\30c3\30af,Yu Gothic,sans-serif;overflow-x:hidden;line-height:1.45;font-weight:500;-webkit-font-smoothing:antialiased;color:#010101;background-color:#fff;font-size:15px;letter-spacing:.04em}body.no_scroll{overflow:hidden;position:relative}a{cursor:pointer;text-decoration:none;outline:none}p{margin:0;font-size:15px;line-height:1.5}img{max-width:100%;height:auto;vertical-align:bottom;display:initial}ul,li{list-style-type:none}.u-sp{display:none}@media screen and (max-width:767px){.u-pc{display:none}.u-sp{display:block}p{font-size:14px}}.l-header{width:100%;height:90px;margin:0 auto;transition:.3s ease all;position:fixed;top:0;left:50%;-ms-transform:translateX(-50%);transform:translate(-50%);z-index:999;border:none}.l-header__inner{padding:0 70px;height:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;position:relative;z-index:1}.l-header__logo{position:absolute;top:0;left:0;width:18.125rem;height:15rem;transition:.3s ease}.l-header__logo a{width:100%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.l-header__logoText{width:30%;max-width:212px;opacity:0;transition:.3s ease opacity}.l-header__logoText a{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:16px;transition:.3s ease}.l-header__logoText .text{display:inline-block;font-family:Poppins,serif;color:#fff;font-size:.8125rem;border:1px solid #fff;border-radius:4px;padding:6px 8px;font-weight:500;line-height:1}.l-header__nav{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex:1;flex:1;gap:40px}.l-header__list{margin:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;position:relative;gap:40px;z-index:9}.l-header__list li a{font-size:16px;position:relative;display:block;text-decoration:none;height:100%;transition:.3s ease;font-weight:600;padding:6px 0;letter-spacing:.02em;font-family:Work Sans,serif}.l-header__list li a:before{content:"";position:absolute;left:0;width:100%;height:2px;background:#000;bottom:0;-ms-transform:scale(0,1);transform:scaleX(0);-ms-transform-origin:center;transform-origin:center;transition:transform .3s cubic-bezier(.51,.92,.24,1)}@media(hover:hover){.l-header__list li a:hover:before{-ms-transform:scale(1,1);transform:scale(1)}}.l-header__menu{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:16px}.l-header__account{width:100%;max-width:136px}.l-header__account a{width:100%;border:1px solid #010101;font-size:16px;font-family:Work Sans,serif;font-weight:600;border-radius:70px;padding:8px;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:8px;position:relative;background-color:#fff;overflow:hidden}.l-header__account a:before{content:"";width:0;height:100%;position:absolute;top:0;left:auto;right:0;background-color:#010101;transition:.4s cubic-bezier(.4,.47,.17,.98);z-index:0}.l-header__account a .text{position:relative;z-index:1}.l-header__account a .icon{line-height:1}.l-header__account a .icon:after{content:"";display:block;width:16px;height:20px;-webkit-mask-image:url(icon_lock.svg);mask-image:url(icon_lock.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-position:top right;mask-position:top right;background-color:#010101;position:relative}@media(hover:hover){.l-header__account a:hover{color:#fff}.l-header__account a:hover:before{width:100%;left:0;right:auto}.l-header__account a:hover .icon:after{background-color:#fff}}.l-header__account.mypage .icon:after{content:"";display:block;width:16px;height:20px;-webkit-mask-image:url(icon_user.svg);mask-image:url(icon_user.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-position:top right;mask-position:top right;background-color:#010101;position:relative}.l-header__cart a{background-color:#010101;padding:8px 24px;border-radius:70px;transition:.3s ease opacity}@media(hover:hover){.l-header__cart a:hover{opacity:.7}}.l-header__cart.cart-in a .icon{position:relative;display:inline-block}.l-header__cart.cart-in a .icon:before{content:"";display:block;width:12px;height:12px;background-color:#fff;border:3px solid #010101;border-radius:50%;position:absolute;top:-2px;right:-4px}.c-hamburger,.l-header__menuOther,.l-header__sns,.l-header__cart-sp{display:none}.l-header.fixed{background-color:#fff}.l-header.fixed .l-header__logo{opacity:0;visibility:hidden}.l-header.fixed .l-header__logoText{opacity:1}@media screen and (max-width:1080px){.l-header__inner{padding:0 24px}}@media screen and (max-width:991px){.l-header{height:80px}.l-header__inner{padding:0 24px}body.home .l-header__logo{background-color:#fff}.l-header__logo{width:128px;height:128px;padding:24px 12px}.l-header__nav{z-index:99999;width:100vw;background:url(header_menu_bg.jpg) no-repeat center/cover;overflow-y:scroll;-webkit-overflow-scrolling:touch;position:fixed;top:0;left:0;height:100vh;padding:40px;-ms-transform:translateX(100%);transform:translate(100%);transition:.5s ease;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;gap:25px}.l-header__nav .l-header__list{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:0;width:100%}.l-header__nav .l-header__list li{width:100%;text-align:left}.l-header__nav .l-header__list li a{width:100%;padding:15px 0;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-ms-flex-align:start;align-items:flex-start;gap:0;line-height:1.2}.l-header__nav.is-active{-ms-transform:translateX(0);transform:translate(0)}.l-header__menu{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:16px;width:100%}.l-header__account a{border:none;background-color:#fff}.l-header__menuOther{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px 30px}.l-header__menuOther a{color:#4e4947;font-size:12px;font-weight:500;padding:10px 0}.l-header__sns{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;gap:30px;width:100%;margin-top:20px}.l-header__cart-sp{display:block;width:40px;height:40px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-right:20px}.l-header__cart-sp.cart-in a .icon{position:relative;display:inline-block}.l-header__cart-sp.cart-in a .icon:before{content:"";display:block;width:12px;height:12px;background-color:#010101;border:3px solid #fff;border-radius:50%;position:absolute;top:-2px;right:-4px}.c-hamburger{display:inline-block;transition:all .2s;box-sizing:border-box;position:absolute;top:20px;right:0;width:40px;height:40px;z-index:99999999;display:block}.c-hamburger span{display:inline-block;transition:all .2s;box-sizing:border-box;position:absolute;height:2px;background-color:#010101;border-radius:4px;width:20px;left:5px}.c-hamburger span:nth-of-type(1){top:12px}.c-hamburger span:nth-of-type(2){top:20px}.c-hamburger span:nth-of-type(3){top:28px}.c-hamburger.is-active span{width:30px;left:0}.c-hamburger.is-active span:nth-of-type(1){-ms-transform:translateY(8px) rotate(-30deg);transform:translateY(8px) rotate(-30deg)}.c-hamburger.is-active span:nth-child(2){opacity:0}.c-hamburger.is-active span:nth-of-type(3){-ms-transform:translateY(-8px) rotate(30deg);transform:translateY(-8px) rotate(30deg)}}.l-pargeTop{display:none}.l-footer{overflow:hidden;padding:100px 0 80px;position:relative;background:url(footer_bg.jpg) no-repeat top center/cover;border:none}.l-footer .l-wrap{position:relative}.l-footer__text{color:#4e494766;font-size:12px;font-weight:500;position:absolute;bottom:0;right:0}.l-footer__block{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;gap:12px}.l-footer__block .l-footer__item{width:auto}.l-footer__logo{padding-right:3.75rem;-ms-transform:translateX(-10px);transform:translate(-10px)}.l-footer__nav{gap:80px}.l-footer__nav .c-fBox{display:-ms-flexbox;display:flex;gap:60px}.l-footer__list{margin:0;position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:20px}.l-footer__list a{font-size:16px;position:relative;text-decoration:none;height:100%;transition:.3s ease;font-weight:600;letter-spacing:.02em;font-family:Work Sans,serif}.l-footer__list a:before{content:"";position:absolute;left:0;width:100%;height:2px;background:#000;bottom:0;-ms-transform:scale(0,1);transform:scaleX(0);-ms-transform-origin:center;transform-origin:center;transition:transform .3s cubic-bezier(.51,.92,.24,1)}@media(hover:hover){.l-footer__list a:hover:before{-ms-transform:scale(1,1);transform:scale(1)}}.l-footer__menuOther{display:-ms-flexbox;display:flex;gap:20px 30px;margin-top:30px}.l-footer__menuOther a{color:#4e4947;font-size:12px;font-weight:500;position:relative}.l-footer__menuOther a:before{content:"";position:absolute;left:0;width:100%;height:1px;background:#4e4947;bottom:0;-ms-transform:scale(0,1);transform:scaleX(0);-ms-transform-origin:center;transform-origin:center;transition:transform .3s cubic-bezier(.51,.92,.24,1)}@media(hover:hover){.l-footer__menuOther a:hover:before{-ms-transform:scale(1,1);transform:scale(1)}}.l-footer__contact{width:188px;height:40px}.l-footer__contact a{width:100%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;border-radius:4px;color:#010101;font-size:.875rem;font-weight:600;background-color:#fff;transition:.3s ease;border:1px solid #fff;position:relative;overflow:hidden}.l-footer__contact a span{position:relative}.l-footer__contact a:before{content:"";width:0;height:100%;position:absolute;top:0;left:auto;right:0;background-color:#010101;z-index:0;transition:.4s cubic-bezier(.4,.47,.17,.98)}@media(hover:hover){.l-footer__contact a:hover{color:#fff}.l-footer__contact a:hover:before{width:100%;left:0;right:auto}}.l-footer__sns{display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;gap:28px}.c-copyLight{color:#fff6}.c-copyLight small{font-size:.6875rem}.c-copyLight{position:absolute;top:50%;left:24px;-ms-transform:translateY(-50%);transform:translateY(-50%);opacity:1;visibility:visible;transition:var(--transition);z-index:11}.c-copyLight p{font-style:normal;font-weight:700;font-size:10px;line-height:13px;letter-spacing:.06em;color:#010101;vertical-align:top;-ms-writing-mode:tb-rl;writing-mode:vertical-rl}@media screen and (max-width:1280px){.c-copyLight{position:relative;left:0;-ms-transform:none;transform:none;margin-top:-24px;text-align:center;z-index:1}.c-copyLight p{-ms-writing-mode:inherit;writing-mode:inherit}}@media screen and (max-width:991px){.l-footer{position:relative;overflow:hidden;padding:80px 0 60px}.l-footer__block{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 30px}.l-footer__block .l-footer__item{width:100%}.l-footer__block .l-footer__item:first-child{margin-bottom:30px}.l-footer__logo{padding:0;max-width:100px}.l-footer__nav{gap:30px}.l-footer__list{margin:0;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;gap:40px 0;z-index:9}.l-footer__list li{width:50%}.l-footer__list a{position:relative;text-decoration:none;height:100%;transition:.3s ease;font-weight:700;padding:6px 0;letter-spacing:.06em}.l-footer__list a:before{content:"";position:absolute;left:0;width:100%;height:2px;background:#fff;bottom:0;-ms-transform:scale(0,1);transform:scaleX(0);-ms-transform-origin:center;transform-origin:center;transition:transform .3s cubic-bezier(.51,.92,.24,1)}}@media screen and (max-width:991px)and (hover:hover){.l-footer__list a:hover:after{-ms-transform:scale(1,1);transform:scale(1)}}@media screen and (max-width:991px){.l-footer__menuOther{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px 30px;margin-top:40px}.l-footer__menuOther a{color:#4e4947;font-size:12px;font-weight:500;padding:10px 0}.l-footer__sns{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;gap:28px;margin-top:50px}.l-footer__text{font-size:12px;font-weight:500;position:static;margin-top:30px}.c-copyLight{display:none}.c-copyLight small{font-size:.5625rem}}.c-heading{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:30px}.c-heading__en{font-weight:400}.c-heading__ja{font-size:16px;font-weight:500;letter-spacing:.1em}@media screen and (max-width:991px){.c-heading{gap:20px}.c-heading__ja{font-size:15px}}@media(min-width:767px){a[href*="tel:"]{pointer-events:none;cursor:default;text-decoration:none}}.c-list-disc{list-style:none}.c-list-disc li{display:-ms-flexbox;display:flex}.c-list-disc li:before{content:"\30fb"}.c-arrow{width:60px;height:40px;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;border-radius:25px;position:relative;overflow:hidden;border:1px solid #010101}.c-arrow:before{content:"";display:block;width:100%;height:100%;position:absolute;top:0;right:auto;left:0;background-color:#010101;transition:.3s ease}.c-arrow:after{content:"";display:block;width:13px;height:8px;-webkit-mask-image:url(icon_arrow.svg);mask-image:url(icon_arrow.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-position:top right;mask-position:top right;background-color:#fff;position:relative;z-index:1;margin-top:2px}.c-btn{background-color:#010101;color:#fff;border-radius:4px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;max-width:526px;height:100px;margin:35px auto 0;font-size:16px;font-weight:600;letter-spacing:.06em;position:relative;overflow:hidden;border:1px solid #010101}.c-btn:after{content:"";display:block;width:25px;height:10px;-webkit-mask-image:url(icon_arrow.svg);mask-image:url(icon_arrow.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-position:top right;mask-position:top right;background-color:#fff;position:relative;z-index:1;position:absolute;top:50%;right:50px;-ms-transform:translateY(-50%);transform:translateY(-50%)}.c-btn span{position:relative}.c-btn:before{content:"";width:0;height:100%;position:absolute;top:0;left:auto;right:0;background-color:#fff;transition:.4s cubic-bezier(.4,.47,.17,.98);z-index:0}@media(hover:hover){.c-btn:hover{color:#010101}.c-btn:hover:after{background-color:#010101}.c-btn:hover:before{width:100%;left:0;right:auto}}@media screen and (max-width:991px){.c-btn{height:66px;font-size:14px}.c-btn:after{display:none}}.c-btn-more{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:20px}.c-btn-more .text{font-size:15px;font-weight:600;letter-spacing:.06em}@media(hover:hover){.c-btn-more:hover .c-arrow{opacity:1}.c-btn-more:hover .c-arrow:before{width:0;left:auto;right:0}.c-btn-more:hover .c-arrow:after{background-color:#010101}}.c-btn-text{width:100%;max-width:220px;height:50px;border-radius:8px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin:50px auto 0;font-size:16px;font-weight:600;position:relative;overflow:hidden;gap:30px;letter-spacing:.06em;font-family:Work Sans,serif;transition:.3s ease}.c-btn-text:after{content:"";display:block;width:25px;height:10px;-webkit-mask-image:url(icon_arrow.svg);mask-image:url(icon_arrow.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-position:top right;mask-position:top right;background-color:#010101;position:relative}@media(hover:hover){.c-btn-text:hover{background-color:#0101011a}}@media screen and (max-width:991px){.c-btn-text{height:42px;max-width:188px;gap:24px;margin-top:40px}.c-btn-text span{border-bottom:1px solid #010101;line-height:1}.c-btn-text:after{width:20px;height:8px}}.c-link-ex:after{content:"";display:inline-block;width:8px;height:8px;background:url(icon_ex.svg) no-repeat center/100%;font-weight:700;margin-left:2px;-ms-transform:translateY(-4px);transform:translateY(-4px)}.u-center{text-align:center}.c-accordion-item{border:1px solid #010101;margin:0 auto;border-radius:8px;position:relative;padding:30px}.c-accordion-item:not(:last-child){margin-bottom:12px}.c-accordion-item:first-child .c-accordion-header,.c-accordion-item:first-child .c-accordion-body{display:block}.c-accordion-item.is-open .c-accordion-header .icon:before{-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.c-accordion-header{position:relative;cursor:pointer;padding-right:70px}.c-accordion-header .icon{width:60px;height:40px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:50%;right:0;-ms-transform:translateY(-50%);transform:translateY(-50%);background-color:#000;border-radius:25px}.c-accordion-header .icon:before{content:"";display:block;width:13px;height:9px;-webkit-mask-image:url(icon_arrow.svg);mask-image:url(icon_arrow.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-color:#fff;-ms-transform:rotate(90deg);transform:rotate(90deg);transition:.3s ease transform}.c-accordion-title{font-size:18px;font-weight:700;display:-ms-flexbox;display:flex;gap:10px;letter-spacing:.1em}.c-accordion-title .num{font-size:32px;line-height:1;font-weight:400}.c-accordion-body{display:none;margin:12px 0 0;padding:0;position:relative;font-weight:500}.c-accordion-body p{line-height:1.8;font-size:13px;letter-spacing:.04em}.c-accordion-body p:not(:last-child){margin-bottom:16px}.c-accordion-body a{font-size:13px;text-decoration:underline!important;text-underline-offset:2px;margin:4px 0;display:inline-block}@media screen and (max-width:991px){.c-accordion-item{padding:20px}.c-accordion-header{padding-right:60px}.c-accordion-header .icon{width:48px;height:30px}.c-accordion-header .icon:before{width:10px;height:7px}.c-accordion-title{font-size:15px}.c-accordion-title .num{font-size:24px}.c-accordion-body{margin:0;padding:20px 0 10px}}.reveal{overflow:hidden}.reveal .image-wrap{transition:1s ease-out;transition-delay:.2s;position:relative;width:auto;overflow:hidden;-webkit-clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%);clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%);visibility:hidden}.reveal .image-wrap img{-ms-transform:scale(1.3);transform:scale(1.3);transition:2s ease-out}.reveal.animated .image-wrap{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);visibility:visible;-ms-transform:skewY(0);transform:skewY(0)}.reveal.animated img{-ms-transform:scale(1);transform:scale(1);transition:4s ease-out}.reveal.side .image-wrap{-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0)}.reveal.side.animated .image-wrap{-webkit-clip-path:inset(0);clip-path:inset(0)}@keyframes slideLeft{0%{opacity:0;filter:blur(10px);-webkit-filter:blur(10px)}to{opacity:1}}.animated span{animation:slideLeft .7s forwards}.fadeUp{transform:translate3d(0,100px,0) scaleZ(1) rotateX(16deg) rotateY(16deg) rotate(0) skew(0);opacity:0;transition:1s cubic-bezier(.4,.47,.17,.98);transition-delay:.5s;-webkit-transition-delay:.5s}.fadeUp.animated{-ms-transform:initial;transform:initial;opacity:1}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,30%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-30%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes zoomIn{0%{opacity:0;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.zoomIn{animation-name:zoomIn}@keyframes fadeInFlip{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.fadeInFlip{animation-name:fadeInFlip}.animated{animation-duration:1s;animation-fill-mode:both}body.home .l-main,.l-main-home{overflow:hidden}.l-wrap{width:calc(100% - 60px);max-width:1080px;margin:0 auto}.l-wrap.wide{max-width:1300px}@media screen and (max-width:991px){.l-wrap{width:calc(100% - 48px)}}.l-top-bg{position:relative}.p-top-mv{width:100%;position:relative;z-index:0;padding:100px 0 20px}.p-top-mv__block{width:100%;max-width:78.2vw;margin:0 24px 0 auto;position:relative;overflow:hidden}.p-top-mv__block img,.p-top-mv__block video{aspect-ratio:1126/633;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-top-movie-sp{display:none}.p-top-mv__ttl{width:36%;max-width:472px;font-size:58px;font-weight:700;letter-spacing:.08em;color:#fff;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:12px;position:absolute;bottom:0;left:4.375rem;background-color:#fff;padding:50px}.p-top-mv__ttl span{background-color:#0b0a43;display:inline-block;border-radius:4px;padding:8px 10px 8px 16px}.p-top-mv__ttl .text-sp{display:none}.p-top-mv .scrollDwn{width:20px;position:absolute;bottom:80px;right:5%;z-index:9;cursor:pointer}.p-top-mv .scrollDwnTxt{position:absolute;bottom:0;left:50%;-ms-transform:translateX(-50%);transform:translate(-50%);font-style:normal;font-weight:400;font-size:10px;line-height:10px;letter-spacing:2.4px;z-index:1;text-transform:uppercase;color:#fff;white-space:nowrap;vertical-align:top;-ms-writing-mode:tb-rl;writing-mode:vertical-rl}.p-top-mv .leftHeaderScroll{width:20px;height:80px;position:absolute;left:50%;top:20px;-ms-transform:translateX(-50%);transform:translate(-50%);display:block;overflow:hidden;mix-blend-mode:multiply}.p-top-mv .leftHeaderScrollBx{width:1px;height:80px;position:absolute;left:50%;top:0;-ms-transform:translateX(-50%);transform:translate(-50%);background-color:#fff}.p-top-mv .leftHeaderScrollBx:before{content:"";height:80px;position:absolute;top:-100%;left:0;width:100%;background-color:#0b0a43;animation:scroll 2s ease-in-out infinite}@keyframes scroll{0%{top:-100%}to{top:100%}}@media screen and (max-width:991px){.p-top-mv{padding-top:80px}.p-top-mv__block{width:100%;max-width:calc(100% - 24px);margin:0 0 0 auto}.p-top-movie-pc{display:none}.p-top-movie-sp{display:block}.p-top-mv__ttl{bottom:0;left:0}}@media screen and (max-width:991px){.p-top-mv{overflow:hidden;padding-bottom:0}.p-top-mv{width:100%;height:100svh;min-height:660px;position:relative;z-index:0}.p-top-mv__block{width:100%;max-width:100%;margin:0;height:100%;padding:0}.p-top-mv__block img,.p-top-mv__block video{-ms-transform:scale(1);transform:scale(1);aspect-ratio:initial}.p-top-mv__ttl{width:70%;max-width:472px;padding:30px 16px 30px 20px;background:none;background-color:#ffffff80;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.p-top-mv__ttl .text-pc{display:none}.p-top-mv__ttl .text-sp{display:block}.p-top-mv .scrollDwn{bottom:60px;right:3%}.p-top-mv .scrollDwnTxt{font-size:10px;letter-spacing:.1em}.p-top-mv .leftHeaderScroll{top:10px}}.p-top-about{padding:60px 0 80px;overflow:hidden;z-index:1;position:relative;margin-top:40px}.p-top-about:before{content:"";display:block;width:50%;height:100%;position:absolute;top:0;right:4.375rem;background-color:#f8f7f3}.p-top-about .l-wrap{position:relative}.p-top-about__block{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.p-top-about__img{width:56.25vw;margin-left:calc(50% - 50vw)}.p-top-about__text{width:40%;max-width:360px}.p-top-about__text p{font-weight:500;letter-spacing:.04em;line-height:2}.p-top-about__text p:not(:last-child){margin-bottom:30px}.p-top-about__text .en{margin-top:60px}@media screen and (max-width:991px){.p-top-about{padding:0;margin-top:60px}.p-top-about:before{width:100%;top:0;right:0}.p-top-about__block{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:0}.p-top-about__img{width:100vw;margin:0 calc(50% - 50vw)}.p-top-about__text{width:100%;max-width:100%;padding:80px 0}.p-top-about__text p{letter-spacing:.1em}.p-top-about__text .en{margin-top:30px}}.p-top-message{position:relative;margin-top:120px}.p-top-message__block{display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;gap:40px}.p-top-message__img{width:39%;padding-bottom:60px}.p-top-message__text{width:48%}.p-top-message__text .message-ttl{font-size:28px;margin-bottom:30px}.p-top-message__text p{line-height:2}.p-top-message__text p:not(:last-child){margin-bottom:30px}.p-top-message__text .note{font-size:11px;color:#000000b3;margin-top:50px}@media screen and (max-width:991px){.p-top-message{margin-top:100px}}@media screen and (max-width:991px){.p-top-message__block{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:0}.p-top-message__img{width:82%;margin:0 0 0 auto;padding-bottom:0}.p-top-message__text{width:100%;position:relative}.p-top-message__text .message-ttl{font-size:20px;letter-spacing:.1em;margin-bottom:40px;margin-top:-16px}.p-top-message__text p{line-height:2;letter-spacing:.1em}.p-top-message__text p:not(:last-child){margin-bottom:30px}.p-top-message__text .note{font-size:10px;letter-spacing:.02em;margin-top:30px}}.p-top-what{position:relative;margin-top:120px}.p-top-what .l-wrap{max-width:1300px}.p-top-what .c-heading{max-width:1080px;margin:0 auto}.p-top-what .c-heading__ja{font-size:18px}.p-top-what__block{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;margin-top:80px;gap:20px}.p-top-what__img{width:45vw;margin-left:calc(50% - 50vw)}.p-top-what__img .text{color:#01010199;font-size:11px;text-align:right;line-height:2;margin-top:50px}.p-top-what__text{width:49%}.p-comparison-block{background:url(bg_hikaku.jpg) no-repeat center/cover;padding:40px 60px;max-width:1080px;margin:100px auto 0}.p-comparison-block .comparison-ttl{text-align:center;font-weight:700;font-size:18px;letter-spacing:.1em;line-height:2}.p-comparison-block .c-fBox{display:-ms-flexbox;display:flex;gap:24px;margin-top:40px}.p-comparison-block .c-fBox .text{border-top:1px solid rgba(1,1,1,.2);border-bottom:1px solid rgba(1,1,1,.2);font-size:15px;line-height:2;letter-spacing:.1em;padding:10px;text-align:center;font-weight:700;margin-bottom:30px}.p-comparison-block .note{font-size:11px;color:#01010199;margin-top:40px}@media screen and (max-width:991px){.p-top-what{margin-top:80px}}@media screen and (max-width:991px){.p-top-what .c-heading__ja{font-size:15px}.p-top-what__block{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:60px;gap:20px}.p-top-what__img{width:100vw;margin:0 calc(50% - 50vw)}.p-top-what__img .text{font-size:10px;text-align:left;margin-top:20px;padding:0 24px}.p-top-what__text{width:100%}.p-comparison-block{padding:40px 24px;width:100vw;margin:60px calc(50% - 50vw) 0}.p-comparison-block .comparison-ttl{font-size:16px}.p-comparison-block .c-fBox{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:40px;margin-top:40px}.p-comparison-block .c-fBox .text{font-size:13px}.p-comparison-block .c-fBox .item:nth-child(2) img{width:85%}.p-comparison-block .note{font-size:10px}}.l-top-bg{position:relative;padding-bottom:120px;margin-top:120px;overflow:hidden}.l-top-bg:before{content:"";display:block;width:100%;height:100%;position:absolute;top:260px;left:0;background:#e6e6e2;background:linear-gradient(0deg,#e6e6e2,#f8f7f3)}.p-top-beautful{position:relative}.p-top-beautful__img{width:39%;padding-bottom:60px;position:relative}.p-top-beautful__img .text-en{position:absolute;top:13%;left:-26%}.p-top-beautful__block{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:end;align-items:flex-end;gap:20px}.p-top-beautful__block .p-top-beautful__img{width:52%;max-width:710px;position:absolute;top:260px;right:0}.p-top-beautful__text{width:52%;max-width:560px;position:relative;padding:70px 0 60px}.p-top-beautful__text:before{content:"";display:block;width:78vw;height:100%;position:absolute;top:0;left:calc(50% - 50vw);background-color:#fff}.p-top-beautful__text .beautful-ttl{margin-bottom:50px;position:relative}.p-top-beautful__text p{position:relative;line-height:2;letter-spacing:.04em}.p-top-beautful__text p:not(:last-child){margin-bottom:30px}.p-top-beautful__text .note{font-size:11px;color:#000000b3;margin-top:50px}.p-product-banner{width:calc(100% - 24px);max-width:1080px;margin:100px auto 0;padding:20px 60px 20px 25px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;position:relative;background:url(bg_banner.jpg) no-repeat center/cover;border-radius:20px;box-shadow:0 0 20px #fff9}.p-product-banner .p-product__img{width:30%}.p-product-banner .p-product__text{width:63%;position:relative}.p-product-banner .product-ttl{letter-spacing:.1em;line-height:2}.p-product-banner .product-ttl.en{font-size:28px;font-weight:700}.p-product-banner .product-ttl.ja{font-size:15px;font-weight:500}.p-product-banner .weight{font-size:13px;color:#0009;font-weight:500;letter-spacing:.1em;margin-top:10px}.p-product-banner .detail{display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;margin-top:40px;letter-spacing:.1em}.p-product-banner .detail .price{font-size:20px;line-height:1;margin-left:10px}.p-product-banner .detail .price span{font-weight:700;font-size:40px;margin-left:4px;display:inline-block}.p-product-banner .detail .tax{font-size:12px;font-weight:400}.p-product-banner .plan{font-size:11px;margin-top:20px;letter-spacing:.12em;font-weight:500}.p-product-banner .plan span{display:inline-block;border:1px solid #010101;padding:6px 18px}.p-product-banner .c-btn-more{position:absolute;bottom:0;right:0}@media screen and (max-width:1300px){.p-top-beautful__img{padding-left:30px}.p-top-beautful__img .text-en{left:0}}@media screen and (max-width:991px){.l-top-bg{padding-bottom:80px}.p-top-beautful__img{width:82%;padding-bottom:80px;padding-left:0;position:relative;margin:0 0 0 auto}.p-top-beautful__img .text-en{position:absolute;top:14%;left:-20%;width:48%}.p-top-beautful__block{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:0}.p-top-beautful__block .p-top-beautful__img{width:100vw;position:static;margin:0 calc(50% - 50vw);padding:0}.p-top-beautful__text{width:100%;padding:70px 0 60px}.p-top-beautful__text:before{width:100vw}.p-top-beautful__text .beautful-ttl{margin-bottom:30px;position:relative;width:68%}.p-top-beautful__text p{letter-spacing:.1em}.p-product-banner{width:calc(100% - 24px);max-width:1080px;margin:40px auto 0;padding:20px 30px 30px;border-radius:12px;-ms-flex-wrap:wrap;flex-wrap:wrap}.p-product-banner .p-product__img{width:100%}.p-product-banner .p-product__text{width:100%;position:relative}.p-product-banner .product-ttl{line-height:1.5}.p-product-banner .product-ttl.en{font-size:24px;margin-bottom:10px}.p-product-banner .product-ttl.ja{font-size:13px;font-weight:500}.p-product-banner .weight{font-size:12px;margin-top:24px}.p-product-banner .detail{margin-top:24px;letter-spacing:.1em}.p-product-banner .detail .price{font-size:13px;margin-left:16px}.p-product-banner .detail .price span{font-size:36px;margin-left:8px}.p-product-banner .detail .tax{font-size:10px}.p-product-banner .plan{font-size:10px;margin-top:16px}.p-product-banner .c-btn-more{position:static;bottom:0;right:0;background-color:#010101;color:#fff;height:66px;-ms-flex-pack:center;justify-content:center;margin-top:40px;border-radius:4px}.p-product-banner .c-btn-more .text{font-size:14px}.p-product-banner .c-btn-more .c-arrow{display:none}}.p-top-people{position:relative;margin-top:90px;overflow:hidden;padding-bottom:80px}.p-top-people .l-wrap{position:relative}.p-top-people__slider{margin-top:80px;overflow:initial}.p-top-people__slider .swiper-slide{border-radius:40px;overflow:hidden;height:auto;background:url(people_bg.jpg) no-repeat center/cover;max-width:340px}.p-top-people__slider figure{max-height:140px}.p-top-people__slider figure img{max-height:140px;width:auto}.p-top-people__slider .p-people__head{background-color:#fff;padding:30px 30px 12px;text-align:center}.p-top-people__slider .p-people__head p{font-size:13px;font-weight:500;line-height:1.6;letter-spacing:.04em;margin-bottom:16px}.p-top-people__slider .p-people__text{padding:30px}.p-top-people__slider .p-people__text p{font-size:12px;line-height:1.8;letter-spacing:.04em}.p-top-people__slider .p-people__text .ttl{font-weight:700;font-size:15px;margin-bottom:12px}.p-top-people__slider .swiper-button-next,.p-top-people__slider .swiper-button-prev{width:60px;height:50px;top:initial;bottom:-75px;border-radius:0 100px 100px 0;border:1px solid #010101;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.p-top-people__slider .swiper-button-next:after,.p-top-people__slider .swiper-button-prev:after{content:"";display:block;width:20px;height:8px;-webkit-mask-image:url(icon_arrow.svg);mask-image:url(icon_arrow.svg);-webkit-mask-position:top center;mask-position:top center;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-color:#010101}.p-top-people__slider .swiper-button-next{right:initial;left:65px}.p-top-people__slider .swiper-button-prev{left:0;border-radius:100px 0 0 100px}.p-top-people__slider .swiper-button-prev:after{-ms-transform:scale(-1,1);transform:scaleX(-1)}@media screen and (max-width:991px){.p-top-people .c-heading__en{width:82%}.p-top-people__slider{margin-top:40px}.p-top-people__slider .swiper-slide{border-radius:20px}.p-top-people__slider figure{max-height:120px}.p-top-people__slider figure img{max-height:120px}.p-top-people__slider .p-people__head{padding:30px 30px 24px}.p-top-people__slider .p-people__head p{font-size:13px;font-weight:500;line-height:1.6;letter-spacing:.04em;margin-bottom:16px}.p-top-people__slider .p-people__text{padding:24px 20px}.p-top-people__slider .p-people__text p{line-height:1.6}.p-top-people__slider .swiper-button-next,.p-top-people__slider .swiper-button-prev{bottom:-65px;width:55px;height:40px}.p-top-people__slider .swiper-button-next{left:60px}.p-top-people__slider .swiper-button-prev{left:0}}.p-top-start{position:relative;margin-top:120px}.p-top-start .c-heading{position:relative;z-index:2}.p-top-start .l-wrap{position:relative}.p-top-start .img-list{position:absolute;top:-80px;right:-10%;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-align:end;align-items:flex-end;width:62%}.p-top-start .img-list .item:first-child{max-width:350px}.p-top-start .img-list .item:nth-child(2){max-width:275px;-ms-transform:translate(80px,110px);transform:translate(80px,110px)}.p-top-start__container{background:url(bg_start.jpg) no-repeat center/cover;position:relative;padding:400px 0 120px;margin-top:120px}.p-top-start__container .c-btn{background-color:#fff;color:#010101;margin-top:80px;border:none}.p-top-start__container .c-btn:before{background-color:#010101}.p-top-start__container .c-btn:after{background-color:#010101}@media(hover:hover){.p-top-start__container .c-btn:hover{color:#fff}.p-top-start__container .c-btn:hover:after{background-color:#fff}}.p-start-recipe__list{overflow:initial}.p-start-recipe__list .swiper-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:14px}.p-start-recipe__list .swiper-slide{width:calc(50% - 7px)}.p-start-recipe__list .swiper-slide:nth-child(odd){-ms-transform:translateY(-46%);transform:translateY(-46%)}.p-start-recipe__list .swiper-pagination{display:none}.p-start-recipe__item{width:100%;height:100%;background-color:#4e4947;color:#fff;border-radius:20px;padding:80px 50px 40px;position:relative;letter-spacing:.04em}.p-start-recipe__item .num{font-size:60px;font-weight:700;position:absolute;top:20px;right:30px;color:#01010133}.p-start-recipe__item .recipe-img{position:relative;margin:0 auto 20px;text-align:center}.p-start-recipe__item .recipe-img .text{position:absolute;top:-30px;left:50%;width:100%;-ms-transform:translateX(-50%);transform:translate(-50%)}.p-start-recipe__item .recipe-img>img{max-width:220px}.p-start-recipe__item .recipe-ttl{font-size:18px;font-weight:700;line-height:1.8;margin-bottom:10px}.p-start-recipe__item .recipe-desc{font-size:13px;font-weight:500;line-height:1.8}.p-start-recipe__item .recipe-detail{color:#fff9;margin-top:16px}.p-start-recipe__item .recipe-detail p{font-size:11px}.p-start-recipe__item .recipe-detail .cal{font-size:15px;margin-bottom:4px}.p-start-recipe__item .ingredients-list{display:-ms-flexbox;display:flex;margin-top:40px}.p-start-recipe__item .ingredients-list li{width:33.3333333333%;text-align:center}.p-start-recipe__item .ingredients-list li:not(:last-child){border-right:1px solid rgba(220,221,217,.6)}.p-start-recipe__item .ingredients-list li img{width:40px}.p-start-recipe__item .ingredients-list li p{font-size:10px;line-height:1.4;letter-spacing:.04em;margin-top:8px}@media screen and (max-width:767px){.p-top-start{margin-top:80px}.p-top-start .c-heading__en{width:84%}.p-top-start .img-list{width:88%;position:absolute;top:70px;right:-14%;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-align:end;align-items:flex-end}.p-top-start .img-list .item:first-child{max-width:350px}.p-top-start .img-list .item:nth-child(2){max-width:275px;-ms-transform:translate(30px,30px);transform:translate(30px,30px)}.p-top-start__container{padding:15rem 0 50px;margin-top:40px}.p-top-start__container .c-btn{margin-top:80px}.p-start-recipe__list{overflow:initial}.p-start-recipe__list .swiper-wrapper{-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:0;-ms-flex-align:normal;align-items:normal}.p-start-recipe__list .swiper-slide{width:100%;height:auto}.p-start-recipe__list .swiper-slide:nth-child(odd){-ms-transform:translateY(0);transform:translateY(0)}.p-start-recipe__list .swiper-pagination-fraction{bottom:-42px;left:50%;-ms-transform:translateX(-50%);transform:translate(-50%);background-color:#4e4947;border-radius:100px;max-width:90px;margin:0 auto;color:#fff;font-weight:700;padding:4px;display:block}.p-start-recipe__item{border-radius:12px;padding:40px 24px;position:relative;letter-spacing:.04em;height:100%}.p-start-recipe__item .num{font-size:40px;top:10px}.p-start-recipe__item .recipe-img{margin:0 auto 20px}.p-start-recipe__item .recipe-img .text{display:none}.p-start-recipe__item .recipe-img>img{max-width:180px}.p-start-recipe__item .recipe-detail{margin-top:16px}.p-start-recipe__item .recipe-detail p{font-size:10px}.p-start-recipe__item .ingredients-list{display:-ms-flexbox;display:flex;margin-top:20px}.p-start-recipe__item .ingredients-list li img{width:36px}.p-start-recipe__item .ingredients-list li p{font-size:9px}}.p-top-weekday{position:relative;margin-top:120px}.p-top-weekday .p-top-weekday__img{width:30%;position:absolute;top:-180px;right:-7%}.p-top-weekday .p-top-weekday__img .text-en{position:absolute;bottom:0%;left:0}.p-top-weekday .c-btn{margin-top:70px}.p-top-weekday__sort{display:-ms-flexbox;display:flex;max-width:352px;border:1px solid rgba(220,221,217,.6);border-radius:100px;background-color:#f8f7f3;padding:10px;gap:12px;margin-top:60px}.p-top-weekday__sort .item{width:50%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;gap:10px;font-weight:600;padding:10px;border-radius:100px;cursor:pointer;background-color:#dcddd9;transition:.5s ease}.p-top-weekday__sort .item.lunch{background-color:#fff}.p-top-weekday__sort .item.dinner{background-color:#dcddd9}@media(hover:hover){.p-top-weekday__sort .item:hover{opacity:.7}}.p-top-weekday__slider{margin-top:50px;overflow:initial}.p-top-weekday__slider .swiper-slide{height:auto;max-width:340px}.p-top-weekday__slider .p-recipe-card{overflow:hidden;height:auto;border:1px solid #DCDDD9;border-radius:20px;background-color:#f8f7f3;padding:30px 40px;height:100%}.p-top-weekday__slider .p-recipe-card .recipe-week{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;gap:10px;margin-bottom:16px}.p-top-weekday__slider .p-recipe-card .recipe-week .item{background-color:#dcddd9;border-radius:100px;padding:6px 16px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:6px;font-weight:600;font-size:11px;letter-spacing:.04em}.p-top-weekday__slider .p-recipe-card .recipe-week .item .icon{width:20px}.p-top-weekday__slider .p-recipe-card .recipe-week .item.lunch{background-color:#fff}.p-top-weekday__slider .p-recipe-card .recipe-week .item.dinner{min-width:102px}.p-top-weekday__slider .p-recipe-card .recipe-ttl{text-align:center;font-weight:700;font-size:18px;margin-bottom:24px}.p-top-weekday__slider .p-recipe-card .recipe-img{max-width:190px;margin:0 auto 16px}.p-top-weekday__slider .p-recipe-card .recipe-text{letter-spacing:.04em}.p-top-weekday__slider .p-recipe-card .recipe-text .lead{font-size:15px;text-decoration:underline;text-decoration-thickness:.5px;text-underline-offset:2px;line-height:1.8;margin-bottom:10px}.p-top-weekday__slider .p-recipe-card .recipe-text .desc{font-size:12px;font-weight:400;line-height:1.8}.p-top-weekday__slider.slider-dinner{margin-top:0}.slider-wrap{position:relative}.slider-wrap .slider-item{opacity:0;visibility:hidden;transition:.5s ease}.slider-wrap .slider-item.dinner{position:absolute;top:0;left:0;width:100%}.slider-wrap .slider-item.is-active{opacity:1;visibility:visible}@media screen and (max-width:991px){.p-top-weekday{margin-top:80px}.p-top-weekday .c-heading__en{width:80%}.p-top-weekday .p-top-weekday__img{display:none}.p-top-weekday .c-btn{margin-top:40px}.p-top-weekday__sort{padding:12px 16px;margin-top:40px}.p-top-weekday__sort .item{padding:12px;font-size:13px}.p-top-weekday__sort .item .icon{width:18px}.p-top-weekday__slider{margin-top:30px}.p-top-weekday__slider .p-recipe-card{border:1px solid rgba(1,1,1,.95);padding:24px}.p-top-weekday__slider .p-recipe-card .recipe-img{max-width:160px;margin:0 auto 30px}.p-top-weekday__slider .p-recipe-card .recipe-text .desc{display:none}}.p-top-weekend{position:relative;margin-top:120px;padding-bottom:40px}.p-top-weekend .l-wrap{max-width:1300px}.p-top-weekend .c-heading{background-color:#fff;max-width:750px;padding:80px;margin-top:-160px;position:relative;z-index:1}.p-top-weekend__slider{margin-top:50px;max-width:1080px;overflow:initial}.p-top-weekend__slider .swiper-slide{height:auto;width:100%;max-width:250px}.p-top-weekend__slider .p-recipe-card{overflow:hidden;width:100%;height:100%;position:relative;display:block}.p-top-weekend__slider .p-recipe-card .recipe-img{position:absolute;top:0;left:0;width:100%;max-width:200px;margin-left:30px}.p-top-weekend__slider .p-recipe-card .recipe-text{position:relative}.p-top-weekend__slider .p-recipe-card .recipe-text .cal{font-size:13px;margin-top:8px}.p-top-weekend__slider .p-recipe-card .recipe-num{font-size:18px;font-weight:600;font-family:Work Sans,serif;line-height:1.2;margin-bottom:8px}.p-top-weekend__slider .p-recipe-card .nutrition-list{line-height:1.8}.p-top-weekend__slider .p-recipe-card .nutrition-list.pfc{font-size:13px}.p-top-weekend__slider .p-recipe-card .nutrition-list.sdf{font-size:9px}.p-top-weekend__slider .p-recipe-card .recipe-ttl{position:relative;font-weight:700;font-size:16px;margin-top:40px}.p-top-weekend__slider .swiper-button-next,.p-top-weekend__slider .swiper-button-prev{width:60px;height:50px;top:initial;bottom:-100px;border-radius:0 100px 100px 0;border:1px solid #010101;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.p-top-weekend__slider .swiper-button-next:after,.p-top-weekend__slider .swiper-button-prev:after{content:"";display:block;width:20px;height:8px;-webkit-mask-image:url(icon_arrow.svg);mask-image:url(icon_arrow.svg);-webkit-mask-position:top center;mask-position:top center;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-color:#010101}.p-top-weekend__slider .swiper-button-next{right:initial;left:65px}.p-top-weekend__slider .swiper-button-prev{left:0;border-radius:100px 0 0 100px}.p-top-weekend__slider .swiper-button-prev:after{-ms-transform:scale(-1,1);transform:scaleX(-1)}@media screen and (max-width:991px){.p-top-weekend{margin-top:80px}.p-top-weekend .l-wrap{max-width:1300px}.p-top-weekend .c-heading{padding:80px 0 0;margin-top:0;position:relative;z-index:1}.p-top-weekend .c-heading__en{width:88%}.p-top-weekend__slider{margin-top:50px}.p-top-weekend__slider .swiper-slide{height:auto;width:250px!important}.p-top-weekend__slider .p-recipe-card .recipe-img{max-width:180px}.p-top-weekend__slider .p-recipe-card .recipe-text .cal{margin-top:12px}.p-top-weekend__slider .p-recipe-card .recipe-num{margin-bottom:10px}.p-top-weekend__slider .p-recipe-card .nutrition-list.pfc{font-size:11px}.p-top-weekend__slider .p-recipe-card .recipe-ttl{font-size:15px;margin-top:24px}.p-top-weekend__slider .swiper-button-next,.p-top-weekend__slider .swiper-button-prev{bottom:-80px;width:55px;height:40px}.p-top-weekend__slider .swiper-button-next{left:60px}.p-top-weekend__slider .swiper-button-prev{left:0}}.p-top-product{background:url(bg_light_gray.jpg) no-repeat center bottom/cover;margin-top:120px;margin-bottom:160px;padding:120px 0;border-radius:60px 0 0;position:relative}.p-top-product .lead{line-height:2}.p-top-product .c-btn{position:absolute;bottom:-50px;left:50%;-ms-transform:translateX(-50%);transform:translate(-50%);z-index:1}.p-top-product__ttl{font-size:32px;font-weight:700;line-height:1.8;letter-spacing:.12em;margin-bottom:24px}.p-top-product__ttl span{font-size:40px}.p-top-product__block{position:relative}.p-top-product__img{position:absolute;top:6%;right:-8%;width:65%}.p-top-product__head{width:36%;margin-bottom:80px}.p-top-product-purchase{width:49%}.p-top-product-purchase .purchase-method{display:-ms-flexbox;display:flex;gap:10px;-ms-flex-align:center;align-items:center;margin-bottom:16px}.p-top-product-purchase .purchase-method span{font-size:16px;font-family:Work Sans,serif;font-weight:600;color:#4e4947}.p-top-product-purchase .purchase-method .item{background-color:#4e4947;border-radius:100px;color:#fff;width:120px;padding:4px;text-align:center}.p-top-product-purchase .product-ttl{letter-spacing:.1em;line-height:2;margin-bottom:40px}.p-top-product-purchase .product-ttl .en{font-size:28px;font-weight:700}.p-top-product-purchase .product-ttl .ja{font-size:15px;font-weight:500}.p-top-product-purchase .purchase-block{position:relative;background-color:#cdcdcd33;border-radius:20px;padding:40px 20px;border:1px solid rgba(248,247,243,.2)}.p-top-product-purchase .purchase-block.regular-purchase{margin-top:36px}.p-top-product-purchase .purchase-block.regular-purchase .product-detail dt .weight{color:#0009}.p-top-product-purchase .purchase-block .method{position:absolute;top:-16px;left:40px;font-size:13px;color:#fff;background-color:#4e4947;width:98px;text-align:center;border-radius:100px;padding:6px}.p-top-product-purchase .purchase-block .c-fBox{display:-ms-flexbox;display:flex;gap:20px}.p-top-product-purchase .purchase-block .c-fBox .volume{background-color:#010101;color:#fff;width:40px;border-radius:4px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.p-top-product-purchase .purchase-block .c-fBox .product-detail{width:calc(100% - 60px)}.p-top-product-purchase .purchase-block .c-fBox:not(:last-of-type){border-bottom:1px solid rgba(78,73,71,.2);padding-bottom:30px;margin-bottom:30px}.p-top-product-purchase .product-detail{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.p-top-product-purchase .product-detail p{line-height:2}.p-top-product-purchase .product-detail dt{font-weight:500}.p-top-product-purchase .product-detail dt .packs{font-size:20px}.p-top-product-purchase .product-detail dt .weight{font-size:13px}.p-top-product-purchase .product-detail dd{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.p-top-product-purchase .product-detail dd .option{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;gap:4px;margin-bottom:8px}.p-top-product-purchase .product-detail dd .shipping-fee{font-size:11px;background-color:#4e4947;border-radius:2px;color:#fff;font-weight:500;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:2px 8px}.p-top-product-purchase .product-detail dd .discount{font-size:11px;background-color:#fff;border-radius:2px;color:#010101;font-weight:500;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:2px 8px}.p-top-product-purchase .product-detail dd .price{font-size:14px;font-weight:500;display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;gap:8px;line-height:1}.p-top-product-purchase .product-detail dd .price span{font-size:27px;font-weight:700;line-height:1}.p-top-product-purchase .product-detail dd .tax{font-size:11px;font-weight:400;text-align:center;margin-top:8px}.p-top-product-purchase .product-detail .price-wrap{display:-ms-flexbox;display:flex}.p-top-product-purchase .product-detail .price-wrap .co-list_price{margin-top:4px}.p-top-product-purchase .product-detail .price-wrap .co-list_price span{text-decoration:line-through;font-size:16px}.p-top-product-purchase .product-detail .price-wrap .co-list_price:after{content:"\2192";display:inline-block;font-size:18px;margin:0 8px}.p-top-product__note{position:absolute;bottom:0;right:-5%;width:50%}.p-top-product__note .c-list-disc{font-size:11px;color:#0006;line-height:1.8}@media screen and (max-width:991px){.p-top-product{margin-top:80px;margin-bottom:90px;padding:80px 0;border-radius:32px 0 0}.p-top-product .lead{font-size:14px;letter-spacing:.12em}.p-top-product .c-btn{width:calc(100% - 48px);bottom:-33px}.p-top-product__ttl{font-size:28px;margin-bottom:20px}.p-top-product__ttl span{font-size:30px}.p-top-product__block{position:relative}.p-top-product__img{position:static;width:96%;margin:0 auto 20px}.p-top-product__head{width:100%;margin-bottom:0}.p-top-product-purchase{width:100%}.p-top-product-purchase .purchase-method{gap:10px;margin-bottom:16px}.p-top-product-purchase .purchase-method span{font-size:13px}.p-top-product-purchase .purchase-method .item{width:104px;padding:8px;font-size:13px}.p-top-product-purchase .product-ttl{margin-bottom:45px}.p-top-product-purchase .product-ttl .en{font-size:24px}.p-top-product-purchase .product-ttl .ja{font-size:13px}.p-top-product-purchase .purchase-block{padding:35px 24px 40px}.p-top-product-purchase .purchase-block.regular-purchase{margin-top:30px}.p-top-product-purchase .purchase-block .method{top:-16px;left:24px;font-size:11px;width:88px;padding:8px}.p-top-product-purchase .purchase-block .c-fBox .volume{width:36px}.p-top-product-purchase .purchase-block .c-fBox .product-detail{width:calc(100% - 56px)}.p-top-product-purchase .purchase-block .c-fBox:not(:last-of-type){padding-bottom:20px;margin-bottom:20px}.p-top-product-purchase .product-detail{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;gap:10px}.p-top-product-purchase .product-detail p{line-height:2}.p-top-product-purchase .product-detail dt .packs{font-size:16px}.p-top-product-purchase .product-detail dt .weight{font-size:11px}.p-top-product-purchase .product-detail dd{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:end;align-items:flex-end}.p-top-product-purchase .product-detail dd .option{-ms-flex-pack:start;justify-content:flex-start;gap:4px;margin-bottom:5px;width:100%}.p-top-product-purchase .product-detail dd .shipping-fee,.p-top-product-purchase .product-detail dd .discount{font-size:10px}.p-top-product-purchase .product-detail dd .tax{margin-top:0}.p-top-product__note{position:static;width:100%;margin-top:20px}.p-top-product__note .c-list-disc{font-size:10px}}.p-top-coupon{margin-top:200px;padding:80px 0;position:relative;overflow:hidden}.p-top-coupon:before{content:"";display:block;width:calc(100% - 70px);height:100%;position:absolute;top:0;left:0;background:url(bg_coupon.jpg) no-repeat center/cover;border-radius:0 20px 20px 0;overflow:hidden}.p-top-coupon .l-wrap{position:relative}.p-top-coupon .c-heading{margin-bottom:40px}.p-top-coupon__slider{overflow:initial}.p-top-coupon__slider .swiper-slide{max-width:420px}.p-top-coupon .c-modal-trigger{cursor:pointer}.p-top-coupon .c-modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:#00000080;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.p-top-coupon .c-modal-content{position:relative;margin:0 auto;padding:20px;max-width:600px;text-align:center}.p-top-coupon .c-modal-close{position:absolute;top:-20px;right:-20px;font-size:30px;cursor:pointer}@media screen and (max-width:991px){.p-top-coupon{margin-top:90px;padding:80px 0}.p-top-coupon:before{width:100%}.p-top-coupon .c-heading{margin-bottom:40px}.p-top-coupon .c-heading__en{width:72%}.p-top-coupon__slider{overflow:initial}}.p-top-faq{margin-top:40px;position:relative}.p-top-faq .l-wrap{position:relative}.p-top-faq .c-heading{margin-bottom:40px;gap:40px}.l-top-column{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;gap:40px}.l-top-column .c-heading{width:26%}.l-top-column .p-faq-list{width:69.5%}.p-faq-list{width:68%}.p-faq-list .p-faq-item .c-accordion-title{-ms-flex-align:start;align-items:flex-start}.p-faq-list .p-faq-item .text-q{font-size:32px;font-weight:400;line-height:1;-ms-transform:translateY(-5px);transform:translateY(-5px)}@media screen and (max-width:991px){.p-top-faq{margin-top:-20px}.p-top-faq .c-heading{margin-bottom:0;gap:20px}.p-top-faq .c-heading__en{width:18%}.l-top-column{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px}.l-top-column .c-heading,.l-top-column .p-faq-list,.p-faq-list{width:100%}.p-faq-list .p-faq-item .text-q{font-size:24px}.p-faq-list .p-faq-item .c-accordion-header .icon{top:16px}}.p-top-news{margin-top:100px;overflow:hidden}.p-top-news .c-heading{margin-top:20px}.p-top-news .c-btn-text{margin-left:0}.p-top-news__bg{position:relative}.p-top-news__bg:before{content:"";display:block;width:50%;height:80px;background:#fff;position:absolute;bottom:0;left:0}.p-news__slider{overflow:initial;margin-top:50px}.p-news__slider .swiper-slide{max-width:310px;height:auto}.p-news__slider .p-news-slider__item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%}.p-news__slider .news-text{margin-top:auto}.p-news__slider .news-thumbnail{width:100%;max-width:290px;margin-left:auto;overflow:hidden;border-radius:12px}.p-news__slider .news-thumbnail img{width:100%;height:auto;transition:.5s ease transform}.p-news__slider .news-date{font-size:16px;color:#4e4947;font-weight:500;margin-top:-20px;position:relative;z-index:1}.p-news__slider .news-ttl{font-size:16px;font-weight:500;margin-top:20px;transition:.5s ease opacity}@media(hover:hover){.p-news-slider__item:hover .news-thumbnail img{-ms-transform:scale(1.05);transform:scale(1.05)}.p-news-slider__item:hover .news-ttl{opacity:.7}}@media screen and (max-width:991px){.p-top-news{margin-top:60px}.p-top-news .c-heading{margin-top:0}.p-top-news .c-heading__en{width:28%}.p-top-news .c-btn-text{margin-left:0}.p-top-news__bg:before{width:48%;height:40px}.p-news__slider{margin-top:30px}.p-news__slider .swiper-slide{max-width:260px}.p-news__slider .news-date{font-size:14px;margin-top:-12px}.p-news__slider .news-ttl{font-size:15px;margin-top:20px}}.l-top-bg__bottom{position:relative}.l-top-bg__bottom:before{content:"";display:block;width:100%;height:100%;position:absolute;top:240px;left:0;background:url(bg_journal.jpg) no-repeat top center/cover}.p-top-journal{margin-top:100px;position:relative;overflow:hidden}.p-top-journal .c-heading{margin-top:20px}.p-top-journal .c-btn-text{margin-left:0}.p-journal__slider{overflow:initial;margin-top:50px}.p-journal__slider .swiper-slide{max-width:310px}.p-journal__slider .journal-thumbnail{width:100%;overflow:hidden;-webkit-mask-image:url(journal_mask.svg);mask-image:url(journal_mask.svg);-webkit-mask-position:top center;mask-position:top center;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;border-radius:12px}.p-journal__slider .journal-thumbnail img{width:100%;height:auto;aspect-ratio:310/413;-o-object-fit:cover;object-fit:cover;transition:.5s ease transform}.p-journal__slider .journal-date{font-size:16px;color:#4e4947;font-weight:500;margin-top:-20px;position:relative}.p-journal__slider .journal-ttl{font-size:16px;font-weight:500;margin-top:20px;transition:.5s ease opacity}@media(hover:hover){.p-journal-slider__item:hover .journal-thumbnail img{-ms-transform:scale(1.05);transform:scale(1.05)}.p-journal-slider__item:hover .journal-ttl{opacity:.7}}@media screen and (max-width:991px){.l-top-bg__bottom:before{content:"";display:block;width:100%;height:100%;position:absolute;top:240px;left:0;background:url(bg_journal.jpg) no-repeat top center/cover}.p-top-journal{margin-top:60px}.p-top-journal .c-heading{margin-top:0}.p-top-journal .c-heading__en{width:46%}.p-journal__slider{margin-top:30px}.p-journal__slider .swiper-slide{max-width:270px}.p-journal__slider .journal-date{font-size:14px}.p-journal__slider .journal-ttl{font-size:15px}}.p-top-instagram{margin-top:100px;position:relative}.p-top-instagram .instagram-account{display:-ms-flexbox;display:flex;gap:40px;margin-top:20px}.p-top-instagram .instagram-account p{font-size:18px;font-weight:500}.p-top-instragram-list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:6px;margin-top:30px}.p-top-instragram-list li{width:calc(16.6666666667% - 5px)}@media screen and (max-width:991px){.p-top-instagram{margin-top:60px}.p-top-instagram .c-heading__en{width:57%}.p-top-instagram .instagram-account{gap:30px;margin-top:20px}.p-top-instagram .instagram-account p{font-size:16px}.p-top-instragram-list{gap:5px;margin-top:30px}.p-top-instragram-list li{width:calc(50% - 5px)}.p-top-instragram-list li:nth-child(n+7){display:none}}.l-wrapper-none{position:initial}.c-page-bg{background:url(bg_light_gray.jpg) no-repeat top center/cover;padding:160px 0}.l-container{background:url(bg_light_gray.jpg) no-repeat top center/cover;padding:160px 0;padding-top:160px!important}.l-container.no-bg{background:none}@media screen and (max-width:991px){.c-page-bg{background:url(bg_light_gray.jpg) no-repeat top center/cover;padding:120px 0 80px}.l-container{background:url(bg_light_gray.jpg) no-repeat top center/cover;padding:120px 0 80px;padding-top:120px!important}}body{position:static}.u-font__jp{font-family:Zen Kaku Gothic New,\6e38\30b4\30b7\30c3\30af\4f53,YuGothic,\6e38\30b4\30b7\30c3\30af  Medium,Yu Gothic Medium,\6e38\30b4\30b7\30c3\30af,Yu Gothic,sans-serif}.p-page_header{font-size:36px;font-weight:700;line-height:1.8;text-align:center}.text-center{text-align:center}.l-wrapper-none{overflow:initial}.p-page_content{padding:0}.p-page_content__inner{width:100%;max-width:100%}.p-page-contact-02 .p-page_content__inner,.p-page-privacy .p-page_content__inner{max-width:720px;width:calc(100% - 48px);margin:0 auto}.p-page_content__inner a{text-decoration:none}@media screen and (max-width:991px){.p-recipe-index{padding:140px 0 80px}}.p-account_form__inner{max-width:940px}.u-color__btn--bg{background-color:#010101;color:#fff;text-align:center}input,optgroup,select,textarea{background-color:#fff}.c-form_table>tbody>tr>td,.c-form_table--confirm>tbody>tr>td{padding:16px 0}.c-form_table__checkbox__frame{border:none}.c-cart_submit__block__input{background-color:#fff}.c-order_quantity__minus,.c-order_quantity__plus{top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}#co-selling-recurring .co-btn-add-async,#co-selling-recurring .co-btn-add{background-color:#010101;color:#fff;text-align:center;width:49%;height:50px;padding:12px;border-radius:4px}#co-selling-recurring .co-selling-list:not(:last-child){padding-bottom:30px;border-bottom:1px solid rgba(78,73,71,.2);margin-bottom:40px}#co-selling-recurring .co-option_types{margin-top:20px}#co-selling-recurring .co-list_price,#co-selling-recurring .co-list_price_include_tax,#co-selling-recurring .co-sales_price,#co-selling-recurring .co-sales_price_include_tax{font-size:18px;font-weight:500;line-height:1}#co-selling-recurring .co-list_price span,#co-selling-recurring .co-list_price_include_tax span,#co-selling-recurring .co-sales_price span,#co-selling-recurring .co-sales_price_include_tax span{font-size:30px;font-weight:700;line-height:1}#co-selling-recurring .co-list_price .product-tax,#co-selling-recurring .co-list_price_include_tax .product-tax,#co-selling-recurring .co-sales_price .product-tax,#co-selling-recurring .co-sales_price_include_tax .product-tax{font-size:11px;font-weight:400;text-align:center;margin-top:8px}.c-form_table .credit-box .title{font-size:16px;margin:20px 0 10px}.c-product_item__inner__price .origin{display:none}.co-btn-stock-waiting-list{border:1px solid #010101;margin-bottom:10px}.recurring-products-ttl{font-size:20px;margin-bottom:16px}@media screen and (max-width:576px){#co-selling-recurring .co-btn-add-async,#co-selling-recurring .co-btn-add{width:100%;margin-bottom:10px}#co-selling-recurring .co-selling-list:not(:last-child){margin-bottom:30px}#co-selling-recurring .co-option_types{margin-top:10px}#co-selling-recurring .co-list_price,#co-selling-recurring .co-list_price_include_tax,#co-selling-recurring .co-sales_price,#co-selling-recurring .co-sales_price_include_tax{font-size:16px;font-size:15px}#co-selling-recurring .co-list_price span,#co-selling-recurring .co-list_price_include_tax span,#co-selling-recurring .co-sales_price span,#co-selling-recurring .co-sales_price_include_tax span{font-size:28px}.co-btn-stock-waiting-list{border:1px solid #010101;margin-bottom:10px}.recurring-products-ttl{font-size:16px;margin-bottom:10px}}.p-login__inner__registration__bottom__btn,.p-login__inner__login__bottom__submit{background-color:#010101;color:#fff}.p-login__inner{width:calc(100% - 48px)}.p-login__inner__login{width:50%;position:relative;padding-right:60px}.p-login__inner__login:after{content:"";display:block;width:1px;height:100%;background-color:#d9d9d9;position:absolute;top:0;right:0}.p-login__inner__registration{width:50%}@media screen and (max-width:768px){.p-login__inner{display:block}.p-login__inner__login{width:100%;padding:0 0 60px}.p-login__inner__login:after{width:100%;height:1px;position:absolute;top:100%;right:0}.p-login__inner__registration{width:100%}}#co-selling-recurring .co-sales_price,#co-selling-recurring .co-list_price_include_tax{display:none}#co-selling-recurring .co-list_price span{text-decoration:line-through;font-size:22px}#co-selling-recurring .co-list_price:after{content:"\2192";display:inline-block;font-size:24px;margin:0 8px}#co-selling-recurring .co-selling-list[data-product-id="3"] .co-list_price{display:none}.p-page-contact-02 .contact-text-01{text-align:center;font-size:16px;line-height:2.2}.p-page-contact-02 .contact-text-01 a{text-decoration:underline!important;text-underline-offset:2px;margin:4px 0;display:inline-block}.p-page-contact-02 .contact-text-02{text-align:center;font-size:16px;margin-top:40px;margin-bottom:40px}@media screen and (max-width:768px){.p-page-contact-02 .contact-text-01{text-align:center;font-size:14px;line-height:2.2}.p-page-contact-02 .contact-text-01 a{text-decoration:underline!important;text-underline-offset:2px;margin:4px 0;display:inline-block}.p-page-contact-02 .contact-text-02{text-align:center;font-size:14px;margin-top:30px;margin-bottom:30px}}.p-account .u-color__text--alert,.control-alert .u-color__text--alert,.u-color__text--alert{color:#010101!important}.c-account_menu__icon{mix-blend-mode:multiply}@media(hover:hover)and (pointer:fine){.c-account_menu a:not([disabled]):hover{opacity:1}}#co-selling-recurring .option{display:-ms-flexbox;display:flex;gap:4px;margin-bottom:12px;margin-top:24px}#co-selling-recurring .shipping-fee{font-size:11px;background-color:#4e4947;border-radius:2px;color:#fff;font-weight:500;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:2px 8px;line-height:2}#co-selling-recurring .discount{font-size:11px;background-color:#fff;border-radius:2px;color:#010101;font-weight:500;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:2px 8px;line-height:2}.c-steps_to_order__number.is-active,.c-steps_to_order__number.is-complete{background-color:#010101}.p-checkout__list__block__inner{max-width:940px}.c-breadcrumb{padding-bottom:25px;border-bottom:1px solid rgba(255,255,255,.2);padding-right:60px}.c-breadcrumb__list{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:4px 0}.c-breadcrumb__list li:after{content:"";display:inline-block;width:16px;height:1px;border-radius:50%;background-color:#010101;-ms-transform:rotate(-60deg);transform:rotate(-60deg);vertical-align:middle;margin:0 16px}.c-breadcrumb__list li a,.c-breadcrumb__list li span{font-size:12px;line-height:1.6;letter-spacing:.03em}.c-breadcrumb__list li span{border:none}@media screen and (max-width:768px){.c-breadcrumb{padding:0 0 30px}.c-breadcrumb__list li:after{width:12px;margin:0 12px}.c-breadcrumb__list li a,.c-breadcrumb__list li span{font-size:11px}}.c-product-review-stars{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;gap:8px}.c-product-review-star:before{content:"";display:block;width:16px;height:16px;-webkit-mask-image:url(icon_favorite.svg);mask-image:url(icon_favorite.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-position:center;mask-position:center;background-color:#010101}.c-product-review-star.half:before{-webkit-mask:none;mask:none;background:url(icon_favorite_half.svg) no-repeat center/100%}.c-product-review-star.off:before{background-color:#eae3e9}.c-product-review-average{font-size:20px;font-weight:700}.c-product-review-text{font-size:13px;margin-left:8px;color:#01010199}.c-product-review-text span{text-decoration:underline}.c-product-review-total{font-weight:700;font-size:15px}.c-product-review-total span{font-size:24px}.p-product-section{background:url(bg_light_gray.jpg) no-repeat top center/cover;padding:130px 0 80px}.p-product-section .l-wrap{max-width:1300px}.p-product-section .c-breadcrumb{width:49%;margin:0 0 0 auto}.p-product-main,.p-product_content__inner{display:grid;grid-template-columns:45% 41%;grid-template-rows:auto;grid-template-areas:"image detail" "image detail-sub";gap:30px 80px;-ms-flex-align:start;align-items:start}.p-product-detail{grid-area:detail;margin-bottom:40px}.p-product-detail-sub{grid-area:detail-sub}.p-product-detail-02__img{grid-area:image;padding-top:30px}.p-product-detail-02__movie{grid-area:movie}.p-product-links{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.p-product-detail-view{font-size:12px;color:#01010199;text-decoration:underline;text-underline-offset:2px;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;gap:8px}.p-product-detail-view:after{content:"";display:block;width:7px;height:7px;-webkit-mask-image:url(icon_arrow.svg);mask-image:url(icon_arrow.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover;-webkit-mask-position:right;mask-position:right;background-color:#01010199;-ms-transform:rotate(90deg);transform:rotate(90deg)}.p-product-detail__name{font-size:36px;font-weight:700;letter-spacing:.12em;margin-bottom:12px}.c-product_info .c-product_info__title{font-size:36px!important;color:#010101!important;font-weight:700;letter-spacing:.12em;margin-bottom:12px}.p-product-purchase{margin-top:30px}.p-product-purchase-buttons{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;gap:4px;position:relative}.p-product-purchase-btn{font-size:15px;width:50%;cursor:pointer;border-bottom:1px solid #010101;display:block;padding:12px;transition:background-color .3s ease;border:1px solid #010101;border-radius:8px 8px 0 0;text-align:center;background-color:#010101;color:#fff}.p-product-purchase-btn.active{color:#010101;border-bottom:none;background:none}.p-product-purchase-btn.active:before{content:"";display:block;width:calc(50% + 2px);height:1px;background-color:#010101;position:absolute;bottom:0;right:0}.p-product-purchase-btn:nth-child(2):before{right:inherit;left:0}.p-product-purchase-content{display:none;padding-top:45px}.p-product-purchase-content.active{display:block}.p-product-purchase-content p{letter-spacing:.12em}.p-product-purchase-content .product-packs{font-size:20px;line-height:2}.p-product-purchase-content .product-weight{font-size:13px;color:#01010199}.p-product-purchase-content .sales_price{font-size:18px;font-weight:500}.p-product-purchase-content .product-price{display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;margin-top:20px}.p-product-purchase-content .product-price .product-price-num{font-size:18px;font-weight:500;display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;gap:8px;line-height:1}.p-product-purchase-content .product-price .product-price-num span{font-size:36px;font-weight:700;line-height:1}.p-product-purchase-content .product-price .product-tax{font-size:11px;font-weight:400;text-align:center;margin-top:8px}.product-detail{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.p-product-detail-02{display:-ms-flexbox;display:flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-pack:justify;justify-content:space-between}.c-product_info__form__quantity{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-top:45px}.c-order_quantity{display:block;width:min(100%,180px);position:relative}.c-product_info__co-selling-product__quantity input[name=quantity],.c-order_quantity__input{height:50px;font-size:24px;width:100%;text-align:center;padding:0 50px;-webkit-appearance:none;-moz-appearance:textfield;background-color:#fff;border:1px solid #DCDDD9;border-radius:4px}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.c-product_info__form__quantity__label{font-size:15px;padding-right:20px;color:#01010199}.c-product_info__form__quantity__wrap{-ms-flex:1;flex:1}#btn-minus{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:40px;height:40px;font-size:24px;position:absolute;left:5px;top:5px;transition:.4s;background-color:#f8f7f3;border-radius:2px}#btn-minus:hover{opacity:.4}#btn-plus{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:40px;height:40px;font-size:24px;position:absolute;right:5px;top:5px;transition:.4s;background-color:#f8f7f3;border-radius:2px}#btn-plus:hover{opacity:.4}.u-icon--plus:before{content:"";display:block;width:16px;height:16px;background:url(icon_plus.svg) no-repeat center/100%}.u-icon--plus:before{content:"";display:block;width:16px;height:16px;background:url(icon_plus.svg) no-repeat center/100%}.u-icon--minus:before{content:"";display:block;width:16px;height:16px;background:url(icon_minus.svg) no-repeat center/100%}.c-product_info__form__buttons .c-product_info__form__submit{background-color:#010101!important}.c-product_info__form__submit{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;gap:12px;width:100%;height:80px;font-size:16px;border-radius:4px;font-family:Work Sans,serif;font-weight:600;background-color:#010101!important;color:#fff;margin-top:30px;transition:.3s ease}.c-product_info__form__submit:before{content:"";display:block;width:18px;height:18px;background:url(icon_cart.svg) no-repeat center/100%}@media(hover:hover){.c-product_info__form__submit:hover{opacity:.7}}.p-product-detail-sub__block:not(:first-of-type){margin-top:60px}.p-product-detail-sub__block .title{font-size:18px;font-weight:700;border-bottom:1px solid rgba(1,1,1,.6);padding-bottom:12px;margin-bottom:24px}.p-product-detail-sub__block .info{display:-ms-flexbox;display:flex;gap:20px;line-height:2}.p-product-detail-sub__block .info:not(:last-child){margin-bottom:16px}.p-product-detail-sub__block .info dt{width:110px;font-size:15px}.p-product-detail-sub__block .info dd{-ms-flex:1;flex:1;font-size:13px}.p-product-detail-sub__block.attention-block{background-color:#fff3;border-radius:8px;padding:20px;margin-top:40px}.p-product-detail-sub__block.attention-block .title{font-size:12px;border:none;color:#4e4947;padding:0;margin:0;line-height:1.8}.p-product-detail-sub__block.attention-block .c-list-disc{font-size:12px;color:#4e4947;line-height:1.8;letter-spacing:.04em}.p-product-img-list .title{text-align:center;margin-bottom:20px}.p-product-images-thumbnail{margin-top:20px}.p-product-images-thumbnail .swiper-wrapper{-ms-flex-pack:center;justify-content:center;gap:20px}.p-product-images-thumbnail .swiper-slide{max-width:52px;border-radius:4px;overflow:hidden;opacity:.6}.p-product-images-thumbnail .swiper-slide-thumb-active{border:1px solid #010101;opacity:1}.p-product-images-thumbnail .swiper-button-next,.p-product-images-thumbnail .swiper-button-prev{width:40px;height:40px}.p-product-images-thumbnail .swiper-button-next:after,.p-product-images-thumbnail .swiper-button-prev:after{content:"";display:block;width:100%;height:100%;background:url(arrow_slider.svg) no-repeat center/100%}.p-product-images-thumbnail .swiper-button-next{right:42px}.p-product-images-thumbnail .swiper-button-prev{left:42px}.p-product-images-thumbnail .swiper-button-prev:after{-ms-transform:scale(-1,1);transform:scaleX(-1)}.p-product-movie{margin-top:60px;padding:0 50p}.p-product-movie .title{text-align:center;margin-bottom:20px}.p-product-movie__slider .swiper-slide{border-radius:4px;overflow:hidden}.p-product-movie__slider .swiper-slide img,.p-product-movie__slider .swiper-slide video{aspect-ratio:135/240;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.p-product-movie__slider .swiper-pagination.swiper-pagination-progressbar{position:relative;top:initial!important;left:initial!important;bottom:initial!important;width:180px;background-color:#01010133;border-radius:4px;height:2px;margin:20px auto 0}.p-product-movie__slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background-color:#010101;border-radius:4px;height:4px;top:-1px}.p-product-movie__slider.no-slider .swiper-wrapper .swiper-slide{max-width:135px}.p-product-movie__slider.no-slider .swiper-wrapper{-ms-flex-pack:center;justify-content:center;gap:24px}.p-product-movie__slider.no-slider .swiper-wrapper .swiper-slide{max-width:200px}.p-product-movie__slider video{cursor:pointer}.p-products-movie__block{position:relative;overflow:hidden;height:100%}.p-movie .play-btn.playActive{display:none}@media screen and (max-width:991px){.p-product-section .c-breadcrumb{width:100%;margin:0 0 0 auto}.p-product-main{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;max-width:768px;margin:0 auto;gap:0}.p-product_content__inner{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;max-width:768px;-ms-flex-direction:column;flex-direction:column;margin:0 auto;gap:0}.p-product-detail{-ms-flex-order:2;order:2;margin-bottom:0;margin-top:24px}.p-product-detail-sub{-ms-flex-order:3;order:3}.p-product-detail-02__img{-ms-flex-order:1;order:1;width:100%;padding-top:0;margin-top:0}.p-product-detail-02__movie{-ms-flex-order:4;order:4;width:100%}.p-product-detail-02__movie.u-pc{display:none}.p-product-detail-02__movie.u-sp{display:block}}@media screen and (max-width:767px){.p-product-section{padding:130px 0 80px}.p-product-detail{grid-area:detail}.p-product-img-list{grid-area:img-list;margin-top:0}.p-product-movie{grid-area:movie}.p-product-links{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:30px}.p-product-detail-view{font-size:11px}.p-product-detail__name{font-size:28px;margin-bottom:20px}.c-product_info .c-product_info__title{font-size:28px!important;margin-bottom:20px}.p-product-purchase-btn{font-size:13px;padding:8px}.p-product-purchase-content{display:none;padding-top:30px}.p-product-purchase-content.active{display:block}.p-product-purchase-content .product-packs{font-size:16px}.p-product-purchase-content .product-weight{font-size:11px}.p-product-purchase-content .product-price .product-price-num{font-size:15px}.p-product-purchase-content .product-price .product-price-num span{font-size:28px}.c-product_info__form__quantity{margin-top:30px}.c-product_info__form__submit{height:60px;font-size:14px;border-radius:4px}.p-product-detail-sub__block{margin-top:60px}.p-product-detail-sub__block .title{font-size:16px}.p-product-detail-sub__block .info{gap:10px}.p-product-detail-sub__block .info dt{width:90px;font-size:13px}.p-product-detail-sub__block .info dd,.p-product-detail-sub__block.attention-block .title{font-size:12px}.p-product-detail-sub__block.attention-block .c-list-disc{font-size:11px}.p-product-img-list .title{text-align:center;margin-bottom:20px}.p-product-images-thumbnail{margin-top:20px}.p-product-images-thumbnail .swiper-wrapper{-ms-flex-pack:center;justify-content:center;gap:10px}.p-product-images-thumbnail .swiper-slide{max-width:40px;border-radius:4px;overflow:hidden;opacity:.6}.p-product-images-thumbnail .swiper-slide-thumb-active{border:1px solid #010101;opacity:1}.p-product-images-thumbnail .swiper-button-next,.p-product-images-thumbnail .swiper-button-prev{width:30px;height:30px;top:5px;bottom:initial;-ms-transform:none;transform:none;margin-top:0}.p-product-images-thumbnail .swiper-button-next:after,.p-product-images-thumbnail .swiper-button-prev:after{width:30px;height:30px}.p-product-images-thumbnail .swiper-button-next{right:0}.p-product-images-thumbnail .swiper-button-prev{left:0}.p-product-images-thumbnail .swiper-button-prev:after{-ms-transform:scale(-1,1);transform:scaleX(-1)}.p-product-movie{margin-top:60px;padding:0}}.p-cook-section{background:url(bg_cook.png) no-repeat center/cover;padding:80px 0 60px}.p-cook-section .c-heading{margin-bottom:50px}.p-cook-block{border:1px solid #010101;border-radius:20px;padding:0 40px}.p-cook-block .c-fBox{display:-ms-flexbox;display:flex}.p-cook-flow{display:-ms-flexbox;display:flex;gap:20px;padding-top:30px}.p-cook-flow__item{position:relative}.p-cook-flow__item .num{background-color:#010101;width:30px;height:30px;border-radius:50%;color:#fff;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:0;left:0}.p-cook-flow__item .text{font-size:14px;font-weight:700;margin-top:20px}.p-cook-other{margin-top:-2px;position:relative;max-width:270px;margin-left:60px}.p-cook-other:before{content:"";display:block;width:1px;height:75%;background-color:#010101;position:absolute;bottom:0;left:0}.p-cook-other .text{font-size:14px;font-weight:700;padding-left:60px;margin-top:20px}.p-cook-point__item .ttl{font-family:Work Sans,serif;display:inline-block;background-color:#010101;color:#fff;font-size:10px;font-weight:600;padding:4px 12px}.p-cook-point__item .text{font-size:12px;font-weight:700}.p-cook-point{display:-ms-flexbox;display:flex;gap:20px}.p-cook-point .text{margin-top:8px}.p-cook-block__bottom{display:-ms-flexbox;display:flex;gap:20px;margin-top:30px}.p-cook-recipe{border:1px solid #010101;border-radius:20px 20px 0 0;border-bottom:none;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;gap:30px;width:65%;padding:25px;margin-top:10px}.p-cook-recipe .c-btn-more .text{font-size:14px}@media screen and (max-width:991px){.p-cook-section{padding:80px 0 60px}.p-cook-section .c-heading{margin-bottom:50px}.p-cook-block{padding:0 24px}.p-cook-flow{display:-ms-flexbox;display:flex;gap:20px;padding-top:30px}.p-cook-other{margin-left:20px}.p-cook-other .text{padding-left:30px}.p-cook-block__bottom{-ms-flex-wrap:wrap;flex-wrap:wrap}.p-cook-recipe{width:100%}}@media screen and (max-width:700px){.p-cook-section{padding:60px 0;background:url(bg_cook.png) repeat-y center/100% 375px}.p-cook-section .c-heading{width:80%;margin-bottom:50px}.p-cook-block{padding:0 24px}.p-cook-block .c-fBox{-ms-flex-wrap:wrap;flex-wrap:wrap}.p-cook-flow{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:30px;padding-top:24px}.p-cook-flow__item{position:relative}.p-cook-flow__item .text{font-size:13px}.p-cook-flow__item img{width:80%;display:block;margin:0 auto}.p-cook-other{margin-top:30px;max-width:100%;margin-left:0}.p-cook-other:before{display:none}.p-cook-other .text{font-size:13px;padding-left:0;margin-top:20px}.p-cook-point{-ms-flex-wrap:wrap;flex-wrap:wrap}.p-cook-block__bottom{display:-ms-flexbox;display:flex;gap:20px;margin-top:30px}.p-cook-recipe{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px;padding:20px 16px;margin-top:10px}.p-cook-recipe .c-btn-more{gap:8px}.p-cook-recipe .c-btn-more .text{font-size:13px}.p-cook-recipe .c-btn-more .c-arrow{width:38px;height:28px}}.p-product-bg{background:#e6e6e2;background:linear-gradient(0deg,#e6e6e2,#f8f7f3);padding:120px 0 80px}.p-product-bg .p-comparison-block{margin-top:80px}.p-product-about__ttl{font-size:36px;font-weight:700;line-height:1.8}.p-product-about__lead{font-size:24px;font-weight:700;line-height:1.8;margin-bottom:60px}.p-product-about-list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;gap:24px;margin-top:-35%}.p-product-about-list .item{width:calc(33.3333333333% - 16px);border:1px solid #010101;border-radius:8px}.p-product-about-list .item .ttl{font-size:18px;text-align:center;font-weight:700;border-bottom:1px solid #010101;padding:16px}.p-product-about-list .item .text{font-size:13px;font-weight:500;line-height:1.8;padding:24px}@media screen and (max-width:767px){.p-product-bg{padding:80px 0}.p-product-bg .p-comparison-block{margin-top:60px}.p-product-about__ttl{font-size:28px}.p-product-about__lead{font-size:18px;margin-bottom:40px}.p-product-about-list{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px;margin-top:-20%}.p-product-about-list .item{width:100%}.p-product-about-list .item .ttl{font-size:16px;padding:12px}.p-product-about-list .item .text{font-size:12px;padding:20px}}.p-product-recommend{margin-top:100px;position:relative;overflow:hidden;padding-bottom:80px;padding-top:80px}.p-product-recommend__img{border-radius:0 120px 120px 0;overflow:hidden;width:25%;max-width:350px;position:absolute;top:0;left:0}.p-product-recommend__ttl{position:relative;padding-top:60px;-ms-transform:translateX(12%);transform:translate(12%)}.p-product-recommend__ttl .text{-ms-transform:rotate(-16deg);transform:rotate(-16deg);-ms-transform-origin:top left;transform-origin:top left;font-size:24px;font-weight:700;margin-bottom:20px}.p-product-recommend__ttl .ttl{font-size:28px;font-weight:700;padding-left:60px}@media screen and (max-width:1300px){.p-product-recommend__ttl{-ms-transform:translateX(16%);transform:translate(16%)}}@media screen and (max-width:767px){.p-product-recommend{margin-top:80px}.p-product-recommend .p-top-people__slider{margin-top:60px}.p-product-recommend__img{border-radius:0 60px 60px 0;width:100%;max-width:180px}.p-product-recommend__ttl{width:100%;max-width:340px;padding-top:40px;-ms-transform:translateX(0);transform:translate(0);text-align:right}.p-product-recommend__ttl .text{-ms-transform:rotate(-8deg);transform:rotate(-8deg);font-size:15px;margin-bottom:0}.p-product-recommend__ttl .ttl{font-size:18px;text-align:right}}.p-product-recipe{position:relative;margin:120px 0;overflow:hidden;padding-bottom:20px}.p-product-recipe:before{content:"";display:block;width:calc(100vw - 140px);height:calc(100% - 15px);background-color:#f8f7f3;position:absolute;top:15px;left:50%;-ms-transform:translateX(-50%);transform:translate(-50%);border-radius:20px}.p-product-recipe .l-wrap{position:relative}.p-product-recipe .l-wrap .c-btn-text{margin:60px auto 0 0}.p-recipe__slider{margin-top:50px;max-width:1080px;overflow:initial}.p-recipe__slider .swiper-slide{height:auto;max-width:250px}.p-recipe__slider .p-recipe-card{overflow:hidden;width:100%;height:100%;display:block;position:relative}.p-recipe__slider .p-recipe-card .recipe-img{width:100%;max-width:200px;margin-left:auto;margin-right:20px}.p-recipe__slider .p-recipe-card .recipe-text{position:absolute;top:30px;left:0}.p-recipe__slider .p-recipe-card .recipe-text .cal{font-size:13px;margin-top:8px}.p-recipe__slider .p-recipe-card .recipe-num{font-size:18px;font-weight:600;font-family:Work Sans,serif;line-height:1.2;margin-bottom:8px}.p-recipe__slider .p-recipe-card .nutrition-list{line-height:1.8}.p-recipe__slider .p-recipe-card .nutrition-list.pfc{font-size:13px}.p-recipe__slider .p-recipe-card .nutrition-list.sdf{font-size:9px}.p-recipe__slider .p-recipe-card .recipe-ttl{position:relative;font-weight:700;font-size:16px;margin-top:40px;text-align:center}.p-recipe__slider .swiper-button-next,.p-recipe__slider .swiper-button-prev{width:60px;height:50px;top:initial;bottom:-108px;border-radius:0 100px 100px 0;border:1px solid #010101;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.p-recipe__slider .swiper-button-next:after,.p-recipe__slider .swiper-button-prev:after{content:"";display:block;width:20px;height:8px;-webkit-mask-image:url(icon_arrow.svg);mask-image:url(icon_arrow.svg);-webkit-mask-position:top center;mask-position:top center;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-color:#010101}.p-recipe__slider .swiper-button-next{right:0;left:initial}.p-recipe__slider .swiper-button-prev{left:initial;right:65px;border-radius:100px 0 0 100px}.p-recipe__slider .swiper-button-prev:after{-ms-transform:scale(-1,1);transform:scaleX(-1)}@media screen and (max-width:767px){.p-product-recipe{margin:80px 0;padding-bottom:20px}.p-product-recipe:before{width:calc(100vw - 24px);height:98%;top:10px}.p-product-recipe .l-wrap .c-btn-text{margin:40px auto 0 0}.p-product-recipe__ttl{width:40%}.p-recipe__slider{margin-top:50px}.p-recipe__slider .swiper-slide{height:auto}.p-recipe__slider .p-recipe-card .recipe-img{max-width:180px}.p-recipe__slider .p-recipe-card .recipe-text .cal{margin-top:12px}.p-recipe__slider .p-recipe-card .recipe-num{margin-bottom:10px}.p-recipe__slider .p-recipe-card .nutrition-list.pfc{font-size:11px}.p-recipe__slider .p-recipe-card .recipe-ttl{font-size:15px;margin-top:24px}.p-recipe__slider .swiper-button-next,.p-recipe__slider .swiper-button-prev{bottom:-82px;width:55px;height:40px}.p-recipe__slider .swiper-button-next{right:0}.p-recipe__slider .swiper-button-prev{right:60px}}.p-product-review{background-color:#dcddd9;padding:100px 0 80px;position:relative;overflow:hidden}.p-product-review .l-wrap{position:relative}.p-product-review__ttl{margin-bottom:40px}.p-product-review__front{position:relative;z-index:9;max-width:420px}.p-product-review__front:before{content:"";display:block;background-color:#dcddd9;width:60vw;height:120%;position:absolute;top:0;left:calc(50% - 50vw);box-shadow:30px 5px 30px #dcddd9}.p-product-review__front>*{position:relative}.p-product-review__front .c-product-review-stars{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:0 10px;margin-bottom:20px}.p-product-review__front .c-product-review-star:before{width:22px;height:22px}.p-product-review__front .c-product-review-average{font-size:28px}.p-product-review__front .c-product-review-total{font-weight:700;font-size:15px;width:100%}.p-product-review__front .c-product-review-total span{font-size:24px}.p-product-review__button{max-width:310px;height:56px;font-size:14px;margin:60px auto 0 0}.p-product-review__lv{font-size:13px}.p-product-review-action{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:12px;width:100%;max-width:310px;margin-top:20px}.p-product-review-action__item{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%}.p-product-review-progress-bar{-webkit-appearance:none;-moz-appearance:none;background-color:#ededed;margin-left:10px;height:15px;border-radius:4px;pointer-events:none;width:180px}.p-product-review-progress-bar::-webkit-progress-bar{background-color:#fff;border-radius:4px}.p-product-review-progress-bar::-webkit-progress-value{background-color:#010101;border-radius:4px}.p-product-review-count{font-weight:500;font-size:13px;font-weight:700;margin-left:auto}.p-product-review-count span{font-size:20px}.p-product-review__slider{max-width:1080px;overflow:initial;position:absolute;top:80px;left:110px}.p-product-review__slider .swiper-slide{height:420px;max-width:310px}.p-product-review-card{background-color:#fff;border-radius:12px;height:100%;padding:40px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.p-product-review-card .c-product-review-stars{margin-bottom:10px}.p-product-review__date{color:#4e4947;font-size:13px;font-weight:500;margin-bottom:20px}.p-product-review__contents{font-size:13px;font-weight:500}.p-product-review__name{font-size:13px;color:#4e4947;font-weight:500;margin-top:auto}@media screen and (max-width:767px){.p-product-review{padding:80px 0}.p-product-review__ttl{width:42%;margin-bottom:40px}.p-product-review__front{max-width:100%}.p-product-review__front:before{display:none}.p-product-review__front .c-product-review-stars{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:0 8px;margin-bottom:20px}.p-product-review__front .c-product-review-star:before{width:18px;height:18px}.p-product-review__front .c-product-review-average{font-size:24px}.p-product-review__front .c-product-review-total{font-size:13px}.p-product-review__front .c-product-review-total span{font-size:20px}.p-product-review__button{max-width:100%;margin:40px auto 0 0}.p-product-review__lv{font-size:11px}.p-product-review-action{gap:12px;width:100%;max-width:310px;margin-top:10px}.p-product-review__slider{position:static;margin-top:40px}.p-product-review__slider .swiper-slide{height:auto;max-width:310px}.p-product-review-card{background-color:#fff;border-radius:12px;height:100%;padding:30px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.p-product-review-card .c-product-review-stars{margin-bottom:10px}}.p-product-faq{margin:120px 0;position:relative}.p-product-faq .l-wrap{position:relative}.p-product-faq .c-heading{margin-bottom:40px;gap:40px}@media screen and (max-width:767px){.p-product-faq{margin:80px 0}.p-product-faq .c-heading{margin-bottom:30px;gap:20px}.p-product-faq .c-heading__en{width:18%}}.p-review__inner__title{font-size:38px;letter-spacing:.1em;text-align:left}.p-review__inner__entry__btn{background-color:#010101;color:#fff;border-radius:4px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;max-width:310px;height:56px;margin-top:50px;font-size:16px;font-weight:600;letter-spacing:.06em;position:relative;overflow:hidden;border:1px solid #010101;transition:.3s ease;font-size:14px;text-decoration:none}.p-review__inner__entry__btn span{position:relative}.p-review__inner__entry__btn:before{content:"";width:0;height:100%;position:absolute;top:0;left:auto;right:0;background-color:#fff;transition:.4s cubic-bezier(.4,.47,.17,.98);z-index:0}@media(hover:hover){.p-review__inner__entry__btn:hover{opacity:.7}}.p-product-review section{background:none!important}.p-review{padding:0;margin:0}.p-review.u-color__border--border{background:none;border:none}.p-review__inner__list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px}.p-review__inner__list__item{max-width:310px;background-color:#fff;border-radius:12px;min-height:400px;padding:40px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;border:none!important}.p-review__inner__list__item .c-product-review-stars{margin-bottom:10px}.c-review_star__item__icon{color:#010101}.c-review_item_detail{display:block;padding:0}.c-review_item_detail__star{color:#010101;font-size:20px}.c-review_item_detail__time{color:#4e4947;font-size:13px;font-weight:500;margin-bottom:20px}.c-review_item_detail__name{font-size:13px;color:#4e4947;font-weight:500;margin:5px 0}.c-page-numbers{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-top:60px;gap:10px;padding:4px 0}.c-page-numbers .c-page-numbers-item{display:block;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;font-size:18px;transition:.3s ease;font-weight:700;line-height:1.6;width:40px;height:60px;border-radius:8px;background-color:#fff}.c-page-numbers .c-page-numbers-item.current{background-color:#010101;color:#fff}.c-page-numbers .c-page-numbers-item.prev,.c-page-numbers .c-page-numbers-item.next{width:auto;height:auto;background:none;gap:40px}.c-page-numbers .c-page-numbers-item.prev{margin-right:120px}.c-page-numbers .c-page-numbers-item.prev:before{content:"";display:block;width:26px;height:10px;-webkit-mask-image:url(icon_arrow.svg);mask-image:url(icon_arrow.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-position:top right;mask-position:top right;background-color:#010101;-ms-transform:scale(-1,1);transform:scaleX(-1)}.c-page-numbers .c-page-numbers-item.next{margin-left:120px;background:none;width:auto}.c-page-numbers .c-page-numbers-item.next:after{content:"";display:block;width:26px;height:10px;-webkit-mask-image:url(icon_arrow.svg);mask-image:url(icon_arrow.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-position:top right;mask-position:top right;background-color:#010101}.c-page-numbers .c-page-numbers-item.dots{background:none;padding-bottom:10px}.c-page-numbers span.c-page-numbers-item.prev,.c-page-numbers span.c-page-numbers-item.next{opacity:.4}@media(hover:hover){.c-page-numbers a:hover{opacity:.7}}@media screen and (max-width:991px){.c-page-numbers .c-page-numbers-item.prev,.c-page-numbers .c-page-numbers-item.next{gap:20px}.c-page-numbers .c-page-numbers-item.prev{margin-right:60px}.c-page-numbers .c-page-numbers-item.next{margin-left:60px}}@media screen and (max-width:767px){.c-page-numbers .c-page-numbers-item{font-size:15px;width:32px;height:50px}.c-page-numbers .c-page-numbers-item.prev,.c-page-numbers .c-page-numbers-item.next{gap:10px;font-size:0}.c-page-numbers .c-page-numbers-item.prev{margin-right:0}.c-page-numbers .c-page-numbers-item.prev:before{width:20px;height:8px}.c-page-numbers .c-page-numbers-item.next{margin-left:0;background:none;width:auto}.c-page-numbers .c-page-numbers-item.next:after{width:20px;height:8px}}.p-recipe-index{background:url(bg_light_gray.jpg) no-repeat top center/cover;padding:260px 0 120px}.p-recipe-index .c-breadcrumb{padding-bottom:20px}.p-recipe-index__head{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;position:relative}.p-recipe-index__ttl{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;gap:12px;width:50%}.p-recipe-index__ttl .c-heading__en{width:100%;max-width:225px}.p-recipe-index__ttl .c-heading__en img{width:100%}.p-recipe-index__ttl .num{font-weight:700;font-size:20px;-ms-transform:translateY(-20px);transform:translateY(-20px)}.p-recipe-category-sort{width:100%;max-width:310px}.p-recipe-category__btn{background-color:#fff;color:#010101;border-radius:4px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;max-width:310px;height:56px;font-size:16px;font-weight:600;letter-spacing:.06em;position:relative;overflow:hidden;transition:.3s ease;cursor:pointer}.p-recipe-category__btn:after{content:"";display:block;width:20px;height:8px;-webkit-mask-image:url(icon_arrow.svg);mask-image:url(icon_arrow.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-position:top right;mask-position:top right;background-color:#010101;position:relative;z-index:1;position:absolute;top:50%;right:30px;-ms-transform:rotate(90deg) translateY(-50%);transform:rotate(90deg) translateY(-50%)}.p-recipe-category__btn span{position:relative}@media(hover:hover){.p-recipe-category__btn:hover{opacity:.7}}.p-recipe-category__body{background-color:#010101;width:100%;position:absolute;right:0;top:0;padding:100px 60px 60px;display:none;z-index:999}.p-recipe-category__body .p-recipe-category__close{position:absolute;top:0;right:0;background-color:#010101;color:#fff}.p-recipe-category__body .p-recipe-category__close:after{content:"\d7";-webkit-mask:none;mask:none;width:auto;height:auto;font-size:24px;-ms-transform:translateY(-50%);transform:translateY(-50%)}@media(hover:hover){.p-recipe-category__body .p-recipe-category__close:hover{opacity:1}}.p-recipe-category__list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px}.p-recipe-category__list li a{background-color:#fff;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;gap:4px;border-radius:70px;color:#010101;font-weight:700;padding:10px 18px}.p-recipe-category__list li a:before{content:"#";color:#4e4947}.p-recipe-index-main{margin-top:30px}.p-recipe-index-main .l-wrap{max-width:1210px}.p-recipe-index-list{display:grid;grid-template-columns:repeat(3,1fr);background-color:#fff;border-radius:20px;overflow:hidden}.p-recipe-index-list__item{border-bottom:1px solid rgba(1,1,1,.2)}.p-recipe-index-list__item:not(:nth-child(3n)){border-right:1px solid rgba(1,1,1,.2)}.p-recipe-index-list__item .p-recipe-card{display:block;padding:64px 20px;height:100%;transition:.3s ease;position:relative}@media(hover:hover){.p-recipe-index-list__item .p-recipe-card:hover{background-color:#f8f7f3}}.p-recipe-index-list__item .p-recipe-card .wrap{max-width:274px;margin:0 auto}.p-recipe-index-list__item .p-recipe-card .recipe-head{position:relative;margin-bottom:34px}.p-recipe-index-list__item .p-recipe-card .recipe-img{max-width:244px;margin:0 0 0 auto}.p-recipe-index-list__item .p-recipe-card .recipe-nutrition{position:absolute;bottom:8%;left:0}.p-recipe-index-list__item .p-recipe-card .recipe-nutrition .nutrition-list{line-height:2}.p-recipe-index-list__item .p-recipe-card .recipe-nutrition .nutrition-list.pfc{font-size:12px}.p-recipe-index-list__item .p-recipe-card .recipe-nutrition .nutrition-list.sdf{font-size:10px}.p-recipe-index-list__item .p-recipe-card .recipe-nutrition .cal{font-size:14px;margin-top:12px}.p-recipe-index-list__item .p-recipe-card .recipe-ttl{font-weight:700;font-size:18px;margin-bottom:20px}.p-recipe-index-list__item .p-recipe-card .recipe-desc{font-size:14px;color:#4e4947}@media screen and (max-width:991px){.p-recipe-index{padding:140px 0 80px}.p-recipe-index__ttl .num{font-weight:700;font-size:20px;-ms-transform:translateY(-20px);transform:translateY(-20px)}.p-recipe-category-sort{max-width:250px}.p-recipe-category__btn{max-width:250px;height:56px;font-size:14px}.p-recipe-index-list{display:grid;grid-template-columns:repeat(2,1fr);background-color:#fff;border-radius:20px;overflow:hidden}.p-recipe-index-list__item{border-bottom:1px solid rgba(1,1,1,.2)}.p-recipe-index-list__item:not(:nth-child(3n)){border-right:none}.p-recipe-index-list__item:not(:nth-child(2n)){border-right:1px solid rgba(1,1,1,.2)}}@media screen and (max-width:767px){.p-recipe-index__head{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:30px;position:relative;margin-top:30px}.p-recipe-index__ttl .num{font-size:16px;-ms-transform:translateY(-16px);transform:translateY(-16px)}.p-recipe-category-sort{width:100%;max-width:310px;position:relative}.p-recipe-category__btn{max-width:100%;height:50px;font-size:14px}.p-recipe-category__body{padding:80px 20px 40px}.p-recipe-category__list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px 10px}.p-recipe-category__list li a{padding:8px 10px;font-size:12px;letter-spacing:0}.p-recipe-index-main{margin-top:30px}.p-recipe-index-main .l-wrap{max-width:1210px}.p-recipe-index-list{display:block}.p-recipe-index-list__item{border-bottom:none}.p-recipe-index-list__item:not(:nth-child(2n)){border-right:none}.p-recipe-index-list__item:not(:last-child){border-bottom:1px solid rgba(1,1,1,.2)}.p-recipe-index-list__item .p-recipe-card{display:block;padding:30px 20px}.p-recipe-index-list__item .p-recipe-card .recipe-head{position:relative;margin-bottom:20px}}.l-main-recipe{overflow:initial}.p-recipe-section{background:url(bg_light_gray.jpg) no-repeat top center/cover;padding:260px 0 120px}.p-recipe-section .c-breadcrumb{padding-bottom:40px}.p-recipe-main{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:row-reverse;flex-direction:row-reverse;position:relative}.p-recipe-img{position:sticky;top:260px;margin:0 0 0 auto;width:52%;max-width:560px;-ms-transform:translate(18%,-32%);transform:translate(18%,-32%)}.p-recipe-img .text-en{position:absolute;bottom:-5%;left:5%}.p-recipe-detail{width:54%}.p-recipe-detail__name{font-size:40px;font-weight:700;letter-spacing:.08em;margin-bottom:24px}.p-recipe-detail__lead{font-size:18px;font-weight:500;margin-bottom:40px}.p-recipe-detail__desc{font-size:14px}.p-recipe-nutritional{display:-ms-flexbox;display:flex;background-color:#fff;border:1px solid #E6E6E2;border-radius:12px;margin-top:40px}.p-recipe-nutritional .nutritional-block{width:calc(100% - 130px);text-align:center}.p-recipe-nutritional .nutritional-block.energy{width:130px;border-right:1px solid #E6E6E2;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;padding:30px 0}.p-recipe-nutritional .nutritional-block.energy .nutritional-value{margin-top:auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;gap:4px}.p-recipe-nutritional .nutritional-block.energy .nutritional-value .num{font-size:32px}.p-recipe-nutritional .nutritional-block.energy .nutritional-value .unit{font-size:13px}.p-recipe-nutritional .nutritional-ttl{font-size:12px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:6px;margin-bottom:10px}.p-recipe-nutritional .nutritional-ttl span{background-color:#010101;border-radius:50%;width:16px;height:16px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:#fff;font-size:10px;font-weight:700}.p-recipe-nutritional .nutritional-value{font-weight:700}.p-recipe-nutritional .nutritional-value .num{font-size:24px;line-height:1}.p-recipe-nutritional .nutritional-value .unit{font-size:15px}.p-recipe-nutritional .nutritional-list{display:-ms-flexbox;display:flex}.p-recipe-nutritional .nutritional-list .item{width:33.3333333333%;padding:30px 0 20px}.p-recipe-nutritional .nutritional-list .item:not(:last-child){border-right:1px solid #E6E6E2}.p-recipe-nutritional .nutritional-other{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;font-size:11px;color:#4e4947;padding:20px;line-height:1;border-top:1px solid #E6E6E2}.p-recipe-nutritional .nutritional-other .item:not(:last-child){border-right:1px solid #4E4947;padding-right:10px;margin-right:10px}.p-recipe-detail-ingredients{margin-top:80px}.p-recipe-detail-ingredients .ttl{font-size:18px;font-weight:700;border-bottom:1px solid #010101;padding-bottom:16px}.p-recipe-detail-ingredients__list .ingredients-item{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;position:relative;padding:12px 0 12px 70px}.p-recipe-detail-ingredients__list .ingredients-item:not(:last-child){border-bottom:1px dashed #010101}.p-recipe-detail-ingredients__list .ingredients-quantity{padding-right:30px}.p-recipe-detail-ingredients__list .ingredients-num{width:24px;height:24px;border-radius:4px;background-color:#4e4947;color:#fff;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;font-weight:700;font-size:13px;position:absolute;left:20px;top:20px;line-height:1}.p-recipe-detail-ingredients__list .ingredients-name{font-size:15px;font-weight:700;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:16px}.p-recipe-detail-ingredients__list .ingredients-name .icon{width:40px;height:40px;border-radius:50%}.p-recipe-detail-ingredients__list .seasoning-list{width:100%}.p-recipe-detail-ingredients__list .seasoning-list .item{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;position:relative;padding-bottom:12px}.p-recipe-detail-ingredients__list .seasoning-list .item p{line-height:2}.p-recipe-detail-ingredients__list .seasoning-list .item:not(:last-child){border-bottom:1px dashed #010101;margin-bottom:12px}.p-recipe-detail-cook{margin-top:30px}.p-recipe-detail-cook .title{font-size:18px;font-weight:700;line-height:2;margin-bottom:16px}.p-recipe-detail-cook__block{border:1px solid #010101;border-radius:8px}.p-recipe-detail-cook__list{padding:30px}.p-recipe-detail-cook__list .item{display:-ms-flexbox;display:flex;gap:30px;position:relative}.p-recipe-detail-cook__list .item:not(:last-child){padding-bottom:60px}.p-recipe-detail-cook__list .item:not(:last-child):before{content:"";display:block;width:1px;height:calc(100% - 48px);background:#010101;position:absolute;top:40px;left:15px}.p-recipe-detail-cook__list .cook-num{width:30px;height:30px;border-radius:50%;color:#fff;background-color:#010101;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.p-recipe-detail-cook__list .cook-detail{width:calc(100% - 60px);font-weight:700}.p-recipe-detail-cook__list .cook-detail p{line-height:2}.p-recipe-detail-cook__list .cook-detail a{font-size:13px;color:#010101e6;text-underline-offset:2px;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;gap:8px;border-bottom:1px solid rgba(1,1,1,.9);margin-top:8px}.p-recipe-detail-cook__list .cook-detail a:after{content:"";display:block;width:12px;height:7px;-webkit-mask-image:url(icon_arrow.svg);mask-image:url(icon_arrow.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover;-webkit-mask-position:right;mask-position:right;background-color:#010101e6;-ms-transform:rotate(90deg);transform:rotate(90deg)}.p-recipe-detail-movie{border-top:1px solid #010101;padding:30px}.p-recipe-detail-movie .movie-ttl{font-size:15px;font-weight:700;text-align:center;margin-bottom:24px}.p-recipe-detail-movie__list{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.p-recipe-detail-movie__list .item{max-width:225px}.p-recipe-detail-movie__list img,.p-recipe-detail-movie__list video{aspect-ratio:225/400;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:4px;overflow:hidden}@media screen and (max-width:1280px){.p-recipe-img{width:50%;-ms-transform:translate(24px,-32%);transform:translate(24px,-32%)}}@media screen and (max-width:991px){.p-recipe-section{padding:140px 0 80px}.p-recipe-section .l-wrap{width:calc(100% - 40px)}.p-recipe-section .c-breadcrumb{padding-bottom:30px}.p-recipe-main{display:block}.p-recipe-img{position:relative;top:initial;width:100%;max-width:560px;-ms-transform:none;transform:none;margin:0 auto 50px}.p-recipe-img .text-en{width:38%;position:absolute;bottom:0;left:2%}.p-recipe-detail{width:100%}.p-recipe-detail__name{font-size:28px;margin-bottom:24px}.p-recipe-detail__lead{font-size:15px;margin-bottom:30px}.p-recipe-detail__desc{font-size:12px}.p-recipe-nutritional{margin-top:40px}.p-recipe-nutritional .nutritional-block{width:calc(100% - 94px)}.p-recipe-nutritional .nutritional-block.energy{width:94px;padding:30px 0 20px}.p-recipe-nutritional .nutritional-block.energy .nutritional-value .num{font-size:24px}.p-recipe-nutritional .nutritional-block.energy .nutritional-value .unit{font-size:12px}.p-recipe-nutritional .nutritional-ttl{font-size:10px;gap:4px;margin-bottom:10px}.p-recipe-nutritional .nutritional-ttl span{width:14px;height:14px;font-size:8px}.p-recipe-nutritional .nutritional-value .num{font-size:22px}.p-recipe-nutritional .nutritional-value .unit{font-size:13px}.p-recipe-nutritional .nutritional-other{font-size:10px;padding:12px}.p-recipe-detail-ingredients{margin-top:60px}.p-recipe-detail-ingredients .ttl{font-size:16px;padding-bottom:12px}.p-recipe-detail-ingredients__list .ingredients-item{padding:12px 0 12px 54px}.p-recipe-detail-ingredients__list .ingredients-quantity{padding-right:20px}.p-recipe-detail-ingredients__list .ingredients-quantity p{font-size:13px}.p-recipe-detail-ingredients__list .ingredients-num{width:20px;height:20px;font-size:11px;left:12px}.p-recipe-detail-ingredients__list .ingredients-name .icon{width:32px;height:32px}.p-recipe-detail-ingredients__list .ingredients-name .text{font-size:13px}.p-recipe-detail-cook{margin-top:30px}.p-recipe-detail-cook .title{font-size:16px}.p-recipe-detail-cook__list{padding:30px 20px}.p-recipe-detail-cook__list .item{gap:20px}.p-recipe-detail-cook__list .item:not(:last-child){padding-bottom:40px}.p-recipe-detail-cook__list .item:not(:last-child):before{height:calc(100% - 40px);top:34px;left:12px}.p-recipe-detail-cook__list .cook-num{width:24px;height:24px}.p-recipe-detail-cook__list .cook-detail{width:calc(100% - 48px)}.p-recipe-detail-movie{padding:30px 20px}.p-recipe-detail-movie .movie-ttl{font-size:15px}.p-recipe-detail-movie__list .item{max-width:140px}}.p-recipe-cook .c-heading{font-size:36px;font-weight:700;letter-spacing:.12em;margin-bottom:40px}.p-recipe-cook .p-cook-block{padding-bottom:30px}.p-recipe-cook .p-cook-point{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;width:50%;max-width:210px;margin-left:20px}@media screen and (max-width:767px){.p-recipe-cook .c-heading{width:100%;font-size:28px;margin-bottom:30px}.p-recipe-cook .p-cook-point{width:100%;max-width:100%;margin-left:0;margin-top:20px}}.p-product-start-section{background:url(bg_product_start.jpg) no-repeat center/cover;border-radius:60px 0 0;padding:120px 0;margin-top:120px}.p-product-start-section .start-ttl{font-weight:700;font-size:36px;line-height:1.8;letter-spacing:.12em;margin-bottom:10px}.p-product-start-section .start-ttl span{font-size:44px}.p-product-start-section .lead{font-size:15px;font-weight:500;line-height:2}.p-product-start-section .p-product-banner{width:100%;margin-top:60px}@media screen and (max-width:767px){.p-product-start-section{border-radius:40px 0 0;padding:60px 0 80px}.p-product-start-section .start-ttl{font-size:30px}.p-product-start-section .start-ttl span{font-size:38px;line-height:1}.p-product-start-section .lead{font-size:14px;font-weight:500;line-height:2}.p-product-start-section .p-product-banner{margin-top:40px}}.p-faq-index{background:url(bg_light_gray.jpg) no-repeat top center/cover;padding:260px 0 0}.p-faq-index .c-breadcrumb{padding-bottom:40px}.p-faq-container{background-color:#fff;border-radius:20px 20px 0 0;margin-top:40px;padding:60px 0 80px;position:relative}.p-faq-container .l-wrap{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between}.p-faq-category{position:sticky;top:100px;padding-bottom:12px;width:20%;max-width:240px;padding-top:20px}.p-faq-category .category-ttl{font-family:Work Sans,serif;font-size:24px;font-weight:600;margin-bottom:24px;letter-spacing:.12em}.p-faq-category .category-list{position:relative}.p-faq-category .category-list:before{content:"";display:inline-block;width:2px;height:100%;background-color:#d9d9d9;border-radius:10px;position:absolute;left:0;top:0}.p-faq-category .category-list li{padding-left:18px;position:relative}.p-faq-category .category-list li:not(:last-child){margin-bottom:20px}.p-faq-category .category-list li a{display:block;width:100%;padding:10px 0;transition:.3s ease;font-weight:700}@media(hover:hover){.p-faq-category .category-list li a:hover{opacity:.7}}.p-faq-category .category-list li.active:before{content:"";display:block;width:2px;height:100%;position:absolute;top:0;left:0;background:#010101}.p-faq-main-contents{width:75%;max-width:750px}.p-faq-main-contents .faq-category-ttl{font-size:24px;font-weight:700;margin-bottom:16px}.p-faq-main-contents .p-faq-block:not(:first-of-type){margin-top:60px}.p-faq-main-contents .p-faq-list{width:100%}@media screen and (max-width:991px){.p-faq-index{padding:140px 0 0}.p-faq-index .c-breadcrumb{padding-bottom:30px}.p-faq-index .c-heading__en{max-width:100px}.p-faq-container{padding:40px 0 0}.p-faq-container .l-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:40px}.p-faq-category{position:relative;top:0;padding-bottom:12px;width:100%;max-width:100%;padding-top:0}.p-faq-category .category-ttl{font-size:20px}.p-faq-category .category-list{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.p-faq-category .category-list:before{display:none}.p-faq-category .category-list li{padding-left:12px;position:relative;width:50%}.p-faq-category .category-list li:not(:last-child){margin-bottom:20px}.p-faq-category .category-list li a{display:block;width:100%;padding:0;font-size:14px}.p-faq-main-contents{width:100%;max-width:750px}.p-faq-main-contents .faq-category-ttl{font-size:20px}}.p-journal-index{padding:260px 0 0}.p-journal-index .c-breadcrumb{padding-bottom:20px}.p-journal-index-pickup{width:calc(100% - 24px);max-width:1300px;margin:80px auto 0;padding:80px 0;position:relative}.p-jounal-pickup__bg{position:relative;aspect-ratio:1350/573;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:8px;overflow:hidden}.p-jounal-pickup__bg:before{content:"";display:block;width:100%;height:100%;background-color:#fff9;-webkit-backdrop-filter:blur(120px);backdrop-filter:blur(120px);position:absolute;top:0;left:0}.p-jounal-pickup__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-jounal-pickup__block{position:relative;z-index:1;display:-ms-flexbox;display:flex;max-width:970px;margin:0 0 0 auto;background-color:#fff}@media(hover:hover){.p-jounal-pickup__block:hover .p-jounal-pickup__thumbnail img{-ms-transform:scale(1.05);transform:scale(1.05)}.p-jounal-pickup__block:hover .p-jounal-pickup__text .c-btn-more .c-arrow{opacity:1}.p-jounal-pickup__block:hover .p-jounal-pickup__text .c-btn-more .c-arrow:before{width:0;left:auto;right:0}.p-jounal-pickup__block:hover .p-jounal-pickup__text .c-btn-more .c-arrow:after{background-color:#010101}}.p-journal-index .p-jounal-pickup__en{position:absolute;top:-10%;left:-12%;font-family:Damion,serif;font-size:52px;line-height:1;-ms-transform:rotate(-15deg);transform:rotate(-15deg);z-index:2}.p-jounal-pickup__thumbnail{width:32%;max-width:310px;overflow:hidden}.p-jounal-pickup__thumbnail img{aspect-ratio:310/413;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:.3s ease}.p-jounal-pickup__text{width:68%;padding:80px 80px 40px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.p-jounal-pickup__text .wrap{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%}.p-jounal-pickup__text .journal-date{font-size:16px;color:#4e4947;font-weight:500;margin-bottom:24px}.p-jounal-pickup__text .journal-ttl{font-size:24px;font-weight:700}.p-jounal-pickup__text .journal-sub{font-size:15px;font-weight:500;margin-top:24px}.p-jounal-pickup__text .c-btn-more{-ms-flex-pack:end;justify-content:flex-end;margin-top:auto}.p-journal-index-main{margin-top:120px}.p-journal-index-list{display:grid;grid-template-columns:repeat(3,1fr);gap:80px 75px;border-bottom:1px solid rgba(1,1,1,.2);padding-bottom:80px}.p-journal-index-list__item .journal-thumbnail{width:100%;overflow:hidden;-webkit-mask-image:url(journal_mask.svg);mask-image:url(journal_mask.svg);-webkit-mask-position:top center;mask-position:top center;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;border-radius:12px}.p-journal-index-list__item .journal-thumbnail img{width:100%;height:auto;aspect-ratio:310/413;-o-object-fit:cover;object-fit:cover;transition:.5s ease transform}.p-journal-index-list__item .journal-date{font-size:16px;color:#4e4947;font-weight:500;margin-top:-20px;position:relative}.p-journal-index-list__item .journal-ttl{font-size:16px;font-weight:500;margin-top:24px;transition:.5s ease opacity;padding-right:20px}@media(hover:hover){.p-journal-index-list__item .p-journal-card:hover .journal-thumbnail img{-ms-transform:scale(1.05);transform:scale(1.05)}.p-journal-index-list__item .p-journal-card:hover .journal-ttl{opacity:.7}}@media screen and (max-width:991px){.p-journal-index{padding:140px 0 80px}.p-journal-index .c-heading__en{max-width:240px}.p-journal-index .p-jounal-pickup__en{left:-24px;font-size:40px}.p-jounal-pickup__text{width:68%;padding:30px 24px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.p-journal-index-list{gap:60px 24px}.p-journal-index-list__item .journal-date{font-size:13px}.p-journal-index-list__item .journal-ttl{font-size:15px;padding-right:0}}@media screen and (max-width:767px){.p-journal-index-pickup{margin-top:60px;padding:60px 0}.p-journal-index-pickup .l-wrap{width:calc(100% - 20px)}.p-jounal-pickup__block{-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:420px;margin:0 auto}.p-journal-index .p-jounal-pickup__en{top:-8%;left:-10px;font-size:40px}.p-jounal-pickup__thumbnail{width:100%;max-width:100%;overflow:hidden}.p-jounal-pickup__thumbnail img{aspect-ratio:310/413;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:.3s ease}.p-jounal-pickup__text{width:100%;padding:20px}.p-jounal-pickup__text .journal-date{font-size:15px;margin-bottom:16px}.p-jounal-pickup__text .journal-ttl{font-size:20px}.p-jounal-pickup__text .journal-sub{font-size:14px;margin-top:16px}.p-jounal-pickup__text .c-btn-more{margin-top:24px}.p-journal-index-main{margin-top:80px}.p-journal-index-list{display:grid;grid-template-columns:repeat(1,1fr);gap:60px}.p-journal-index-list__item .journal-date{font-size:14px}.p-journal-index-list__item .journal-ttl{font-size:15px;padding-right:10px}}.p-journal-article-container{position:relative;overflow:hidden;padding-bottom:20px}.p-journal-article__bg{position:absolute;top:0;left:0;width:100%;height:100%;padding-bottom:200px}.p-journal-article__bg:before{content:"";display:block;width:100%;height:100%;background-color:#fff9;-webkit-backdrop-filter:blur(120px);backdrop-filter:blur(120px);position:absolute;top:0;left:0}.p-journal-article__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-journal-article-head{padding:260px 0 0;position:relative}.p-journal-article-head__block{width:calc(100% - 20px);max-width:1300px;margin:0 auto;position:relative;background-color:#fff;height:590px}.p-journal-article-head__block .l-wrap{height:100%}.p-journal-article-head__text{width:54%;max-width:530px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;padding:100px 0 40px}.p-journal-article-head__text .journal-ttl{font-size:28px;font-weight:700;line-height:1.8;letter-spacing:.12em}.p-journal-article-head__text .journal-sub{font-size:16px;font-weight:500;margin-top:40px}.p-journal-article-head__text .journal-date{margin-top:auto;font-size:16px;color:#4e4947;border-top:1px solid rgba(220,221,217,.6);padding-top:40px}.p-journal-article-head__img{position:absolute;bottom:0;right:0;aspect-ratio:530/706;width:45%;max-width:530px;overflow:hidden}.p-journal-article-head__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-journal-en{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:40px;margin-top:120px}.p-journal-en .p-journal-en__line{display:-ms-flexbox;display:flex;gap:60px;animation:marquee 40s linear infinite;white-space:nowrap}.p-journal-en .p-journal-en__line img{width:640px;max-width:640px}.p-journal-en .p-journal-en__line:nth-child(2){animation:marqueeReverse 40s linear infinite;-ms-flex-pack:end;justify-content:flex-end}.p-journal-en span{background-color:#0b0a43;display:inline-block;border-radius:4px;padding:8px 10px 8px 16px}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes marqueeReverse{0%{transform:translate(0)}to{transform:translate(100%)}}.p-journal-article-main{position:relative;z-index:1;margin-top:-160px}.p-journal-article-main .l-wrap{max-width:860px;background-color:#fff;overflow:hidden;position:relative;z-index:1;padding:100px 0 0;box-shadow:0 0 30px #ddd3}.p-journal-article-body{width:calc(100% - 20px);max-width:640px;margin:0 auto;padding:0 0 120px}.p-journal-article-body h2{font-size:24px;font-weight:700;margin-bottom:20px;margin-top:40px}.p-journal-article-body h2:not(:first-of-type){margin-top:60px}.p-journal-article-body h3{font-size:16px;font-weight:700}.p-journal-article-body h4{font-size:15px;font-weight:700;line-height:2.2}.p-journal-article-body p{font-size:15px;line-height:2}.p-journal-article-body p+p{margin-top:30px}.p-journal-article-body .small{font-size:14px;margin-top:20px}.p-journal-article-body .bold{font-weight:700}.p-journal-article-body figure{margin:40px auto;max-width:560px}.p-journal-article-body figcaption{font-size:12px;color:#4e4947;margin-top:12px;line-height:1.8}.p-journal-article-body .quote{background-color:#efefeb;border-radius:12px;border:1px solid rgba(78,73,71,.2);padding:20px 30px;color:#4e4947;font-size:13px}.p-journal-article-body .quote p{font-size:13px}.p-journal-article-body .recipe-list{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:40px}.p-journal-article-body .recipe-list .recipe-list__item{width:50%;max-width:250px}.p-journal-article-body .recipe-list .p-recipe-card{display:block;height:100%;transition:.3s ease;position:relative}.p-journal-article-body .recipe-list .p-recipe-card .recipe-head{position:relative;margin-bottom:34px}.p-journal-article-body .recipe-list .p-recipe-card .recipe-img{max-width:200px;margin:0 20px 0 auto}.p-journal-article-body .recipe-list .p-recipe-card .recipe-nutrition{position:absolute;bottom:10%;left:0}.p-journal-article-body .recipe-list .p-recipe-card .recipe-nutrition .nutrition-list{line-height:1.8}.p-journal-article-body .recipe-list .p-recipe-card .recipe-nutrition .nutrition-list.pfc{font-size:11px}.p-journal-article-body .recipe-list .p-recipe-card .recipe-nutrition .nutrition-list.sdf{font-size:9px}.p-journal-article-body .recipe-list .p-recipe-card .recipe-nutrition .cal{font-size:14px;margin-top:12px}.p-journal-article-body .recipe-list .p-recipe-card .recipe-ttl{font-weight:700;font-size:16px;margin-bottom:20px;text-align:center}.p-journal-article-body .c-accordion-block{margin-top:60px}.p-journal-article-body .c-btn{margin:60px 0 0}.p-journal-article-body .c-btn-small{background-color:#010101;color:#fff;border-radius:4px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;max-width:310px;height:56px;font-size:16px;font-weight:600;letter-spacing:.06em;position:relative;overflow:hidden;border:1px solid #010101;margin-top:30px}.p-journal-article-body .c-btn-small:after{content:"";display:block;width:25px;height:10px;-webkit-mask-image:url(icon_arrow.svg);mask-image:url(icon_arrow.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-position:top right;mask-position:top right;background-color:#fff;position:relative;z-index:1;position:absolute;top:50%;right:30px;-ms-transform:translateY(-50%);transform:translateY(-50%)}.p-journal-article-body .c-btn-small span{position:relative}.p-journal-article-body .c-btn-small:before{content:"";width:0;height:100%;position:absolute;top:0;left:auto;right:0;background-color:#fff;transition:.4s cubic-bezier(.4,.47,.17,.98);z-index:0}@media(hover:hover){.p-journal-article-body .c-btn-small:hover{color:#010101}.p-journal-article-body .c-btn-small:hover:after{background-color:#010101}.p-journal-article-body .c-btn-small:hover:before{width:100%;left:0;right:auto}}.p-journal-article-nav{display:-ms-flexbox;display:flex;border-top:1px solid #DCDDD9}.p-journal-article-nav__item{width:50%;display:block;padding:30px}.p-journal-article-nav__item:first-child{border-right:1px solid #DCDDD9}.p-journal-article-nav__item .nav-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-size:16px;font-weight:600;margin-bottom:25px;gap:40px}.p-journal-article-nav__item .nav-text:before{content:"";display:block;width:26px;height:10px;-webkit-mask-image:url(icon_arrow.svg);mask-image:url(icon_arrow.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-position:top right;mask-position:top right;background-color:#010101;-ms-transform:scale(-1,1);transform:scaleX(-1)}.p-journal-article-nav__item .p-journal-card{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:20px}.p-journal-article-nav__item .p-journal-card .journal-thumbnail{width:36%;border-radius:12px;overflow:hidden}.p-journal-article-nav__item .p-journal-card .journal-thumbnail img{aspect-ratio:130/172;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:.3s ease}.p-journal-article-nav__item .p-journal-card .journal-text{width:62%}.p-journal-article-nav__item .p-journal-card .journal-date{color:#4e4947;font-size:13px;margin-bottom:16px}.p-journal-article-nav__item .p-journal-card .journal-ttl{font-size:13px;font-weight:700}.p-journal-article-nav__item.next .nav-text{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.p-journal-article-nav__item.next .nav-text:before{-ms-transform:none;transform:none}@media(hover:hover){.p-journal-article-nav__item:hover .journal-thumbnail img{-ms-transform:scale(1.05);transform:scale(1.05)}}@media screen and (max-width:991px){.p-journal-article-head{padding:140px 0 0;position:relative}.p-journal-article-head__block{margin:0 auto;height:auto}.p-journal-article-head__block .l-wrap{height:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;gap:40px;padding:20px}.p-journal-article-head__text{width:54%;padding:0}.p-journal-article-head__text .journal-ttl{font-size:22px;line-height:1.7}.p-journal-article-head__text .journal-sub{font-size:15px}.p-journal-article-head__text .journal-date{font-size:14px;padding-top:20px;margin-top:20px}.p-journal-article-head__img{position:static}.p-journal-en{margin-top:80px}.p-journal-en .p-journal-en__line{gap:40px}.p-journal-en .p-journal-en__line img{width:420px;max-width:420px}}@media screen and (max-width:767px){.p-journal-article-head__block .l-wrap{height:auto;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:30px 0}.p-journal-article-head__text{width:100%;max-width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;padding:0}.p-journal-article-head__text .journal-ttl{font-size:20px;line-height:1.6;letter-spacing:.08em}.p-journal-article-head__text .journal-sub{font-size:15px;margin-top:24px}.p-journal-article-head__img{aspect-ratio:530/706;width:100%;max-width:100%;overflow:hidden}.p-journal-en{margin-top:60px;gap:20px}.p-journal-en .p-journal-en__line{gap:30px}.p-journal-en .p-journal-en__line img{width:300px;max-width:300px}.p-journal-article-main{margin-top:-80px}.p-journal-article-main .l-wrap{width:calc(100% - 20px);padding:60px 0 0}.p-journal-article-body{width:calc(100% - 40px);padding:0 0 80px}.p-journal-article-body h2{font-size:20px;margin-bottom:16px;margin-top:30px}.p-journal-article-body h2:not(:first-of-type){margin-top:50px}.p-journal-article-body p{font-size:14px;line-height:1.8}.p-journal-article-body p+p{margin-top:20px}.p-journal-article-body .small{font-size:12px;margin-top:20px}.p-journal-article-body figcaption{font-size:11px;margin-top:10px;line-height:1.5}.p-journal-article-body .quote{padding:20px;font-size:12px}.p-journal-article-body .quote p{font-size:12px}.p-journal-article-body .recipe-list{gap:40px}.p-journal-article-body .recipe-list .recipe-list__item{width:100%;max-width:250px}.p-journal-article-body .c-accordion-block{margin-top:40px}.p-journal-article-body .c-btn{margin:40px 0 0}.p-journal-article-body .c-btn-small{font-size:14px}.p-journal-article-body .c-btn-small:after{display:none}.p-journal-article-nav{display:-ms-flexbox;display:flex;border-top:1px solid #DCDDD9}.p-journal-article-nav__item{width:50%;display:block;padding:30px 20px}.p-journal-article-nav__item .nav-text{font-size:14px;gap:30px}.p-journal-article-nav__item .nav-text:before{width:22px;height:8px}.p-journal-article-nav__item .p-journal-card{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px}.p-journal-article-nav__item .p-journal-card .journal-thumbnail,.p-journal-article-nav__item .p-journal-card .journal-text{width:100%}.p-journal-article-nav__item .p-journal-card .journal-date{font-size:12px;margin-bottom:12px}.p-journal-article-nav__item.next .nav-text{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.p-journal-article-nav__item.next .nav-text:before{-ms-transform:none;transform:none}}@media screen and (max-width:767px)and (hover:hover){.p-journal-article-nav__item:hover .journal-thumbnail img{-ms-transform:scale(1.05);transform:scale(1.05)}}.p-news-index{padding:260px 0 0}.p-news-index .c-breadcrumb{padding-bottom:20px}.p-news-index-main{margin-top:80px}.p-news-index-list{display:grid;grid-template-columns:repeat(3,1fr);gap:80px 75px;border-bottom:1px solid rgba(1,1,1,.2);padding-bottom:80px}.p-news-index-list__item .p-news-card{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%}.p-news-index-list__item .news-text{margin-top:auto}.p-news-index-list__item .news-thumbnail{width:100%;max-width:290px;margin-left:auto;overflow:hidden;border-radius:12px}.p-news-index-list__item .news-thumbnail img{width:100%;height:auto;transition:.5s ease transform}.p-news-index-list__item .news-date{font-size:16px;color:#4e4947;font-weight:500;margin-top:-16px;position:relative}.p-news-index-list__item .news-ttl{font-size:16px;font-weight:500;margin-top:20px;transition:.5s ease opacity;padding-right:20px}@media(hover:hover){.p-news-index-list__item .p-news-card:hover .news-thumbnail img{-ms-transform:scale(1.05);transform:scale(1.05)}.p-news-index-list__item .p-news-card:hover .news-ttl{opacity:.7}}@media screen and (max-width:991px){.p-news-index{padding:140px 0 80px}.p-news-index .c-heading__en{max-width:140px}.p-news-index-list{gap:60px 24px}}@media screen and (max-width:767px){.p-jounal-pickup__block{-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:420px;margin:0 auto}.p-news-index-main{margin-top:80px}.p-news-index-list{display:grid;grid-template-columns:repeat(1,1fr);gap:60px}.p-news-index-list__item .news-ttl{font-size:15px;padding-right:10px}}.p-news-article-container{position:relative;padding-bottom:20px}.p-news-article__bg{position:absolute;top:0;left:0;width:100%;height:100%;padding-bottom:200px}.p-news-article__bg:before{content:"";display:block;width:100%;height:100%;background-color:#fff9;-webkit-backdrop-filter:blur(120px);backdrop-filter:blur(120px);position:absolute;top:0;left:0}.p-news-article__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-news-article-head{padding:260px 0 0;position:relative}.p-news-article-main{position:relative;width:calc(100% - 20px);max-width:1300px;margin:0 auto;background-color:#fff;box-shadow:0 0 30px #ddd3}.p-news-article-main>.l-wrap{width:100%;max-width:100%;position:relative;z-index:1;padding-bottom:120px}.p-news-article-head__block{position:relative;height:380px;position:absolute;top:0;right:0;width:100%}.p-news-article-head__block .wrap{width:calc(100% - 20px);max-width:1080px;margin:0 auto}.p-news-article-head__text{width:calc(100% - 20px);max-width:1080px;margin:0 auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;padding:100px 0 40px;position:sticky;top:0}.p-news-article-head__text .wrap{width:44%;max-width:480px}.p-news-article-head__text .news-ttl{font-size:28px;font-weight:700;line-height:1.8;letter-spacing:.12em}.p-news-article-head__text .news-date{font-size:16px;color:#4e4947;border-top:1px solid rgba(220,221,217,.6);padding-top:60px;margin-top:60px}.p-news-article-head__img{position:absolute;bottom:20px;right:0;aspect-ratio:640/480;width:54%;max-width:640px;overflow:hidden}.p-news-article-head__img img{width:100%}.p-news-article-body{width:60%;max-width:720px;padding:0 80px;margin:0 0 0 auto}.p-news-article-body img{height:auto!important}.p-news-article-body h2{font-size:24px;font-weight:700;margin-bottom:20px;margin-top:40px}.p-news-article-body h2:not(:first-of-type){margin-top:60px}.p-news-article-body h3{font-size:16px;font-weight:700}.p-news-article-body h4{font-size:15px;font-weight:700;line-height:2.2}.p-news-article-body p{font-size:15px;line-height:2}.p-news-article-body p+p{margin-top:30px}.p-news-article-body .small{font-size:14px;margin-top:20px}.p-news-article-body .bold{font-weight:700}.p-news-article-body figure{margin:40px auto;max-width:560px}.p-news-article-body figcaption{font-size:12px;color:#4e4947;margin-top:12px;line-height:1.8}.p-news-article-body .quote{background-color:#efefeb;border-radius:12px;border:1px solid rgba(78,73,71,.2);padding:20px 30px;color:#4e4947;font-size:13px}.p-news-article-body .quote p{font-size:13px}.p-news-article-body .recipe-list{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:40px;margin-top:40px}.p-news-article-body .recipe-list .recipe-list__item{width:50%;max-width:250px}.p-news-article-body .recipe-list .p-recipe-card{display:block;height:100%;transition:.3s ease;position:relative}.p-news-article-body .recipe-list .p-recipe-card .recipe-head{position:relative;margin-bottom:34px}.p-news-article-body .recipe-list .p-recipe-card .recipe-img{width:100%;max-width:200px;margin:0 20px 0 auto}.p-news-article-body .recipe-list .p-recipe-card .recipe-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-news-article-body .recipe-list .p-recipe-card .recipe-nutrition{position:absolute;bottom:10%;left:0}.p-news-article-body .recipe-list .p-recipe-card .recipe-nutrition .nutrition-list{line-height:1.8}.p-news-article-body .recipe-list .p-recipe-card .recipe-nutrition .nutrition-list.pfc{font-size:11px}.p-news-article-body .recipe-list .p-recipe-card .recipe-nutrition .nutrition-list.sdf{font-size:9px}.p-news-article-body .recipe-list .p-recipe-card .recipe-nutrition .cal{font-size:14px;margin-top:12px}.p-news-article-body .recipe-list .p-recipe-card .recipe-ttl{font-weight:700;font-size:16px;margin-bottom:20px;text-align:center}.p-news-article-body .c-accordion-block{margin-top:60px}.p-news-article-body .c-btn{margin:60px 0 0}.p-news-article-body .c-btn-small{background-color:#010101;color:#fff;border-radius:4px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;max-width:310px;height:56px;font-size:16px;font-weight:600;letter-spacing:.06em;position:relative;overflow:hidden;border:1px solid #010101;margin-top:30px}.p-news-article-body .c-btn-small:after{content:"";display:block;width:25px;height:10px;-webkit-mask-image:url(icon_arrow.svg);mask-image:url(icon_arrow.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-position:top right;mask-position:top right;background-color:#fff;position:relative;z-index:1;position:absolute;top:50%;right:30px;-ms-transform:translateY(-50%);transform:translateY(-50%)}.p-news-article-body .c-btn-small span{position:relative}.p-news-article-body .c-btn-small:before{content:"";width:0;height:100%;position:absolute;top:0;left:auto;right:0;background-color:#fff;transition:.4s cubic-bezier(.4,.47,.17,.98);z-index:0}@media(hover:hover){.p-news-article-body .c-btn-small:hover{color:#010101}.p-news-article-body .c-btn-small:hover:after{background-color:#010101}.p-news-article-body .c-btn-small:hover:before{width:100%;left:0;right:auto}}.p-news-article-nav{border-top:1px solid #DCDDD9;padding:20px 0}.p-news-article-nav .l-wrap{display:-ms-flexbox;display:flex;gap:20px}.p-news-article-nav__item{width:50%;display:block}.p-news-article-nav__item .nav-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-size:16px;font-weight:600;margin-bottom:25px;gap:40px}.p-news-article-nav__item .nav-text:before{content:"";display:block;width:26px;height:10px;-webkit-mask-image:url(icon_arrow.svg);mask-image:url(icon_arrow.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-position:top right;mask-position:top right;background-color:#010101;-ms-transform:scale(-1,1);transform:scaleX(-1)}.p-news-article-nav__item .p-news-card{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;max-width:450px;gap:20px;border:1px solid #DCDDD9;border-radius:16px;padding:6px}.p-news-article-nav__item .p-news-card .news-thumbnail{width:36%;border-radius:12px;overflow:hidden}.p-news-article-nav__item .p-news-card .news-thumbnail img{aspect-ratio:160/120;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:.3s ease}.p-news-article-nav__item .p-news-card .news-text{width:62%}.p-news-article-nav__item .p-news-card .news-date{color:#4e4947;font-size:13px;margin-bottom:16px}.p-news-article-nav__item .p-news-card .news-ttl{font-size:13px;font-weight:700}.p-news-article-nav__item.next .nav-text{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.p-news-article-nav__item.next .nav-text:before{-ms-transform:none;transform:none}.p-news-article-nav__item.next .p-news-card{margin:0 0 0 auto}@media(hover:hover){.p-news-article-nav__item:hover .news-thumbnail img{-ms-transform:scale(1.05);transform:scale(1.05)}}.p-news-article-nav__item.next{margin:0 0 0 auto}@media screen and (max-width:991px){.p-news-article-head{padding:140px 0 0;position:relative}.p-news-article-main{position:relative;width:calc(100% - 20px);max-width:1300px;margin:0 auto;background-color:#fff;box-shadow:0 0 30px #ddd3}.p-news-article-main>.l-wrap{width:100%;max-width:100%;position:relative;z-index:1;padding-bottom:120px}.p-news-article-head__block{position:relative;height:auto;position:static;width:100%}.p-news-article-head__block .wrap{width:100%}.p-news-article-head__text{width:calc(100% - 48px);max-width:100%;margin:0 auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;padding:60px 0 40px;position:static}.p-news-article-head__text .wrap{width:100%;max-width:100%}.p-news-article-head__text .news-date{padding-top:20px;margin-top:20px}.p-news-article-head__img{position:static;aspect-ratio:initial;width:calc(100% - 48px);max-width:100%;margin:0 auto}.p-news-article-body{width:calc(100% - 48px);max-width:100%;padding:0;margin:60px auto 0}}@media screen and (max-width:767px){.p-news-article-head__text .news-ttl{font-size:20px}.p-news-article-body{margin-top:40px}.p-news-article-body h2{font-size:20px;margin-bottom:16px;margin-top:30px}.p-news-article-body h2:not(:first-of-type){margin-top:50px}.p-news-article-body p{font-size:14px;line-height:1.8}.p-news-article-body p+p{margin-top:20px}.p-news-article-body .small{font-size:12px;margin-top:20px}.p-news-article-body figcaption{font-size:11px;margin-top:10px;line-height:1.5}.p-news-article-body .quote{padding:20px;font-size:12px}.p-news-article-body .quote p{font-size:12px}.p-news-article-body .recipe-list{gap:40px}.p-news-article-body .recipe-list .recipe-list__item{width:100%;max-width:250px}.p-news-article-body .c-accordion-block{margin-top:40px}.p-news-article-body .c-btn{margin:40px 0 0}.p-news-article-body .c-btn-small{font-size:14px}.p-news-article-body .c-btn-small:after{display:none}.p-news-article-nav{display:-ms-flexbox;display:flex;border-top:1px solid #DCDDD9}.p-news-article-nav__item{width:50%;display:block}.p-news-article-nav__item .nav-text{font-size:14px;gap:30px}.p-news-article-nav__item .nav-text:before{width:22px;height:8px}.p-news-article-nav__item .p-news-card{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px}.p-news-article-nav__item .p-news-card .news-thumbnail,.p-news-article-nav__item .p-news-card .news-text{width:100%}.p-news-article-nav__item .p-news-card .news-date{font-size:12px;margin-bottom:12px}.p-news-article-nav__item.next .nav-text{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.p-news-article-nav__item.next .nav-text:before{-ms-transform:none;transform:none}}@media screen and (max-width:767px)and (hover:hover){.p-news-article-nav__item:hover .news-thumbnail img{-ms-transform:scale(1.05);transform:scale(1.05)}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/daiz-original.css.map */
