/*====================================================================================*/
/* Common
/*====================================================================================*/
.highlight{
font-weight:bold;
background-color:Yellow;
}

.MenuLayoutWrapperPc{
	/* Layout */
	position:fixed;
	top:0;
	left:0;
	height:100vh;
	z-index:1000;
}
.Account{
    position: fixed;
    text-align: right;
    display: inline-table;
    /* width: 100%; */
    top: 25px;
    left: 100%;
    transform: translateX(calc(-100% - 25px));
}
.Account > .Login{
	
}
.Account > .Login a > img{
	width:35px;
}
.Account > .Mypage{
    vertical-align: top;
    margin-bottom: 10px;
}
.Account > .Mypage > .AccoutIcon{
	display: inline-block;
}
.Account > .Mypage > .AccoutIcon > .wrapper a img{
	display: inline-block;
	width:40px;
}

.AccoutMenu{
    position: fixed;
    z-index: 10;
    left: 100%;
    padding: 25px;
    top: 15px;
    transform: translateX(calc(-100% - 90px));
    background: white;
    color: #df0615;
    /* border: solid 1px; */
    border-radius: 10px;
    box-shadow: 0 5px 9px 0 rgb(0 0 0 / 10%);
    

    /* animation */	
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.AccoutMenu > .wrapper{
    width: 110px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.AccoutMenu > .wrapper > .parts{
    margin-bottom: 20px;
}
.AccoutMenu > .wrapper > .parts > .content{
white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ul{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #dddddd;
}
.ForceMenu{
	display: table;
    translateX(calc(-100% - 90px));	
}
.AccoutMenu > .wrapper a{
	color:black;
}

.AccoutMenu > .wrapper a > .parts{
;
}
.Account > .Mypage > .Logo a > img{
	display:inline-block;
	width:40px;
}

.Account > .Mypage > .Logo a {
    position: relative;
}

.Account > .Mypage > .Logo a > .cart_count{
    position: absolute;
    top: -20px;
    left: 17px;
    color: #f20000;
    font-weight: bold;
    font-size: 24px;
    transform: translate(-50%, -50%);
    letter-spacing: initial;
}
.Account > .Mypage > .AccoutInfo{
    margin-right: 5px;
    display:inline-block;
    vertical-align: top;
    text-align:right;
    line-height: 1.4em;
    /* animation */	
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    -ms-transition: all 0.75s;
    -o-transition: all 0.75s;
    transition: all 0.75s;
}


.Account > .Mypage > .Logo {
	display:inline-block;
}
.Account > .Mypage > .Logo > .AccoutIcon {
	padding-right: 5px;
}

.SearchDisplayTrigger{
    transform: translateY(10px);
    position: fixed;
    top: 15px;
    left: calc(100% - 120px);
    z-index: 9;
}
.SearchDisplayTriggerButtonS{
	position:absolute;
	top: 3px;
    left: 0px;
    transform: translate(15px,0px);
	cursor:pointer;
    padding-right: 5px;
}
.SearchDisplayTriggerButtonCircleS{
    border-radius: 50%;
    height: 15px;
    width: 15px;
    border: solid 2px;
    margin-left: 5px;
}
.SearchDisplayTriggerButtonLineS{
    width: 15px;
    height: 1px;
    transform: translate(-7px,4px) rotate(120deg);
    border-bottom: solid 2px;
    margin-left: 5px;
}
.MenuLayoutWrapperMobile{
	display:none;
}
.HeaderMenuLogoLayoutWrapper{
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
}
.

.MenuLayoutWrapper{
	/* Layout */
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
	width:0px;
	height:100vh;
	background-color:white;
	
	/* animation */	
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.MenuLayoutSolid{
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:gray;
}
.MenuLayoutDropShadow{
	/* Shadow */
	box-shadow: 5px 0px 70px -25px grey;
}

.HeaderLogo{
	/* Layout */
	vertical-align:middle;
    padding-top: 4px;
    padding-left: 8px;
}
.HeaderMenuIcon{
	width: 30px;
	height:40px;
    margin-left: 17px;
    padding-top: 17px;
    margin-bottom:60px;
	cursor:pointer;
}
.MenuIconBar{
	width: 30px;
    height: 1px;
    background-color: black;
    margin-bottom: 11px;
    
	/* animation For Rotate */	
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.rotate0{
	-moz-transform: translate(0px,0px) rotate(0deg);
	-webkit-transform: translate(0px,0px) rotate(0deg);
	-o-transform: translate(0px,0px) rotate(0deg);
	-ms-transform: translate(0px,0px) rotate(0deg);
	transform: translate(0px,0px) rotate(0deg);
}
.rotate45{
	-moz-transform: translate(0px,9px) rotate(45deg);
	-webkit-transform: translate(0px,9px) rotate(45deg);
	-o-transform: translate(0px,9px) rotate(45deg);
	-ms-transform: translate(0px,9px) rotate(45deg);
	transform: translate(0px,9px) rotate(45deg);

}
.rotate_45{
	-moz-transform: translate(0px,-15px) rotate(-45deg);
	-webkit-transform: translate(0px,-15px) rotate(-45deg);
	-o-transform: translate(0px,-15px) rotate(-45deg);
	-ms-transform: translate(0px,-15px) rotate(-45deg);
	transform: translate(0px,-15px) rotate(-45deg);
}
.rotateHidden{
	opacity:0;
}
.rotateAppear{
	opacity:1;
}

.HeaderMenu{
    vertical-align: middle;
    text-align: left;
    height: 100%;
    padding-left: 40px;
}
.BasicHeaderMenu{
    vertical-align: middle;
    text-align: center;
    height: 100%;
    padding-left: 40px;
}
.HeaderMenuListWrapper{
    display: inline-block;

}
.HeaderMenuList{
	/* Layout */
	margin-bottom:25px;
	overflow-x:hidden;
	opacity:1.0;
	cursor:pointer;
    font-size: 11pt;
	/* animation  For Opacity */	
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.BasicHeaderMenuList{
	/* Layout */
	margin-bottom:50px;
	overflow-x:hidden;
	opacity:1.0;
	cursor:pointer;
    line-height: 1.5em;
    letter-spacing: 0.08em;
	/* animation  For Opacity */	
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.MenuImageWrapper{
	padding-bottom: 10px;
    position: relative;
    /* top: calc(100% - 450px) !important; */
    /* left: 50%; */
    transform: translate(-6px,0);
}
.MenuLogoWrapper{
	width:100%;
	padding-top: 40px;
    padding-left: 30px;

}
.MenuLogoImg{
	width:100px;
	margin-top:50x;
	margin-bottom:30px;

	/* animation  For Opacity */	
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.HeaderMenuListSns{
	/* Layout */
	display: inline-block;
    vertical-align: middle;
    /* margin-left: 5px; */
    /* margin-right: 5px; */
    /* position: fixed; */
    top: 0px;
    left: 100%;
    /* transform: translate(calc(-100% - 20px)); */
}

.MenuSnsImg{
	width:24px;
	height:auto;
	object-fit: cover; /* この一行を追加するだけ！ */

	/* animation  For Opacity */	
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.HeaderMenuHidden{
	display:none !important;
}
.HeaderMenuAppear{
	display:block;
	opacity:0;
    transform: translate(-10px,0);
}
.HeaderMenuAppearInline{
	display:inline-block;
	opacity:0;
    transform: translate(-10px,0);
}
.HeaderMenuOpacity100{
	opacity:100;
    transform: translate(0,0);
}



/*====================================================================================*/
/* スマフォ縦表示
/*====================================================================================*/
/* ipad pro? */
@media only screen and (max-width: 1024px) and (orientation:portrait){
.MenuLayoutWrapperPc{
	display:none;
}
.MenuLayoutWrapperMobile{
	display:block;
	position:fixed;
	z-index:1000;
}
.BasicHeaderMenu{
	background-color:white;
	width:100vw;
	height:80px;
	position:absolute;
	top:0;
	left:0;
	padding-left:0px;
}
/* サンドイッチマーク ____________ */
.HeaderMenuIcon{
	width: 43px;
	height: 50px;
    margin-left: 25px;
    padding-top: 25px;
    margin-bottom:60px;
	cursor:pointer;
	position: absolute;
		
}
.MenuIconBar{
	width: 40px;
    height: 1px;
    background-color: black;
    margin-bottom: 15px;
    
	/* animation For Rotate */	
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.rotate45 {
    -moz-transform: translate(0px,17px) rotate(45deg);
    -webkit-transform: translate(0px,17px) rotate(45deg);
    -o-transform: translate(0px,17px) rotate(45deg);
    -ms-transform: translate(0px,17px) rotate(45deg);
    transform: translate(0px,17px) rotate(45deg);
}
.rotate_45{
	transform: translate(0px,-15px) rotate(-45deg);
}
/* メニューリスト ____________ */
.HeaderMenuListWrapper{
	padding-top:50px;
}
.MenuImageWrapper{
    padding-top: 20px;
    position: relative;
    top: 0;
	left: 50%;
    transform: translate(-50%,0%);
}
.MenuLogoWrapper{
	padding-left:0px;
    padding-top: 20px;
}
.BasicMenuLogoImg{
    width: 120px;
    margin-bottom: 30px;
}
.BasicMenuSnsImg{
	width:30px;
    display: inline-block;
}
.PageContentsImageCutScrollWrapper{
	top: calc(100vh - -30px);
	left: 11px;
}
.PageContentsProductSearchButtonS {
    /* display: none; */
    left: 0;
    top: 17px;
}
.BasicHeaderMenuList{
/* Layout */
	margin-bottom:20px;
	font-size: 100%;
}
	
.BasicMenuSnsImg{
	width:100% !important;
	display: block;
}
.MenuSnsImg{
	width:60px;
}
	.MainImageApear{
		width:60px;
	}	
	
	.iconWrapper {
        position: absolute;
        width: 300px;
        top: 20px;
        left: calc(100vw - 130px);
        text-align: left;
    }
	.iconWrapper > .Account {
        position: initial;
        display: inline-block;
        transform: initial;
        width: 90px;
        text-align: right;
    }
	.iconWrapper > .Account > .Mypage {
        display: inline-block;
    }
	.iconWrapper > .Account > .Mypage > .AccoutIcon{
		
	}
	
	.iconWrapper > .SearchDisplayTrigger {
        transform: translateY(5px);
        vertical-align: top;
        position: initial;
        display: inline-block;
        top: initial;
        left: initial;
    }
	.iconWrapper > .SearchDisplayTrigger > .SearchDisplayTriggerButtonS{
		position: initial;
		top: initial;
		left: initial;
		transform: initial;
	}
}
/*====================================================================================*/
/* スマフォ　横表示
/*====================================================================================*/
@media only screen and (max-width: 1024px) and (orientation:landscape){
.MenuLayoutWrapperPc{
	display:none;
}
.MenuLayoutWrapperMobile{
	display:block;
	position:fixed;
	z-index:1000;
}
.BasicHeaderMenu{
	background-color:white;
	width:100vw;
	height:0px;
	position:absolute;
	top:0;
	left:0;
	padding-left:0px;
}
/* サンドイッチマーク ____________ */
.HeaderMenuIcon{
	width: 45px;
    margin-left: 30px;
    padding-top: 30px;
    margin-bottom:60px;
	cursor:pointer;
}
.MenuIconBar{
	width: 40px;
    height: 1px;
    background-color: black;
    margin-bottom: 15px;
    
	/* animation For Rotate */	
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.rotate45 {
    -moz-transform: translate(0px,9px) rotate(45deg);
    -webkit-transform: translate(0px,9px) rotate(45deg);
    -o-transform: translate(0px,9px) rotate(45deg);
    -ms-transform: translate(0px,9px) rotate(45deg);
    transform: translate(0px,17px) rotate(45deg);
}
.rotate_45{
	transform: translate(0px,-15px) rotate(-45deg);
}
/* メニューリスト ____________ */
.HeaderMenuListWrapper{
	padding-top: 30px;
}
.MenuImageWrapper{
    padding-top: 30px;
    position: relative;
    top: 0;
	left: 50%;
    transform: translate(-50%,0%);
}
.MenuLogoWrapper{
	padding-left:0px;
}
.BasicMenuLogoImg{
    width: 150px;
    margin-bottom: 25px;
}
.BasicMenuSnsImg{
	width:50px;
}
.BasicHeaderMenuList{
    margin-bottom: 25px;
}
.PageContentsImageCutScrollWrapper{
	top:100vh;
}	
}

