@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;600&display=swap");
.t__min {
font-family: "Shippori Mincho", serif !important;
} svg {
fill: currentColor;
}   @keyframes scrollDown {
0% {
transform: translateY(0rem);
}
15% {
transform: translateY(1rem);
}
30% {
transform: translateY(0rem);
}
45% {
transform: translateY(1rem);
}
60% {
transform: translateY(0rem);
}
100% {
transform: translateY(0rem);
}
}
@keyframes loopCl {
from {
transform: translateX(0);
}
to {
transform: translateX(-100%);
}
}
@keyframes loopClRv {
from {
transform: translateX(0);
}
to {
transform: translateX(100%);
}
}
@media screen and (min-width: 280px) {
body {
padding-left: 0 !important;
}
}
@media screen and (min-width: 600px) {
body {
padding-left: 80px !important;
}
}
@media screen and (min-width: 1025px) {
body {
padding-left: 200px !important;
}
}
@media screen and (min-width: 1441px) {
body {
padding-left: 200px !important;
}
}
#appMenu {
position: fixed;
z-index: 999;
background: rgba(252, 252, 252, 0.8);
-webkit-backdrop-filter: blur(20px);
backdrop-filter: blur(20px);
transition: transform 0.3s ease;
}
@media screen and (min-width: 280px) {
#appMenu {
bottom: 0;
left: 0;
width: 100%;
height: 80px;
border-top: 2px solid #eeeeee;
}
}
@media screen and (min-width: 600px) {
#appMenu {
bottom: 0;
left: 0;
width: 80px;
height: 100%;
border-right: 1px solid #eeeeee;
}
}
@media screen and (min-width: 1025px) {
#appMenu {
bottom: 0;
left: 0;
width: 200px;
height: 100%;
border-right: 1px solid #eeeeee;
&.is-segment {
min-width: 200px;
width: calc((100px + (100vw - 900px) / 2));
max-width: 450px;
}
}
}
@media screen and (min-width: 1441px) {
#appMenu {
bottom: 0;
left: 0;
width: 200px;
height: 100%;
border-right: 1px solid #eeeeee;
&.is-segment {
min-width: 200px;
width: calc((100px + (100vw - 900px) / 2));
max-width: 450px;
}
}
}
@media screen and (min-width: 280px) {
#appMenu.app_trans {
opacity: 0.6;
}
}
@media screen and (min-width: 600px) {
#appMenu.app_trans {
opacity: 1;
}
}
@media screen and (min-width: 1025px) {
#appMenu.app_trans {
opacity: 1;
}
}
@media screen and (min-width: 1441px) {
#appMenu.app_trans {
opacity: 1;
}
}
#appMenu.app_notrans {
opacity: 1;
}
@media screen and (min-width: 280px) {
#appMenu.show {
transform: translateY(0);
}
}
@media screen and (min-width: 600px) {
#appMenu.show {
transform: translateY(0);
}
}
@media screen and (min-width: 1025px) {
#appMenu.show {
transform: translateY(0);
}
}
@media screen and (min-width: 1441px) {
#appMenu.show {
transform: translateY(0);
}
}
@media screen and (min-width: 280px) {
#appMenu.hide {
transform: translateY(120%);
}
}
@media screen and (min-width: 600px) {
#appMenu.hide {
transform: translateY(0);
}
}
@media screen and (min-width: 1025px) {
#appMenu.hide {
transform: translateY(0);
}
}
@media screen and (min-width: 1441px) {
#appMenu.hide {
transform: translateY(0);
}
}
#appMenu .appmenu_content {
display: flex;
height: 100%;
}
@media screen and (min-width: 280px) {
#appMenu .appmenu_content {
align-items: center;
justify-content: space-evenly;
flex-direction: row;
padding: 0.5rem 1rem 1rem 1rem;
}
}
@media screen and (min-width: 600px) {
#appMenu .appmenu_content {
align-items: center;
justify-content: flex-start;
flex-direction: column;
padding: 1rem;
}
}
@media screen and (min-width: 1025px) {
#appMenu .appmenu_content {
align-items: center;
justify-content: flex-start;
flex-direction: column;
padding: 3rem 2rem;
height: fit-content;
}
}
@media screen and (min-width: 1441px) {
#appMenu .appmenu_content {
align-items: center;
justify-content: flex-start;
flex-direction: column;
padding: 3rem 2rem;
height: fit-content;
}
}
#appMenu .appmenu_content .appmenu_item {
display: flex;
align-items: center;
justify-content: center;
border-radius: 5px;
}
@media screen and (min-width: 280px) {
#appMenu .appmenu_content .appmenu_item {
width: 20%;
height: 100%;
}
}
@media screen and (min-width: 600px) {
#appMenu .appmenu_content .appmenu_item {
width: 100%;
height: 80px;
}
}
@media screen and (min-width: 1025px) {
#appMenu .appmenu_content .appmenu_item {
width: 100%;
height: 50px;
}
}
@media screen and (min-width: 1441px) {
#appMenu .appmenu_content .appmenu_item {
width: 100%;
height: 50px;
}
}
#appMenu .appmenu_content .appmenu_item.home {
border-radius: 5px;
}
@media screen and (min-width: 280px) {
#appMenu .appmenu_content .appmenu_item.home {
margin-top: -2rem;
aspect-ratio: 1/1;
width: 20%;
height: auto;
}
}
@media screen and (min-width: 600px) {
#appMenu .appmenu_content .appmenu_item.home {
margin-top: 0rem;
aspect-ratio: auto;
width: 100%;
height: 80px;
}
}
@media screen and (min-width: 1025px) {
#appMenu .appmenu_content .appmenu_item.home {
margin-top: 0rem;
aspect-ratio: auto;
width: 100%;
height: 50px;
}
}
@media screen and (min-width: 1441px) {
#appMenu .appmenu_content .appmenu_item.home {
margin-top: 0rem;
aspect-ratio: auto;
width: 100%;
height: 50px;
}
}
#appMenu .appmenu_content .appmenu_item .item_wrap {
display: flex;
-webkit-tap-highlight-color: transparent;
width: 100%;
height: 100%;
transform: scale(1);
opacity: 1;
transition: transform 0.2s linear;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
@media screen and (min-width: 280px) {
#appMenu .appmenu_content .appmenu_item .item_wrap {
align-items: center;
justify-content: flex-start;
flex-direction: column;
padding-top: 5px;
}
}
@media screen and (min-width: 600px) {
#appMenu .appmenu_content .appmenu_item .item_wrap {
align-items: center;
justify-content: center;
flex-direction: column;
padding-top: 0px;
}
}
@media screen and (min-width: 1025px) {
#appMenu .appmenu_content .appmenu_item .item_wrap {
align-items: center;
justify-content: flex-start;
flex-direction: row;
padding-top: 0px;
}
}
@media screen and (min-width: 1441px) {
#appMenu .appmenu_content .appmenu_item .item_wrap {
align-items: center;
justify-content: flex-start;
flex-direction: row;
padding-top: 0px;
}
}
#appMenu .appmenu_content .appmenu_item .item_wrap.homebtn {
padding-top: 0;
}
@media screen and (min-width: 280px) {
#appMenu .appmenu_content .appmenu_item .item_wrap.homebtn {
border-radius: 200px;
background-color: #262626;
box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
justify-content: center;
}
}
@media screen and (min-width: 600px) {
#appMenu .appmenu_content .appmenu_item .item_wrap.homebtn {
border-radius: 0px;
background-color: transparent;
box-shadow: none;
justify-content: center;
}
}
@media screen and (min-width: 1025px) {
#appMenu .appmenu_content .appmenu_item .item_wrap.homebtn {
border-radius: 0px;
background-color: transparent;
box-shadow: none;
justify-content: flex-start;
}
}
@media screen and (min-width: 1441px) {
#appMenu .appmenu_content .appmenu_item .item_wrap.homebtn {
border-radius: 0px;
background-color: transparent;
box-shadow: none;
justify-content: flex-start;
}
}
#appMenu .appmenu_content .appmenu_item .item_wrap:active {
transform: scale(0.95);
opacity: 0.8;
}
#appMenu .appmenu_content .appmenu_item .item_wrap .menu_icon {
position: relative;
width: 5rem;
height: 2.5rem;
overflow: hidden;
}
#appMenu .appmenu_content .appmenu_item .item_wrap .menu_icon svg {
width: 100%;
height: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
#appMenu .appmenu_content .appmenu_item .item_wrap .menu_icon svg.js-fromPage {
display: none;
}
#appMenu .appmenu_content .appmenu_item .item_wrap .menu_icon svg.js-fromPage.is-active {
display: block;
}
#appMenu .appmenu_content .appmenu_item .item_wrap .menu_icon svg.logo {
width: 4rem;
height: auto;
}
@media screen and (min-width: 280px) {
#appMenu .appmenu_content .appmenu_item .item_wrap .menu_icon svg.logo {
fill: #262626;
}
}
@media screen and (min-width: 600px) {
#appMenu .appmenu_content .appmenu_item .item_wrap .menu_icon svg.logo {
fill: #262626;
}
}
@media screen and (min-width: 1025px) {
#appMenu .appmenu_content .appmenu_item .item_wrap .menu_icon svg.logo {
fill: #262626;
}
}
@media screen and (min-width: 1441px) {
#appMenu .appmenu_content .appmenu_item .item_wrap .menu_icon svg.logo {
fill: #262626;
}
}
#appMenu .appmenu_content .appmenu_item .item_wrap .menu_title {
font-size: 10px;
transform-origin: center;
letter-spacing: 0.05em;
line-height: 1.2;
color: #262626;
}
#appMenu .appmenu_content .appmenu_item .item_wrap .menu_title.is-active {
font-weight: bold;
}
@media screen and (min-width: 280px) {
#appMenu .appmenu_content .appmenu_item .item_wrap .menu_title {
text-align: center;
transform: scale(0.8);
}
}
@media screen and (min-width: 600px) {
#appMenu .appmenu_content .appmenu_item .item_wrap .menu_title {
text-align: center;
transform: scale(0.8);
}
}
@media screen and (min-width: 1025px) {
#appMenu .appmenu_content .appmenu_item .item_wrap .menu_title {
margin-left: 1rem;
text-align: left;
transform: scale(1);
}
}
@media screen and (min-width: 1441px) {
#appMenu .appmenu_content .appmenu_item .item_wrap .menu_title {
margin-left: 1rem;
text-align: left;
transform: scale(1);
}
}
@media screen and (min-width: 280px) {
#appMenu .appmenu_content .appmenu_item .item_wrap .menu_title.home {
color: #fcfcfc;
}
}
@media screen and (min-width: 600px) {
#appMenu .appmenu_content .appmenu_item .item_wrap .menu_title.home {
color: #262626;
}
}
@media screen and (min-width: 1025px) {
#appMenu .appmenu_content .appmenu_item .item_wrap .menu_title.home {
color: #262626;
}
}
@media screen and (min-width: 1441px) {
#appMenu .appmenu_content .appmenu_item .item_wrap .menu_title.home {
color: #262626;
}
}