@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');
@import url("https://use.typekit.net/itv2hvt.css");



html {
    font-size: clamp(13px,1.28vw, 2.8vh);
}

body {
    height: auto;
    margin: 0;
    color: #343434;
    background-color: #ffffff;
    font-family: 'Manrope','Zen Kaku Gothic New', sans-serif;
    position: relative;
    font-weight: 500;
}

main {
    overflow: hidden;
}


@media screen and (max-width: 900px){
    .pc { display: none !important; }
}

@media screen and (min-width: 900px) {
  .sp {
    display: none !important;
  }
}

.sml {
    font-size: 0.88em;
}

a:link {
    color: #ffffff;
    text-decoration: none;
}
a {
    color: #ffffff;
}
a:visited {
    color: #ffffff;
}

#container {
    position: relative;
    z-index: 1;
}

.loading_inner {
    position: fixed;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    transition: 0.7s 1.5s;
    opacity: 1;
    z-index: 2147483651;
    background: #f2f2f2;
}
.loaded .loading_inner {
    opacity: 0;
    transform: scale(1.3);
}

.loading_img {
    width: 10%;
    line-height: 0;
    transition: 0.6s 0.4s;
    position: relative;
}

.red {
    color: #cf0000;
}

.bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.bg::before {
    content: '';
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: url(/static/produce101/feature/mikansei/img/bg_mikansei_Vp3kjH89.jpg);
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: 1s 0.1s;
    transform: scale(1.1);
}
.loaded .bg::before {
    opacity: 1;
    transform: scale(1);
}

.mv_wrap {
    width: 45%;
}

.mv {
    background: #000;
}

.kv {
    width: 100%;
    height: 100%;
    height: 100svh;
    z-index: 0;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    clip-path: inset(0 0 0 0);
}
.kv::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    height: 100svh;
    position: fixed;
    top: 0;
    left: 0;
    background: url(/static/produce101/feature/mikansei/img/ph_poster_p9GkfAqC.jpg);
    z-index: -1;
    filter: blur(1.5vw);
    opacity: 0.8;
    transform: scale(1.1);
    background-size: cover;
}

.kv .kv_img {
    object-fit: contain;
    width: 50%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    object-position: 50% 40%;
}

.logo_main {
    opacity: 0;
    transition: 1s 0.8s;
    transform: scale(0.9);
}
.loaded .logo_main {
    opacity: 1;
    transform: scale(1);
}

.logo_main img {
    width: 100%;
}


.logo_open {
    width: 70%;
    margin: 0 auto;
    padding-top: 2rem;
    opacity: 0;
    transition: 1s 1.6s;
    transform: translateY(1.2rem);
}
.loaded .logo_open {
    opacity: 1;
    transform: none;
}

.logo_w {
    position: fixed;
    z-index: 1;
    width: 38%;
    left: 70%;
    top: 45%;
    filter: drop-shadow(0px 2px 8px black);
    transform: translate(-50%, -50%);
    max-width: 90vh;
}
.logo_day {
    position: fixed;
    z-index: 1;
    width: 10%;
    left: 66.5%;
    top: 75%;
    filter: drop-shadow(0px 2px 8px #00000050);
}

.scroll {
    display: block;
    width: 1px;
    height: 4rem;
    position: absolute;
    bottom: 0px;
    right: 50%;
    z-index: 10;
    text-decoration: none;
    text-align: center;
    transition: all 0.8s ease 2.5s;
    opacity: 0;
}

.loaded .scroll {
    opacity: 1;
}



.scroll:after {
    content: "";
    position: absolute;
    height: 0;
    width: 2px;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    background: #343434;
    -webkit-animation: scroll 2s linear 1.7s infinite;
    animation: scroll 2s linear 1.7s infinite;
}

  @keyframes scroll {
    0%{ height: 0; top: 0; bottom: auto; opacity: 1; }
    35%{ opacity: 1; }
    46% { height: 100%; top: 0; bottom: auto; }
    50% { height: 100%; bottom: 0; top: auto;}
    54% { height: 100%; bottom: 0; top: auto;}
    100% { height: 0; bottom: 0; top: auto; }
  }
  
  


/****************************************
	メニュー
*****************************************/
#gNav {
position: fixed;
    right: 0;
    box-sizing: border-box;
    top: 0;
    padding: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    transform: scale(1.15);
    transition: 0.5s;
    background: #ffffff;
    min-width: 250px;
}

#gNav.open {
}

#gNav .gnavMenu {
    text-align: center;
}

