section {
    position: relative;
    overflow: hidden;
}


/*ファーストビュー*/

section.top-fv {
    height: 100%;
}

section.top-fv .inner {
    position: relative;
}

section.top-fv .inner .bk {
    -webkit-transition-delay: .4s !important;
    transition-delay: .4s !important;
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
    top: 0;
    left: 0;
    width: calc(100% - 250px);
    height: 100%;
    z-index: 0;
}

section.top-fv .inner .bk img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

section.top-fv .inner.action-2 .bk img {
    -webkit-transition-duration: 5s;
    transition-duration: 5s;
    animation-delay: 10s;
    animation: anime-bk 5s;
    opacity: 0;
    animation-fill-mode: forwards;
}

section.top-fv .inner.action-2 .bk video {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

section.top-fv .inner.action-2 .bk video {
    -webkit-transition-duration: 5s;
    transition-duration: 5s;
    animation-delay: 10s;
    animation: anime-bk 5s;
    opacity: 0;
    animation-fill-mode: forwards;
}

@keyframes anime-bk {
    0% {
        -webkit-transform: scale(2);
        transform: scale(2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

section.top-fv .inner .fv-logo {
    animation: anime1 1.4s;
    animation-delay: 5s;
    transition-timing-function: ease;
    transition-property: transform, opacity, filter, -webkit-transform, -webkit-filter;
    position: absolute;
    top: 6em;
    right: 335px;
    width: 300px;
    margin: 0;
    z-index: 5;
    will-change: transform, opacity;
    opacity: 0;
    animation-fill-mode: forwards;
}

@keyframes anime1 {
    0% {
        filter: blur(10px);
        -webkit-filter: blur(10px);
    }
    100% {
        filter: blur(0px);
        -webkit-filter: blur(0px);
        opacity: 1;
    }
}

section.top-fv .inner .chatchcopy {
    font-family: "Cormorant Garamond";
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 84px;
    z-index: 5;
    letter-spacing: .05em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.5;
    animation: anime 1.4s;
    animation-delay: 3.5s;
    opacity: 0;
    animation-fill-mode: forwards;
}

section.top-fv .inner .chatchcopy h1 {
    -webkit-transition-delay: 2s !important;
    transition-delay: 2s !important;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0.5em;
}

section.top-fv .inner .chatchcopy p {
    text-align: center;
    letter-spacing: .05em;
    margin-bottom: 0.5em;
}


/*factory*/

section#factory {
    padding: 224px 0 100px;
    padding-top: 4em;
}

section#factory .sec_inner {
    max-width: 1240px;
    margin: auto;
    padding: 0 1em;
    position: relative;
}

section#factory .sec_header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

section#factory h2 {
    font-family: "Cormorant Garamond";
    font-weight: 600;
    position: relative;
    font-size: 42px;
    letter-spacing: .05em;
    padding-top: 40px;
    text-align: center;
}

section#factory h2 img {
    width: 300px;
    display: block;
    margin: auto;
    margin-bottom: 0.5em;
}

section#factory .num {
    font-family: "Cormorant Garamond";
    font-weight: 600;
    font-size: 80px;
    display: inline-block;
    position: absolute;
    bottom: 0.5em;
    left: 0;
    padding-right: 116px;
}

section#factory .num:after {
    background-color: #aaa;
    content: "";
    display: block;
    width: 106px;
    height: 1px;
    position: absolute;
    top: 65%;
    right: 0;
}

section#factory .contents {
    max-width: 462px;
    position: relative;
    margin: auto;
}

section#factory .contents h3 {
    font-size: 24px;
    line-height: 1.7;
    font-weight: 500;
    letter-spacing: -0.05em;
    margin-bottom: 25px;
}

section#factory .contents .ja {
    line-height: 2.14;
    letter-spacing: .05em;
    position: relative;
    padding-top: 40px;
    margin-top: 50px;
}

