/*L513*/


.qwerty {
    background-color: #fff;
    width: 100vw;
    height:  100vh;
    position: fixed;
    overflow: hidden;
    z-index: 999;
    animation-name: fadeout;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes fadeout{
    0%{
        opacity: 1;
        visibility: visible;
    }
    50%{
        opacity: 1;
        visibility: visible;
    }
    99.9%,to{
        opacity: 0;
        visibility: hidden;
        display: none;
    }
}

/*
.dvorak {
    animation-name: fade;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}
*/

@charset "utf-8";


.header,
.header_inner {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background-color: #c91f1f;
}
/*
.header {
    overflow-y: scroll;
}
*/

.header {
    height: 75px;
    width: 75px;
    z-index: 100;
    transition: all 0.2s;
    box-sizing: border-box;
}

.header:hover {
    cursor: pointer;
/*    background: rgba(12, 128, 196, 0.7);
    border: solid 2px #c91f1f;*/
    transition: all 0.2s;
    animation-name: header_ani;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    background: #f18930;
/*    background: #ebde50;*/
}


.zaizen {
    background: #c91f1f;
}



/*
@keyframes header_ani{
    0%{
        background-color: #c91f1f;
    }
    99.9%,to{
        background: #f18930; 
    }
}
*/










.header_button {
    width: 75px;
    height: 75px;
    position: absolute;
    top: 0;
    right: 0;
}

/*
.header_button:hover > .header_button_inner > .span_fix > span{
    transition: all 0.3s ease-in-out;
    transform:translateX(25%);  
}
*/



.header_button_inner {
    display: block;
    width: 40px;
    height: 19px;
    margin: -10px 0 0 -20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transition-duration: .25s;
}

.header_button_inner div {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-duration: .5s
}

.header_button_inner div > span {
    display: block;
    width: 80%;
    height: 100%;
    position: absolute;
    background: #fff;
    top: 0;
    margin-left: 10%;
    transition: all 0.3s ease-in-out;
}




.header_button_inner div span span {
    left: -100%
}

.header_button_inner > div:nth-child(1) {
    top: 0
}

.header_button_inner > div:nth-child(2) {
    top: 50%;
    margin: -1px 0 0
}

.header_button_inner > div:nth-child(3) {
    top: 100%;
    margin: -1px 0 0
}




.contents_header_title > p:nth-child(1),
.contents_header_title > p:nth-child(2),
.menu_copyright p,
.menu_lang a p,
.menu_list p {
    color: rgba(255, 255, 255, 1);
    font-weight: 700
}

/*
.pc .header_off .header_button_inner:hover > div:nth-child(1) {
    left: 25%
}

.pc .header_off .header_button_inner:hover > div:nth-child(2) {
        left: 25%
}

.pc .header_off .header_button_inner:hover > div:nth-child(3) {
    left: 25%
}
*/

.header_on .header_button_inner > div:nth-child(2) {
    opacity: 0
}




.menu {
    position: fixed;
    overflow: hidden;
    z-index: 75;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    font-family: serif;
    display: none;
}
.menu_show {
    display: block;
}

.menu_inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/menu_back_05.JPG);
    background-size: cover;
}

.menu_bg {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
/*    background: rgba(12, 128, 196, 0.6);*/
    background: rgba(201, 31, 31, 0.8);
}

.fix{
/*    position: fixed;*/
    overflow: hidden;
}



.to_top {
    position: absolute;
    width: 75px;
    height: 75px;
    color: #c91f1f;;
    background-color: #fff;
    top: 0;
    z-index: 99;
    line-height: 75px;
    text-align: center;
/*    font-size: 1.45vw;*/
    font-size: 20px;
    font-weight: bold;
    transition: all 0.25s ease-out;
}
.to_top:hover {
    background-color: #f18930;
    transition: all 0.25s ease-out;
    color: #fff;
}
.to_top a:hover{
    color: #fff;
}

.m_left_wrapper {
    height: 90vh;
    width: 50%;
    margin: 10vh 0;
    float: left;
/*    background-color: red;*/
    display: inline;
}
.m_right_wrapper {
    float: left;
    width: 50%;
    height: 65vh;
    margin-top: 14vh;
    position: relative;
    display: inline-block;
}

.common_block {
    margin-left: 15vw;
    transition: all 0.1s ease-out;
    font-weight: bold;
    margin-top: 4vh;
}
.common_block a {
    display: inline-block;
}



.link_block {
    margin-left: 4vw;
    margin-top: 0vh;
    transition: all 0.1s ease-out;
    font-weight: bold;
    border-left: solid 1px #fff;
    display: inline-block;
    width: 40%;
    
}

