
html, body {
    overflow-x: hidden;
    height: 100%;
}
.main_menu {
  width: 100%;
  margin: 0;
  padding: 0;
  
}

.menu_box {
  width: 100%;
  z-index: 800;


}



.menu {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    background-color: rgba(133, 133, 133, 0.856);
    position: fixed;
    height: 3.5rem!important;
    overflow: hidden;
    z-index: 10;

    display: flex;
    justify-content: flex-end;
    align-items: center;
}



.menu_02 {
  float: left;

  margin: 0 auto;
  width: 8%;
  max-width: 100%;
  box-shadow: none;
  background-color: #353535;
  position: fixed;
  height: 100%!important;
  overflow: hidden;
  z-index: 10;
}

.menu_pic_title{
    display: flex;
    text-align: center;
    width: 100%;
}

.menu_pic_01 {
  width:70% ;
  min-width: 70%;
  margin: 15%;
}

.menu_pic_title a {
    text-decoration: none;
    color: inherit;
}


a {
    text-decoration: none;
    color: inherit;
}

.menu_pic_title_font_large {
  text-align: center;
  font-family: serif;
  font-size: 1rem;
  font-weight: 700;
  margin: 3%;

  line-height: 1;
}

.menu_br{
    display: none;
}

.title_font_large_hidden {
    display: none;
}

.menu_pic_title_font_small {
    text-align: center;
    font-family: serif;
    font-size: 0.5rem;
    font-weight: 700;
    margin: 0;
    line-height: 0.8;
}
  

.menu-list {
    list-style: none;
    display: flex;


    padding: 0;
    border-bottom: 1.5px solid rgb(17, 17, 17);
}
  
.menu-list li {
    margin-right: 2vw;

}
  
.menu-list li:first-child {
    margin-left: 0;
}
  
.menu-list li a {
    text-decoration: none;
    color: #444444;
    font-weight:600;
    font-size: 1em;
    font-family: "CustomFont_02";

}
  
.menu-list li a:hover {
    color: #ff2b2b;
    font-weight: 700;
    font-size: 1.2rem;
    font-family: "CustomFont_02";
}



#sidebarMenu {
  text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: fixed;
    left: 0;
    width: 100%;
    transform: translateX(-100%);
    transition: transform 250ms ease-in-out;
    background:linear-gradient(to bottom, rgba(15, 15, 15, 0.9),rgba(87, 87, 87, 0.9));
    z-index: 90;
}
.sidebarMenuInner{
    margin:0;
    padding:0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    z-index: 800;
}
.sidebarMenuInner li{
    font-family: "CustomFont_02";
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li span{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
}
.sidebarMenuInner li a{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

.sidebarMenuInner li a:hover {
    color: #ff0000;
}

input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 50%;
    width: 30%;
    top: 50%;
    left: 35%;

}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}


@media only screen and (max-width:1025px) {
    .menu-list{
        font-size: 0.9rem;
    }
    .menu-list li a:hover {
        font-size: 1rem;
    }

} 