#gNav a {
    display: inline-block;
    text-decoration: none;
    font-size: 1.5em;
    width: auto;
    letter-spacing: 0.08em;
    transition: 0.3s;
    font-weight: 800;
    font-style: normal;
}

#gNav .gnavMenu li:not(:last-child) {
    margin-bottom: 0.75em;
}

.gNav_logo {
    width: 45%;
    margin: 0 auto 40px;
    line-height: 0;
    max-width: 250px;
}

#gNav li:last-child a{
    margin: 0 auto 0;
}

.nav_logo {
    line-height: 0;
    width: 28%;
    margin: 0 auto 1em;
    max-width: 16vh;
}

.gNavInr{
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

#gNav .menu {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: auto;
}
#gNav .menu li a {
    display: block;
    color: #fff;
    font-size: 1.3vw;
    letter-spacing: 0.05em;
}

#gNav .hide a {
    opacity: 0.5;
    pointer-events: none;
}

#menuButton {
    display: block;
    width: 45px;
    height: 40px;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 9999;
    border: none;
    text-decoration: none;
    opacity: 1;
    mix-blend-mode: difference;
}

#menuButton span:first-child { top: 12px;} 
#menuButton span:nth-child(2) { margin-top: -1px; top: 50%;} 
#menuButton span:nth-child(3) { bottom: 12px;} 

#menuButton.active span {
}
#menuButton.active span:first-child { 
	-webkit-transform: translateY(7px) rotate(45deg); 
	transform: translateY(7px) rotate(45deg); 
} 
#menuButton.active span:nth-child(2) { opacity: 0;} 
#menuButton.active span:nth-child(3) { 
	-webkit-transform: translateY(-7px) rotate(-45deg); 
	transform: translateY(-7px) rotate(-45deg); 
} 
#gNav .menu {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 40%;
    margin: 40px auto;
}

#menuButton span {
    display: block;
    background: #ffffff;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

#menuButton.active span:first-child { 
	-webkit-transform: translateY(7px) rotate(45deg); 
	transform: translateY(7px) rotate(45deg); 
} 
#menuButton.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(-20px);
}
#menuButton.active span:nth-child(3) { 
	-webkit-transform: translateY(-7px) rotate(-45deg); 
	transform: translateY(-7px) rotate(-45deg); 
} 		




.mv {
    width: 100%;
    height: 100vh;
    height: 100svh;
    position: relative;
    min-height: 40vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mv h1 {
    width: 80%;
    transition: 0.7s 0.5s;
    transform: scale(1.1);
    position: fixed;
}

.loaded .mv h1 {
    transform: scale(1);
}
.loaded.scrolled .mv h1 {
    opacity: 0;
    transition: 0.5s;
    transform: scale(1.1);
    pointer-events: none;
}

.logo_text {
    position: relative;
    clip-path: inset(0 100% 0 0);
    transition: 0.7s 0.5s;
    line-height: 0;
    background: #ffffff;
    margin-bottom: 2rem;
    padding: 0.1rem 1rem;
}
.logo_text:last-child {
    margin-bottom: 0;
}

.loaded .logo_text {
    clip-path: inset(0 0 0 0);
}

.logo_text img {
    width: 100%;
}


main > section {
    padding: 8rem 0 1.5rem;
    position: relative;
}

.detail_wrap {
    width: 82%;
    margin: 0 auto;
    max-width: 200vh;
}


.section_tit {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 4rem;
    font-weight: bold;
    letter-spacing: 0.15em;
}


.newsList {
    display: flex;
    justify-content: center;
    gap: 2%;
    margin-bottom: 1.8rem;
}

.newsList > li {
    width: 33%;
}

.newsList > li a {
    display: block;
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 0 1rem #00000029;
    color: #343434;
    height: 100%;
}

.newsList > li a .date {
    font-weight: bold;
    font-size: 0.85em;
    margin-bottom: 0.3em;
}
.newsList > li a .title {
    font-size: 0.9em;
    font-weight: 500;
}

.news_more {
    text-align: center;
}

.news_more a {
    color: #343434;
    font-size: 0.85em;
    font-weight: bold;
    letter-spacing: 0.02em;
    border-bottom: 2px solid;
}

.newsList.newsList_detail {
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto 2rem;
}
.newsList.newsList_detail > li {
    width: 100%;
    margin-bottom: 0.8rem;
}

.news_detail {
    background: #ffffff;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 0 1rem #00000029;
    max-width: 50rem;
    margin: 0 auto 2rem;
}

.news_detail .tit {
    margin-bottom: 1.2rem;
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 1rem;
    font-weight: bold;
}

.news_detail .date {
    font-size: 0.8em;
}
.news_detail .txt {
    font-size: 0.85em;
    line-height: 1.7;
    letter-spacing: 0.08em;
}

.intro_txt {
    text-align: center;
    line-height: 2;
    font-weight: 500;
    font-size: 0.9em;
    letter-spacing: 0.1em;
}
.intro_txt .large {
    font-weight: 600;
    font-size: 1.15em;
}

#movie {
    overflow: hidden;
    width: 100%;
    position: relative;
}
  
