@charset "utf-8";
*{
  font: 400 16px/1.7em 'Lato', "Noto Sans JP", sans-serif;
  font-feature-settings : "palt";
  text-align: center;
  letter-spacing: 0.03em;
  color: #596847;
  margin:0;
  padding:0;
  text-decoration: none;
  list-style-type: none;
  border: none;
  outline: none;
  appearance: none;
  background-color: transparent;
  box-sizing: border-box;
}
body, html{
overflow-x: hidden;
}
body{
  counter-reset: h2 0;
}
body:after{
content: '';
width: 100%;
height: 100vh;
height: calc(var(--vh, 1vh) * 100);
background: #fff;
animation: fadeOut 3s;
}
@keyframes fadeOut {
0%{opacity: 1;}
70%{opacity: 0;}
100%{opacity: 0;}
}
label, a{
cursor: pointer;
}
/*スクロールバーのカスタマイズ start*/
::-webkit-scrollbar{
width: 12px;
}
::-webkit-scrollbar-track{
background: transparent;
border-left: solid 1px #ececec;
}
::-webkit-scrollbar-thumb{
background: #ccc;
border-radius: 10px;
border: 2px solid #fff;
}
/*スクロールバーのカスタマイズ end*/
.ad{
width: 100%;
height: auto;
background: #F8F8F8;
margin: 70px 0;
border: 3px solid #F8F8F8;
}
.ad-text{
font-size: 90%;
color: #CED1CB;
background: #fff;
}
.nav-checkbox, .nav-checkbox-open, .nav-checkbox-close, .nav-drawer, .nav-li-small, .nav-dropdown-inner-whole, .modal-checkbox, .modal-terms-checkbox, .faq-check, .catalog-drawer-open{
display: none;
}
/*
グローバルナビ
*/
.nav{
position: fixed;
width: 100%;
height: 3em;
background: rgba(255,255,255,.8);
box-shadow: 0 5px 0 rgba(0, 0, 0, .05);
z-index: 999;
}
.nav-ul{
justify-content: center;
}
.nav-li{
font-size: 95%;
font-weight: 700;
line-height: 3em;
letter-spacing: .1em;
padding: 0 50px;
display: block;
}
.nav-dropdown{
cursor: default;
position: relative;
}
.nav-dropdown-inner-whole{
position: absolute;
top: 3em;
right: 50%;
transform: translateX(50%);
flex-direction: column;
}
.nav-dropdown-inner{
display: block;
padding: 0;
margin-top: 5px;
height: 2.5em;
line-height: 2.5em;
width: 160px;
background: rgba(255,255,255,0.8);
font-weight: 700;
box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.nav-dropdown:hover .nav-dropdown-inner-whole{
display: flex;
}
/*
共通装飾
*/
.flex{
display: flex;
}
.left{
text-align: left;
}
.flex-center{
justify-content: center;
}
.justify{
text-align: justify;
}
.right{
text-align: right;
}
.section-title{
width: 90%;
}
.section-subtitle{
font-size: 120%;
margin: -25px 5% 50px 5%;
letter-spacing: .1em;
}
.eng, .eng a{
margin-top: 10px;
font-size: 90%;
color: #ADB2A8;
letter-spacing: 0.05em;
}
.jumpid{
margin-top: -20px;
padding-top: 80px;
}
.sidemargin{
margin: auto 10%;
}

/*
トップページ
*/
.background{
background: #fff;
}
.top{
position: relative;
width: 100%;
height: 93vh;
z-index: -1;
}
.top-main{
position: absolute;
top: 50%;
transform: translateY(-55%);
width: 100%;
}
.top-background, .top-background-mobile{
position: fixed;
top: 0;
left: 0;
z-index: -2;
width: 100%;
height: 100vh;
object-fit: cover;
background: #EFE18B;
}
.top-background-mobile{
display: none;
}
.top-logo{
width: 30%;
filter: drop-shadow(0 0 5px rgba(0,0,0,.3));
}
.top-text{
font-size: 100%;
color: #fff;
text-shadow: 0 0 5px #000;
}
.top-icon{
position: absolute;
left: 0;
right: 0;
bottom: 50px;
margin: auto;
width: 30px;
filter: drop-shadow(0 0 5px rgba(0,0,0,.3));
z-index: 999;
}
@media screen and (max-width:1500px){
.top-logo{
width: 40%;
}}
@media screen and (max-width:1000px){
.nav-li{
padding: 0 40px;
}
.top-logo{
width: 55%;
}}
@media screen and (max-width:950px){
.sidemargin{
margin: auto 5%;
}}
/* @media screen and (max-width:770px){
.nav-li{
padding: 0 20px;
}} */
@media screen and (max-width:700px){
.top-logo{
width: 70%;
}
.top-text{
margin: 0 5%;
}}
@media screen and (max-width:800px){
.none600{
display: none;
}
.left600{
text-align: left;
}
.nav-checkbox-open{
display: block;
position: fixed;
bottom: 20px;
left: 20px;
z-index: 996;
width: 35px;
height: 35px;
filter: drop-shadow(0 5px 0 #fff);
}
.nav-checkbox-close{
display: none;
position: fixed;
bottom: 25px;
left: 25px;
z-index: 996;
width: 25px;
height: 25px;
}
.nav-drawer-overlay, .catalog-sidebar-drawer-overlay{
visibility: hidden;
opacity: 0;
position: fixed;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,.6);
transition: all .3s;
z-index: 995;
}
.nav{
visibility: hidden;
position: fixed;
width: 90%;
height: 100vh;
height: calc(var(--vh, 1vh) * 100);
background: #fff;
box-shadow: none;
transform: translateX(-100%);
transition: all .3s;
}
.nav-ul{
height: 100%;
flex-direction: column;
padding: 50px 75px;
overflow-y: auto;
}
.nav-li, .nav-li-small{
padding: 0;
font-size: 120%;
font-weight: 700;
line-height: 3em;
letter-spacing: .1em;
text-align: left;
}
.nav-dropdown{
display: none;
}
.nav-drawer{
display: block;
text-align: left;
}
.nav-li-small{
display: block;
font-size: 95%;
font-weight: 400;
}
.nav-drawer-icon{
font-size: 150%;
margin-right: 20px;
}
#nav-drawer-checkbox:checked ~ .nav{
visibility: visible;
transform: translateY(0%);
}
#nav-drawer-checkbox:checked ~ .nav .nav-checkbox-close{
display: block;
}
#nav-drawer-checkbox:checked ~ .nav-drawer-overlay{
visibility: visible;
opacity: 1;
}
.top-background-mobile{
display: inline;
}
}
@media screen and (max-width:660px){
*{
font-size: 13px;
}
.top-logo{
width: 85%;
}
}
/*
about
*/
.about1{
flex-direction: row-reverse;
}
.about1-text{
width: 50%;
padding: 20px 10% 50px 5%;
}
.about2-text{
width: 60%;
margin-top: 60px;
padding: 20px 10% 50px 10%;
}
.about-title, .alldownloads-title{
font-size: 190%;
font-weight: 900;
font-style: italic;
text-align: left;
}
.about-subtitle{
font-size: 120%;
text-align: left;
margin-bottom: 30px;
}
.about2-img{
left: 12px;
}
.about-img{
position: relative;
background: url() center center / cover no-repeat;
box-shadow: -30px 30px #EFE18B;
}
.about1-img{
width: 50%;
background-image: url(/img/about1-img.jpg);
}
.about2-img{
width: 40%;
background-image: url(/img/about2-img.jpg);
}
.about-button{
display: inline-block;
margin-top: 40px;
padding: 10px 50px;
font-weight: 700;
color: #fff;
letter-spacing: .1em;
background: #596847;
border-radius: 10px;
}
.about-link1, .about-link2, .about-link-a{
color: #fff;
}
.about-link1, .about-link2{
position: absolute;
right: 12px;
bottom: 7px;
font-size: 80%;
}
.about-link2{
right: auto;
left: 12px;
}
.about-link-a{
font-size: 100%;
text-decoration: underline;
}