@media only screen and (max-width:960px) {
 
    
    html, body {
        overflow-x: hidden;
        height: 100%;
    }
    .main_menu {
    width: 100%;
    margin: 0;
    padding: 0;
    
    }

    .menu_box {
    width: 100%;
    z-index: 800;


    }



    .menu {
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        box-shadow: none;
        background-color: rgba(133, 133, 133, 0.856);
        position: fixed;
        height: 3.5rem!important;
        overflow: hidden;
        z-index: 10;

        display: flex;
        justify-content: flex-end;
        align-items: center;
    }



    .menu_02 {
    float: left;

    margin: 0 auto;
    width: 8%;
    max-width: 100%;
    min-width: 70px;
    box-shadow: none;
    background-color: #353535;
    position: fixed;
    height: 100%!important;
    overflow: hidden;
    z-index: 10;
    }

    .menu_pic_title{
        display: flex;
        justify-content: center; /* 横方向中央揃え */
        align-items: center;
        
    }


    .menu_pic_01 {
     width:60% ;
     min-width: 60%;
     margin: 20%;
    }

    .main_menu a {
        text-decoration: none;
        color: inherit;
    }

    .menu_pic_title_font_large {
    text-align: center;
    font-family: serif;
    font-size: 0.8rem;
    font-weight: 700;
    margin: 0%;

    line-height: 1;
    }



    .menu_pic_title_font_small {
        text-align: center;
        font-family: serif;
        font-size: 0.5rem;
        font-weight: 700;
        margin: 0;
        line-height: 0.8;
    }
    

    .menu-list {
        list-style: none;
        display: flex;

        text-shadow: 2px 0px 0 rgb(126, 126, 126);

        padding: 0;
        border-bottom: 1.5px solid rgb(17, 17, 17);
    }
    
    .menu-list li {
        margin-right: 3vw;

    }
    
    .menu-list li:first-child {
        margin-left: 0;
    }
    
    .menu-list li a {
        text-decoration: none;
        color: #444444;
        font-weight:600;
        font-size: 0.9em;
        font-family: "CustomFont_02";

    }
    
    .menu-list li a:hover {
        color: #ff2b2b;
        font-weight: 700;
        font-size: 1.1rem;
        font-family: "CustomFont_02";
    }



    #sidebarMenu {
    text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        position: fixed;
        left: 0;
        width: 100%;
        transform: translateX(-100%);
        transition: transform 250ms ease-in-out;
        background:linear-gradient(to bottom, rgba(15, 15, 15, 0.9),rgba(87, 87, 87, 0.9));
        z-index: 90;
    }
    .sidebarMenuInner{
        margin:0;
        padding:0;
        border-top: 1px solid rgba(255, 255, 255, 0.10);
        z-index: 800;
    }
    .sidebarMenuInner li{
        font-family: "CustomFont_02";
        list-style: none;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        padding: 20px;
        cursor: pointer;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }
    .sidebarMenuInner li span{
        display: block;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.50);
    }
    .sidebarMenuInner li a{
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        cursor: pointer;
        text-decoration: none;
    }

    .sidebarMenuInner li a:hover {
        color: #ff0000;
    }

    input[type="checkbox"]:checked ~ #sidebarMenu {
        transform: translateX(0);
    }

    input[type=checkbox] {
        transition: all 0.3s;
        box-sizing: border-box;
        display: none;
    }
    .sidebarIconToggle {
        transition: all 0.3s;
        box-sizing: border-box;
        cursor: pointer;
        position: absolute;
        z-index: 99;
        height: 50%;
        width: 30%;
        top: 50%;
        left: 35%;

    }
    .spinner {
        transition: all 0.3s;
        box-sizing: border-box;
        position: absolute;
        height: 3px;
        width: 100%;
        background-color: #fff;
    }
    .horizontal {
        transition: all 0.3s;
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-top: 3px;
    }
    .diagonal.part-1 {
        position: relative;
        transition: all 0.3s;
        box-sizing: border-box;
        float: left;
    }
    .diagonal.part-2 {
        transition: all 0.3s;
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-top: 3px;
    }
    input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
        transition: all 0.3s;
        box-sizing: border-box;
        opacity: 0;
    }
    input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
        transition: all 0.3s;
        box-sizing: border-box;
        transform: rotate(135deg);
        margin-top: 8px;
    }
    input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
        transition: all 0.3s;
        box-sizing: border-box;
        transform: rotate(-135deg);
        margin-top: -9px;
    }


}    

@media only screen and (max-width:844px) {

    .menu-list li a:hover {
        font-size: 1rem;
    }
}

@media only screen and (max-width:530px) {
    .menu-list{
        font-size: 0.8rem;
    }
    .menu-list li a:hover {
        font-size: 0.9rem;
    }
}

    