section#factory .contents .ja:after {
    background-color: #aaa;
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
}

section#factory .img {
    position: absolute;
    overflow: hidden;
}

section#factory .img.i1 {
    width: 410px;
    height: 592px;
    top: 385px;
    left: 50%;
    margin-left: -720px;
}

section#factory .img.i2 {
    width: 397px;
    height: 557px;
    top: 150px;
    left: 50%;
    margin-left: 320px;
}

section#factory .img.i3 {
    width: 250px;
    height: 250px;
    top: 155%;
    left: 50%;
    margin-left: -620px;
}

section#factory .img.i4 {
    width: 340px;
    height: 300px;
    top: 140%;
    left: 50%;
    margin-left: -318px;
}

section#factory .img.i5 {
    width: 533px;
    height: 533px;
    top: 120%;
    left: 50%;
    margin-left: 80px;
}


/*company*/

section#company {}

section#company .sec_inner {
    max-width: 1240px;
    margin: auto;
    padding: 0 1em;
    position: relative;
}

section#company .sec_header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

section#company h2 {
    font-family: "Cormorant Garamond";
    font-weight: 600;
    position: relative;
    font-size: 42px;
    letter-spacing: .05em;
    padding-top: 40px;
    text-align: center;
}

section#company h2 img {
    width: 300px;
    display: block;
    margin: auto;
    margin-bottom: 0.5em;
}

section#company .num {
    font-family: "Cormorant Garamond";
    font-weight: 600;
    font-size: 80px;
    display: inline-block;
    position: absolute;
    bottom: 0.5em;
    left: 0;
    padding-right: 116px;
}

section#company .num:after {
    background-color: #aaa;
    content: "";
    display: block;
    width: 106px;
    height: 1px;
    position: absolute;
    top: 65%;
    right: 0;
}

section#company .contents {
    max-width: 462px;
    position: relative;
    margin: auto;
    margin-right: 34.5%;
}

section#company .contents h3 {
    font-size: 24px;
    line-height: 1.7;
    font-weight: 500;
    letter-spacing: -0.05em;
    margin-bottom: 25px;
}

section#company .contents .ja {
    line-height: 2.14;
    letter-spacing: .05em;
    position: relative;
    padding-top: 40px;
    margin-top: 50px;
}

section#company .contents .ja:after {
    background-color: #aaa;
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
}

section#company .img {
    position: absolute;
    overflow: hidden;
}

section#company .img.i1 {
    width: 410px;
    height: 592px;
    top: 325px;
    left: 50%;
    margin-left: -720px;
}

section#company .img.i1-sp {
    display: none;
}

section#company .img.i2 {
    width: 472px;
    height: 557px;
    top: 280px;
    left: 50%;
    margin-left: 245px;
}

section#sec.top .sec_gallery {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
    justify-content: space-between;
    margin-bottom: 5em;
}

section#sec.top .wrap {
    max-width: 1240px;
}

section#sec.top .sec_gallery.sg1 .img {
    position: relative;
    overflow: hidden;
    margin: 0 !important;
    width: calc(100% / 3 - 1.5rem);
}

section#sec.top .sec_gallery.sg1 img {
    width: 100%;
    height: auto;
    object-fit: cover;
}


/*section#sec.top .sec_gallery.sg1 .img.i5 {
   width: 350px;
    height: 250px;
    object-fit: cover;
    margin-top: 2rem;
}

section#sec.top .sec_gallery.sg1 .img.i5 img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

section#sec.top .sec_gallery.sg1 .img.i4 {
     width: 350px;
    height: 250px;
    margin-top: 6em;
}

section#sec.top .sec_gallery.sg1 .img.i4 img {
    object-fit: cover;
   width: 100%;
    height: auto;
}

section#sec.top .sec_gallery.sg1 .img.i3 {
     width: 350px;
    height: 250px;
}

section#sec.top .sec_gallery.sg1 .img.i3 img {
  width: auto;
    height: 250px;
    object-fit: cover;
}
*/

