.M_red{
  color: red;
  -webkit-text-stroke: 0.001vw white;
  font-size: 2.2vw;
  font-weight: bold;
}
#header_wrapper{
    width: 98%;
    height: 11.5vw;
    margin: 0 auto;
    background-image: url(../img/background/AdobeStock_1025377788.webp);
    background-color: rgba(255,255,255,0.5);
    background-blend-mode: lighten;
    padding: 0.5vw;
    z-index: 100;
}
#header_contain{
    width: 90%;
    display: flex;
    /* justify-content:space-between; */
    align-items: center;
    margin: 0 auto;
}
#header_logo{
    width: 30%;
    display: flex;
    column-gap: 1vw;
}
#header_shopname{
    width: 40%;
}
#header_info{
    width: 30%;
    font-size: 1.5vw;
    display: flex;
    align-items: end;
    flex-direction: column;
}
#header_logo>img{
    width: 10vw;
    /* aspect-ratio: 1/1; */
    object-fit: contain;
    align-self: center;
}
#header_info>p{
    text-align: right;
    margin-top: 1vw;
    white-space: nowrap;
    font-family: BIZ UDPMincho;
    font-weight: bold;
    width: fit-content;
}
#header_info>a{
    text-align: right;
    margin-top: 1vw;
    white-space: nowrap;
    font-family: BIZ UDPMincho;
    font-weight: bold;
    width: fit-content;
}
#header_logo_title1{
    font-family: Playfair Display;
    align-self: flex-end;
    text-align: center;
    font-size: 1.5vw;
    /* transform: translateY(2vw); */
}
#header_logo_title2{
    font-family: Playfair Display;
    align-self: center;
    font-size: 6vw;
    text-align: center;

	/* font-size:5em; */
	/* text-align:center; */
	line-height:0.95em;
	font-weight:bold;
	color: transparent;
	background : rgba(0,0,0,1);
	text-shadow : 
		0 0 0.1em rgba(255,255,255,0.05),
		0.01em 0.04em 0.03em rgba(255,255,255,0.4);
	-webkit-background-clip : text;
}
@media screen and (max-width: 768px) {
    #header_wrapper{
        width: 98%;
        height: 18vw;
        margin: 0 auto;
        background-image: url(../img/background/AdobeStock_1025377788.webp);
        background-color: rgba(255,255,255,0.5);
        background-blend-mode: lighten;
        padding: 0.5vw;
        position: fixed;
        top:0;
    }
    #header_contain{
        width: 98%;
        display: flex;
        align-items: center;
    }
    #header_logo_title1{
        font-family: Playfair Display;
        align-self: flex-end;
        text-align: left;
        font-size: 3vw;
        transform: translateY(1vw);
    }
    #header_logo_title2{
        font-family: Playfair Display;
        align-self: center;
        font-size: 12vw;
        text-align: left;
    } 
    #header_logo>img{
        width: 15vw;
        object-fit: contain;
        align-self: center;
    }
    #header_info>p{
        text-align: right;
        margin-top: 1.3vw;
        white-space: nowrap;
        font-family: BIZ UDPMincho;
        font-size: 2.8vw;
    }
    #header_info>a{
        text-align: right;
        margin-top: 1.3vw;
        white-space: nowrap;
        font-family: BIZ UDPMincho;
        font-size: 2.8vw;
    }
    #header_logo{
        width: 20%;
        display: flex;
        column-gap: 1vw;
    }
    #header_shopname{
        width: auto;
    }
    #header_info{
        width: fit-content;
        font-size: 1.7vw;
        transform: translateY(2vw) translateX(5vw);
    }
    #header_logo_img2{
        display: none;
    }
}