 [mn="1000"]{ --ttlClru_default: var(--secttlclr); &.btn_full{ .taste .btn{ width: 100%; border-radius: 50px; } } ._ittl{ .h4{ color: var(--ttlClru_default); } } ._subttl { text-align: var(--ttlalign); } .txtbx~.txtbx { margin-top: 30px; } ._content { margin: 0; } ._imgobj { text-align: center; margin: 15px 0; } .taste { margin: 15px 0; display: flex; flex-wrap: wrap; gap: 15px; justify-content: var(--secalign); } .ttlbx { margin: 0 0 45px; border-left: 9px solid var(--clr01); padding-left: 21px; text-align: left; font-family: var(--ft-t1); .h4 { text-align: inherit; } } } [mn="8901"]{ display: none !important; }[mn="8005"] { --secpt: 6px; --secpb: 6px; line-height: 1; z-index: 5; --secbgclr: var(--clr01x, #fff); .mediabx{ position: absolute; right: 15px; top:calc(-1 * var(--secpt) + 9px); } .mediabx:not(.mediabx-coloricon) { --a-pd: 6px; --iconclr: var(--clr01x, #fff); --iconhovclr: var(--clr01x, #fff); --bgclr: var(--clr01x, #777); --bghovclr: var(--clr02, #fff); --mediaborder: 2px solid var(--bgclr); --mediahovborder: 2px solid var(--clr02, #fff); --square: 35px; &>*{ gap: 6px } } .mediabx a { margin: 0px; border-radius: 50%; } .logo { margin: 0 0 } .logo img { max-height: 45px } .logo ._imgobj img { max-height: 21px } } [mn="8005"], .dekstickbx{ .container{ max-width: 1200px; } } /* ======================= */ nav { line-height: 1; text-transform: uppercase; font-weight: bold; a.btn{ --btnbgclr: var(--clr01, #000) !important; --btnbgclrhov: var(--clr02) !important; --btnborderclr: var(--btnbgclr) !important; --btnborderclrhov: var(--btnbgclrhov) !important; transition: .6s all ease; color: #fff !important; justify-content: flex-start !important; padding-left: 21px !important; color: #fff; &:hover{ color: #fff!important; } &::after{ /* display: none; */ } } } nav :is(ul, li){ list-style: none; list-style-type: none; margin: 0; padding: 0; display: inline-flex; /* justify-content: center; */ align-items: center; flex-wrap: wrap; } nav a { display: inline-flex; justify-content: center; align-items: center; font-family: var(--ft-nav); /* text-transform: uppercase; */ text-decoration: none; color: inherit; i{ margin-left: 6px; } } nav a:hover, nav a.active{ color: var(--clr01) !important; text-decoration: none; } nav li li a:hover, nav li li a.active{ color: var(--clr01) } nav > ul > li { /* margin: 0 12px 0 0; padding: 0 12px 0 0; */ position: relative } nav > ul > li:hover { z-index: 10; } @media (max-width: 767px) { nav > ul > li > ul { padding: 0 0 0 12px; } nav > ul > li > ul li { width: 100%; font-size: 80%; } nav > ul > li > ul li ~ li { border-top: 1px solid #eee } nav > ul > li > ul a { text-transform: initial; width: 100%; justify-content: flex-start; } } @media (min-width: 767px) { nav > ul { gap: 21px; width: 100%; justify-content: space-evenly; } nav > ul > li > a { padding: 3px; margin: 0 1px; position: relative; color: #777 !important; font-size: 80%; } /* nav > ul > li > a.active, */ nav > ul > li > a:hover{ color: var(--clr01, #fff) } nav > ul > li > a.active:not(.btn):after, nav > ul > li > a:not(.btn):hover:after { content: ''; color: inherit; position: absolute; height: 3px; width: calc(100% - 21px); left: 50%; bottom: -6px; translate: -50% 0; background-color: var(--clr01, transparent); } nav > ul > li > ul { position: absolute; bottom: -30px; right: 50%; translate: 50% 100%; scale: 1 0; /* display: none; */ min-width: 250px; background-color: rgba(0,0,0,.85); color: #ccc; border: 0 solid #eee; padding: 0; transition: .6s all .3s ease ; display: block; transform-origin: top; & ul{ padding-left: 15px; } } nav > ul > li:hover > ul { transition: .6s all ease; scale: 1 1; } nav > ul > li > ul a { text-transform: initial; width: 100%; justify-content: flex-start; padding: 9px; } nav ul li li a:hover, nav ul li li a.active { background-color: #555 !important; color: #fff !important; } nav > ul > li > ul li { width: 100%; justify-content: flex-start; } nav > ul > li > ul li ~ li { /* margin-top: 9px; */ } } .dekstopnav .main > * { padding: 3px 0 } .mobilenav .mediabx:not(.mediabx-coloricon) a { --bgclr: transparent; --iconclr: #fff; --iconhovclr: #fff; padding: 0; } .mobilenav { position: fixed; height: 100vh; background-color: rgba(0 0 0 / 50%); z-index: 50; padding: 0 0 0 0; width: 100% !important; display: block; translate: 101% 0; opacity: 0; transition: .6s all .3s ease; top: 0; left: 0; } .mobilestickbx { position: fixed; top: 0; left: 0; padding: 8px 15px; width: 100% !important; z-index: 50; /* border-bottom: 1px solid #ccc; */ background-color: var(--clr01x, #fff); min-height: 65px; display: flex; align-items: center; line-height: 1; border-bottom: 3px solid var(--clr01); } .mobilestickbx img { max-height: 70px; max-width: calc(100% - 45px); } .mobilestickbx ._imgobj { display: none } .mobilenav .mediabx:not(.mediabx-coloricon) a { padding: 8px; --iconclr: #fff; --iconhovclr: #fff; --bgclr: var(--clr02,#fff); --bghovclr: var(--clr01,#fff); --square: 35px; margin: 0; border-radius: 50%; } .mobilenav nav a { flex: 0 0 100%; width: 100%; justify-content: flex-start; color: inherit; text-decoration: none; padding: 6px 0; padding: 9px 0; font-size: 120%; } .mobilenav.active { translate: 0 0; opacity: 1; transition: .3s all ease; } .mobilenavw { transition: .3s all cubic-bezier(0.075, 0.82, 0.165, 1); height: 100vh; background-color: #fff; width: calc(100% - 90px) !important; display: block; overflow: hidden; overflow-y: auto; translate: 101% 0; opacity: 0; max-width: 400px; margin-left: auto; } .mobilenav.active .mobilenavw { transition: .9s all .3s cubic-bezier(0.075, 0.82, 0.165, 1); translate: 0 0; opacity: 1; } .mobilenav nav{ padding: 60px 24px 15px; } .mobilenav .infobx { padding: 0 24px 60px; } .mobilenav .infow { border-top: 1px solid #ccc; padding: 21px 0 0; } .mobilenav nav :is(ul, li) { margin: 0; width: 100%; } .mobilenav nav > ul > li { flex: 0 0 100%; } .mobilenav nav a { flex: 0 0 100%; width: 100%; justify-content: flex-start; color: inherit; text-decoration: none; } /* ===================== */ .menuburger { --square: 35px; --height: 3px; --top: 9px; --vpadding: 15px; --bgclr: #555; --radius: 5px; position: fixed; width: var(--square)!important; height: var(--square); top: var(--vpadding); right: calc(var(--vpadding) + 0px); transition-duration: 0.5s; display: flex; align-items: center; z-index: 55; scale: 0.7; } .menuburger .icon { --bgclr: var(--clr01, #fff); transition-duration: 0.5s; position: relative; height: var(--height); width: var(--square); top: 0; background-color: var(--bgclr); border-radius: var(--radius) } .menuburger .icon:before { transition-duration: 0.5s; position: absolute; width: var(--square); height: var(--height); background-color: var(--bgclr); content: ""; top: calc(-1 * var(--top)); border-radius: var(--radius) } .menuburger .icon:after { transition-duration: 0.5s; position: absolute; width: calc(var(--square) / 2); height: var(--height); background-color: var(--bgclr); content: ""; top: var(--top); border-radius: var(--radius); right: 0; } .menuburger.open .icon { transition-duration: 0.5s; transform: rotateZ(360deg); --bgclr: var(--clr01) } .menuburger.open .icon:before { transform: rotateZ(45deg) scaleX(0.75) translate(var(--top), -6px); } .menuburger.open .icon:after { width: var(--square); transform: rotateZ(-45deg) scaleX(0.75) translate(var(--top), 6px); } .mobilestickbxp, .dekstickbx { width: 100% !important; } .dekstickbx { padding: 9px 0; position: fixed; left: 0; top: 0; z-index: 10; background-color: var(--clr01x, #fff); /* color: #fff; */ /* border-bottom: 1px solid #eee; */ transition: 2s all cubic-bezier(0.075, 0.82, 0.165, 1); translate: 0 -101%; color: var(--clr01x, inherit); & nav{ /* color: #fff */ } } body.scrolled .dekstickbx { translate: 0 0; } .dekstickbx .logo img { max-height: 45px; } .dekstickbx .logo ._imgobj img { max-height: 15px; } .logo { line-height: 1; } @media (max-width: 767px) { .dekstickbx, [mn="8005"] { display: none; } } @media (min-width: 767px) { .menuburger, .mobilestickbxp, .mobilestickbx, .mobilenav { display: none !important; } } .sidetabbx { z-index: 55; position: fixed; right: 0; top: 300px; font-family: var(--ft-t1); line-height: 1; rotate: -90deg; transform-origin: right bottom; .tabbtn { border: 2px solid #000; border-radius: 9px 9px 0 0; padding: 6px 9px; background: rgb(255,255,255); /* background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%); */ cursor: pointer; } .bimgw { width: 30px; margin: 0 3px 0 0; .iconchat { background-image: url(_src/chat.png); } } } /* ================== */ /* ================== */ .navdropbx { position: absolute; background-color: rgba(255, 255, 255, .9); bottom: 0; left: 0; translate: 0 100%; line-height: 1; .container { max-width: 800px; } & .nav{ padding: 15px 0; color: var(--clr01x, #464646); font-family: var(--ft-t1); text-transform: initial; a{ &:hover{ text-decoration: underline; color: var(--clr01, #555); } } ol{ position: relative; margin: 0; padding: 0; font-family: var(--ft-b1); & li{ margin: 6px 0; } } &>ol{ display: flex; & li{ list-style-image: url(_src/right-angle.png?d) !important; } &>li{ display: block; &~&{ margin-left: 45px; } } } } } .withTemplate{ ul{ @media(width>767px){ display: none; } } } /* ====================== */ /* ====================== */ .mobileMediaTop { width: 100% !important; display: none; .mediatop { padding: 6px 0; background-color: #ddd; width: 100% !important; } .mediabx{ --bgclr: #333; --mediaborderradius: 3px; &>*{ gap: 3px; } } } .mobilenavbx{ width: 100% !important; } /* @media(width>767px){ nav>ul{ max-width: 100%; justify-content: space-between; } } body.home { [mn="8005"]{ background-color: transparent; position: absolute; top: 0; left: 0; } } */ .mobilenav nav .addedmenu a { padding: 15px; text-align: center; border: 1px solid #eee; justify-content: center; } .addedmenu{ a{ gap: 6px; .bimgbx{ line-height: 0; .bimgw{ width: 25px; } } } } .btn_admin.btn{ --btnbgclr: var(--clr01); --btnbgclrhov: var(--clr01); --btnborderclr: var(--btnbgclr); --btnborderclrhov: var(--btnbgclrhov); --btnclr: var(--clr01x, #fff); } .sticky_image{ position: fixed; right: 0; bottom: 250px; z-index: 45; max-width: 30%; @media(width<=575px){ bottom: 95px; right: auto; left: 15px; } } /* nav .addedmenu a { border-radius: 50px; background-color: var(--clr01); color: #fff } nav .addedmenu a:hover { background-color: var(--clr02); } nav .addedmenu a:after { display: none; } */ [mn="8228"] { margin-top: auto; @media(width>767px){ font-size: 80%; } .followustxt { margin: 0 12px; } .copybx{ /* border-top: 1px solid #fff; */ /* padding-top: 30px; */ margin-top: 30px; @media (width <= 991px){ justify-content: center; } } } [mn="8228"] .sitemap :is(ul) { list-style-type: none; list-style: none; margin: 0; padding: 0; text-align: inherit; display: flex; flex-wrap: wrap; gap: 12px 0; & > li { padding-right: 12px; flex: 0 0 50%; max-width: 50%; @media(width<767px){ flex: 0 0 100%; max-width: 100%; } } } [mn="8228"] ._imgobj { margin: 0 0 45px } [mn="8228"] a { color: inherit; text-decoration: none; } [mn="8228"] .mediabx { margin: 0; & > * { justify-content: center; } & a { padding: 6px; --iconclr: var(--clr01, #000); --iconhovclr: var(--clr01, #fff); --bgclr: var(--clr01x, #fff); --bghovclr: var(--clr02, #fff); border-radius: 50%; } } [mn="8228"] .ttl { font-size: 150%; line-height: 1; margin: 0 0 15px; font-family: var(--ft-t1); color: var(--clr02); } /* [mn="8228"]:after { content: ''; display: block; height: 2px; position: absolute; width: 100%; background-color: #ccc; top: 0; left: 0; } */ [mn="8228"] a { text-underline-offset: 3px; &:hover { text-decoration: underline; } } @media (max-width: 991px) { [mn="8228"] .empty { display: none; } [mn="8228"] .contactbx { justify-content: flex-start; } [mn="8228"] .contactbx > * { width: 100%; } } @media (max-width: 767px) { [mn="8228"] .newsletterbx { width: 250px; margin: 0 auto; } [mn="8228"] .newsletterbx, [mn="8228"] { text-align: center } } [mn="2000"]{ min-height: 230px; z-index: 1; --secttlmarg_default: 0; /* --ttlsize: 260%; */ ._subttl{ font-size: 180%; } &:has(._subttl){ .ttldecor-top{ &::after{ content: ''; width: 60px; height: 3px; margin: 9px 0; background-color: #fff; display: inline-block; } } } .container{ /* filter: drop-shadow(2px 4px 3px rgba(0,0,0,.75)); */ } .tst-w > * { width: 100% } .main { padding: 60px 15px; } .content { font-size: 150% } h4 { &::before{ display: none; } } .bg-lay { background-position: top center } .bg-lay, .bg-layer { position: absolute; left: 0; top: 0; height: 100%; width: 100%; z-index: -2 } .bg-layer { z-index: -1; background-size: auto; background-repeat: repeat; display: none; } .subttl { font-size: var(--font-xl); } @media (max-width: 1000px) { .ttl { font-size: var(--font-xxl) } } @media (max-width: 767px) { min-height: auto; .main { padding: 0 15px; } } } [mn="7061"]{ .categorylistbx { --listset-count: 3; --listset-gap: 30px; @media (width<575px){ --listset-count: 1; } .categorybx{ padding: 21px; color: var(--bdclr); text-align: center; line-height: 1.3; border-radius: 15px; @media(width>991px){ &::after{ content: ''; display: block; position: absolute; height: 100%; width: 3px; background-color: #eee; right: calc(-1 * var(--listset-gap) / 2 - 3px); top: 0; translate: -50% 0; } &:nth-child(3n + 3){ &::after{ display: none; } } } ._content{ margin: 0; } } } .bimgw { --bw: 60px; } .title { font-family: var(--ft-t1); font-size: 120%; color: var(--clr01); margin: 6px 0; text-align: center; } .infobx { width: 350px; max-width: 100%; margin: 6px auto; } } [mn="4301"] iframe { height: 70vh; } @media only screen and (max-width: 767px) { }[mn="5103"] { margin-top: auto; } [mn="5103"] .sitemap :is(ul) { list-style-type: none; list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; line-height: 1; justify-content: center; } [mn="5103"] .sitemap li { padding: 0 9px; border-right: 2px solid #fff; } [mn="5103"] .sitemap li:last-child{ border: 0; } [mn="5103"] a { color: inherit; text-decoration: none; } [mn="5103"] .info- { padding: 9px 15px; } [mn="5103"] .mediabx { margin: 15px 0 } [mn="5103"] .mediabx > * { justify-content: center; } [mn="5103"] .mediabx a { padding: 9px; --iconclr: #fff; --iconhovclr: #fff; --bgclr: var(--clr02x,transparent); --bghovclr: var(--clr01,#fff); --square: 45px; margin: 3px 6px; border-radius: 50%; border: 2px solid #fff } [mn="5103"] .mediabx a:hover { border: 2px solid var(--clr01) } [mn="5103"] ._content { margin: 0; } [mn="5103"] .iconbx { --div: 60px; } [mn="5103"] .ttl { font-size: 130%; line-height: 1; margin: 0 0 8px; font-family: var(--ft-t2); } [mn="5103"] .infoblock { /* width: 550px; */ max-width: 100%; margin: 15px auto; } [mn="5103"] .infoblock .item ~ .item { margin: 15px 0 } [mn="5103"] .secInfo ~ .secInfo { margin: 45px 0 0 } [mn="5103"] .formbx { .formsecttl{ margin: 0 0 30px; } &.form-line :is(input, textarea, select) { border: 0; border-bottom: 1px solid var(--bdclrx, var(--clr02)); background-color: transparent; padding-left: 0; } label{ left: 0; } } /* [mn="5103"] .aft:after { left: -21px; background-color: var(--clr01); height: calc(100% + 45px); top: 50%; translate: 0 -50%; } */ @media (max-width: 991px) { [mn="5103"] .empty { display: none; } } @media (max-width: 767px) { [mn="5103"] .iconbx .icon- { flex: 0 0 100% !important; max-width: 100% !important; text-align: center; } } @media (min-width: 767px) { [mn="5103"] .imagelink { text-align: right } } /* ========================================= */ /* ========================================= */ /* Customade Block */ [mn="3036"] { --secftclr: #fff; --secttlclr: #fff; --ttlsize: 200%; color: #fff; .infobx { padding: 15px } .bimgbx { line-height: inherit; } .bimgw { width: 100vw; line-height: inherit; } .bimg { --bpt: 0%; aspect-ratio: 2 / 1; z-index: 1; position: relative; } .formbx { padding: 30px 45px; @media(width>991px){ padding: 30px 60px } } .formbx:after { content: ''; position: absolute; height: calc(100% + 100px); width: 100%; background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.84) 15%, rgba(0, 0, 0, 0) 100%);; bottom: 0; right: 0; z-index: -1; } .swiper{ overflow: visible; } .swiper-button-next, .swiper-button-prev { --square: 25px; aspect-ratio: 1 / 1 !important; background-color: var(--clr01); width: var(--square); height: var(--square); height: auto; border-radius: 50%; z-index: 2; } .swiper-button-next:after, .swiper-button-prev:after { color: #fff; font-size: 15px; } /* .swiper-button-next, .swiper-button-prev { aspect-ratio: 1 / 1 !important; background-color: var(--clr01); width: 30px; height: auto; border-radius: 0%; } .swiper-pagination-bullet { background-color: var(--clr01x, #fff); } .swiper-pagination-bullet-active { background-color: var(--clr01); } */ .btn { min-width: auto; padding: 9px 15px; border: 2px solid #fff; background-color: transparent; border-radius: 50px; &:hover{ background-color: #fff; color: var(--clr01); } } @media only screen and (max-width: 767px) { .swiper-button-next, .swiper-button-prev { width: 21px; padding: 6px; &::after{ font-size: 9px; } } } @media only screen and (max-width: 575px) { .bimg { aspect-ratio: 2 / 1.5; } } @media only screen and (min-width: 767px) { .bimg:after { background: linear-gradient(132deg,rgba(35, 152, 210, 0.76) 0%, rgba(0, 66, 99, 1) 100%); } } /* .bar-h{ display: inline-block; height: 2px; width: 30px; background-color: var(--clr01); vertical-align: middle; margin: 0 6px; } */ .swiper-slide{ --transition: .9s all .9s ease; ._subttl, ._ittl{ transition: var(--transition); opacity: 0; translate: 0 -100px; } ._subttl{ transition: .9s all 1.3s ease; } ._content{ transition: var(--transition); opacity: 0; translate: 100px 0; } ._link{ transition: var(--transition); opacity: 0; } &.swiper-slide-active{ ._subttl, ._ittl, ._content, ._link { opacity: 1 !important; translate: 0 0 !important; } } } .swiper-pagination-bullet { width: auto; height: auto; padding: 3px 0; margin: 3px 6px !important; background-color: transparent; color: #fff; font-family: var(--ft-t1); border-bottom: 3px solid transparent; border-radius: 0; opacity: 1; line-height: 1; text-align: center; font-weight: bold; } .swiper-pagination{ text-align: right; padding: 9px 15px; @media(width>767px){ padding: 9px 60px; } } .swiper-pagination-bullet { opacity: .5; } .swiper-pagination-bullet-active { opacity: 1; font-size: 130%; } } [mn="1045"] { --count: var(--count_default, 6); @media (width <= 1200px) { --count: var(--count_1200, 3); } @media (width <= 767px) { --count: var(--count_767, 3); } @media (width <= 575px) { --count: var(--count_575, 3); } @media(width>1800px){ min-height: 100svh; } } [mn="1045"] { overflow: clip; .contentbx{ padding: 45px 45px 30px; @media(width>767px){ min-height: 300px; } @media(width<=767px){ padding: 15px 15px; } @media(width<=575px){ padding: 0; } } .col-r{ z-index: -2; } .sectionbg{ left: auto; right: 0; width: calc(50% + 60px); @media(width<=991px){ display: none; } } } [mn="1045"] .iconlistbx{ --listset-count: var(--count); text-align: center; margin-top: 30px; .bimgw{ width: 70px; } .title{ line-height: 1.2; font-size: 80%; margin: 3px 0 0; } } [mn="1045"] .bglyr { --move: 300px; content: ''; display: block; width: 100%; height: 100%; background-color: var(--clr01x, #fff); left: auto; right: 0; top: 0; position: absolute; z-index: -1; @media(width<=767px){ right: 0; top: auto; bottom: 0; translate: 0; height: calc(100% + 200px); width: 100%; } } [mn="1045"] ._subttl { font-family: var(--ft-t1); margin: 0 0 9px; font-weight: bold; } [mn="1045"] .btn { margin: 0 0 9px; } [mn="1045"] h4 { margin: 0 0 6px; } [mn="1045"] .txtbglyr { position: absolute; width: auto; text-align: center; white-space: nowrap; font-size: 2500%; z-index: -1; color: #ffecf8; left: 50%; top: 0; translate: -50% 0; font-family: var(--ft-t1); line-height: 1; pointer-events: none; } [mn="1045"] .taste a:not(.btn) { font-family: var(--ft-t3); color: var(--clr03); } @media (max-width: 575px) { [mn="1045"] .txtbglyr { font-size: 18vw; left: 0; top: 60px; translate: 0 0; writing-mode: vertical-lr; transform-origin: center; } } /* @media (min-width: 767px) { [mn="1045"] ._imgobj img { max-width: initial; } } */ [mn="1046"] { --count: var(--count_default, 6); @media (width <= 1200px) { --count: var(--count_1200, 3); } @media (width <= 767px) { --count: var(--count_767, 3); } @media (width <= 575px) { --count: var(--count_575, 3); } @media(width>1800px){ min-height: 100svh; } } [mn="1046"] { overflow: clip; .contentbx{ padding: 45px 45px 30px; @media(width>767px){ min-height: 300px; } @media(width<=767px){ padding: 15px 15px; } @media(width<=575px){ padding: 0; } } .col-r{ z-index: -2; } .sectionbg{ width: calc(50% + 60px); @media(width<=991px){ display: none; } } } [mn="1046"] .iconlistbx{ --listset-count: var(--count); text-align: center; margin-top: 30px; .bimgw{ width: 70px; } .title{ line-height: 1.2; font-size: 80%; margin: 3px 0 0; } } [mn="1046"] .bglyr { --move: 0px; content: ''; display: block; width: calc(100% + var(--move)); height: 100%; background-color: var(--clr01x, #fff); left: 0; top: 50%; position: absolute; z-index: -1; translate: calc(-1 * var(--move)) -50%; @media(width<=767px){ top: auto; bottom: 0; translate: 0; height: calc(100% + 200px); width: 100%; } } [mn="1046"] ._subttl { font-family: var(--ft-t1); margin: 0 0 9px; font-weight: bold; } [mn="1046"] .btn { margin: 0 0 9px; } [mn="1046"] h4 { margin: 0 0 6px; } [mn="1046"] .txtbglyr { position: absolute; width: auto; text-align: center; white-space: nowrap; font-size: 2500%; z-index: -1; color: #ffecf8; left: 50%; top: 0; translate: -50% 0; font-family: var(--ft-t1); line-height: 1; pointer-events: none; } [mn="1046"] .taste a:not(.btn) { font-family: var(--ft-t3); color: var(--clr03); } @media (max-width: 575px) { [mn="1046"] .txtbglyr { font-size: 18vw; left: 0; top: 60px; translate: 0 0; writing-mode: vertical-lr; transform-origin: center; } } /* @media (min-width: 767px) { [mn="1046"] ._imgobj img { max-width: initial; } } */ /* ============================ */ [mn="1046"] .sliderbx { width: 100%; max-width: 100%; .sliderw { position: relative; z-index: 1; @media( width<575px ){ margin-top: 0; } &::after{ content: ''; display: block; width: 130vw; height: 100svh; background-color: var(--clr01x, #e6e6e6); right: 0; top: 50%; position: absolute; z-index: -1; translate: -100px -50%; } @media(width<=767px){ &::after{ display: none; } } .slider-title{ color: var(--clr01); text-align: center; text-transform: uppercase; margin-bottom: 30px; font-size: 200%; } } .bimgw { width: 100%; .bimg{ padding-top: 65%; } & img { width: 100%; } } .title { line-height: 1.1; margin: 0; padding: 0 21px 0 0; font-family: var(--ft-t1); } .contbx { padding: 15px; } .itemlbl { top: auto; left: 15px; bottom: 0; translate: 0 50%; color: #fff; background-color: var(--clr02); border: 0; font-family: var(--ft-t1); font-size: 80%; padding: 9px 15px; } .desc { font-size: 80%; } .ellipsis { --line: 3; } .title i { color: var(--clr02); position: absolute; right: 9px; top: 15px; font-size: 150%; } .swiper-pagination { position: relative; margin: 15px 0 0; } .mySwiper { width: 100%; } .swiper-button-next, .swiper-button-prev { --swiper-navigation-sides-offset: 9px; aspect-ratio: 1 / 1 !important; background-color: var(--clr01); width: 30px; height: auto; border-radius: 50%; margin: 0; translate: 0 -50%; } .swiper-button-next:after, .swiper-button-prev:after { color: #fff; font-size: 9px; } .swiper-pagination-bullet-active { background-color: var(--clr01); } } [mn="3023"] { & ol { list-style-type: none; padding: 0; display: flex; flex-wrap: wrap; & li{ z-index: 1; position: relative; padding: 0 0 0 21px; flex: 0 0 50%; max-width: 50%; @media(width<767px){ flex: 0 0 100%; max-width: 100%; } } & li::after{ content: ''; background-image: url(_src/list_icon.png); aspect-ratio: 1; width: 19px; position: absolute; left: 0; top: 0; translate: -12% 4px; background-size: contain; } } .bglyr{ width: 50%; &::after{ content: ''; left: auto; right: 0; bottom: 0; position: absolute; display: block; height: 100%; width: 150px; background: linear-gradient(90deg, #eee0 0%, #eee 100%); } @media(width<767px){ width: 100%; opacity: .15; &::after{ display: none !important; } } } .contentbx{ /* &::after{ content: ''; position: absolute; display: block; right: 0; top: 0; content: ''; width: 100vw; height: 100%; background-color: var(--clr01, #999); margin: 15px 0 0 !important; z-index: -1; opacity: .8; transform: skew(-15deg, 0); } */ @media(width < 575px){ padding: 0; &::after { margin: 0 !important; right: -15px; } } } .h_decor{ --icon_div: 45px; position: relative; margin: 0 0 15px; padding: 0 0 15px; border-bottom: 3px solid #ccc; ._ittl{ margin: 0; flex: 0 0 calc(100% - var(--icon_div)); max-width: calc(100% - var(--icon_div)); } .ttldecor-{ display: none; } .h4 { line-height: 1; padding: 0 !important; margin: 0 !important; font-size: 150%; color: #000; } .h_icon{ flex: 0 0 var(--icon_div); max-width: var(--icon_div); } /* &::before, */ &::after{ content: ''; position: absolute; display: block; height: 9px; width: 45px; background-color: var(--clr01); min-width: 30px; left: 0; bottom: 0; translate: 0 calc(50% + 2px); } } ._video{ position: absolute; left: 0; top: 0; height: 100%; width: 100%; & video{ width: 100%; height: 100%; border-radius: 0; object-fit: cover; object-position: center bottom; } } } [mn="3023"] ._imgsec{ margin: 0 0 15px; } [mn="3023"] ._subttl{ font-size: 150%; } [mn="3023"] .swiper { display: flex; min-height: 100vh; /* clip-path: ellipse(90% 100% at 50% 0%); */ @media(width<575px){ .swiper-pagination{ bottom: 0; } } } [mn="3023"] .swiper-wrapper { display: flex; height: auto; } [mn="3023"] .swiper-slide { padding: 30px; overflow: clip; background-color: #eee; @media(width<575px){ align-items: flex-start; } } [mn="3023"] .swiper-button-next, [mn="3023"] .swiper-button-prev { --square: 35px; aspect-ratio: 1 / 1 !important; background-color: var(--clr01); width: var(--square); height: var(--square); height: auto; border-radius: 50%; } [mn="3023"] .swiper-button-next:after, [mn="3023"] .swiper-button-prev:after { color: #fff; font-size: 15px; } [mn="3023"] .swiper-pagination-bullet { width: auto; height: auto; padding: 3px 0; margin: 3px 6px !important; background-color: transparent; color: #fff; font-family: var(--ft-t1); border-bottom: 3px solid transparent; border-radius: 0; opacity: 1; line-height: 1; text-align: center; font-weight: bold; } [mn="3023"] .swiper-pagination-bullet-active { border-bottom: 3px solid #fff; } @media only screen and (max-width: 767px) { [mn="3023"] .swiper-slide { font-size: 110%; font-weight: bold; } [mn="3023"] .bglyr:after { content: ''; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; /* background-color: rgba(0,0,0,.3); */ } } @media only screen and (min-width: 767px) { [mn="3023"] .txtbx { width: 100%; } } @media only screen and (max-width: 575px) { [mn="3023"] .swiper-button-next, [mn="3023"] .swiper-button-prev { --square: 25px; } } /* =========================== */ /* =========================== */ [mn="3023"] .btn{ --btnborderclr: var(--clr01) } [mn="3010"] { padding: 0; text-shadow: 0 2px 4px rgba(0, 0, 0, .7); /* border-bottom: 9px solid var(--clr01); border-top: 9px solid var(--clr01); */ .ttldecor- { &.ttldecor-btm { content: ''; width: 100%; height: 3px; margin: 3px 0; display: inline-block; background-color: var(--secttlclr, var(--clr02)); } &.ttldecor-top { display: none; } } .contentbx { color: #fff; line-height: 1.5; /* &::after{ content: ''; position: absolute; display: block; right: 0; top: 0; content: ''; width: 100vw; height: 100%; background-color: var(--clr01, #999); margin: 15px 0 0 !important; z-index: -1; opacity: .8; transform: skew(-15deg, 0); } */ @media(width < 575px) { padding: 0; &::after { margin: 0 !important; right: -15px; } } } ._ittl { margin: 0 0 0; } .h4 { line-height: 1; margin: 0 0 0; font-size: 250%; &::before, &::after { /* content: ''; */ position: relative; display: inline-block; height: 4px; width: 45px; background-color: #fff; min-width: 30px; display: none; } } ._video { position: absolute; left: 0; top: 0; height: 100%; width: 100%; z-index: -1; & video { width: 100%; height: 100%; border-radius: 0; object-fit: cover; object-position: center bottom; z-index: -1; } &::after { content: ''; z-index: 1; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .35); } } } [mn="3010"] ._imgsec { margin: 0 0 15px; } [mn="3010"] ._subttl { font-family: var(--ft-t1); font-style: italic; } [mn="3010"] .txtbx { display: inline-block; filter: drop-shadow(3px 4px 6px rgba(0, 0, 0, .5)); } [mn="3010"] .swiper { display: flex; min-height: 100vh; /* clip-path: ellipse(90% 100% at 50% 0%); */ @media(width<575px) { .swiper-pagination { bottom: 0; } } } [mn="3010"] .swiper-wrapper { display: flex; height: auto; } [mn="3010"] .swiper-slide { padding: 60px 30px; overflow: clip; z-index: 1; } [mn="3010"] .swiper-button-next, [mn="3010"] .swiper-button-prev { --square: 35px; aspect-ratio: 1 / 1 !important; background-color: var(--clr01); width: var(--square); height: var(--square); height: auto; border-radius: 50%; z-index: 2; } [mn="3010"] .swiper-pagination { z-index: 2; } [mn="3010"] .swiper-button-next:after, [mn="3010"] .swiper-button-prev:after { color: #fff; font-size: 15px; } [mn="3010"] .swiper-pagination-bullet { width: auto; height: auto; padding: 3px 0; margin: 3px 6px !important; background-color: transparent; color: #fff; font-family: var(--ft-t1); border-bottom: 3px solid transparent; border-radius: 0; opacity: 1; line-height: 1; text-align: center; font-weight: bold; } [mn="3010"] .swiper-pagination-bullet-active { border-bottom: 3px solid #fff; } @media only screen and (max-width: 767px) { [mn="3010"] .swiper-slide { color: #fff; padding: 60px 1px 15px; & h4 { margin: 0 0 9px; font-size: 150%; } ._content { font-size: 80%; } } [mn="3010"] .bglyr:after { content: ''; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; /* background-color: rgba(0,0,0,.3); */ } } @media only screen and (min-width: 767px) { [mn="3010"] .txtbx { width: 100%; max-width: 800px; } } @media only screen and (max-width: 575px) { [mn="3010"] .swiper-button-next, [mn="3010"] .swiper-button-prev { --square: 25px; } } /* =========================== */ /* =========================== */ [mn="3503"]{ [data-bgid]{ transition: .6s all ease-in; &.show{ opacity: 1; clip-path: polygon(50% 0%, 100% 0, 100% 34%, 100% 62%, 100% 100%, 50% 100%, 0 100%, 0 57%, 0 34%, 0 0); } &:not(.show){ opacity: 0; clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%); } } } /* [mn="3503"] .bimgw { width: 1000px; } [mn="3503"] .bimg { --bw: 1000px; --bpt: 79%; } [mn="3503"] .title { line-height: 1.1; margin: 0; padding: 15px 15px 100px; color: #fff; background-color: var(--clr01); } [mn="3503"] .btn { border: 0; background-color: #fff; color: var(--clr01); margin: 0; position: absolute; right: 0; bottom: 0; } */ [mn="3503"] .mySwiper{ margin: 0 -1px; } [mn="3503"] .swiper-wrapper { display: flex; } [mn="3503"] .swiper-slide { height: auto; border-right: 1px solid #fff; } [mn="3503"] .swiper-slide>* { cursor: pointer; display: flex; width: 100%; } [mn="3503"] .swiper-pagination { position: relative; margin: 15px 0 0; } [mn="3503"] .swiper-button-next, [mn="3503"] .swiper-button-prev { aspect-ratio: 1 / 1 !important; background-color: var(--clr01); width: 25px; height: auto; border-radius: 50%; } [mn="3503"] .swiper-button-next:after, [mn="3503"] .swiper-button-prev:after { color: #fff; font-size: 15px; } [mn="3503"] .swiper-pagination-bullet-active { background-color: var(--clr01); } @media only screen and (max-width: 767px) {} [mn="3503"] .itm { flex: 0 0 100%; max-width: 100%; padding: 90px 30px 30px; background-color: rgba(0, 0, 0, .3); transition: .6s all ease; &:hover { background-color: rgba(0, 0, 0, .65) } } [mn="3503"] a { text-decoration: none; } [mn="3503"] .itm>div { height: 100%; padding: 0; color: #fff } [mn="3503"] .btn { min-width: auto; padding: 0; color: var(--clr01); background-color: transparent; border: 0 } [mn="3503"] .infobx { transition: all ease-in-out .4s; width: 100%; flex: 1 0 0; } [mn="3503"] ._subttl { margin: 6px 0 0; } [mn="3503"] .title { } [mn="3503"] .blogicon .bimgw { --bw: 90px; margin: 0; } [mn="3503"] .blogicon .bimg { background-image: url(src/blog.png); background-position: left bottom; } [mn="3503"] .thumb .bimg { --bpt: 70% } /* [mn="3503"] .thumb .bimg:after { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: -1; background-color: var(--clr01); mix-blend-mode: multiply; opacity: 0; transition: .4s all ease; display: block; content: ''; } [mn="3503"] .itm>*:hover .thumb .bimg:after { opacity: .5; } */ [mn="3503"] .itm>*:hover .thumb .bimg { transform: scale(1.05); } [mn="3503"] div.add { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); max-width: 90%; opacity: 0; transition: all ease-in-out .4s; z-index: 3; color: #fff } [mn="3503"] { ._content { font-size: 90%; height: 0px; overflow: clip; transition: .3s all ease; @media(width<=991px){ height: auto; } } .swiper-slide:hover{ ._content { height: auto; } } } [mn="3503"] .itm { min-height: 70svh; & > * { cursor: pointer; } } [mn="3503"] .itm>*:hover div.add { opacity: 1; } [mn="3503"] .itm>*>* { flex-direction: column } [mn="3503"] .date { font-size: 80%; } [mn="3503"] .bimg-w { background-color: #000; } @media screen and (max-width: 575px) {} .licht3503 .infobx { line-height: 1; text-align: center; background-color: #fff; position: sticky; top: 0; padding: 15px 0; z-index: 10; } .licht3503 .infobx>*~* { margin: 6px 0 0; }[mn="3510"] { .view_deks{ @media(width<=575px){ display: none; } } .view_mob{ @media(width>575px){ display: none; } } .divbx{ --div: 40%; .divw{ gap: 21px 0; } .div-{ &.div-r{ flex: 0 0 var(--div); max-width: var(--div); } &.div-l{ flex: 0 0 calc(100% - var(--div)); max-width: calc(100% - var(--div)); } &.div-l{ padding-right: 45px; } @media(width<=575px){ &.div-r, &.div-l{ flex: 0 0 100%; max-width: 100%; padding: 0; } } } } .container{ max-width: 1400px; } .slidebx{ } .topbx{ flex: 1 0 0; } .titlebx{ --div: 30px; font-family: var(--ft-t1); font-weight: bold; line-height: 1; .title-{ padding: 15px 0; transition: .3s all ease; cursor: pointer; & ~ * { border-top: 1px solid #ccc; } &.active{ color: #aaa; } } .ttl-l{ flex: 0 0 var(--div); max-width: var(--div); color: #aaa; } .ttl-r{ flex: 0 0 calc(100% - var(--div)); max-width: calc(100% - var(--div)); font-size: 130%; } } } [mn="3510"] .mySwiper{ --swiper-pagination-bullet-inactive-color: #fff; width: 100%; .swiper-slide{ flex-direction: column; & >* { /* box-shadow: 3px 3px 15px -6px rgba(0,0,0,.5); */ /* height: 100%; */ } } .swiper-pagination { /* position: relative; */ margin: 15px 0; } .swiper-button-next, .swiper-button-prev { --swiper-navigation-sides-offset: -15px; aspect-ratio: 1 / 1 !important; background-color: var(--clr01); width: 40px; height: auto; border-radius: 50%; } .swiper-button-next:after, .swiper-button-prev:after { color: #fff; font-size: 15px; } .swiper-pagination-bullet-active { background-color: #fff; } .bimg{ padding-top: 70%; } }/* [mn="1511"] .postlist .btn { padding: 0; min-width: auto; background-color: transparent; border: 0; color: var(--clr04); font-size: inherit; } */ [mn="1511"] { .divlrbx { .tmp { --count: 3; @media(width<767px) { --count: 2; } @media(width<575px) { --count: 1; } } .taste { padding-bottom: 15px; } } .tmp-4-2 { .date { padding: 0; margin: 0; border: 0; background-color: transparent; } .bimgbx { margin: 0; .bimgw { margin-bottom: 6px; } } .taste { margin: auto 0 0; padding: 0; } } } [mn="1511"] [catid] { padding: 3px 15px; line-height: 1; transition: .6s all ease; cursor: pointer; margin: 3px 0; position: relative; font-family: var(--ft-t1); text-transform: uppercase; display: inline; &:hover, &.active { /* text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 2px; */ color: var(--clr01); } &:after { position: absolute; display: block; content: ''; width: 1px; height: 100%; background-color: var(--clr01x, #999); rotate: 15deg; top: 0; right: 0 } &:last-child:after { display: none } .catbx { margin: 0 0 15px; } } [mn="1511"] .rowitm .h4 { padding: 0; margin: 0; border: 0; } [mn="1511"] .rowitm .h4:after { display: none; } @media (max-width: 991px) { [mn="1511"] .tabbx { display: none; } } [mn="1511"] .mediabx.sharer { position: absolute; right: 0; top: 0; z-index: 10; @media (max-width: 575px) { position: relative; margin: 0 0 6px; } } /* ============================== */ [mn="1511"] .postbx.inner { max-width: 100%; margin: 0 auto; & h1 { font-size: 120%; color: var(--clr01); } .backbtn { margin: 15px 0 0; .btn { min-width: unset; } } ._ittl { margin: 0; } ._date { font-family: var(--ft-t1); color: #888; } .blurb { margin: 0 0 30px; } .mainimagebx { line-height: 0; --clip: 60px; --clip-path: polygon(var(--clip) 0%, 100% 0%, calc(100% - var(--clip)) 100%, 0% 100%); .mainimagew { /* &::after { content: ''; right: 0; top: 0; translate: 12px -9px; background-color: var(--clr02); background-image: linear-gradient(180deg, rgb(0 82 144) 0%, rgba(35, 152, 210, 1) 100%); position: absolute; height: 100%; width: 120px; clip-path: var(--clip-path); z-index: -1; } */ } img { /* clip-path: var(--clip-path) */ border-radius: 35px; } } .divbx { --div: 120px; margin: 0 0 30px; .divw { gap: 9px 0; } .div-l { flex: 0 0 calc(100% - var(--div)); max-width: calc(100% - var(--div)); } .div-r { flex: 0 0 var(--div); max-width: var(--div); } .backbtn { margin: 0; } ._ittl { --ttlalign: left; } ._subttl{ font-size: 120%; } @media(width>991px) { /* border-top: 1px solid var(--clr01); border-bottom: 1px solid var(--clr01); */ .div- { padding: 9px; &.div-l { padding-left: 0; } &.div-r { padding-right: 0; /* border-left: 1px solid var(--clr01); */ } } } @media(width<=991px) { .div-l, .div-r { flex: 0 0 100%; max-width: 100%; } .div-l { padding: 12px 0; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; } } } } [mn="1511"] .postbx { width: 900px; max-width: 100%; margin: 0 auto; .imgObj { max-width: 100%; margin: 0 auto; width: 100%; } .blurb { & ul { display: flex; flex-wrap: wrap; list-style: none; margin: 15px 0; padding: 0; border-bottom: 1px solid #000; border-top: 1px solid #000; &>li { padding: 15px; } &>li~li { border-left: 1px solid #000; } &>li:nth-child(1) { flex: 1 0 0; } @media(width<991px) { &>li { flex: 0 0 100%; max-width: 100%; } &>li~li { border-left: 0; border-top: 1px solid #000; } } } } } [mn="1511"] .postbody { width: 100%; /* padding: 0 15px; */ /* line-height: 2; */ text-align: justify; } [mn="1511"]:has(.postbx) { padding-bottom: 0; .galbxmain { margin: 60px 0 0; } .categorylistbx.galbx { --listset-count: 3; --listset-gap: 21px; @media(width<991px) { --listset-count: 2; } @media(width<575px) { --listset-count: 1; } .categorylistw { gap: 0; .categorybx { flex: 0 0 calc(100% / var(--listset-count)); max-width: calc(100% / var(--listset-count)); } } .bimgbx { line-height: 0; position: relative; z-index: 1; } .galttlbx{ position: absolute; z-index: 10; bottom: 0; left: 0; color: #fff; width: 100%; padding: 45px 15px 15px; background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.84) 15%, rgba(0, 0, 0, 0) 100%); min-height: 50%; pointer-events: none; .btn{ --btnborderclr: #fff; --btnclr: #fff; } } } } /* ============================== */ [mn="1511"]:has(.swiperbx) { padding: 0; } [mn="1511"]:has(.swiperbx){ background-image: url(_src/1511_bg_decor.jpg); background-repeat: no-repeat; background-size: auto; background-position: right bottom; } [mn="1511"] .swiperbx { .number { font-size: 250%; color: var(--clr01); line-height: 1; } .titlegroup { h4 { color: var(--clr01) } } .infobx { padding: 15px } .bimgbx { line-height: inherit; } .bimgw { width: 100vw; line-height: inherit; } .bimg { --bpt: 0%; z-index: 1; position: relative; min-height: calc(100svh - 90px); } .formbx { padding: 60px 45px; @media(width<991px){ padding: 60px 21px 60px 65px; } } /* .bimg:after { content: ''; height: 100%; width: 100%; min-width: 50%; position: absolute; top: 0; right: 0; z-index: -1; @media(width<=991px){ background-color: rgba(0,0,0,.45); } } */ .bglyr { width: 50%; @media(width<=991px) { width: 100%; } } .swiper-wrapper { display: flex; height: auto; } .swiper-button-next, .swiper-button-prev { --square: 25px; aspect-ratio: 1 / 1 !important; background-color: var(--clr01); width: var(--square); height: var(--square); height: auto; border-radius: 50%; z-index: 2; } .swiper-button-next:after, .swiper-button-prev:after { color: #fff; font-size: 15px; } /* .swiper-button-next, .swiper-button-prev { aspect-ratio: 1 / 1 !important; background-color: var(--clr01); width: 30px; height: auto; border-radius: 0%; } .swiper-pagination-bullet { background-color: var(--clr01x, #fff); } .swiper-pagination-bullet-active { background-color: var(--clr01); } */ .btnbx { margin: 30px 0 0; } .subtitle { margin: 0 0 21px; font-size: 120%; font-family: var(--ft-t1); } @media only screen and (max-width: 767px) { .swiper-button-next, .swiper-button-prev { width: 21px; padding: 6px; &::after { font-size: 9px; } } } @media only screen and (min-width: 767px) { .bimg:after { /* background: linear-gradient(132deg, rgba(35, 152, 210, 0.76) 0%, rgba(0, 66, 99, 1) 100%); */ } } .bar-h { display: inline-block; height: 2px; width: 30px; background-color: var(--clr01); vertical-align: middle; margin: 0 6px; } .swiper-slide { --transition: .9s all .9s ease; ._subttl, ._ittl { transition: var(--transition); opacity: 0; translate: 0 -100px; } ._subttl { transition: .9s all 1.3s ease; } ._content { transition: var(--transition); opacity: 0; translate: 100px 0; } ._link { transition: var(--transition); opacity: 0; } &.swiper-slide-active { ._subttl, ._ittl, ._content, ._link { opacity: 1 !important; translate: 0 0 !important; } } } .swiper-pagination-bullet { width: auto; height: auto; padding: 3px 0; margin: 3px 6px !important; background-color: transparent; color: #fff; font-family: var(--ft-t1); border-bottom: 3px solid transparent; border-radius: 0; opacity: 1; line-height: 1; text-align: center; font-weight: bold; } .swiper-pagination { padding: 9px 15px; text-align: left; top: 50%; translate: 0 -50%; bottom: auto; width: 30px; left: 0; display: flex; flex-wrap: wrap; gap: 9px; min-height: 50svh; flex-direction: column; justify-content: space-evenly; .swiper-pagination-bullet { font-size: 130%; letter-spacing: 3px; margin: 0 !important; opacity: 1; } .swiper-pagination-bullet-active { opacity: 1; text-decoration: underline; text-underline-offset: 3px; color: var(--clr01); } } .swiper-slide { --transition: .9s all .9s ease; .number, ._subttl, ._ittl { transition: var(--transition); opacity: 0; translate: 0 -100px; } ._subttl { transition: .9s all 1.3s ease; } ._content { transition: var(--transition); opacity: 0; translate: 100px 0; } ._link { transition: var(--transition); opacity: 0; translate: 0 100px; } &.swiper-slide-active { .number, ._subttl, ._ittl, ._content, ._link { opacity: 1 !important; translate: 0 0 !important; } } } @media(width<=991px){ &, .titlegroup h4, .number{ color: #fff; } .btn{ --btnclr: #fff; --btnborderclr: var(--btnclr); } .bimg{ align-items: flex-end; min-height: calc(70svh - 90px); } .formbx{ &::after { content: ''; position: absolute; height: calc(100% + 100px); width: 100%; background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.84) 15%, rgba(0, 0, 0, 0) 100%);; bottom: 0; right: 0; z-index: -1; } } } } [mn="7023"] { background-attachment: fixed; --itmdiv: 3 } [mn="7023"] .itms { margin: 0 -9px; padding-top: 10px } [mn="7023"] .itm { flex: 0 0 calc(100% / var(--itmdiv)); max-width: calc(100% / var(--itmdiv)); padding: 9px 9px 30px; } [mn="7023"] .itm>div { height: 100%; } [mn="7023"] .txt .smr { font-size: 80%; display: block; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; margin: 0 0 15px; } [mn="7023"] .infobx { line-height: 1.1; padding: 12px 0; transition: all ease-in-out .4s; width: 100%; flex: 1 0 0; font-family: var(--ft-t1); } [mn="7023"] ._subttl { margin: 6px 0 0; font-size: 75%; } [mn="7023"] .ttl { font-family: var(--ft-t1); font-size: 120%; margin: 6px 0 0; color: #000; } [mn="7023"] .bimgbx{ line-height: 0; .bimg { padding-top: 100%; transition: all ease-in-out .4s; transform: scale(1) } } [mn="7023"] .itm>*:hover .bimg:after { opacity: .5; } [mn="7023"] .itm>*:hover .bimg { transform: scale(1.15); } [mn="7023"] div.add { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); max-width: 25%; width: 90px; aspect-ratio: 1 / 1; opacity: 0; transition: all ease-in-out .4s; background-image: url(_src/add.png); z-index: 3; } [mn="7023"] .itm>* { cursor: pointer; } [mn="7023"] .itm>*:hover div.add { opacity: 1; } [mn="7023"] .itm>*>* { flex-direction: column } [mn="7023"] ._date { font-size: 80%; } @media screen and (max-width: 767px) { [mn="7023"] { --itmdiv: 2; } } @media screen and (max-width: 575px) { [mn="7023"] { --itmdiv: 1; } } .licht_7023{ .categorylistbx{ --listset-count: 3; @media(width<=575px){ --listset-count: 2; } } .h4{ text-align: center; } } [mn="3037"] { --secftclr: #fff; --secttlclr: #fff; --ttlsize: 200%; color: #fff; .infobx { padding: 15px } .bimgbx { line-height: inherit; } .bimgw { width: 100vw; line-height: inherit; } .bimg { --bpt: 0%; aspect-ratio: 2 / 1; z-index: 1; position: relative; @media(width>=1800px){ aspect-ratio: unset !important; min-height: 100svh; } } .formbx { padding: 30px 45px; @media(width>991px){ padding: 30px 60px } } .formbx:after { content: ''; position: absolute; height: calc(100% + 100px); width: 100%; background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.84) 15%, rgba(0, 0, 0, 0) 100%);; bottom: 0; right: 0; z-index: -1; } .swiper{ overflow: visible; } .swiper-button-next, .swiper-button-prev { --square: 25px; aspect-ratio: 1 / 1 !important; background-color: var(--clr01); width: var(--square); height: var(--square); height: auto; border-radius: 50%; z-index: 2; } .swiper-button-next:after, .swiper-button-prev:after { color: #fff; font-size: 15px; } /* .swiper-button-next, .swiper-button-prev { aspect-ratio: 1 / 1 !important; background-color: var(--clr01); width: 30px; height: auto; border-radius: 0%; } .swiper-pagination-bullet { background-color: var(--clr01x, #fff); } .swiper-pagination-bullet-active { background-color: var(--clr01); } */ .btn { min-width: auto; padding: 9px 15px; border: 2px solid #fff; background-color: transparent; border-radius: 50px; &:hover{ background-color: #fff; color: var(--clr01); } } @media only screen and (max-width: 767px) { .swiper-button-next, .swiper-button-prev { width: 21px; padding: 6px; &::after{ font-size: 9px; } } } @media only screen and (max-width: 575px) { .bimg { aspect-ratio: 2 / 1.5; } } @media only screen and (min-width: 767px) { .bimg:after { background: linear-gradient(132deg,rgba(35, 152, 210, 0.76) 0%, rgba(0, 66, 99, 1) 100%); } } /* .bar-h{ display: inline-block; height: 2px; width: 30px; background-color: var(--clr01); vertical-align: middle; margin: 0 6px; } */ .swiper-slide{ --transition: .9s all .9s ease; ._subttl, ._ittl{ transition: var(--transition); opacity: 0; translate: 0 -100px; } ._subttl{ transition: .9s all 1.3s ease; } ._content{ transition: var(--transition); opacity: 0; translate: 100px 0; } ._link{ transition: var(--transition); opacity: 0; } &.swiper-slide-active{ ._subttl, ._ittl, ._content, ._link { opacity: 1 !important; translate: 0 0 !important; } } } .swiper-pagination-bullet { width: auto; height: auto; padding: 3px 0; margin: 3px 6px !important; background-color: transparent; color: #fff; font-family: var(--ft-t1); border-bottom: 3px solid transparent; border-radius: 0; opacity: 1; line-height: 1; text-align: center; font-weight: bold; } .swiper-pagination{ text-align: right; padding: 9px 15px; @media(width>767px){ padding: 9px 60px; } } .swiper-pagination-bullet { opacity: .5; } .swiper-pagination-bullet-active { opacity: 1; font-size: 130%; } }