/*
ダウンロード、FAQ
*/
.download{
margin-top: 40px;
}
.section-title-download{
max-width: 380px;
}
.download-title{
font-weight: 700;
font-size: 160%;
letter-spacing: .1em;
line-height: 1em;
padding-bottom: 13px;
border-bottom: 2px solid #ADB2A8;
}
.download-subtitle{
color: #ADB2A8;
font-size: 60%;
}
/*バージョン比較表*/
.download-table{
margin: 50px 0 30px 0;
padding: 3% 4%;
background: #F8F8F8;
border-radius: 10px;
}
.download-table-main{
width: 100%;
border-collapse: collapse;
}
.download-table-version{
font-weight: 700;
font-size: 130%;
padding: 15px 0 10px 0;
}
.download-table-topic, .download-table-row{
padding: 7px 0;
border-bottom: 2px solid rgba(89,104,71,.15);
}
.download-table-row-last{
border: none;
}
.download-table-topic{
text-align: left;
width: 60%;
padding-left: 5%;
}
.download-table-icon{
width: 25px;
}
/*最新のダウンロード*/
.download br{
line-height: 0;
}
.download-column-whole{
margin-bottom: 30px;
}
.download-column{
width:25%;
}
.download-column-middle-right{
margin: 0 24px 0 12px;
}
.download-column-middle-left{
margin: 0 12px 0 24px;
}
.download-column-main{
flex-direction: column;
}
.download-version{
font-family: 'Caveat', cursive;
font-size: 300%;
}
.download-button{
border-radius: 10px;
line-height: 1em;
margin-bottom: 10px;
}
.download-button-yellow{
background: #EFE18B;
}
.download-button-yellow-inner{
display: block;
font-weight: 700;
line-height: 1em;
padding: 20px 10% 15px 10%;
}
.download-button-yellow-eng{
font-size: 90%;
}
.download-button-green, .download-button-green-big{
background: #596847;
}
.download-button-green{
height: 100px;
}
.download-button-green-big{
height: 210px;
}
.download-button-green-inner{
height: 100%;
padding: 0 10px 0 calc(50% - 95px);
align-items: center;
}
.download-button-green-text, .download-button-green-text-normal{
font-weight: 700;
letter-spacing: .05em;
line-height: 1em;
color: #fff;
text-align: left;
}
.download-button-green-text{
font-size: 120%;
}
.download-button-green-eng{
font-style: italic;
color: #fff;
}
.download-button-icon{
width: 20px;
margin-right: 5%;
}
.download-column-eng{
margin-top: 2px;
}
/*利用規約を確認、すべてのダウンロード*/
.latestdownload-link{
display: flex;
margin-top: 30px;
justify-content: center;
}
.download-link-whole{
justify-content: center;
margin-top: 40px;
}
.download-link{
line-height: 1.5em;
}
.download-link + .download-link{
border-left: 1px solid rgba(89,104,71,0.7);
}
.download-link-text{
font-size: 90%;
border-bottom: 1px solid;
margin: 0 20px;
}
.important{
color: #CF5732;
font-weight: 700;
}
/*利用規約モーダル*/
.modal-overlay, .modal-body{
visibility: hidden;
opacity: 0;
position: fixed;
transition: all .7s;
}
.modal-overlay{
z-index: 90000;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
background: rgba(0,0,0,.6);
}
.modal-body{
z-index: 100000;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
width: 80%;
max-height: 80%;
padding: 40px;
background: #fff;
overflow-y: auto;
}
.modal-body-terms{
height: 80%
}
.modal-body-caution .eng{
margin: 0 0 1em 0;
}
.modal-body-caution-inner{
margin: 10px 0 30px 0;
padding: 30px 0 20px 0;
border-top: 1px solid #596847;
border-bottom: 1px solid #596847;
}
.modal-body-caution-inner p{
text-align: left;
}
.modal-body-caution-up, .modal-body-caution-down{
height: 50px;
width: calc(100% + 80px);
background: repeating-linear-gradient(-45deg,#EFE18B 0,#EFE18B 20px,#000 20px,#000 40px);
}
.modal-body-caution-up{
top: 0;
margin: -40px -40px 30px -40px;
}
.modal-body-caution-down{
down: 0;
margin: 30px -40px -40px -40px;
}
.modal-body-caution-title, .modal-body-caution-title-eng{
font-size: 150%;
font-weight: 700;
}
.modal-body-caution-title-eng{
font-size: 130%;
}
.modal-body-caution-subtitle, .modal-body-caution-imp{
font-weight: 700;
}
.modal-body-caution-subtitle{
font-size: 120%;
margin-top: 30px;
}
.modal-body-caution-red{
color: #CF5732;
font-weight: 700;
font-style: italic;
}
/*.modal-bodyの中身*/
  /*クローズボタン*/
  .modal-close{
  position: absolute;
  top: 25px;
  right: 25px;
  width: 15px;
  }
  /*利用規約と同意するボタン*/
  .modal-terms-inner{
  margin-bottom: 15px;
  height: calc(100% - 120px);
  min-height: 235px;
  }
  .modal-button-yellow-trigger{
  position: relative;
  padding-left: 18px;
  }
  .modal-button-yellow-trigger:before{
  content: '';
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: 1px solid;
  }
  .modal-terms-checkbox:checked + .modal-button-yellow-trigger:before{
  content: '✔';
  line-height: .5em;
  }
  /*黄色のボタン*/
  .modal-button-yellow{
  display: block;
  width: 150px;
  margin: 10px auto 0 auto;
  padding: 17px 0 10px 0;
  border-radius: 10px;
  font-weight: 700;
  line-height: 1em;
  opacity: .3;
  background: #E9EBE8;
  cursor: default;
  pointer-events: none;
  }
  .modal-required .modal-button-yellow{
  width: 200px;
  margin: 10px 0 0 0;
  }
  .modal-button-yellow + .modal-button-yellow{
  margin-left: 15px;
  }
  .modal-button-double{
  margin-top: 15px;
  justify-content: center;
  }
  .modal-button-yellow-eng{
  font-size: 90%;
  }
  .modal-button-yellow-active{
  opacity: 1;
  background: #EFE18B;
  cursor: pointer;
  pointer-events: auto;
  }

/*
利用規約
*/
.terms-page{
padding-top: 100px;
margin-bottom: 50px;
}
.terms-date{
color: #CDD0CA;
font-size: 80%;
font-style: italic;
}
.terms-title{
font-size: 150%;
font-weight: 700;
line-height: 1em;
margin-top: 5px;
}
.terms-page .terms-title{
font-size: 190%;
}
.terms-title-eng{
color: #ADB2A8;
font-weight: 700;
}
.terms-page .terms-title-eng{
font-size: 80%;
}
.terms-main{
text-align: left;
margin-top: 15px;
height: calc(100% - 95px);
min-height: 150px;
overflow-y: scroll;
overflow-scrolling: touch;/*スマホ用スクロール*/
padding: 20px;
border: 3px solid #E9EBE8;
}
.terms-page .terms-main{
height: auto;
border: none;
overflow-y: visible;
}
.terms-main-title{
background: #D5D8D3;
border-radius: 10px;
font-weight: 700;
font-size: 120%;
padding: 10px 3%;
margin-bottom: -15px;
}
.terms-main-title-eng{
margin-left: 10px;
}
.terms-main-subtitle{
border-bottom: 2px solid #D5D8D3;
color: #596847;
font-size: 120%;
font-weight: 700;
padding: 0 5% 3px 3%;
margin: 35px 0 15px 0;
}
.terms-page .terms-main-subtitle{
margin: 50px 0 15px 0;
}
.terms-main-subtitle-eng{
margin-left: 10px;
color: #ADB2A8;
font-weight: 700;
}
.terms-main-text{
list-style-type: disc;
margin: 10px 0 10px 5%;
}
.terms-main-text-eng{
line-height: 1.2em;
}
.terms-conditionbox{
background: #E9EBE8;
padding: 12px 20px;
margin: 10px 0 25px 0;
border-radius: 10px;
}
.terms-button-condition{
background: #596847;
color: #fff;
padding: 3px 10px;
border-radius: 7px;
font-weight: 700;
font-size: 95%;
margin-right: 5px;
}
.terms-button-condition-eng{
font-style: italic;
font-weight: 700;
background: transparent;
color: #ADB2A8;
padding: 0 10px;
}
.terms-disclaimers{
margin-top: 50px;
}
.terms-page .terms-disclaimers{
margin-top: 80px;
}
.terms-disclaimers-text{
margin: 30px 3% 0 3%;
}
.terms-annotation{
color: #CDD0CA;
font-size: 80%;
margin-top: 50px;
margin-bottom: 50px;
font-style: italic;
}
.terms-annotation-eng{
color: #CDD0CA;
font-size: 100%;
font-style: italic;
}
/*
よくある質問
*/
.section-title-faq{
max-width: 180px;
margin-top: -70px;
margin-bottom: 15px;
}
/*アコーディオンパネル*/
.faq-q{
position: relative;
display: block;
padding: 10px 6% 10px 3%;
font-weight: 700;
border-bottom: 2px solid rgba(89,104,71,.15);
}
.faq-a{
overflow: hidden;
height: 0;
padding: 0 3% 0 3%;
line-height: 0;
opacity: 0;
transition: all .4s;
}
.faq-check:checked ~ .faq-a{
height: auto;
line-height: 1.8em;
opacity: 1;
padding: 15px 3% 40px 3%;
}
/*アコーディオンパネルの矢印アイコン*/
.faq-q:after{
display: block;
position: absolute;
right: 3%;
top: 0;
bottom: 0;
width: 15px;
height: 15px;
margin: auto;
transition: all .35s;
}
.faq-check + .faq-q:after{
content: '';
width: 15px;
height: 15px;
background: url(/img/icon-down.svg) no-repeat;
background-size: contain;
vertical-align: middle;
}
.faq-check:checked + .faq-q:after{
transform: rotate(180deg);
}
/*アコーディオンパネルの文字装飾に関すること*/
.faq-q-eng{
color: #ADB2A8;
margin-left: 10px;
}
.faq-a .eng, .faq-a .eng a{
font-style: italic;
display: inline-block;
text-align: left;
}
.faq-a a{
  text-decoration: underline;
  font-size: 100%;
}
.faq-q:first-letter, .faq-a:first-letter{
font-size: 170%;
font-weight: 700;
margin-right: 10px;
font-family: 'Caveat', cursive;
}

/*
支援
*/
.donate{
margin-bottom: 80px;
}
.section-title-donate{
max-width: 300px;
margin-bottom: -10px;
}
.donate-list-whole{
justify-content: center;
padding: 30px;
margin-top: 30px;
background: #F8F8F8;
border-radius: 10px;
}
.donate-list{
width: 50%;
}
.donate-list + .donate-list{
margin-left: 20px;
}
.donate-button{
display: block;
padding: 15px 10px 10px 10px;
line-height: 1em;
font-weight: 700;
background: #EFE18B;
border-radius: 10px;
}
.donate-button-eng{
color: #596847;
}
.donate-list-text{
font-size: 90%;
color: #ADB2A8;
line-height: 1.5em;
margin-top: 10px;
}

/*
フッター
*/
.footer{
background-color: #596847;
padding: 30px 0;
}
.footer-inner{
margin: 0 10% 70px 10%;
justify-content: space-between;
}
.footer-logo{
width: 25%;
height: auto;
min-width: 250px;
max-width: 380px;
}
.footer-title{
color: #fff;
font-size: 120%;
font-weight: 700;
margin-bottom: 12px;
}
.footer-title-middle{
  margin-top: 30px;
}
.footer-column-whole{
  width: 100%;
  justify-content: flex-end;
}
.footer-column{
  white-space: nowrap;
}
.footer-column + .footer-column{
margin-left: 8%;
}
.footer-link{
border-bottom: 1px solid #fff;
}
.footer-link, small, .footer-column i{
  color: #fff;
  font-size: 90%;
  letter-spacing: 0.1em;
}
.footer-column i{
  font-size: 130%;
  margin-right: 10px;
}
.footer-subtext{
color: rgba(225,225,225,0.7);
font-size: 60%;
margin-top: 10px;
}
@media screen and (max-width:750px){
.about1, .about2, .about1-text, .about2-text, .about-title, .about-subtitle, .about-button-whole{
text-align: center;
}
.about1-text, .about2-text, .about1-img, .about2-img{
width: 100%;
}
.about2-img{
left: 0;
}
.about1, .about2{
flex-direction: column;
margin-top: 0;
}
.about-text{
padding: 45px 5% 60px 5%;
margin-top: 0;
}
.about1-text{
padding-top: 0;
}
.about-img{
height: 300px;
box-shadow: none;
border-bottom: 30px solid #EFE18B;
}
.about-link1, .about-link2{
right: 0;
left: 0;
margin: auto;
}
.download-column-whole{
flex-direction: column;
}
.download-column{
width: 100%;
}
.download-column-middle{
margin: 0;
}
.download-button-green-big{
height: 100px;
}
.download-link-whole{
flex-direction: column;
}
.download-link + .download-link{
border: none;
margin-top: 10px;
}
.donate-list-whole{
flex-direction: column;
}
.donate-list{
width: 100%;
}
.donate-list + .donate-list{
margin-left: 0;
margin-top: 15px;
}}
@media screen and (max-width:950px){
.footer-inner{
flex-direction: column-reverse;
justify-content: center;
}
.footer-logo{
text-align: center;
margin: 30px auto 0 auto;
}
.footer-column-whole{
margin: 30px 0;
justify-content: center;
}
.footer-column + .footer-column{
margin-left: 6%;
}
.about-text{
padding: 20px 5% 50px 5%;
}}
@media screen and (max-width:650px){
.footer-column-whole{
display: none;
}
.footer-logo{
margin-top: 50px;
width: 90%;
min-width: 0;
max-width: 300px;
}
  #download{
    display: none;
  }
  #download-sp{
    margin-bottom: 10%;
  }
  .sp-none{
    display: none;
  }
}
@media screen and (min-width:651px){
  #download-sp{
    display: none;
  }
}
/*
モーダルウィンドウのトリガー
*/
#modal-terms-1161:checked ~ .modal-body, #modal-terms-1161:checked ~ .modal-overlay,
#modal-required-1161:checked ~ .modal-body, #modal-required-1161:checked ~ .modal-overlay,
#modal-download-1161:checked ~ .modal-body, #modal-download-1161:checked ~ .modal-overlay,
#modal-terms-1122:checked ~ .modal-body, #modal-terms-1122:checked ~ .modal-overlay,
#modal-required-1122:checked ~ .modal-body, #modal-required-1122:checked ~ .modal-overlay,
#modal-download-1122:checked ~ .modal-body, #modal-download-1122:checked ~ .modal-overlay,
#modal-terms-1122mod:checked ~ .modal-body, #modal-terms-1122mod:checked ~ .modal-overlay,
#modal-required-1122mod:checked ~ .modal-body, #modal-required-1122mod:checked ~ .modal-overlay,
#modal-note-1122mod:checked ~ .modal-body, #modal-note-1122mod:checked ~ .modal-overlay,
#modal-caution-1122mod:checked ~ .modal-body, #modal-caution-1122mod:checked ~ .modal-overlay,
#modal-download-1122mod:checked ~ .modal-body, #modal-download-1122mod:checked ~ .modal-overlay,
#modal-terms-1102:checked ~ .modal-body, #modal-terms-1102:checked ~ .modal-overlay,
#modal-required-1102:checked ~ .modal-body, #modal-required-1102:checked ~ .modal-overlay,
#modal-download-1102:checked ~ .modal-body, #modal-download-1102:checked ~ .modal-overlay,
#modal-terms-1710:checked ~ .modal-body, #modal-terms-1710:checked ~ .modal-overlay,
#modal-required-1710:checked ~ .modal-body, #modal-required-1710:checked ~ .modal-overlay,
#modal-download-1710:checked ~ .modal-body, #modal-download-1710:checked ~ .modal-overlay,
#modal-download-1161-sample:checked ~ .modal-body, #modal-download-1161-sample:checked ~ .modal-overlay,
#modal-required-1122-sample:checked ~ .modal-body, #modal-required-1122-sample:checked ~ .modal-overlay,
#modal-download-1122-sample:checked ~ .modal-body, #modal-download-1122-sample:checked ~ .modal-overlay,
#modal-download-1710-sample:checked ~ .modal-body, #modal-download-1710-sample:checked ~ .modal-overlay,
#modal-terms:checked ~ .modal-body, #modal-terms:checked ~ .modal-overlay,
#modal-catalog-howto:checked ~ .modal-body, #modal-catalog-howto:checked ~ .modal-overlay,
#modal-minecraft:checked ~ .modal-body, #modal-minecraft:checked ~ .modal-overlay,
#catalog-sidebar-drawer:checked ~ .catalog-sidebar-drawer-overlay
{
visibility: visible;
opacity: 1;
}
#catalog-sidebar-drawer:checked ~ .catalog-sidebar-inner-whole{
visibility: visible;
transform: translateY(0%);
}
