 [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="8005"] { --secpt: 45px; --secpb: 6px; line-height: 1; z-index: 5; --secbgclr: var(--clr01x, #fff); .decor{ background-image: url(_src/8005.decor.jpg); background-position: top left; aspect-ratio: 2.5 / 1; position: absolute; left: 0; top: calc(-1 * var(--secpt)); display: block; width: 90px; } .mediabx{ position: absolute; right: 15px; top:calc(-1 * var(--secpt) + 9px); } } [mn="8005"] .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 } } [mn="8005"], .dekstickbx{ .container{ max-width: 1200px; } } [mn="8005"] .mediabx a { margin: 0px; border-radius: 50%; } [mn="8005"] .logo { margin: 0 0 } [mn="8005"] .logo img { max-height: 45px } [mn="8005"] .logo ._imgobj img { max-height: 21px } /* ======================= */ 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: 15px; width: 100%; justify-content: space-evenly; } nav > ul > li > a { padding: 3px; margin: 0 1px; position: relative; color: #777 !important; } /* 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% - 4px); 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: 15px; 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="8220"] { margin-top: auto; overflow: clip; & a { text-decoration: none; &:hover { text-decoration: underline; } } .popContent > * { margin: 3px; display: inline-block; vertical-align: middle; } .mediabx { --bgclr: transparent; --mediaborder: 2px solid #fff; --mediahovborder: 2px solid var(--clr02); --pd: 6px; --mg: 3px; --mediaborderradius: 50%; margin: 0 0 12px; &>*{ justify-content: center; } } .sitemap { font-family: var(--ft-t1); } .sitemap :is(ul) { list-style-type: none; list-style: none; margin: 0; padding: 0; } .sitemap ._content > ul { display: flex; flex-wrap: wrap; gap: 12px 15px; justify-content: center; } } .licht8220 { .contm { width: 900px; } & h4:after { position: relative; display: block; content: ''; width: 120px; height: 3px; background-color: var(--clr02, #999); margin: 9px 0 0; } } /* =========================== */ [mn="8220"]{ &::after { content: ''; display: inline-block; height: calc(var(--secpt) - 15px); background-color: #fff; clip-path: polygon(17% 0, 0% 100%, 100% 0); position: absolute; top: 0; right: 50%; translate: 30% -1px; aspect-ratio: 5 / 1; } } [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; } } .ttldecor-btm::after{ content: ''; display: inline-block; width: 50px; height: 21px; background-color: #fff; clip-path: polygon(17% 0, 0% 100%, 100% 8%); } .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="5106"] { margin-top: auto; .iconbx ._content { /* font-size: 90%; */ } } [mn="5106"] .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; } & li { padding: 0 9px; border-right: 2px solid #fff; &:last-child{ border: 0; } } } [mn="5106"] .formbx{ padding: 30px; border-radius: 30px; background-color: #dbedf3; } [mn="5106"] a { color: inherit; text-decoration: none; } [mn="5106"] .mediabx { margin: 15px 0 } [mn="5106"] .mediabx > * { justify-content: center; } [mn="5106"] .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="5106"] .mediabx a:hover { border: 2px solid var(--clr01) } [mn="5106"] ._content { margin: 0; } [mn="5106"] .iconbx { --div: 45px; .icon-l { padding-right: 12px; text-align: center; img{ max-height: 21px; max-width: 21px; } } .icon-r{ padding: 0; } .bg-mask { background-color: var(--secftclr); } .bimgw { --bw: 45px } } [mn="5106"] .ttl { font-size: 130%; line-height: 1; margin: 6px 0; font-family: var(--ft-t1); } [mn="5106"] .infoblock { max-width: 100%; margin: 30px auto 15px; font-family: var(--ft-t1); } [mn="5106"] .infoblock .item ~ .item { margin: 21px 0 } [mn="5106"] .secInfo ~ .secInfo { margin: 45px 0 0 } [mn="5106"] .form-line :is(input, textarea, select) { background-color: #f8f8f8; padding: 15px; border-radius: 3px; border: 1px solid #ccc; & + label{ left: 15px; top: 15px; color: #666; } } /* [mn="5106"] .aft:after { left: -21px; background-color: var(--clr01); height: calc(100% + 45px); top: 50%; translate: 0 -50%; } */ @media (max-width: 991px) { [mn="5106"] .empty { display: none; } } @media (min-width: 767px) { [mn="5106"] .imagelink { text-align: right } }/* [mn="5102"] .itm .l:after { content: ''; left: 0; bottom: 0; position: absolute; display: block; height: 100%; width: 250px; background: rgb(254,254,254); background: linear-gradient(90deg, rgba(235,235,235,1) 0%, rgba(235,235,235,0) 100%); } */ [mn="5102"] :is(input, textarea, select){ border-radius: 3px; } [mn="5102"] ._iframe { position: absolute; left: 0; top: 0; height: 100%; width: 100%; line-height: 0; aspect-ratio: auto; } [mn="5102"] ._iframe iframe { height: 100%; width: 100%; } [mn="5102"] ._content { line-height: 1.8; } @media (max-width: 1100px) { } @media (max-width: 767px) { [mn="5102"] { align-items: flex-start; min-height: auto; } [mn="5102"] .main { position: inherit; height: 350px } [mn="5102"] .main + div { padding: 30px 15px } } [mn="5102"] { &.dsg_1{ & .formbx { padding-top: 60px; padding-bottom: 60px } @media (min-width: 767px) { & .infow { width: 800px; max-width: calc(100% - 60px); margin: 0 auto; } } } &.dsg_2{ } } [mn="4303"] .itm { margin: 0 -3px; gap: 15px 0; .itm-l > * { } .itm-l, .itm-r { flex: 0 0 50%; max-width: 50%; padding: 0 3px; @media(width<767px){ flex: 0 0 100%; max-width: 100%; } } } [mn="4303"] .iconbx .icon-l img { max-height: 30px; margin: 3px 0 0; } [mn="4303"] .iconbx { --div: 45px; } [mn="4303"] .title { font-family: var(--ft-t1); font-size: 120%; margin: 0 0 15px; } @media only screen and (max-width: 767px) { }[mn="4003"] { --div: 235px; min-height: 100vh; .itm-l { flex: 0 0 var(--div); max-width: var(--div); border-left: 1px solid #ccc; flex-direction: column; } .itm-r { flex: 0 0 calc(100% - var(--div)); max-width: calc(100% - var(--div)); padding-left: 30px; } @media (width <= 767px) { .itm-l, .itm-r { flex: 0 0 100%; max-width: 100%; padding: 0; } } .contentbx { --div: 90px; width: 100%; .content-l { flex: 0 0 var(--div); max-width: var(--div); font-size: 250%; font-family: var(--ft-t1); color: #666; border-top: 1px solid #ccc; border-right: 1px solid #ccc; text-align: center; } .content-r { flex: 0 0 calc(100% - var(--div)); max-width: calc(100% - var(--div)); padding-left: 21px; } .h4 { font-size: 200%; font-family: var(--ft-t1); text-align: initial; } ._subttl { color: #666; } @media (width <= 767px) { --div: 50px; .content-l { font-size: 150%; } } } .tabbx { --div: 30px; font-size: 120%; font-family: var(--ft-t1); line-height: 1; width: 100%; margin: 0 0 30px; margin-left: -1px; padding-left: 19px; border-left: 6px solid transparent; cursor: pointer; color: #666; &:hover, &.active { color: var(--clr01); border-left: 6px solid var(--clr02); } .tab-l { flex: 0 0 var(--div); max-width: var(--div); } .tab-r { flex: 0 0 calc(100% - var(--div)); max-width: calc(100% - var(--div)); } } /* =========================== */ .ttldecor-top { display: none; } } .licht4003 ._ittl { text-align: center; margin: 30px 0; } .licht4003.licht .contm { width: 700px; } [mn="1008"]{ z-index: var(--zIndex_default, 1); --listTtlSize_default: var(--ttlsize); --listAlignItm_default: center; &.image_int{ @media (width>767px) { ._imgobj img { max-width: initial; } } } .rowbx{ --ObjImgMaru: var(--ObjImgMaru_default, 0); @media (width <= 1200px) { --ObjImgMaru: var(--ObjImgMaru_1200, 0); } @media (width <= 991px) { --ObjImgMaru: var(--ObjImgMaru_991, 0); } @media (width <= 767px) { --ObjImgMaru: var(--ObjImgMaru_767, 0); } @media (width <= 575px) { --ObjImgMaru: var(--ObjImgMaru_575, 0); } /* ================================== */ /* ================================== */ &>*.row{ align-items: var(--listAlignItm_default); } ._ittl{ margin: var(--listingTtlMarg_default, 0 0 18px); & * { text-align: var(--listingTtlAlg_default); } & .h4 { color: var(--listingTtlClr_default, var(--secttlclr)); font-size: var(--listTtlSize_default); } } ._imgobj { text-align: center; @media(width>767px){ display: flex; justify-content: flex-end; } img{ margin: var(--ObjImgMaru); } } &~&{ margin-top: 30px; } @media (max-width: 1100px) { ._imgobj img { max-height: 600px; } } ._imgobj { margin: 0; line-height: 0 } @media (max-width: 767px) { ._imgobj { margin: 0 0 15px; } ._imgobj img { max-height: unset; } } } &.dsg_1{ .rowbx:nth-child(even){ .row{ flex-direction: row-reverse; } ._imgobj { @media(width>767px){ justify-content: flex-start; } } } } &.dsg_2{ .rowbx:nth-child(odd){ .row{ flex-direction: row-reverse; } ._imgobj { @media(width>767px){ justify-content: flex-start; } } } .rowbx:nth-child(even){ ._imgobj { @media(width>767px){ justify-content: flex-end; } } } ._imgobj{ @media(width>767px){ display: flex; justify-content: flex-start; } } } } /* ============================ */ /* // customise */ [mn="1008"] [style*="margin-left:40px"] { margin: 0 !important; padding: 21px; background-color: var(--clr01); color: #fff; } [mn="1008"].image_noflex { ._imgobj{ display: block !important; } } [mn="1022"]{ --iconWidth: var(--iconWidth_default, 90px); --iconHeight: var(--iconHeight_default, 100%); --iconRadius: var(--iconRadius_default, 3px); --iconBorder: var(--iconBorder_default, 0); --iconPadding: var(--iconPadding_default, 0); --count: var(--count_default, 2); @media (width <= 991px) { --count: var(--count_991, 2); } @media (width <= 767px) { --count: var(--count_767, 1); } @media (width <= 575px) { --count: var(--count_575, 1); } } [mn="1022"]{ counter-reset: count 0; .list-{ counter-increment: count 1; /* .title::before{ content: counter(count, decimal-leading-zero); display: block; margin: 0 0 12px; font-size: 70%; color: #555 } */ } } [mn="1022"]{ .categorylistbx.listbx{ --listset-count: var(--count); --listset-gap: 60px; .categorybx { .infobx { background-color: transparent; max-width: 100%; margin: 0 auto; /* aspect-ratio: 3 / 2; */ } .bimgw { width: var(--iconWidth); border-radius: var(--iconRadius); border: var(--iconBorder); padding: var(--iconPadding); .bimg{ padding-top: var(--iconHeight); transition: .6s all cubic-bezier(0.075, 0.82, 0.165, 1); } } & a{ display: block; width: 100%; &:hover{ .bimg{ scale: 1.15; } } } } } .title { font-family: var(--ft-t2); margin: 0 0 15px; line-height: 1.1; font-size: 120%; width: 100%; /* &::after{ content: ''; display: block; width: 90px; height: 6px; background-color: var(--clr01); margin: 9px 0 0; } */ } } /* ============================ */ /* ============================ */ [mn="1022"]{ .list-{ } }/* [mn="1504"] .postlist .btn { padding: 0; min-width: auto; background-color: transparent; border: 0; color: var(--clr04); font-size: inherit; } */ [mn="1504"] { .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; } } .filterbx{ .filterw{ gap: 15px; } :is( input, select ){ margin: 0; height: 50px; } .suchbx{ input{ padding-right: 21px; } i{ position: absolute; right: 9px; top: 50%; translate: 0 -50%; cursor: pointer; height: 100%; display: flex; align-items: center; } } } } [mn="1504"] [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; } [mn="1504"] [catid]:hover, [mn="1504"] [catid].active { /* text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 2px; */ color: var(--clr01); } [mn="1504"] [catid]:after { position: absolute; display: block; content: ''; width: 1px; height: 100%; background-color: var(--clr01x, #999); rotate: 15deg; top: 0; right: 0 } [mn="1504"] [catid]:last-child:after { display: none } [mn="1504"] .catbx { margin: 0 0 15px; display: none; } [mn="1504"] .rowitm .h4 { padding: 0; margin: 0; border: 0; } [mn="1504"] .rowitm .h4:after { display: none; } @media (max-width: 991px) { [mn="1504"] .tabbx { display: none; } } [mn="1504"] .divlrw { margin: 0 -15px } [mn="1504"] .divlr- { --div: 300px; padding: 0 15px; } [mn="1504"] .divlr-.l, [mn="1504"] .divlr-.r { flex: 0 0 100%; max-width: 100% } [mn="1504"] .mediabx.sharer { position: absolute; right: 0; top: 0; z-index: 10; } @media (max-width: 575px) { [mn="1504"] .mediabx.sharer { position: relative; margin: 0 0 6px; } } /* ============================== */ [mn="1504"] .postbx.inner { max-width: 100%; margin: 0 auto; & h1 { font-size: 120%; } .backbtn { margin: 15px 0 0; .btn{ padding: 0; border: 0; color: inherit; background-color: transparent; min-width: unset; gap: 0; &::after { content: ''; display: inline-block; width: 15px; height: 9px; background-color: var(--clr02); margin: 0 0 0 6px; clip-path: polygon(17% 0, 0% 100%, 100% 8%); z-index: -1; } } } ._ittl { margin: 0; } ._date { font-family: var(--ft-t1); color: #888; } .blurb{ margin: 0 0 30px; } .galbxmain{ margin: 30px 0 0; } .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) } } .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; } @media(width>991px){ border-top: 1px solid #000; border-bottom: 1px solid #000; .div-{ padding: 9px; &.div-l{ padding-left: 0; } &.div-r{ padding-right: 0; border-left: 1px solid #000; } } } @media(width<=991px){ .div-l, .div-r{ flex: 0 0 100%; max-width: 100%; } .div-l{ padding: 6px 0; border-top: 1px solid #000; border-bottom: 1px solid #000; } } } } [mn="1504"] .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="1504"] .postbody { width: 100%; /* padding: 0 15px; */ /* line-height: 2; */ color: #333; text-align: justify; .categorylistbx.galbx { --listset-count: 3; --listset-gap: 45px; @media( width<991px ){ --listset-count: 2; } @media( width<575px ){ --listset-count: 1; } .bimgbx{ line-height: 0; position: relative; z-index: 1; &::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: 100%; z-index: -1; } } } } /* ============================== */ [mn="1040"] { --secttlclr: inherit; --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); } } [mn="1040"] { overflow: clip; .contentbx{ padding: 45px 45px 30px; @media(width>767px){ min-height: 300px; } @media(width<=767px){ padding: 15px 15px 30px; } } .col-r{ z-index: -2; } ._imgobj{ &, img{ @media(width>767px){ max-width: unset !important; } } } } [mn="1040"] .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="1040"] .bglyr { --move: 300px; content: ''; display: block; width: calc(100% + var(--move)); height: 100%; background-color: var(--clr01x, #e6e6e6); left: auto; right: 0; top: 50%; position: absolute; z-index: -1; translate: var(--move) -50%; @media(width<=767px){ right: 0; top: auto; bottom: 0; translate: 0; height: calc(100% + 200px); width: 100%; } } [mn="1040"] ._subttl { color: var(--secttlclr); font-family: var(--ft-t2); margin: 0 0 9px; } [mn="1040"] .btn { margin: 0 0 9px; } [mn="1040"] h4 { margin: 0 0 6px; } [mn="1040"] .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="1040"] .taste a:not(.btn) { font-family: var(--ft-t3); color: var(--clr03); } @media (max-width: 575px) { [mn="1040"] .txtbglyr { font-size: 18vw; left: 0; top: 60px; translate: 0 0; writing-mode: vertical-lr; transform-origin: center; } } /* @media (min-width: 767px) { [mn="1040"] ._imgobj img { max-width: initial; } } */ [mn="1041"] { --secttlclr: inherit; --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); } } [mn="1041"] { overflow: clip; .contentbx{ padding: 45px 45px 30px; @media(width>767px){ min-height: 300px; } @media(width<=767px){ padding: 15px 15px 30px; } } .col-r{ z-index: -2; } ._imgobj{ &, img{ @media(width>767px){ max-width: unset !important; } } } } [mn="1041"] .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="1041"] .bglyr { --move: 300px; content: ''; display: block; width: calc(100% + var(--move)); height: 100%; background-color: var(--clr01x, #e6e6e6); 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="1041"] ._subttl { color: var(--secttlclr); font-family: var(--ft-t2); margin: 0 0 9px; } [mn="1041"] .btn { margin: 0 0 9px; } [mn="1041"] h4 { margin: 0 0 6px; } [mn="1041"] .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="1041"] .taste a:not(.btn) { font-family: var(--ft-t3); color: var(--clr03); } @media (max-width: 575px) { [mn="1041"] .txtbglyr { font-size: 18vw; left: 0; top: 60px; translate: 0 0; writing-mode: vertical-lr; transform-origin: center; } } /* @media (min-width: 767px) { [mn="1041"] ._imgobj img { max-width: initial; } } */ /* ============================ */ [mn="1041"] .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="1200"]{ .contentbx { border-radius: 0; padding: 60px 45px; } a:not(.btn) { font-family: var(--ft-t3); color: var(--clr01) } ._ittl .h4{ color: inherit; } @media (max-width: 767px) { .contentbx { border-radius: 0; padding: 60px 15px; } } } [mn="4106"]{ --tabBgClr: var(--tabBgClr_default, transparent); --tabBgClrActive: var(--tabBgClrActive_default, transparent); --tabTxtClr: var(--tabTxtClr_default, var(--clr01)); --tabTxtClrActive: var(--tabTxtClrActive_default, var(--clr01)); .accordiontabbx{ width: 900px; max-width: 100%; margin: 0 auto; } .accordiontab{ border: 1px solid #ccc; position: relative; border-radius: 15px; --pad: 21px; & ~ & { margin: 15px 0 0; } & > * { padding: var(--pad) 45px var(--pad) var(--pad); } & > .btm { padding-right: var(--pad); padding-top: 0px; } .slide { display: none; } .title{ --div: 25px; margin: 0; /* .ttl-{ &.ttl-l{ flex: 0 0 var(--div); max-width: var(--div); } &.ttl-r{ flex: 0 0 calc(100% - var(--div)); max-width: calc(100% - var(--div)); padding-left: 12px; } } */ } ._content{ margin: 0; } .top { line-height: 1; font-family: var(--ft-t1); cursor: pointer; background-color: var(--tabBgClr); color: var(--tabTxtClr); transition: .6s all ease; &::after { content: ''; aspect-ratio: 1 / 1; width: 21px; /* background-image: url(_src/arrow.svg); background-size: contain; background-position: center; background-repeat: no-repeat; */ -webkit-mask-image: url(_src/arrow.svg); mask-image: url(_src/arrow.svg); mask-size: contain; -webkit-mask-size: contain; mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat; mask-position: center; -webkit-mask-position: center; background-color: var(--tabTxtClr); position: absolute; right: var(--pad); top: var(--pad); rotate: 0deg; transform-origin: center; transition: .6s all ease; @media (max-width: 575px){ width: 18px; } } } &.active .top{ background-color: var(--tabBgClrActive); color: var(--tabTxtClrActive); &::after { rotate: 180deg; background-color: var(--tabTxtClrActive); pointer-events: none; } } } .divbx{ --div: 150px; @media(width<575px){ --div: 90px; } .div-l{ flex: 0 0 var(--div); max-width: var(--div); } .div-r{ flex: 0 0 calc(100% - var(--div)); max-width: calc(100% - var(--div)); padding-left: 21px; @media(width<575px){ padding-left: 15px; } } .title{ margin: 0 0 18px; padding: 0 0 12px; border-bottom: 3px solid var(--clr02); } .btnbx{ margin: 15px 0 0; } & ~ & { padding-top: 30px; margin-top: 30px; border-top: 2px solid #eee; } } } [mn="4308"]{ .divbx{ --div: 100px; .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); } } .divbx2{ --div: 150px; .divw2{ gap: 15px 0; @media(width>767px){ min-height: 350px; } } .div2-l{ flex: 0 0 calc(100% - var(--div)); max-width: calc(100% - var(--div)); } .div2-r{ flex: 0 0 var(--div); max-width: var(--div); &::after{ content: ''; display: inline-block; height: 100%; width: 50%; background-color: var(--clr02); background-image: linear-gradient(180deg, rgb(0 82 144) 0%, rgba(35, 152, 210, 1) 100%); clip-path: var(--clip-path); } } @media(width<=767px){ .div2-l, .div2-r{ flex: 0 0 100%; max-width: 100%; } } } .categorylistbx{ --listset-gap: 90px; --listset-gap-y: 21px; line-height: 1.2; @media(width<767px){ --listset-count: 1 } .categorybx{ border-bottom: 1px solid var(--clr02); padding-bottom: 9px; } .title{ color: var(--clr02); } .subtitle{ ._subttl{ font-family: inherit; color: inherit; } } } .btn_view_more{ font-family: var(--ft-t1); cursor: pointer; transition: .6s all ease; &::after{ content: ''; display: inline-block; width: 15px; height: 9px; background-color: var(--clr02); margin: 0 0 0 6px; clip-path: polygon(17% 0, 0% 100%, 100% 8%); } &:hover{ color: var(--clr02); } } } .licht_4308{ .btnClose.ccl{ display: none; } .contbx-w{ background-image: url(_src/4308.bg.jpg); padding-bottom: 100px !important; background-position: top right; background-size: auto; background-repeat: no-repeat; } ._imgobj { position: absolute; max-width: 50%; left: 0; top: 0; } .contentbx{ line-height: 1.5; .title{ color: var(--clr02); } .subtitle{ ._subttl{ font-family: inherit; color: inherit; } } } .btn_doc{ display: inline-block; padding: 8px; background-color: #888; color: #fff; line-height: 1; border-radius: 3px; font-size: 80%; vertical-align: bottom; } .divbx{ --div: 65%; .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); } @media(width<=767px){ --div: 55%; } @media(width<=575px){ --div: 90%; } .contentbx{ padding: 60px 0 30px; @media(width<=575px){ padding: 45% 0 30px; } } } .contentlistbx{ transition: .9s all ease; &:not(.animate){ opacity: 0; } .title{ margin: 0 0 9px; padding: 0 0 9px; border-bottom: 2px solid var(--clr02); color: var(--clr02); } .contentlist{ & ~ & { margin-top: 30px; } } } &:not(:has(.btn_show.active)){ .show-less{ display: none; } .contentlist{ display: none; } } &:has(.btn_show.active){ .show-more{ display: none; } } .navigator{ position: absolute; width: 100%; left: 0; bottom: 0; .navi-{ aspect-ratio: 1; width: 90px; background-image: linear-gradient(180deg, var(--clr01) 0%, var(--clr02) 100%); padding: 6px; line-height: 1; color: #fff; cursor: pointer; &.navi-next{ clip-path: polygon(100% 0, 0% 100%, 100% 100%); } &.navi-prev{ clip-path: polygon(0 0, 0% 100%, 100% 100%); } } } .btn_close{ position: absolute; right: 0; top: 0; width: 85px; aspect-ratio: 3 / 3; background-image: url(_src/4308.close.png); clip-path: polygon(15px 0%, 100% 0%, calc(100% - 15px) 100%, 0% 100%); text-align: center; color: #fff; line-height: 1; padding: 9px 0; padding-left: 9px; cursor: pointer; } } [mn="3032"] { --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 } .bimg:after { content: ''; height: 100%; width: 800px; min-width: calc(50% + 100px); background-image: linear-gradient(132deg,rgba(35, 152, 210, 0.76) 30%, rgba(0, 66, 99, 1) 100%); position: absolute; top: 0; right: 0; z-index: -1; @media(width>991px){ clip-path: polygon(150px 0, 100% 0, 100% 100%, 0 100%); } } .swiper-button-next, .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; } .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="3033"] { .mySwiper{ .swiper-button-next, .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; opacity: 0; transition: .9s all ease; } .swiper-button-next:after, .swiper-button-prev:after { color: #fff; font-size: 15px; } &:hover{ .swiper-button-next, .swiper-button-prev{ opacity: 1; } } } @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; border-radius: 15px; padding: 35px 20px; ._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="3033"] .divbx{ --div: 150px; @media(width<575px){ --div: 90px; } .div-l{ flex: 0 0 var(--div); max-width: var(--div); } .div-r{ flex: 0 0 calc(100% - var(--div)); max-width: calc(100% - var(--div)); padding-left: 21px; @media(width<575px){ padding-left: 15px; } } .title{ margin: 0 0 18px; padding: 0 0 12px; } } /* ========================== */ [mn="7046"] { .listbx { margin: 0 -15px; text-align: center; } .list- { --count: 3; flex: 0 0 calc(100% / var(--count)); max-width: calc(100% / var(--count)); padding: 15px; @media (max-width: 991px) { --count: 3; } @media (max-width: 767px) { --count: 3; } @media (max-width: 575px) { --count: 1; } } a{ transition: .6s all ease; &:hover{ opacity: .65; } } .bimg { --bpt: 90% } .bimgw { /* border: 6px solid var(--clr01); border-radius: 50%; */ padding: 0; margin: 0 auto 15px; } .title { font-family: var(--ft-t1); line-height: 1.1; font-size: 150%; } .menubx{ line-height: 1.4; .menuw{ width: 200px; max-width: 100%; margin: 0 auto; } a{ display: block; text-align: center; border-bottom: 1px solid #ddd; padding: 6px 0; font-size: 120%; } } } .licht_7046{ ._secttlbx{ * { text-align: center; } } }/* [mn="5110"] .itm .l:after { content: ''; left: 0; bottom: 0; position: absolute; display: block; height: 100%; width: 250px; background: rgb(254,254,254); background: linear-gradient(90deg, rgba(235,235,235,1) 0%, rgba(235,235,235,0) 100%); } */ [mn="5110"] :is(input, textarea, select){ border-radius: 3px; } [mn="5110"] ._iframe { position: absolute; left: 0; top: 0; height: 100%; width: 100%; line-height: 0; aspect-ratio: auto; } [mn="5110"] ._iframe iframe { height: 100%; width: 100%; } [mn="5110"] ._content { line-height: 1.8; } @media (max-width: 1100px) { } @media (max-width: 767px) { [mn="5110"] { align-items: flex-start; min-height: auto; } [mn="5110"] .main { position: inherit; height: 350px } [mn="5110"] .main + div { padding: 30px 15px } } [mn="5110"] { &.dsg_1{ & .formbx { padding-top: 60px; padding-bottom: 60px } @media (min-width: 767px) { & .infow { width: 800px; max-width: calc(100% - 60px); margin: 0 auto; } } } &.dsg_2{ } } [mn="4309"]{ .divbx{ --div: 100px; .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); } } .divbx2{ --div: 150px; .divw2{ gap: 15px 0; @media(width>767px){ min-height: 350px; } } .div2-l{ flex: 0 0 calc(100% - var(--div)); max-width: calc(100% - var(--div)); } .div2-r{ flex: 0 0 var(--div); max-width: var(--div); &::after{ content: ''; display: inline-block; height: 100%; width: 50%; background-color: var(--clr02); background-image: linear-gradient(180deg, rgb(0 82 144) 0%, rgba(35, 152, 210, 1) 100%); clip-path: var(--clip-path); } } @media(width<=767px){ .div2-l, .div2-r{ flex: 0 0 100%; max-width: 100%; } } } .categorylistbx{ --listset-gap: 90px; --listset-gap-y: 21px; line-height: 1.2; --listset-count: 1; @media(width<767px){ --listset-count: 1 } .categorybx{ border-bottom: 1px solid var(--clr02); padding-bottom: 9px; } .title{ color: var(--clr02); } .subtitle{ ._subttl{ font-family: inherit; color: inherit; } } } .btn_view_more{ font-family: var(--ft-t1); cursor: pointer; transition: .6s all ease; &::after{ content: ''; display: inline-block; width: 15px; height: 9px; background-color: var(--clr02); margin: 0 0 0 6px; clip-path: polygon(17% 0, 0% 100%, 100% 8%); } &:hover{ color: var(--clr02); } } } .licht_4309{ .btnClose.ccl{ display: none; } .contbx-w{ background-image: url(_src/4309.bg.jpg); padding-bottom: 100px !important; background-position: top right; background-size: auto; background-repeat: no-repeat; } ._imgobj { position: absolute; max-width: 50%; left: 0; top: 0; } .contentbx{ line-height: 1.5; .title{ color: var(--clr02); } .subtitle{ ._subttl{ font-family: inherit; color: inherit; } } } .btn_doc{ display: inline-block; padding: 8px; background-color: #888; color: #fff; line-height: 1; border-radius: 3px; font-size: 80%; vertical-align: bottom; } .divbx{ --div: 65%; .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); } @media(width<=767px){ --div: 55%; } @media(width<=575px){ --div: 90%; } .contentbx{ padding: 60px 0 30px; @media(width<=575px){ padding: 45% 0 30px; } } } .contentlistbx{ transition: .9s all ease; &:not(.animate){ opacity: 0; } .title{ margin: 0 0 9px; padding: 0 0 9px; border-bottom: 2px solid var(--clr02); color: var(--clr02); } .contentlist{ & ~ & { margin-top: 30px; } } } &:not(:has(.btn_show.active)){ .show-less{ display: none; } .contentlist{ display: none; } } &:has(.btn_show.active){ .show-more{ display: none; } } .navigator{ position: absolute; width: 100%; left: 0; bottom: 0; .navi-{ aspect-ratio: 1; width: 90px; background-image: linear-gradient(180deg, var(--clr01) 0%, var(--clr02) 100%); padding: 6px; line-height: 1; color: #fff; cursor: pointer; &.navi-next{ clip-path: polygon(100% 0, 0% 100%, 100% 100%); } &.navi-prev{ clip-path: polygon(0 0, 0% 100%, 100% 100%); } } } .btn_close{ position: absolute; right: 0; top: 0; width: 85px; aspect-ratio: 3 / 3; background-image: url(_src/4309.close.png); clip-path: polygon(15px 0%, 100% 0%, calc(100% - 15px) 100%, 0% 100%); text-align: center; color: #fff; line-height: 1; padding: 9px 0; padding-left: 9px; cursor: pointer; } }