section#sec.top {
    margin-top: 9rem;
}


/*morno*/

section#morno {
    background: #1F3137;
    margin-top: 8em;
}

section#morno .sec_inner {
    max-width: 1240px;
    margin: auto;
    padding: 0 1em;
    position: relative;
}

section#morno .sec_header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

section#morno h2 {
    font-family: "Cormorant Garamond";
    font-weight: 600;
    position: relative;
    font-size: 42px;
    letter-spacing: .05em;
    padding-top: 40px;
    text-align: center;
    color: #fff;
}

section#morno h2 img {
    width: 300px;
    display: block;
    margin: auto;
    margin-bottom: 0.5em;
}

section#morno .num {
    font-family: "Cormorant Garamond";
    font-weight: 600;
    font-size: 80px;
    display: inline-block;
    position: absolute;
    bottom: 0.5em;
    left: 0;
    padding-right: 116px;
    color: #fff;
}

section#morno .num:after {
    background-color: #aaa;
    content: "";
    display: block;
    width: 106px;
    height: 1px;
    position: absolute;
    top: 65%;
    right: 0;
}

section#morno .sc1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
    margin-bottom: 80px;
}

section#morno .sc1>div {
    flex: 1;
}

section#morno .sc1>.images {
    flex: 1;
    width: calc(100% / 3 - 2rem);
    border: 1px solid #fff;
    margin-top: 3em;
    padding: 5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

section#morno .sc1 .images.top {
    padding: 0;
}

section#morno .sc1 .images img {
    width: 180px;
}

section#morno .sc1 .images.morno-top img {
    width: 110px;
}

section#morno .sc1 .images.top img {
    width: 270px;
}

section#morno .contents {
    position: relative;
}

section#morno .contents img {
    margin: auto;
    display: block;
    width: 100px;
    margin-bottom: 8em;
}

section#morno h3 {
    font-size: 24px;
    line-height: 1.7;
    font-weight: 500;
    letter-spacing: -0.05em;
    margin-bottom: 25px;
    color: #fff;
}

section#morno .contents .ja {
    line-height: 2.14;
    letter-spacing: .05em;
    position: relative;
    padding-top: 40px;
    margin-top: 50px;
    color: #fff;
}

section#morno .contents .ja:after {
    background-color: #fff;
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
}

section#morno .contents .buttons a {
    color: #fff;
    border-bottom: 0.5px solid #fff;
}

section#morno .contents .buttons a span:before {
    border-top: solid 0.5px #fff;
    border-right: solid 0.5px #fff;
}

section#morno .sec_gallery {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
    justify-content: space-around;
    margin-bottom: 5em;
}

section#morno .img.i3 {
    margin-top: 14em;
    width: 28%;
    position: relative;
    overflow: hidden;
}

section#morno .img.i4 {
    margin-top: 3em;
    width: 33%;
    position: relative;
    overflow: hidden;
}

section#morno .img.i5 {
    width: 35%;
    position: relative;
    overflow: hidden;
}

section#morno .reverse {
    flex-direction: row-reverse;
}

section#morno .reverse .images {
    margin-right: -100px;
    margin-left: 0;
}

section#morno .reverse .contents img {
    margin: auto;
    display: block;
    width: 350px;
    margin-bottom: 8em;
}

section#morno .bruh .contents img {
    margin: auto;
    display: block;
    width: 150px;
    margin-bottom: 8em;
}


/*access*/

section#access {
    padding-top: 5em;
    padding-bottom: 10em;
}

section#access .sec_inner {
    max-width: 1240px;
    margin: auto;
    padding: 0 1em;
    position: relative;
}

section#access .sec_header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 4em;
}

section#access h2 {
    font-family: "Cormorant Garamond";
    font-weight: 600;
    position: relative;
    font-size: 42px;
    letter-spacing: .05em;
    padding-top: 40px;
    text-align: center;
}

