﻿@supports(-webkit-touch-callout: none){.vh100{min-height:-webkit-fill-available}}h1{font-weight:700}h2{font-size:2.4rem;text-align:center;width:100%;margin-bottom:1em;font-weight:700;line-height:1.4;letter-spacing:.05em}img{vertical-align:bottom;max-width:100%;width:100%;height:auto}a{color:#b8a58d;text-decoration:none;transition:all .3s ease-out}a:hover{color:#b8a58d;opacity:.7}button{transition:all .3s ease-out}button:hover{opacity:.7}html{scroll-behavior:smooth}h1,h2,h3,h4,h5,h6{font-size:1.25rem}@media(min-width: 768px){::-webkit-scrollbar{width:15px}::-webkit-scrollbar-track{background:#fff;border-radius:0}::-webkit-scrollbar-thumb{background:#b8a58d;border-radius:0}}:target{scroll-margin-top:calc(var(--hdH))}body{font-family:"Zen Old Mincho",serif;line-height:1.7;font-size:19px;color:#b8a58d;font-feature-settings:"palt" 1;letter-spacing:.05em;font-weight:400}@media(min-width: 768px){body{font-size:19px}}.drawer{z-index:999;width:100%;height:100%;max-height:100dvh;background-color:#fff;position:fixed;top:0;left:0;opacity:0;pointer-events:none;transition:all .3s ease-out;overflow:scroll}.drawer.show{opacity:1;pointer-events:auto}.drawer ul{text-align:left;padding:0 0 0 15%;list-style-type:none;font-weight:700;font-size:1.3rem;margin:74px 0}.drawer ul li{margin-bottom:18px;width:auto}.drawer ul li:last-child{margin-bottom:0}.drawer ul li p,.drawer ul li a{margin:0;width:auto;display:block}.drawer ul li p.reuse_sub,.drawer ul li a.reuse_sub{margin-top:5px;font-size:1rem;margin-bottom:.5em}.drawer ul li p.reuse_sub:last-child,.drawer ul li a.reuse_sub:last-child{margin-bottom:1rem}.drawer ul li p svg,.drawer ul li a svg{height:42px}.drawer ul li.drawer_title a svg{height:45px}.drawer ul li .drawer_sub{margin:5px 0 0 45px;font-size:1.1rem}.drawer ul li .drawer_sub svg{height:30px}.sub_drawer{position:fixed;top:60px;left:0;padding:0;width:100%;z-index:11;pointer-events:none}.sub_drawer .inner{width:100%;height:100%;position:relative;transition:all .3s ease-out;background-color:hsla(0,0%,100%,0);padding:0 0 15px 15px;pointer-events:none}.sub_drawer .inner .sub_drawer_toggle{position:absolute;top:-45px;width:20px;height:20px;rotate:45deg;border:0 solid #b8a58d;border-width:0 1px 1px 0;transform-origin:center;cursor:pointer;opacity:1;pointer-events:auto;transition:all .3s ease-out}.sub_drawer .inner .sub_drawer_toggle.hide{opacity:0;pointer-events:none}.sub_drawer .inner ul{list-style-type:none;padding:0;margin:0;opacity:0;transition:all .3s ease-out;pointer-events:none}.sub_drawer .inner ul li{margin-bottom:5px}.sub_drawer .inner ul li a svg{height:24px;width:auto}.sub_drawer.show .inner{pointer-events:auto;background-color:#fff;border-bottom:1px solid #b8a58d}.sub_drawer.show .inner ul{pointer-events:auto;opacity:1}.video_wrapper{display:block;width:100%;position:relative}.video_wrapper video{width:100%;display:block;position:relative;z-index:0;cursor:pointer}.video_wrapper .video_play{z-index:1;position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(../images/video_play_mini.svg);background-position:left 33px bottom 30px;background-size:40px}@media(min-width: 768px){.video_wrapper .video_play{background-size:50px}}.video_wrapper .video_play{pointer-events:none}.video_wrapper.play video{z-index:1}.video_wrapper.play .video_play{display:none}main{padding-top:var(--hdH)}main.drawer_open{height:100dvh;overflow:hidden}section{padding:60px 0}footer .footer_img{width:100%;text-align:center;padding-bottom:60px}footer .footer_img img{width:33%;max-width:120px}.container,.container-fluid{max-width:100vw}@media(min-width: 992px){.container.w860,.container-fluid.w860{max-width:900px}}input,textarea,select{width:100%;padding:5px 15px;border:1px solid #b8a58d;color:#b8a58d}.form .form_body{display:flex;gap:0}@media(min-width: 768px){.form .form_body{gap:8px 10px}}.form .form_body{flex-wrap:wrap;flex-direction:row}.form .form_body label{width:100%;margin:20px 0 0}.form .form_body label:first-child{margin-top:0}.form .form_body label span{display:inline;margin-left:5px;font-size:.9rem}.form .form_body input,.form .form_body textarea,.form .form_body select{margin-bottom:10px}@media(min-width: 768px){.form .form_body input,.form .form_body textarea,.form .form_body select{margin-bottom:0}}.form .form_body input:focus,.form .form_body textarea:focus,.form .form_body select:focus{outline:none}.form .form_body textarea{height:150px}.form .form_body .wrapper{position:relative;border:1px solid #b8a58d;margin-bottom:10px;transition:all .3s ease-out}@media(min-width: 768px){.form .form_body .wrapper{margin-bottom:0}}.form .form_body .wrapper input,.form .form_body .wrapper textarea,.form .form_body .wrapper select{border:none;margin-bottom:0}.form .form_body .wrapper select{cursor:pointer}.form .form_body .wrapper[data-label]{padding-left:80px}.form .form_body .wrapper[data-label]::before{content:attr(data-label);position:absolute;top:50%;left:15px;font-size:.9rem;transform:translateY(-50%)}.form .form_body .wrapper:has(select){background-image:url(../images/select_arrow.svg);background-position:center right 15px}.form .form_body .wrapper:has(.error){border:1px solid crimson}.form .form_body .f1{width:100%}@media(min-width: 768px){.form .form_body .f1{width:calc(50% - 5px)}}.form .form_body .f2{width:100%}.form .form_body .boxdatetime.hide{display:none}.form .form_body .spaceer{width:50%;height:0;margin:0}@media(min-width: 768px){.form .form_body .spaceer{height:1px}}.form .form_body a{width:100%;margin:30px 0}.form .form_body button{width:100%;background-color:#b8a58d;color:#fff;padding:10px 0;font-size:.9rem}@media(min-width: 768px){.form .form_body button{font-size:1.1rem}}.form .form_body .form_caution{margin:45px 0 30px 0}.form .form_body .error_msg li{color:crimson;font-size:1.4rem;line-height:1.4}header{width:100%;height:60px}@media(min-width: 768px){header{height:120px}}header{display:flex}@media(min-width: 768px){header{justify-content:center}}header{align-items:center;position:fixed;top:0;left:0;background-color:#fff;padding:0 15px;z-index:11}header h1{margin-bottom:0}header h1 svg{height:28px;width:auto;color:#b8a58d}@media(min-width: 768px){header h1 svg{height:30px;width:auto;margin-left:-17px}}header h2{font-size:1.1rem}header nav ul.gnav{list-style-type:none;padding:0;display:flex;gap:30px;margin-bottom:0}header nav ul.gnav li a svg{height:30px;color:#b8a58d}header nav ul.gnav li a.current svg{color:#b5a8d1}header nav ul.gnav li a.current svg .cls-2{fill:#b5a8d1}header .page_title{margin:0;width:auto}header a.nav_arrow{position:fixed;top:7px;right:15px;width:20px}@media(min-width: 768px){header a.nav_arrow{top:35px;width:30px}}header a.nav_arrow svg{width:100%}header a.index_arrow_top{position:absolute;bottom:-31px;right:19px}@media(min-width: 768px){header a.index_arrow_top{right:15px}}.second_header{position:fixed;top:120px;left:0;width:100%;margin:0;padding:0;z-index:10}.second_header .second_header_nav{display:flex;margin-bottom:45px;font-weight:700}.second_header .second_header_nav ul{width:100%;display:flex;padding:0;list-style-type:none;gap:30px;justify-content:center;margin-bottom:0;font-size:1.1rem}.second_header .second_header_nav ul.outpage_nav .current{color:#b5a8d1}.second_header .second_header_nav ul.inpage_nav .current{color:#b5a8d1}.second_header .second_header_nav ul.inpage_nav .current svg .cls-2{fill:#b5a8d1}.second_header .second_header_nav ul.inpage_nav svg{height:22px}.second_header .second_header_nav ul svg{height:26px;width:auto}.second_header .second_header_nav ul li a{letter-spacing:.075em}.second_content{padding-top:40px}@media(min-width: 768px){.second_content{padding-top:120px}}br.sp{display:block}@media(min-width: 768px){br.sp{display:none}}.tjf{text-align:justify;text-justify:inter-ideograph}.vh100{min-height:100vh}.consolebox{position:fixed;bottom:0;left:0;background-color:hsla(0,0%,100%,.5);z-index:9999;padding:10px}.consolebox p{padding:0;margin:0}.consolebox p.breakpoint::before{content:"breakpoint : "}.consolebox p.breakpoint::after{content:"default"}@media(min-width: 576px){.consolebox p.breakpoint::after{content:"sm"}}@media(min-width: 768px){.consolebox p.breakpoint::after{content:"md"}}@media(min-width: 992px){.consolebox p.breakpoint::after{content:"lg"}}@media(min-width: 1200px){.consolebox p.breakpoint::after{content:"xl"}}@media(min-width: 1400px){.consolebox p.breakpoint::after{content:"xxl"}}.hamburger{position:absolute;top:10px;right:15px;z-index:13}@media(min-width: 768px){.hamburger{top:30px;width:50px;height:50px}}.hamburger{width:40px;height:40px;color:#b8a58d;z-index:1000}.hamburger svg{width:100%;height:100%}.hamburger svg rect{fill:none;stroke:currentColor;stroke-width:2px}.hamburger svg line{stroke:currentColor;stroke-width:2px;fill:none;transition:all .2s ease-out;opacity:1}.hamburger:hover{cursor:pointer}.hamburger.show svg line:nth-of-type(1){transform-origin:50% 30%;transform:translate(0, 20%) rotate(45deg)}.hamburger.show svg line:nth-of-type(2){opacity:0}.hamburger.show svg line:nth-of-type(3){transform-origin:50% 70%;transform:translate(0, -20%) rotate(-45deg)}.module-second_header_bottom{width:100%;border:0 solid #b8a58d;border-width:0 0 1px 0;position:relative}.module-second_header_bottom .scroll_top{width:30px;height:30px;position:absolute;bottom:-30px;right:30px}.page_index section.album{padding-top:0}.page_index section.album .container{padding:0}.page_index section.album ul{list-style-type:none;padding:0}.page_index section.album ul li{position:relative;margin-bottom:15px}@media(min-width: 768px){.page_index section.album ul li{margin-bottom:45px}}.page_index section.album ul li:last-child{margin-bottom:0}.page_index section.album ul li img{max-width:100%;position:absolute;opacity:0;top:0;left:0;pointer-events:auto;cursor:pointer;transition:all 1s ease-out;filter:blur(5px)}.page_index section.album ul li img.current{filter:blur(0);position:relative;opacity:1;pointer-events:none}.page_index section.credit{padding-top:0}.page_index section.credit p{font-family:"futura-pt",sans-serif;font-weight:500;font-style:normal;font-size:1rem}.page_index .video_wrapper{display:block;width:100%;position:relative}.page_index .video_wrapper video{width:100%;display:block;position:relative;z-index:0;cursor:pointer}.page_index .video_wrapper .video_play{z-index:1;position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(../images/video_play.svg);background-position:center;background-size:50px}@media(min-width: 768px){.page_index .video_wrapper .video_play{background-size:60px}}.page_index .video_wrapper .video_play{pointer-events:none}.page_index .video_wrapper.play video{z-index:1}.page_index .video_wrapper.play .video_play{display:none}.page_second section.second_header{background-color:#fff}.page_second section.second_content h2{width:100%;text-align:center}.page_brandlist section.second_header{top:60px}@media(min-width: 768px){.page_brandlist section.second_header{top:120px}}.page_brandlist section.second_header .second_header_nav{margin-bottom:15px}@media(min-width: 768px){.page_brandlist section.second_header .second_header_nav{margin-bottom:45px}}.page_brandlist section.second_header .second_header_nav ul.inpage_nav{flex-wrap:wrap;gap:0}.page_brandlist section.second_header .second_header_nav ul.inpage_nav .brandlist_initial{margin-bottom:10px}.page_brandlist section.second_header .second_header_nav ul.inpage_nav .brandlist_initial a{display:block;letter-spacing:.25em;height:13px}.page_brandlist section.second_header .second_header_nav ul.inpage_nav .brandlist_initial a img{vertical-align:top;display:inline-block;height:100%;margin:0 10px 0 0}@media(min-width: 768px){.page_brandlist section.second_header .second_header_nav ul.inpage_nav .brandlist_initial a img{margin:0 15px 0 0}}.page_brandlist section.second_header .second_header_nav ul.inpage_nav .brandlist_initial a img#bi_Q{height:15px}.page_brandlist section.second_header .second_header_nav ul.inpage_nav .brandlist_initial a img#bi_W{margin-right:0}.page_brandlist section.second_header .second_header_nav ul.inpage_nav .brandlist_initial:last-of-type a{width:65px}.page_brandlist section.second_header .search_box{display:flex;border:1px solid #b8a58d;margin-bottom:30px}@media(min-width: 768px){.page_brandlist section.second_header .search_box{margin-bottom:60px}}.page_brandlist section.second_header .search_box .icon{width:40px;margin:0 0 0 8px;padding:0;background-image:url(../images/icon_search.svg);background-size:25px;background-position:center}.page_brandlist section.second_header .search_box input{width:calc(100% - 40px);padding:5px 10px}@media(min-width: 768px){.page_brandlist section.second_header .search_box input{padding:10px}}.page_brandlist section.second_header .search_box input{color:#b8a58d;border:none}.page_brandlist section.second_header .search_box input:focus{background-image:none;outline:none}.page_brandlist section.second_header .search_box input.inputed{background-image:none}.page_brandlist section.second_header .search_box .del{width:40px;margin:0;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer}.page_brandlist section.second_content{padding-top:45px}.page_brandlist section.second_content .brands{list-style-type:none;padding:0;display:flex;flex-wrap:wrap;gap:0;margin-bottom:30px}.page_brandlist section.second_content .brands .brand_initial{font-family:"futura-pt",sans-serif;width:100%;font-size:1.2rem;font-weight:500;margin-bottom:30px}@media(min-width: 768px){.page_brandlist section.second_content .brands .brand_initial{margin-bottom:45px}}.page_brandlist section.second_content .brands .brand{width:100%}@media(min-width: 768px){.page_brandlist section.second_content .brands .brand{padding:0 0 25px 0;width:50%}}@media(min-width: 992px){.page_brandlist section.second_content .brands .brand{width:33.3333%}}.page_brandlist section.second_content .brands .brand h3.name{font-family:"futura-pt",sans-serif;font-weight:500;margin-bottom:0;font-size:1.1rem}.page_brandlist section.second_content .brands .brand p.kana{font-family:"Noto Sans JP",sans-serif;font-weight:200;font-size:.9rem}.page_aboutus .message_copy{width:100%;text-align:center;margin-bottom:90px}.page_aboutus .message{margin-bottom:70px}.page_aboutus .message h2{padding-top:30px;margin-bottom:45px}.page_aboutus .message p{margin-bottom:45px;line-height:2;text-align:justify;text-justify:inter-ideograph}.page_journal_single .second_content,.page_journal .second_content{padding-top:6vw}@media(min-width: 768px){.page_journal_single .second_content,.page_journal .second_content{padding-top:3.6vw}}@media(min-width: 1200px){.page_journal_single .second_content,.page_journal .second_content{padding-top:2.7vw}}.page_journal_single .second_content .container-fluid,.page_journal .second_content .container-fluid{width:100%;padding:0;margin:0 auto}.page_journal_single .journal_items,.page_journal .journal_items{width:100%;max-width:100vw;margin:0 auto;display:flex;gap:0;flex-wrap:wrap;justify-content:space-between}.page_journal_single .journal_items .journal_item,.page_journal .journal_items .journal_item{width:31%;margin-bottom:4%}@media(min-width: 768px){.page_journal_single .journal_items .journal_item,.page_journal .journal_items .journal_item{width:31%;margin-bottom:4%}}@media(min-width: 1200px){.page_journal_single .journal_items .journal_item,.page_journal .journal_items .journal_item{width:23%;margin-bottom:3%}}.page_journal_single .journal_items .journal_item,.page_journal .journal_items .journal_item{aspect-ratio:1}.page_journal_single .journal_items .journal_item img,.page_journal .journal_items .journal_item img{width:100%}.page_journal_single .journal_items .journal_item.spacer,.page_journal .journal_items .journal_item.spacer{height:0;margin:0}.page_journal_single .journal_single,.page_journal .journal_single{padding-bottom:120px}.page_journal_single .journal_single .journal_slider,.page_journal .journal_single .journal_slider{width:100%;aspect-ratio:1;display:block;margin:0;padding:0;position:relative}.page_journal_single .journal_single .journal_slider .slick-list,.page_journal .journal_single .journal_slider .slick-list{z-index:1}.page_journal_single .journal_single .journal_slider .slick-list .slick-slide img,.page_journal .journal_single .journal_slider .slick-list .slick-slide img{width:100%}.page_journal_single .journal_single .journal_slider .slick-arrow,.page_journal .journal_single .journal_slider .slick-arrow{position:absolute;top:50%;left:0;width:50%;height:100%;z-index:2}.page_journal_single .journal_single .journal_slider .slick-arrow::before,.page_journal .journal_single .journal_slider .slick-arrow::before{content:""}.page_journal_single .journal_single .journal_slider .slick-arrow.slick-prev,.page_journal .journal_single .journal_slider .slick-arrow.slick-prev{left:0;cursor:url(../images/icon_arrow_left.svg),pointer}.page_journal_single .journal_single .journal_slider .slick-arrow.slick-next,.page_journal .journal_single .journal_slider .slick-arrow.slick-next{left:auto;right:0;cursor:url(../images/icon_arrow_right.svg),pointer}.page_journal_single .journal_single .journal_title,.page_journal .journal_single .journal_title{margin:80px 0}.page_reuse .second_content{border-bottom:1px solid #b8a58d}.page_reuse .second_content.reuse_video{border-bottom:none;margin-bottom:0}.page_reuse .second_content.reuse_thx{border-bottom:none;margin-bottom:0}.page_reuse .second_content.reuse_flow{max-width:900px;margin:0 auto}.page_reuse .second_content h2{margin-bottom:60px}.page_reuse .second_content.reuse_video video{max-width:100%}.page_reuse .second_content.reuse_flow h3{font-family:"futura-pt",sans-serif;text-align:center;font-size:1.1rem;line-height:2em;letter-spacing:.1em}.page_reuse .second_content.reuse_flow p{text-align:center;margin-bottom:60px}.page_reuse .second_content.reuse_flow .mail{margin:60px 0}.page_reuse .second_content.reuse_order_home .title_sub{width:100%;text-align:center;margin-bottom:45px}.page_reuse .second_content.reuse_order_home p{margin-bottom:0}.page_reuse .second_content.reuse_order_store{border-bottom:none}.page_reuse .second_content.reuse_order_store p{margin-bottom:0}.page_reuse .second_content.reuse_thx{display:flex;justify-content:center;align-items:center}.page_reuse .second_content.reuse_thx .thx_inner{text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;height:50vh}.page_reuse .second_content.reuse_thx .thx_inner .thx_close{display:block;margin-top:45px;padding:10px 20px;border:1px solid #b8a58d;cursor:pointer}.page_reuse .second_content.hide{display:none}.page_store section.second_content.store_video video{max-width:100%}.page_store section.second_content.store_info{padding-top:60px}.page_store section.second_content.store_info h2{text-align:left;padding-bottom:0;margin-bottom:.5em}.page_store section.second_content.store_info h2 svg{height:29px;width:auto}.page_store section.second_content.store_info .title_sub{text-align:left}.page_store section.second_content.store_info ul{list-style-type:none;padding:0;margin:60px 0}.page_store section.second_content.store_info .store_map{width:100%;margin:80px 0}.page_terms .second_content h2{margin-bottom:60px}.page_terms .second_content h3{margin:45px 0 10px 0}.page_terms .second_content p{margin-bottom:15px;text-align:justify;text-justify:inter-ideograph;line-height:2}.page_terms .second_content a{display:block;margin:80px 0}.page_dashboard header{height:60px}@media(min-width: 768px){.page_dashboard header{height:90px}}.page_dashboard header{padding:10px 15px 0 15px}.page_dashboard header h1{margin:0}.page_dashboard section.login .form{width:100%;height:50dvh;display:flex;justify-content:center;align-items:center}.page_dashboard section.login .form .form_body{max-width:500px}.page_dashboard section.dashboard{padding-top:60px}@media(min-width: 768px){.page_dashboard section.dashboard{padding-top:90px}}.page_dashboard section.dashboard button{background-color:#b8a58d;color:#fff;padding:2px 8px;border:none;border-radius:3px;font-size:.8rem}@media(min-width: 768px){.page_dashboard section.dashboard button{font-size:1rem}}.page_dashboard section.dashboard .sidebar{margin-bottom:30px}.page_dashboard section.dashboard .sidebar .panel{margin-bottom:20px}.page_dashboard section.dashboard .sidebar .panel h2{text-align:left;margin:0 0 5px 0;font-family:"Gill Sans","Gill Sans MT",Calibri,"Trebuchet MS",sans-serif}.page_dashboard section.dashboard .sidebar .panel{display:flex;flex-direction:column}.page_dashboard section.dashboard .sidebar button{width:100%}.page_dashboard section.dashboard .dashboard_content.hide{display:none}.page_dashboard section.dashboard .dashboard_content .dashboard_header{display:flex;justify-content:space-between;padding:0 0 5px 0}.page_dashboard section.dashboard .dashboard_content .dashboard_header h2{display:block;width:auto;text-align:left;margin:0}.page_dashboard section.dashboard .dashboard_content .dashboard_header .view_controller{margin:0 0 0 atuo;display:flex;align-items:center;gap:5px;cursor:pointer}.page_dashboard section.dashboard .dashboard_content .dashboard_header .view_controller input{width:16px}.page_dashboard section.dashboard .dashboard_content .dashboard_header .view_controller span{width:calc(100% - 21px)}.page_dashboard section.dashboard .dashboard_content.content_setDate h2{margin-bottom:15px;text-align:left}.page_dashboard section.dashboard .dashboard_content.content_setDate .description{padding:0 0 0 20px;font-size:.9rem}@media(min-width: 768px){.page_dashboard section.dashboard .dashboard_content.content_setDate .description{font-size:1.1rem}}.page_dashboard section.dashboard .dashboard_content.content_setDate .description{line-height:1.3rem}.page_dashboard section.dashboard .dashboard_content.content_setDate .description li{margin-bottom:8px}.page_dashboard section.dashboard .dashboard_content.content_setDate .dateStr{font-size:1.2rem;line-height:1.8rem;height:calc(14.4rem + 10px);word-break:keep-all;font-family:"メイリオ","Meiryo","MS ゴシック","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",sans-serif}.page_dashboard section.dashboard .dashboard_content.content_setDate .btns{width:100%;display:flex;justify-content:right;gap:8px;margin-bottom:45px}.page_dashboard section.dashboard .dashboard_content.content_setDate .dashboard_calender{margin-bottom:45px}.page_dashboard section.dashboard .dashboard_content.content_setDate .dashboard_calender .ui-datepicker-inline{width:100%}.page_dashboard section.dashboard .dashboard_content.content_setDate .dashboard_calender .ui-state-highlight{background-color:#b8a58d;color:#fff;border:none}.page_dashboard section.dashboard .dashboard_content.content_inbox .inbox{margin-bottom:45px;padding:15px 0 0 0;border:0 dotted #b8a58d;border-width:1px 0 0 0}.page_dashboard section.dashboard .dashboard_content.content_inbox .inbox h3{margin:0 0 15px 0}.page_dashboard section.dashboard .dashboard_content.content_inbox .inbox h3 .description{font-size:.9rem;margin-left:5px}.page_dashboard section.dashboard .dashboard_content.content_inbox .inbox h3 .description::before{content:"※"}.page_dashboard section.dashboard .dashboard_content.content_inbox .inbox ul{list-style-type:none;padding:0}.page_dashboard section.dashboard .dashboard_content.content_inbox .inbox ul li{margin:0 0 5px 0;padding:10px 10px 10px 15px;display:flex;flex-direction:column;gap:5px}.page_dashboard section.dashboard .dashboard_content.content_inbox .inbox ul li:nth-child(even){background-color:#f5f5f5}.page_dashboard section.dashboard .dashboard_content.content_inbox .inbox ul li.processed p.inbox_btns .inbox_btn_process{display:none}.page_dashboard section.dashboard .dashboard_content.content_inbox .inbox ul li.unprocessed{border:0px solid crimson;border-width:0 0 0 2px}.page_dashboard section.dashboard .dashboard_content.content_inbox .inbox ul li.unprocessed p.inbox_btns .inbox_label_processed{display:none}.page_dashboard section.dashboard .dashboard_content.content_inbox .inbox ul li.deleted{display:none}.page_dashboard section.dashboard .dashboard_content.content_inbox .inbox ul li .row p{margin:3px 0 0 0;line-height:1.4;display:flex;gap:5px;align-items:center;flex-wrap:nowrap;overflow:hidden;font-size:1rem}@media(min-width: 768px){.page_dashboard section.dashboard .dashboard_content.content_inbox .inbox ul li .row p{font-size:1.1rem}}.page_dashboard section.dashboard .dashboard_content.content_inbox .inbox ul li .row p::before{width:16px;height:16px;display:block}@media(min-width: 768px){.page_dashboard section.dashboard .dashboard_content.content_inbox .inbox ul li .row p::before{width:18px;height:18px}}.page_dashboard section.dashboard .dashboard_content.content_inbox .inbox ul li .row p.inbox_datetime{font-size:1.1rem;font-weight:bold;margin:0;align-items:baseline}.page_dashboard section.dashboard .dashboard_content.content_inbox .inbox ul li .row p.inbox_datetime span.y{font-size:.9rem}.page_dashboard section.dashboard .dashboard_content.content_inbox .inbox ul li .row p.inbox_boxsize{font-weight:bold;margin:0}.page_dashboard section.dashboard .dashboard_content.content_inbox .inbox ul li .row p.inbox_btns{display:flex;gap:5px;font-size:.9rem;justify-content:right;align-items:center}.page_dashboard section.dashboard .dashboard_content.content_inbox .inbox ul li .row p.inbox_btns .inbox_label_processed{color:crimson}.page_dashboard section.dashboard .dashboard_content.content_inbox .inbox ul li .row p.inbox_btns .inbox_btn_delete{background-color:crimson}.page_dashboard section.dashboard .dashboard_content.content_inbox .inbox ul li .row p.inbox_name::before{content:url(../images/icon_man.svg)}.page_dashboard section.dashboard .dashboard_content.content_inbox .inbox ul li .row p.inbox_tel::before{content:url(../images/icon_tel.svg)}.page_dashboard section.dashboard .dashboard_content.content_inbox .inbox ul li .row p.inbox_address::before{content:url(../images/icon_home.svg)}.page_dashboard section.dashboard .dashboard_content.content_inbox .inbox ul li .row p.inbox_email::before{content:url(../images/icon_email.svg)}.page_dashboard section.dashboard .dashboard_content.content_inbox .inbox ul li .row p.inbox_message .inbox_message_text{width:calc(100% - 21px)}.page_dashboard section.dashboard .dashboard_content.content_inbox .inbox ul li .row p.inbox_message::before{content:url(../images/icon_message.svg)}.page_dashboard section.dashboard .dashboard_content.content_inbox .inbox ul li .row p.inbox_created{font-size:.8rem;margin-top:10px}.page_dashboard section.dashboard .dashboard_content.content_inbox .inbox.unprocessed-only .processed{display:none}.pagenation{width:100%;display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.pagenation .wp-pagenavi{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin:30px 0}.pagenation .wp-pagenavi a.previouspostslink{margin-right:3em}.pagenation .wp-pagenavi a.nextpostslink{margin-left:3em}.pagenation .wp-pagenavi .current{color:#b5a8d1;width:30px;height:30px;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin:0 2px}.pagenation .wp-pagenavi .page{width:30px;height:30px;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin:0 2px;transition:all .3s}.pagenation .wp-pagenavi .nextpostslink{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin:0 2px}/*# sourceMappingURL=style.css.map */