.sns_block {
    text-indent: -0.3vw;
    margin-left: 1vw;
    margin-top: 10vh;
    font-weight: bold;
    border-left: solid 1px #fff;
    display: inline-block;
    width: 30%;
}


.m_h1 {
    color: #fff;
/*    font-size: calc(1.5rem + 0.01vh);*/
    font-size: 2.8vh;
    display: inline-block;
    position: relative;
    transition: 0.3s;

}

.m_h1:hover {
    color: #ebde50;
    transition: 0.3s;
}



.m_h1_margin {
    margin-top: 5vh;
}

.m_p {
    color: #fff;
    display: inline-block;
    text-indent: 2.5rem;
    margin: 3px;
/*    font-size: calc(1rem + 0.01vh);*/
    font-size: 2vh;
    transition: 0.3s;
    font-weight: 350;
}

.m_p:hover {
    color: #ebde50;
    transition: 0.3s;
}

.mini_m {
    font-size: 1vw;
/*    text-indent: em;*/
    font-weight: 100;
}


.m_fonta {
    height: 5vh;
    line-height: 5vh;
    color: #fff;
    font-size: 1.2vw;
    display: inline-block;
    margin: 0.8vh 1vw;
}

.common_block a:hover {
    color: #ebde50;
    transition: all 0.1s ease-out;
}
.link_block a:hover{
    color: #ebde50;
    transition: all 0.1s ease-out;
}

.sns_block a:hover{
    color: #ebde50;
}

.change_font-color {
    color: #fff;
}

.sns_fa {
    color: #fff;
    margin-left: 1vw;
}

.i_hover{
    color: #ebde50;
    transition: 0.3s;
}

.m_fonta span {
    transition: 0.1s ease;
}

.m_fonta span {
    margin-left: 2rem;
    display: inline-block;
}

.fa-instagram {
    text-indent: -0.5rem;
}

.fa-blog {
    text-indent: -0.3rem;
}

.a_twitter {
    text-indent: 0.1vw;;
}

.a_instagram {
/*    text-indent: 0.14rem;*/
    text-indent: 0.38vw;
}
.a_blog {
    text-indent: 0.02vw;;
}
.a_facebook {
    text-indent: 0.7vw;
}

.menu {
    text-transform: none;
}
/*
.span_fix:hover {
    transform: translateX(-25%);
}
*/

.m_bg_fff {
    background-color: #fff;
    transition: all 0.2s;
}

/*
.m_bg_fff:hover {
    background-color: #f18930;
    transition: all 0.2s;
}
*/

.span_fff {
    background: #c91f1f;
}
.span_fff:hover {
    background: #fff;
}

.chg_span_fff {
    background: #fff;
}










@supports (-ms-ime-align: auto) {
  /* Edge のみ適用される */
    .header_on .header_button_inner > div:nth-child(1) {
    animation: header_on0 .5s linear forwards
}

@keyframes header_on0 {
    0% {
        top: 0;
        margin: 0;
        transform: rotate(0)
    }

    50% {
        top: 50%;
        margin: -1px 0 0;
        transform: rotate(0)
    }

    100% {
        top: 50%;
        margin: 10px 0px 0;
        transform: rotate(45deg)
    }
}

.header_on .header_button_inner > div:nth-child(3) {
    animation: header_on1 .5s linear forwards
}

@keyframes header_on1 {
    0% {
        top: 100%;
        transform: rotate(0)
    }

    50% {
        top: 50%;
        transform: rotate(0)
    }

    100% {
        top: 50%;
        margin: 0px 0 0 0;
        transform: rotate(-45deg)
    }
}

    
    
    body {
        width: 20vw;
    }
    
    
}


/*

.header_button_inner div {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-duration: .5s
}

.header_button_inner div > span {
    display: block;
    width: 80%;
    height: 100%;
    position: absolute;
    background: #fff;
    top: 0;
    margin-left: 10%;
    transition: all 0.3s ease-in-out;
}




.header_button_inner div span span {
    left: -100%
}
*/
/*


@supports (-ms-accelerator:true) {
	

	.left_img {
		width: 30vw;
	} 
}

*/





.change_right {
    margin-left: 4vw;
    margin-top: 0vh;
    transition: all 0.1s ease-out;
    font-weight: bold;
}

.change_right a {
    transition: all 0.1s ease-out;
/*    font-weight: bold;*/
/*    margin-top: -1.5vh;*/
}



.media_block {
    margin-top: 4vh;
    margin-left: 15vw;
}

.media_block a:hover {
    color: #ebde50;
    transition: 0.3s;
}