section#access h2 img {
    width: 300px;
    display: block;
    margin: auto;
    margin-bottom: 0.5em;
}

section#access .num {
    font-family: "Cormorant Garamond";
    font-weight: 600;
    font-size: 80px;
    display: inline-block;
    position: absolute;
    bottom: 0.5em;
    left: 0;
    padding-right: 116px;
}

section#access .num:after {
    background-color: #aaa;
    content: "";
    display: block;
    width: 106px;
    height: 1px;
    position: absolute;
    top: 65%;
    right: 0;
}

section#access .contents {
    text-align: center;
}

section#access table {
    margin: auto;
}

section#access table th,
section#access table td {
    padding: 1rem;
    vertical-align: text-top;
    text-align: left;
}

section#access table td a {
    text-decoration: underline;
    color: #7c7c7c;
    line-height: 2;
}

section#access .contents iframe {
    width: calc(60% - 1em);
    height: 450px;
}

section#access .contents .txt {
    width: calc(40% - 1em);
}

section#access .contents .txt img.logo {
    width: 170px;
    margin: auto;
    display: block;
    margin-bottom: 2em;
    margin-top: 1em;
}

section#access .contents .txt p {
    font-family: "Noto Sans JP";
    font-weight: 400;
    margin-bottom: 0.5em;
    font-size: 18px;
    letter-spacing: 0.1em;
}

section#access .contents .txt img.company {
    width: 200px;
    margin: auto;
    margin-right: 0;
    margin-top: 2em;
    display: block;
}

.contents .buttons {
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-top: 50px;
}

.contents .buttons a {
    font-size: 16px;
    font-weight: 500;
    display: block;
    width: 200px;
    position: relative;
    border-bottom: 0.5px solid #333;
    height: 35px;
    overflow: hidden;
}

.contents .buttons a:before,
.contents .buttons a:after {
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    content: attr(data-text);
    position: absolute;
    left: 0;
}

.contents .buttons a span {
    position: relative;
    display: block;
    transition: all .4s;
}

.contents .buttons a span:nth-child(1) {
    top: 0;
}

.contents .buttons a span:nth-child(2) {
    top: -140%;
}

.contents .buttons a:hover span:nth-child(1) {
    top: 100%;
}

.contents .buttons a:hover span:nth-child(2) {
    top: -60%;
}

.contents .buttons a:hover {
    opacity: 1;
}

.contents .buttons a span:before {
    content: '';
    width: 5px;
    height: 5px;
    border: 0;
    border-top: solid 0.5px #333;
    border-right: solid 0.5px #333;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
}

.action {
    opacity: 0;
}

.action-2 {
    animation: anime1 1.4s;
    animation-fill-mode: forwards;
}

img.action.action-2 {
    transform: scale(1);
}

img.action {
    transform: scale(2);
    transition-duration: 1s;
    object-fit: cover;
}

@keyframes anime1 {
    0% {
        filter: blur(10px);
        -webkit-filter: blur(10px);
    }
    100% {
        filter: blur(0px);
        -webkit-filter: blur(0px);
        opacity: 1;
    }
}


/*ローディング画面*/

.logo_fadein {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
}

.logo_fadein p {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999;
    width: 280px;
}

section.top-fv .inner .sns-fv {
    display: none;
}


/*============================
mobile style
============================*/