.movie_box {
    width: 100%;
    position: relative;
    margin: 0 auto;
}


.mov {
position: relative;
    width: 100%;
    padding-top: 56.25%;
}


.mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
}



.slider_mv li {
    margin: 0;
    padding: 0 15px;
    box-sizing: border-box;
}

.slider_mv .slick-dots {
    bottom: -33px;
}
.slider_mv .slick-dots li button:before {
    font-size: 13px;
}

.slider_mv .slick-next {
    right: calc(22% + 12px);
    top: auto;
    bottom: -25px;
    width: 40px;
    height: 10px;
    border-bottom: 1px solid #2a2a2a;
    z-index: 12;
}

.slider_mv .slick-prev {
    left: calc(22% + 12px);
    top: auto;
    bottom: -25px;
    width: 40px;
    height: 10px;
    border-bottom: 1px solid #2a2a2a;
    z-index: 12;
}



.slider_mv .slick-prev:before, .slider_mv .slick-next:before {
    content: '';
    width: 13px;
    height: 2px;
    border-bottom: 1px solid #2a2a2a;
    display: block;
    opacity: 1;
    bottom: -1px;
    top: auto;
    position: absolute;
    transform: rotate(330deg);
    transform-origin: left bottom;
    background: none;
}

.slider_mv .slick-next:before {
    transform: rotate(30deg);
    transform-origin: right bottom;
    left: auto;
    right: 0;
}




.loaded .fade_list.started > li {
    transform: none;
    opacity: 1;
}
.fade_list > li {
    transform: translateY(1.5em);
    opacity: 0;
    transition: 0.8s ease;
}




.btn_sub a {
    font-size: 0.85em;
    text-align: center;
    display: block;
    padding: 0.6em 2.5em;
    background: #56cabf;
    display: inline-block;
    border-radius: 3em;
    position: relative;
    transition: 0.4s;
}
.btn_sub a:hover {
    background: #fff;
}

.btn_sub a span {
    font-weight: 500;
    color: #0a0a0a;
}

.btn_sub a .fa {
    font-size: 0.85em;
    margin-left: 0.1em;
    position: absolute;
    top: 54%;
    right: 0.85em;
    transform: translateY(-50%);
}

#container .btn a {
    display: block;
    width: 100%;
    background: #2c2c2c;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-radius: 0;
    color: #ffffff;
    transition: 0.3s;
    position: relative;
    font-size: 1.05rem;
    padding: 1.2em;
    border-radius: 0.6em;
    box-shadow: 0 5px 10px #0000005e;
    border: 1px solid #ffffff52;
    border-bottom: 1px solid #000000;
}

#container .btn a:hover {
}

#container .btn.hide a {
    background: linear-gradient(to bottom, #7c7c7c 0%, #b5b5b5 100%);
    color: #e1e1e1;
    pointer-events: none;
}

#container .btn {
    position: relative;
    margin: 0 auto 0.7rem;
    max-width: 17rem;
}
#container .btn:last-child {
    margin-bottom: 0;
}

#container .btn.btn_entry {
    margin: 0;
    max-width: 22vw;
}

#container .btn.btn_entry a {
    font-size: 0.8em;
    margin: 0 0 3rem 0;
}

#container .btn_main a {
    padding: 1.5em;
    background: #cf0000;
}

.btn_desc {
    text-align: center;
    font-weight: bold;
    font-size: 0.92em;
    margin-bottom: 0.6rem;
}

.request_inner a {
    display: block;
    width: 500px;
    margin-bottom: 150px;
    overflow: hidden;
    box-shadow: 3px 5px 15px #00000059;
    transition: 0.5s;
    border-radius: 8px;
}
.request_inner a:hover {
    opacity: 0.7;
}

.floatbnr {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100;
}