@media only screen and (max-width:481px) {
    
    html, body {
        overflow-x: hidden;
        height: 100%;
    }
    .main_menu {
    width: 15%;
    margin: 0;
    padding: 0;    

    }

    .menu_box {
    width: 100%;

    }
    
    .menu {
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        box-shadow: none;
        background-color: rgba(133, 133, 133, 0.856);
        position: fixed;
        height: 5%!important;
        overflow: hidden;
        z-index: 10;

        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .pic_title_box{
        width: 10%;
    }

    .pic_title_font_box{
        display: flex;

    }




    .menu_02 {
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    background-color: #353535;
    position: fixed;
    height: 70px!important;
    overflow: hidden;
    z-index: 10;
    }

    .menu_pic_title{
        display: flex;
        text-align: center;
        width: 100%;
    }

    .menu_pic_01 {
      width:70% ;
      min-width: 70%;
      margin: 20%;
    }

  


    a {
        text-decoration: none;
        color: inherit;
    }

    .menu_title_font{
        display: inline-block;
        text-align: center;
        line-height: 100%;
    }

    .menu_pic_title_font_large {
        text-align: center;
        font-family: serif;
        font-size: 0.8rem;
        font-weight: 700;
        margin: 3px;
        margin-left: 15%;

        line-height: 1;

        display: inline-block;
        text-align: center;
    }

    .title_font_large_hidden {
        display: none;
    }


    .menu_pic_title_font_small {
        text-align: center;
        font-family: serif;
        font-size: 0.5rem;
        font-weight: 700;
        margin: 0;
        line-height: 2;
        display: none;


    }
    

    .menu-list {
        list-style: none;
        display: flex;

        text-shadow: 2px 0px 0 rgb(126, 126, 126);

        padding: 0;
        border-bottom: 1.5px solid rgb(17, 17, 17);
    }
    
    .menu-list li {
        margin-right: 3vw;

    }
    
    .menu-list li:first-child {
        margin-left: 0;
    }
    
    .menu-list li a {
        text-decoration: none;
        color: #444444;
        font-weight:600;
        font-size: 0.9em;
        font-family: "CustomFont_02";

    }
    
    .menu-list li a:hover {
        color: #ff2b2b;
        font-weight: 700;
        font-size: 1.1rem;
        font-family: "CustomFont_02";
    }



    #sidebarMenu {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        position: fixed;
        left: 0;
        width: 100%;
        transform: translateX(-100%);
        transition: transform 250ms ease-in-out;
        background:linear-gradient(to bottom, rgba(15, 15, 15, 0.9),rgba(87, 87, 87, 0.9));
        z-index: 11;
    }
    .sidebarMenuInner{
        margin:0;
        padding:0;
        border-top: 1px solid rgba(255, 255, 255, 0.10);
    }
    .sidebarMenuInner li{
        font-family: "CustomFont_02";
        list-style: none;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        padding: 20px;
        cursor: pointer;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }
    .sidebarMenuInner li span{
        display: block;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.50);
    }
    .sidebarMenuInner li a{
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        cursor: pointer;
        text-decoration: none;
    }

    .sidebarMenuInner li a:hover {
        color: #ff0000;
    }

    input[type="checkbox"]:checked ~ #sidebarMenu {
        transform: translateX(0);
    }

    input[type=checkbox] {
        transition: all 0.3s;
        box-sizing: border-box;
        display: none;
    }
    .sidebarIconToggle {
        transition: all 0.3s;
        box-sizing: border-box;
        cursor: pointer;
        position: absolute;
        z-index: 99;
        height: 50%;
        width: 10%;
        top: 50%;
        left: 85%;

    }
    .spinner {
        transition: all 0.3s;
        box-sizing: border-box;
        position: absolute;
        height: 3px;
        width: 100%;
        background-color: #fff;
    }
    .horizontal {
        transition: all 0.3s;
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-top: 3px;
    }
    .diagonal.part-1 {
        position: relative;
        transition: all 0.3s;
        box-sizing: border-box;
        float: left;
    }
    .diagonal.part-2 {
        transition: all 0.3s;
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-top: 3px;
    }
    input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
        transition: all 0.3s;
        box-sizing: border-box;
        opacity: 0;
    }
    input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
        transition: all 0.3s;
        box-sizing: border-box;
        transform: rotate(135deg);
        margin-top: 8px;
    }
    input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
        transition: all 0.3s;
        box-sizing: border-box;
        transform: rotate(-135deg);
        margin-top: -9px;
    }
}


@media only screen and (max-width:431px) {
    .menu_pic_title{ 
        display: flex;
        text-align: center;
        width: 100%;
    }

    .menu_pic_01 {
      width:70% ;
      min-width: 70%;
      margin: 27%;
    }
}

@media only screen and (max-width:391px) {

    .menu_pic_title{
        display: flex;
        text-align: center;
        width: 100%;
    }

    .menu_pic_01 {
      width:70% ;
      min-width: 70%;
      margin: 30%;
    }

}