@media screen and (max-width: 1000px) {
    .logo_fadein p {
        width: 50%;
    }
    /*fv*/
    .fv-logo {
        display: none;
    }
    section.top-fv {
        padding-top: 3em;
        margin-bottom: 7em;
        height: auto;
    }
    section.top-fv .inner {
        position: relative;
        width: 100%;
        opacity: 1;
        height: auto;
    }
    section.top-fv .inner .sns-fv {
        writing-mode: vertical-rl;
        position: absolute;
        right: 5%;
        bottom: 0;
        display: block;
        font-size: 12px;
        opacity: 0;
    }
    section.top-fv .inner .sns-fv img {
        width: 15px;
        margin-top: 10em;
    }
    section.top-fv .inner .bk {
        width: calc(100% - 15%);
        height: auto;
    }
    section.top-fv .inner .bk img {
        height: 380px;
    }
    section.top-fv .inner .bk video {
        height: 380px;
    }
    section.top-fv .inner .chatchcopy {
        left: 15%;
        top: 325px;
        right: auto;
    }
    section.top-fv .inner .chatchcopy p.s2 {
        font-size: 10px;
    }
    section#factory .sec_inner,
    section#morno .sec_inner,
    section#access .sec_inner,
    section#company .sec_inner {
        max-width: 100%;
        padding: 0;
    }
    section#factory .contents {
        max-width: 90%;
        margin-bottom: 4em;
    }
    section#factory .contents .ja:after,
    section#morno .contents .ja:after {
        width: 50px;
    }
    section#factory .contents .ja {
        line-height: 1.5;
        letter-spacing: 0;
    }
    section#factory .img.i1 {
        width: auto;
        height: auto;
        margin-left: 13%;
        margin-bottom: 90px;
    }
    section#factory .img.i2 {
        display: none;
    }
    section#factory .img.i3 {
        width: 30%;
        height: 30%;
        margin-left: 5%;
        margin-bottom: -186px;
    }
    section#factory .img.i4 {
        width: 50%;
        height: 50%;
        top: 140%;
        left: 50%;
        margin-left: auto;
        margin-bottom: 47px;
        margin-right: 5%;
    }
    section#factory .img.i5 {
        width: 77%;
        height: auto;
        top: 120%;
        left: 50%;
        margin: 0 auto;
    }
    section#factory {
        padding: 0;
        padding-bottom: 4em;
    }
    section#company .contents {
        max-width: 90%;
        position: relative;
        margin: auto;
        margin-right: auto;
        margin-bottom: 4em;
    }
    section#company .contents h3 {
        font-size: 22px;
    }
    section#company .img.i1 {
        display: none;
    }
    section#company .img.i2 {
        width: auto;
        height: auto;
        top: 0;
        left: 0;
        margin-left: 5%;
    }
    section#factory .img,
    section#company .img {
        position: static;
        overflow: hidden;
    }
    section#morno {
        margin-top: 4em;
        padding-top: 2em;
        padding-bottom: 2em;
    }
    section#morno .sc1 {
        display: block;
    }
    section#morno .sc1 .images {
        margin-left: 0;
        width: auto;
        margin-top: 0em;
        margin-right: 5%;
    }
    section#morno .contents img {
        margin: auto;
        display: block;
        width: 18%;
        margin-bottom: 2em;
        margin-top: 4em;
    }
    section#morno .contents .ja {
        line-height: 1.5;
        letter-spacing: 0;
    }
    section#morno .contents {
        width: 90%;
        margin: auto;
    }
    section#morno .sec_gallery {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-around;
        flex-direction: column-reverse;
        gap: 0;
        margin-bottom: 0;
    }
    section#morno .img.i5 {
        width: 70%;
        margin: auto;
    }
    section#morno .img.i4 {
        margin: auto;
        margin-top: 1em;
        width: 50%;
        margin-right: 5%;
    }
    section#morno .img.i3 {
        width: 38%;
        margin-top: 0;
        margin-left: 5%;
        margin-top: -40px;
    }
    section#morno .sec_gallery {
        margin-bottom: 4em;
    }
    section#morno .reverse.sc1 .images {
        margin-right: 0;
        margin-left: 5%;
    }
    section#morno .reverse .contents img {
        width: 70%;
        margin-top: 4em;
        margin-bottom: 4em;
    }
    section#morno .bruh .contents img {
        width: 60%;
        margin-top: 4em;
        margin-bottom: 4em;
    }
    section#access .contents {
        display: block;
    }
    section#access .contents iframe {
        width: 100%;
        height: 350px;
    }
    section#access .contents .txt {
        width: auto;
    }
    section#access .contents .txt img.logo {
        width: 35%;
        margin-bottom: 3em;
        margin-top: 3em;
    }
    section#access .contents .txt p {
        margin: auto;
        font-size: 12px;
        width: 75%;
        display: block;
    }
    section#access .contents .txt img.company {
        width: 40%;
        margin-right: auto;
        margin-top: 4em;
    }
    section#access {
        padding-bottom: 4em;
    }
    section#company .img.i1-sp {
        display: block;
        width: auto;
        margin-right: 5%;
    }
    .contents .buttons a span:nth-child(1) {
        top: 0;
    }
    .contents .buttons a span:nth-child(2) {
        top: -160%;
    }
    .contents .buttons a:hover span:nth-child(1) {
        top: 100%;
    }
    .contents .buttons a:hover span:nth-child(2) {
        top: -80%;
    }
    .num {
        font-size: 40px!important;
        bottom: auto!important;
        top: 0%!important;
        left: 5% !important;
    }
    .num:after {
        width: 35%!important;
        top: 65%!important;
        left: 33%!important;
    }
    section {
        position: static;
        overflow: unset;
    }
    .contents .buttons a {
        font-size: 14px;
        width: 130px;
        border-bottom: 0.5px solid #333;
        height: 25px;
        padding-left: 1em;
    }
    section.top-fv .inner .chatchcopy p {
        color: #231815;
    }
    section#sec.top .contents {
        width: auto;
        margin: auto;
    }
    section#sec.top .sec_gallery {
        position: relative;
        display: block;
        justify-content: space-around;
        gap: 0;
        margin-bottom: 0;
    }
    section#sec.top .sec_content {
        margin-bottom: 1em;
    }
    /* section#sec.top .sec_gallery.sg1 .img.i3 {
        width: 100%;
        height: 300px;
        top: -5em;
        margin: auto;
        margin-bottom: -5em;
    }
    section#sec.top .sec_gallery.sg1 .img.i3 img {
        width: 150%;
        height: 100%;
        object-fit: cover;
    }
    section#sec.top .sec_gallery.sg1 .img.i4 {
        width: 200px;
        height: 250px;
        top: -8em;
        right: 0;
        left: 49%;
    }
    section#sec.top .sec_gallery.sg1 .img.i4 img {
        object-fit: cover;
        width: 200px;
        height: 250px;
    }
    section#sec.top .sec_gallery.sg1 .img.i5 {
        width: 150px;
        height: 150px;
        top: 3em;
        left: 0em;
    }
    section#sec.top .sec_gallery.sg1 .img.i5 img {
        width: 150px;
        height: 150px;
    }*/
    section#sec.top .sec_gallery.sg1 img {
        display: block;
        margin: auto;
    }
    section#sec.top {
        margin-top: 0rem;
    }
    section#morno .sc1 .images img {
        width: 50%;
        margin: auto;
        display: block;
    }
    section#morno .sc1 .images.top img {
        width: 100%;
    }
    section#morno .sc1 .images {
        width: 65%;
        margin: auto;
        padding: 2rem;
        margin-bottom: 2rem;
    }
    section#morno .sc1 .images {
        width: 250px;
        margin: auto;
        height: 150px;
        padding: 1rem;
        margin-bottom: 2rem;
    }
    section#morno .sc1 .images.top {
        padding: 1rem;
    }
    section#access table th,
    section#access table td {
        padding: 0.5rem;
    }
    section#sec.top .sec_gallery.sg1 .img {
        margin: auto!important;
        width: 80%;
        margin-bottom: 1rem;
    }
    section#sec.top .sec_gallery.sg1 img {
        margin-bottom: 1rem;
    }
}