.floatbnr a {
    background: #cf0000;
    color: #fff;
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 0.2em 1.2em;
    line-height: 1.5;
    border-radius: 1rem;
    box-shadow: 0 5px 10px #0000005e;
    border-bottom: 1px solid #8c0101;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
}

.floatbnr a .sml {
    background: #fff;
    color: #cf0000;
    font-weight: bold;
    font-size: 0.65em;
    display: inline-block;
    padding: 0.1em 0.6em;
    border-radius: 1rem;
    letter-spacing: 0;
}


footer {
    text-align: center;
    padding: 8em 0 4rem;
    position: relative;
}

footer .os_logo {
width: 5em;
    margin: 0 auto 10px;
}

footer .oslink {
    display: block;
    position: relative;
    width: 6rem;
    margin: 0 auto 2rem;
}
footer .oslink i {
    position: absolute;
    right: 0.5em;
    top: 50%;
    transform: translateY(-50%);
}

footer .copy {
    font-size: 0.6em;
    letter-spacing: 0.1em;
    opacity: 0.7;
}

.footer_os {
    margin-bottom: 4rem;
}

.footer_os a {
    transition: 0.3s;
    display: block;
    color: #343434;
}

.footer_os a:hover {
    opacity: 0.7;
}

.sns_list {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3em;
}

.sns_list > li {
    margin: 0 0.5em;
}


.bnr_toho a {
    display: block;
    width: 17rem;
    margin: 0 auto 3rem;
}


.fadeup {
    opacity: 0;
    transform: translateY(30px);
    transition: all .75s ease-in-out;
}
.loaded .started .fadeup {
    transform: translateY(0);
    opacity: 1;
}

section#bnr {
    padding-top: 0;
}
.bnr a {
    display: block;
    width: 50%;
    margin: 0 auto 3rem;
    max-width: 30rem;
    line-height: 0;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: 0.4s;
}
.bnr a:hover {
    box-shadow: 0 0.3rem 0.8rem #00000050;
}


.section_inner {
    width: 80%;
    margin: 0 auto;
    max-width: 64rem;
}

.ticket_card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ticket_card  > li {
    width: 100%;
    background: #ffffff;
    padding: 3rem;
    border-radius: 1rem;
    box-shadow: 0 0 1rem #00000029;
    margin: 0 auto 3rem;
    text-align: center;
}
.ticket_card > li:last-child {
    margin-bottom: 0;
}

.ticket_card > li.cardticket {
}

.ticket_card > li.onlineticket {
    width: 52%;
}

.ticket_card > li.onlineticket .card {
    width: 40%;
}

.card {
    line-height: 0;
    margin: 0 auto 1.5rem;
}

.attention {
    margin-bottom: 1.2rem;
    display: inline-block;
    text-align: left;
}
.attention:last-child {
    margin-bottom: 0;
}

.attention > li {
    font-size: 0.8rem;
    font-weight: 500;
    text-indent: -1em;
    padding-left: 1em;
}

.card_tit {
    text-align: center;
    font-weight: 800;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
}

.card_txt {
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 1.2rem;
    text-align: center;
}

.card_txt b {
    font-weight: bold;
}


.card_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.card_list > li {
    width: 48%;
}
.ticket_card > li .attention > li {
    font-size: 0.7em;
}

.goodsTit {
    color: #000;
    margin: 0px auto 1rem;
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
}

.goods_img {
    width: 70%;
    margin: 0 auto 2rem;
    line-height: 0;
    box-shadow: 0 0.3rem 1rem #0000005e;
}
.goods_img:last-child {
    margin-bottom: 0;
}

.cmn_wrap {
    width: 85%;
    background: #ffffff;
    padding: 3rem;
    border-radius: 1rem;
    box-shadow: 0 0 1rem #00000029;
    margin: 0 auto 3rem;
}

.cmn_wrap:last-child {
    margin-bottom: 0;
}

.cmn_wrap .attention {
    width: fit-content;
    margin: 0 auto;
    display: block;
}



@media all and (min-width: 900px) {

body::after {
    position: fixed;
    content: '';
    display: block;
    width: 100%;
    height: 80px;
    background: linear-gradient(180deg, #000000, #00000000);
    z-index: 10;
    top: 0;
    left: 0;
    opacity: 0.5;
}

  #menuButton {
      display: none;
  }

#gNav {
    width: auto;
    height: auto;
    padding: 0;
    box-shadow: none;
    transition-delay: 0s;
    top: 25px;
    background: none;
    right: 30px;
    transform: none;
    min-width: auto;
}

