[mn="footer"] {
    margin-top: auto;
    padding: 0; 
    font-family: var(--font-t1);
}
[mn="footer"] .main > * ~ * {
    margin-top: 21px;
    padding-top: 21px;
    border-top: 2px solid var(--clr01);
}

[mn="footer"] .ttl {
    line-height: 1;
    margin: -15px 0 15px -3px;
}
[mn="footer"] .sitemap p {
    margin: 6px 0 0 !important;
    padding: 0 !important; 
}
[mn="footer"] .sitemap ul {
    margin: 6px 0 15px !important;
    padding: 0 !important;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
[mn="footer"] .sitemap ul > li {
    flex: 0 0 33.333%;
    max-width: 33.333%;
}
[mn="footer"] .desc img {
    vertical-align: inherit;
}

[mn="footer"] .footer-logo {
    max-height: 30px;
    margin: 0 0 15px;
}

[mn="footer"] .wrap-top {
    padding: 45px 0;
}

[mn="footer"] .wrap-bottom { 
    padding: 30px 0;
}

[mn="footer"] .copyright {
    color: #fff;
    background-color: var(--clr01);
    font-family: var(--font-t1);
}
[mn="footer"] a {
    color: inherit
}
[mn="footer"] a.active {
    color: var(--clr03)
}

[mn="footer"] a:not(.btn-gen-line2):hover {
    text-decoration: underline;
    color: var(--clr01)
} 
[mn="footer"] .title {
    font-family: var(--font-t2);
    margin: 0 0 6px;
    font-size: 130%;
    line-height: 1.2;
}

[mn="footer"] .med .scon {
    border: 2px solid var(--clr01);
    margin: 3px;
    border-radius: 6px;
    background-color: var(--clr01);
}
[mn="footer"] .med .scon a {
    display: block;
    width: 100%;
}

[mn="footer"] .med .scon:hover {
    background-color: var(--clr02);
    border: 2px solid var(--clr02);

}

[mn="footer"] .med .bimg {
    background-color: var(--clr01x, #fff);
}

[mn="footer"] .med .scon:hover .bimg {
    background-color: #fff;
}

[mn="footer"] .med .bimg-w {
    padding: 6px;
}

[mn="footer"] .med .itm {
    padding: 0 3px;
}

[mn="footer"] .signup {
    margin: 0 0 15px
}

[mn="footer"] .signup .btn-gen {
    padding: 0;
    position: absolute;
    right: 3px;
    top: 50%;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    transform: translate(0, -50%);
}

[mn="footer"] .signup input {
    margin: 0;
    padding: 12px;
    border-radius: 50px
}
[mn="footer"] .signup input {
    margin: 0;
    padding: 12px;
    border-radius: 50px
}

@media only screen and (max-width: 991px) {
    [mn="footer"] .main>* {
        align-items: flex-start;
    }
    [mn="footer"] .copyright>* {
        flex: 0 0 100%;
        max-width: 100%; 
    }
}
@media only screen and (max-width: 767px) {
    [mn="footer"] .sitemap ul > li {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* ======================= */ 

[mn="100"] {
    padding: 0 0;
    background-color: #000;
    text-align: center;
    z-index: 1;
}

[mn="100"] .socialbtn {
    position: absolute;
    left: 15px;
    bottom: 90px;
    z-index: 2
}
[mn="100"] .socialbtn .med .scon {
    border-radius: 0;
    margin: 3px;
    border: 0
} 
[mn="100"] .socialbtn .med .bimg {
    background-color: #fff
}
[mn="100"] .socialbtn .med a {
    display: block;
    width: 100%;
}
[mn="100"] .socialbtn .med .bimg-w {
    display: block;
    width: 100%;
    padding: 9px;
}


[mn="100"] .main {
    z-index: -3;
}
[mn="100"] .slide-progress {
    width: 0;
    max-width: 100%;
    height: 6px;
    background: #e84497;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

[mn="100"] [owl] img {
    display: inline-block;
    width: auto;
}

[mn="100"] [owl] .item {
    z-index: 1;
    padding: 0;
}
[mn="100"] [owl] .ttl {
    z-index: 1;
    padding: 0;
}

[mn="100"] [owl] .item:after {}

[mn="100"] [owl] .itemrow>div {
    max-width: 100%;
    flex: 0 0 100%;
}

[mn="100"] [owl] .owl-dot span {
    height: 6px;
    width: 6px;
    display: block;
    background-color: #fff;
    margin: 0 3px;
    border-radius: 0;
    border: 1px solid transparent;
    transition: all ease .4s;
    position: relative
}

/* [mn="100"] [owl] .owl-dot span:after {
    content: '';
    position: absolute;
    height: calc(100% + 12px);
    width: calc(100% + 12px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
    border-radius: 50%;
    border: 1px solid #fff
} */

[mn="100"] [owl] .owl-dot span:hover ,
[mn="100"] [owl] .owl-dot.active span {
    background-color: var(--clr01);
}

[mn="100"] [owl] button.owl-dot {
    text-align: center;
    margin: 12px 0
}

[mn="100"] [owl] svg {
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
    fill: #fff;
}
[mn="100"] [owl] svg polyline { 
    stroke: #fff !important;
}

[mn="100"] [owl] button.owl-next,
[mn="100"] [owl] button.owl-prev {
    width: 60px;
    height: 90px;
    padding: 13px !important;
    margin: 0 !important;
    background-color: var(--clr01x, transparent);
    display: flex;
    border-radius: 0;
    align-items: center;
    justify-content: center;
    opacity: .5
}

[mn="100"] [owl] button.owl-next:hover,
[mn="100"] [owl] button.owl-prev:hover {
    background-color: var(--clr02x, #000);
    opacity: 1
}


[mn="100"] .content > * {
    margin: 9px 0;
    color: #FFF;
} 
[mn="100"] [owl] .owl-dots {
    text-align: center;
    position: absolute;
    width: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
} 
[mn="100"] .full {
    text-align: center;
}

[mn="100"] .ttl {
    line-height: 1.2;
    margin: 0 0 15px; 
    font-family: var(--font-t1);  
    color: inherit
}

[mn="100"] .desc { 
    line-height: 1.3;
    font-size: 120%
} 

/*
[mn="100"] .ttl:after,
[mn="100"] .ttl:before {
    display: inline-block;
    content: '';
    height: 2px;
    width: 90px;
    background-color: #fff;
    vertical-align: middle;
}
*/

[mn="100"] .txtbx {
    max-width: 100%;
    width: 700px;
    margin: 0 auto
}

[mn="100"] [owl] .itemrow {
    padding: 30px 0;
    min-height: 100px;
    color: #fff;
    aspect-ratio: 2 / .9;
}

[mn="100"] .ln {
    text-align: center;
    padding: 40px 15px;
}

[mn="100"] .rn,
[mn="100"] .ln {
    flex: 0 0 100%;
    max-width: 900px;

}

[mn="100"] .txt-l {
    text-align: left
}

[mn="100"] .taste {
    margin: 30px 0 0
}

/* [mn="100"] .taste .btn-gen {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
}
[mn="100"] .taste .btn-gen:hover {
    background-color: var(--clr02); 
    border: 2px solid var(--clr02);
} */
[mn="100"] .txt-l div.btn-gen {
    margin: 15px 0
}

[mn="100"] .btn-play {
    cursor: pointer
}

[mn="100"] .mouse_scroll {
    transform: translate(-50%, -50%) scale(0.6);
}

[mn="100"] video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    background-color: #fff;
    z-index: -1
}

[mn="100"] .video-valid .animen {
    display: none
}

@media only screen and (max-width: 991px) { 
    [mn="100"] .ttl>span {
        max-width: 100%
    }

    [mn="100"] .ttl {
        margin: 35px 0;
    }

    [mn="100"] .ttl:after,
    [mn="100"] .ttl:before {
        width: 30px;
        display: block;
        margin: 6px auto
    }

    [mn="100"] [owl] .item:after {
        display: none;
    }

    [mn="100"] [owl] .owl-next,
    [mn="100"] [owl] .owl-prev {
        -webkit-transform: translate(0, 50%);
        transform: translate(0, 50%);
    }

    [mn="100"] [owl] button.owl-next,
    [mn="100"] [owl] button.owl-prev {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        border-radius: 0;
    }

    [mn="100"] [owl] .owl-nav button {
        margin: 0 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    [mn="100"] .txt-l {
        text-align: center
    }

    [mn="100"] .txt-l div.btn-gen {
        margin: 15px 0
    }

    [mn="100"] .txt-l+div {
        display: none
    }

    [mn="100"] [owl] img {
        max-height: 90px
    }
}

@media only screen and (max-width: 575px) {
    [mn="100"] .ttl {
        margin: 0 0 9px
    }

    [mn="100"] .ttl>span {
        font-size: 120%;
    }

    [mn="100"] .rn,
    [mn="100"] .ln {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.licht100.licht .main>div:not(.ccl) {
    padding: 0;
    background-color: transparent
}

.licht100 video {
    width: 100%
} 
/* ======================= */

[mn="200"] .div- {
    --div: 35%
}
[mn="200"] .div-l {
    flex: 0 0 var(--div);
    max-width: var(--div);
    background-position: top center;
}
[mn="200"] .div-r {
    flex: 0 0 calc( 100% - var(--div) );
    max-width: calc( 100% - var(--div) );
    padding: 30px;
    text-align: center;
    background-color: var(--clr01);
    color: #fff;
}
[mn="200"] .descbx { 
    max-width: 90%;
    margin: 0 auto;
}
[mn="200"] h2 { 
    color: inherit
}
[mn="200"] .btn-gen {
    display: inline-table;
    
    background-color: var(--clr01x, transparent); 
    border: 2px solid var(--clr01x, #fff);
    
    color: var(--clr01x, #fff);
    text-decoration: none !important;
    text-align: center; 
}
[mn="200"] .btn-gen:after {
    background-color: #fff;
}
[mn="200"] .btn-gen:hover:after {
    background-color: var(--clr01);
}
[mn="200"] .btn-gen:hover {
    /*    box-shadow: 0 0 0 0px #fff inset;*/
    color: var(--clr01, #fff); 
    background-color: var(--clr02x, #fff); 
    border: 2px solid var(--clr02x, #fff);
}

@media only screen and (max-width: 767px) {
    [mn="200"] .div-l,
    [mn="200"] .div-r {
        flex: 0 0 100%;
        max-width: 100%; 
    }
    [mn="200"] .descbx { 
        max-width: 100%; 
    }
}
/* ======================= */
[mn="300"] {
    background-color: #fff
}

[mn="300"] h2 {
    text-align: center
}
[mn="300"] .subttl { 
    font-family: var(--font-t1);
    font-size: 120%;
    line-height: 1;
    margin: 9px 0 0;
    padding: 0 0 9px
}
[mn="300"] .desc {  
    font-size: 80%; 
}
  

[mn="300"] .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

[mn="300"] .play img {
    width: 100px;
    opacity: .5;
    transform: scale(1);
    transition: .4s all ease
}

[mn="300"] .itms {
    margin: 0 -9px
}
[mn="300"] .list .item {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 0 9px 18px
}
[mn="300"] .list .item a {
    color: inherit
}
[mn="300"] .list .item>div:hover .play img {
    transform: scale(1.1);
}
 

[mn="300"] .list .item iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}

[mn="300"] .list .item iframe+.cover {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 11;
}

[mn="300"] .list .item .bimg-w {
    background-color: #eee; 
}

[mn="300"] .list .item .bimg {
padding-top: 70%;
background-color: #eee;
transition: .6s all ease;
} 
[mn="300"] .list .item a:hover .bimg {
scale: 1.1
} 
[mn="300"] .list .item a:hover {
color: var(--clr02)
} 
[mn="300"] .list .item .ttl {
    font-family: var(--font-t1);
    text-align: center;
    line-height: 1.2;
    padding: 9px 0 0
} 

[mn="300"] .bimgbx { 
    z-index: 1;
}
/* [mn="300"] .bimgbx:after {
    content: '';
    display: block;
    position: absolute;
    height: calc( 100% - 15px );
    width: calc( 100% - 15px );
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    border-radius: 50%;
    z-index: -1;
    border: 2px solid var(--clr01)
} */
[mn="300"] .bimgbx .bimg-w {  
    overflow: hidden
}
[mn="300"] .contentw {  
    padding: 15px;
    background-color: #fff;
}
[mn="300"]:after {  
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    background-color: var(--clr01);
    z-index: -1;
}
[mn="300"] .btnSearch {  
    margin: 0;
    width: 100%;
}
 

@media only screen and (max-width: 991px) {
    [mn="300"] .list .item {
        flex: 0 0 33.3333%;
        max-width: 33.3333%
    }
}
@media only screen and (max-width: 767px) {
    [mn="300"] .list .item {
        flex: 0 0 50%;
        max-width: 50%
    }
}


[mn="300"] [owl] .owl-stage {
    display: flex;
    flex-wrap: wrap;
}

[mn="300"] [owl] .item {
    padding: 0;
}
[mn="300"] [owl] .owl-item img {
    width: auto;
    display: inline
}
[mn="300"] [owl] .item > * {
padding: 20px;
width: 100%;
}
[mn="300"] [owl] .item > * > *{
padding: 20px;
background-color: #fff
}
[mn="300"] [owl] .item,
[mn="300"] [owl] .item>div {
    height: 100%;
}

[mn="300"] [owl] svg {
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
    fill: #222;
    transition: all ease .4s;
}

[mn="300"] [owl] .owl-dot span {
    background-color: var(--clr01, #fff);
    border: 2px solid var(--clr01, #fff);
    border-radius: 50px;
    margin: 0 3px;
    transition: .4s all ease;
}

[mn="300"] [owl] .owl-dot.active span {
    background-color: var(--clr02, #fff); 
}

[mn="300"] [owl] button.owl-next,
[mn="300"] [owl] button.owl-prev {
    width: 35px;
    height: 35px;
    padding: 9px !important;
    background-color: rgba(255, 255, 255, .8);
    display: flex;
    border-radius: 50%;
}

[mn="300"] [owl] button.owl-next:hover,
[mn="300"] [owl] button.owl-prev:hover {
    background-color: var(--clr01);
}

[mn="300"] [owl] button.owl-next:hover svg,
[mn="300"] [owl] button.owl-prev:hover svg {
    fill: #fff;
}

[mn="300"] [owl] .owl-dots {
    transform: translate(-50%, -200%);
}

@media only screen and (max-width: 575px) {
    [mn="300"] [owl] .owl-dots {
        display: block
    }
}
/* ======================= */  
[mn="102"] .content {
    max-width: 100%; 
} 
/* ======================= */ 
[mn="105"] {
    padding-top: 0;
    background-color: var(--clr01);
}
[mn="105"] .contentbx {
    padding: 30px;
    background-color: #fff;
} 
/* ======================= */ 
[mn="106"] {
    background-color: var(--clr01);
    color: #fff;
}
[mn="106"] h2 {
    text-align: right; 
    color: inherit;
}
[mn="106"] .lr- {
    margin: 12px 0;
}
[mn="106"] .lr-l {
    flex: 0 0 60px;
    max-width: 60px;
    padding: 0 9px 0 0
}
[mn="106"] .lr-r {
    flex: 0 0 calc(100% - 60px);
    max-width: calc(100% - 60px);
} 
@media only screen and (max-width: 991px) {
    [mn="106"] h2 {
        text-align: center
    }   
}

/* ======================= */ 
[mn="108"] .gridw {
    --div: 5; 
} 
[mn="108"] .griditm:hover {
    z-index: 10;
}
[mn="108"] .griditm {
    flex: 0 0 calc(100% / var(--div));
    max-width: calc(100% / var(--div));
    aspect-ratio: 1/1.1;
    text-align: center;
    position: relative;
} 
[mn="108"] .title  {
color: #fff;
font-family: var(--font-t1);
padding: 15px;
}
[mn="108"] .desc  {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    translate: 0 -50%;
    opacity: 0;
    transition: .6s all ease;
    padding: 15px;
} 
[mn="108"] .griditm:hover .desc  { 
    opacity: 1;
} 
@media only screen and (max-width: 991px) {
    [mn="108"] .gridw {
        --div: 3; 
    }  
}
@media only screen and (max-width: 575px) {
    [mn="108"] .gridw {
        --div: 1; 
    }  
    [mn="108"] .griditm { 
        aspect-ratio: unset; 
        min-height: 210px;
    } 
}
[moto="108"] .griditm {
    aspect-ratio: 1/1.5;
}
@media only screen and (max-width: 575px) {
    [moto="108"] .griditm:not([style*="background-image"]) {
        aspect-ratio: unset;
        min-height: 200px;
    }
}
@media only screen and (max-width: 575px) {
    [moto="109"] .griditm[style*="background-image"] {
        aspect-ratio: 1/1.1; 
    }
}
/* ======================= */ 
[moto="109"] {
    background-color: var(--clr01);
}
[moto="109"] h2 {
    text-align: right;
    color: #fff
}
[moto="109"] .bglyr {
    height: 300px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
/* ======================= */ 
[mn="107"] .decor {
    position: absolute;
    top: 0;
    right: 0;
}
/* ======================= */ 
 
[mn="403"] .itms {
    margin: 0 -9px;
} 
[mn="403"] .itms .taste .btn-gen {
    margin: 0;
}
[mn="403"] .itm:nth-child(even) .ttl {
background-color: var(--clr02)
}
[mn="403"] .itm {
flex: 0 0 33.333%;
max-width: 33.333%;
padding: 9px;
}
[mn="403"] .itm > * {
    transition: .6s all ease;
    flex-direction: column;
}
[mn="403"] .itm .taste a {
    font-family: var(--font-t1);
    color: var(--clr05);
    text-underline-offset: 3px;
    text-decoration: underline;
}
[mn="403"] .bimg-w {
    width: 60px;
    margin: 0 0 9px;
}
[mn="403"] .ttl {
    font-size: 110%;
    font-family: var(--font-t1);
    color: #fff;
    padding: 12px 9px;
    background-color: var(--clr01);
}
[mn="403"] .price {
    font-size: 130%;
    font-family: var(--font-t1); 
}
[mn="403"] .desc { 
    margin: 3px 0 0;
    background-color: #ccc;
    padding: 15px;
    flex: 1 0 0;
}
[mn="403"] .itm:nth-child(even) .desc {  
    background-color: var(--clr01); 
    color: #fff
}
[mn="403"] .imgpopular {
position: absolute;
right: -19px;
top: -21px;
}
[mn="403"] .subttl {
font-size: 80%;
font-family: var(--font-t1); 
}
[mn="403"] .lrw .lr-l {
flex: 1 0 0;
max-width: 100%;
}
[mn="403"] .lrw .lr-r {
flex: 0 0 60px;
max-width: 60px;
} 
@media only screen and (max-width: 767px) {
    [mn="403"] .itm {
        flex: 0 0 100%;
        max-width: 100%; 
    }
}
/* ======================= */ 

[mn="503"] {
    background-color: #fff
}

[mn="503"] .ttlbar {
    padding: 15px;
    width: 100%;
    color: #fff;
    background-color: var(--clr02);
    font-size: 200%;
    font-family: var(--font-t1);
    margin: 0 0 15px;
}
[mn="503"] h2 {
    text-align: center
}
[mn="503"] .subttl { 
    font-family: var(--font-t1);
    font-size: 120%;
    line-height: 1;
    margin: 9px 0 0;
    padding: 0 0 9px
}
[mn="503"] .group ~ .group { 
    margin: 45px 0 0;
}
  

[mn="503"] .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

[mn="503"] .play img {
    width: 100px;
    opacity: .5;
    transform: scale(1);
    transition: .4s all ease
}

[mn="503"] .itms {
    margin: 0 -9px
}
[mn="503"] .item {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 0 9px 21px
}
[mn="503"] .item a:not(.btn-gen, .btn-gen-w) {
    color: inherit
}
[mn="503"] .item>div:hover .play img {
    transform: scale(1.1);
}
 
[mn="503"] .item > * {
    flex-direction: column;
}
[mn="503"] .item .top {
    flex: 1 0 0;
}
[mn="503"] .item iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}

[mn="503"] .item iframe+.cover {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 11;
}

[mn="503"] .item .btn-gen {
    margin: 0;
}
[mn="503"] .item .bimg-w {
    background-color: #eee; 
}

[mn="503"] .detailbx {
    font-family: var(--font-t1);
    color: #fff;
    background-color: var(--clr01);
    padding: 15px;
    margin: 0 0 9px;
}
[mn="503"] .item .bimg {
padding-top: 70%;
background-color: #eee;
transition: .6s all ease;
} 
[mn="503"] .item a:not(.btn-gen, .btn-gen-w):hover .bimg {
scale: 1.1
} 
[mn="503"] .item a:not(.btn-gen, .btn-gen-w):hover {
color: var(--clr02)
} 
[mn="503"] .item .ttl {
    font-family: var(--font-t1);
    text-align: center;
    line-height: 1.2;
    padding: 9px 0 0
} 

[mn="503"] .bimgbx { 
    z-index: 1;
}
/* [mn="503"] .bimgbx:after {
    content: '';
    display: block;
    position: absolute;
    height: calc( 100% - 15px );
    width: calc( 100% - 15px );
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    border-radius: 50%;
    z-index: -1;
    border: 2px solid var(--clr01)
} */
[mn="503"] .bimgbx .bimg-w {  
    overflow: hidden
}
 

@media only screen and (max-width: 991px) {
    [mn="503"] .item {
        flex: 0 0 33.3333%;
        max-width: 33.3333%
    }
}
@media only screen and (max-width: 575px) {
    [mn="503"] .item {
        flex: 0 0 100%;
        max-width: 100%
    }
}
/* ======================= */ 
[mn="400"] .descbx {
    display: block;
    max-width: 100%;
    width: 500px;
    padding: 30px;
    background-color: var(--clr01);
    color: #fff;
    margin: 0 auto;
    text-align: center;
} 
[mn="400"] .descbx h2 { 
    color: inherit;
} 
[mn="400"] .btn-gen {
    display: inline-table;
    
    background-color: var(--clr01x, transparent); 
    border: 2px solid var(--clr01x, #fff);
    
    color: var(--clr01x, #fff);
    text-decoration: none !important;
    text-align: center; 
}
[mn="400"] .btn-gen:after {
    background-color: #fff;
}
[mn="400"] .btn-gen:hover:after {
    background-color: var(--clr01);
}
[mn="400"] .btn-gen:hover {
    /*    box-shadow: 0 0 0 0px #fff inset;*/
    color: var(--clr01, #fff); 
    background-color: var(--clr02x, #fff); 
    border: 2px solid var(--clr02x, #fff);
}
@media only screen and (max-width: 575px) { 
}
/* ======================= */
/* ======================= */
[mn="110"] {
    background-color: var(--clr01);
    color: #fff;

    & h2 {
        color: inherit;
    }

    .main {
        max-width: 900px
    }

    .ttlbx{

        text-align: center;

        .txtbx {
            flex: 0 0 200px;
            max-width: 200px;
            text-align: center
        } 
        .txtbx img {
            max-height: 130px
        } 
        .horidecor {
            flex: 1 0 0; 
        } 
        .horidecor:after {
            content: "";
            width: 100%;
            margin: 0 0;
            background-color: #fff;
            height: 6px;
            position: relative;
            display: block;
        } 
    }

    .itmbx {
        --div: 5;
        line-height: 1;

        .itmw {
            margin: 0 -9px;
        }

        .itm {
            flex: 0 0 calc(100% / var(--div));
            max-width: calc(100% / var(--div));
            text-align: center;
            padding: 9px;

            .num {
                font-size: 200%;
                font-family: var(--font-t1)
            }
            .bimg-w {
                width: 95px
            }
            .content {
                width: 100%;
                max-width: 210px;
                margin: 9px auto 0
            }
        } 

        @media (width <= 767px) {
            --div: 3
        }
        @media (width <= 575px) {
            --div: 1
        }
        
    }
    
 }
/* ======================= */
/* ======================= */
.bar-1 {
    background-image: url(bar-1.jpg);
    width: 100%;
    min-height: 45px;
    display: block;
}
.bar-2 {
    background-image: url(bar-2.jpg);
    width: 100%;
    min-height: 45px;
    display: block;
}
img.decor-top {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    pointer-events: none;
}
img.decor-bottom {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
}
.dashed {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='green' stroke-width='1' stroke-dasharray='1' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    width: 100%;
    height: 2px;
    margin: 0 0 30px;
}
.decor {
    position: absolute;
    top: 0;
    right: 0;
}

.lblbx {
    position: absolute;
    right: 3px;
    top: 3px;
}
.lblw > * {
    color: #fff;
    width: 45px;
    height: 45px;
    font-size: 70%;
    font-family: var(--font-t1);
    text-align: center;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 3px;
}
.moto-104,
.moto-102 {
    right: auto;
    left: 0
}
.coto-109 {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
}