.loaded #gNav {
    opacity: 1;
}

  .loaded #gNav {
  }


#gNav .gnavMenu {
    display: flex;
}

#gNav .gnavMenu li:not(:last-child) {
    margin-right: 25px;
}

#gNav .gnavMenu li {
    text-align: left;
    width: auto;
}

#gNav a {
    font-size: 16px;
    margin: 0;
    text-shadow: 0 0 8px #0000004d;
}
  
  #gNav a:hover {
    opacity: 0.8;
  }
  

}


@media all and (max-width: 900px) {

  html {
      font-size: clamp(11px,4.25vw, 2.5vh);
  }

  body {
  }



.sml {
    font-size: 0.82em;
}

#gNav {
    background: #000000a1;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    opacity: 0;
    pointer-events: none;
}

#gNav.open {
    transform: none;
    opacity: 1;
    pointer-events: auto;
}


.nav_logo {
    margin-bottom: 2em;
    width: 25%;
}


.kv .kv_img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    max-height: 185vw;
}

.mv h1 {
    width: 90%;
}

.logo_text {
    margin-bottom: 1rem;
}

.mv_wrap {
    width: 80%;
}

.logo_open {
    padding-top: 1rem;
    transform: translateY(0.6rem);
}

.logo_w {
    top: 16svh;
    bottom: auto;
    width: 65%;
    left: 50%;
}

.logo_day {
    left: 35%;
    width: 30%;
    top: 77svh;
}

.floatbnr {
    right: 10px;
    bottom: 10px;
}
.floatbnr a {
    font-size: 1rem;
    padding: 0.2em 1em;
    border-radius: 0.6em;
}


main > section {
    padding: 4rem 0 1rem;
}

.section_tit {
    font-size: 2rem;
    margin-bottom: 2rem;
}

.section_inner {
    width: 88%;
}

.detail_wrap {
    width: 88%;
}

.movie_box {
    width: 100%;
}

.bnr a {
    width: 75%;
    border-radius: 0.3rem;
    margin-bottom: 2rem;
}

.newsList {
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}
.newsList > li {
    width: 100%;
    margin-bottom: 1rem;
}
.newsList > li a {
    padding: 1.2rem;
    border-radius: 0.8rem;
}
.newsList > li:last-child {
    margin-bottom: 0;
}

.newsList.newsList_detail {
    width: 100%;
}

.news_detail {
    padding: 1.2rem;
}

.intro_txt {
    text-align: left;
    line-height: 2;
    letter-spacing: 0.08em;
    font-size: 0.85em;
}
.intro_txt .large {
    text-align: center;
    display: inline-block;
    width: 100%;
}

#container .btn {
    max-width: none;
    width: 75%;
}


#container .btn a {
    font-size: 0.95rem;
}

#container .guide_btn .btn:last-child {
    margin-bottom: 0;
}

.ticket_card > li {
    width: 100%;
    border-radius: 0.8rem;
    padding: 1.5rem 1.2rem;
    margin-bottom: 1.5rem;
}

.ticket_card > li:last-child {
    margin-bottom: 0;
}

.ticket_card > li.cardticket {
    width: 100%;
}

.ticket_card > li.onlineticket {
    width: 100%;
}

.card_list > li {
    width: 100%;
    margin-bottom: 2rem;
}
.card_list > li:last-child {
    margin-bottom: 0;
}


.card {
    margin-bottom: 1rem;
}


.card_tit {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}
.slider_mv li {
    padding: 0 0.5rem;
}

.slider_mv .slick-next {
    right: 6%;
}
.slider_mv .slick-prev {
    left: 6%;
}
.slider_mv li {
    margin: 0;
}

.goods_img {
    width: 100%;
    margin-bottom: 1.5rem;
}

.goodsTit {
    margin: 0px auto 0.8rem;
    text-align: center;
    font-size: 1rem;
}

.cmn_wrap {
    width: 100%;
    border-radius: 0.8rem;
    padding: 1.5rem 1.2rem;
    margin-bottom: 1.5rem;
}


footer {
    padding: 4rem 0 5rem;
    height: auto;
    min-height: auto;
}
    
    footer .os_logo {
        width: 95px;
    }
    
    footer .oslink {
    font-size: 0.9em;
    margin-bottom: 35px;
    }
    
footer .copy {
    width: 100%;
    text-align: center;
    left: 0;
}


footer::before {
    top: 1.5em;
}

.footer_os {
    position: relative;
    bottom: 0;
    right: 0;
}


}

