html,body{
    font-family: 'Noto Sans JP', sans-serif;
}
/* ヘッダー */
.ec-headerTitle__title .logo{max-width: 340px;}
.ec-headerNaviRole__inner{
     display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.ec-headerNaviRole{display:block !important;}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search{background: #00bae5;}
.ec-cartNavi .ec-cartNavi__icon{color: #002d82;}
@media screen and (max-width:767px) {
header{margin-bottom: 20px;}
.ec-headerTitle__title .logo{width:60%;}
.ec-headerNaviRole{
    background: #002d82;
    padding: 10px;
}
.ec-headerNaviRole .ec-headerNaviRole__left{width:100% !important;}
.ec-headerNaviRole .ec-headerNaviRole__search{
    display: block;
    width: 100%;
}
.ec-headerTitle .ec-headerTitle__title a{margin-bottom: 10px;}
.ec-headerTitle .ec-headerTitle__title {
    text-align: left;
    padding-left: 40px;
}
.ec-headerNaviRole .ec-headerNaviRole__right{
    position: absolute;
    top: 10px;
    right: 20px;
}
.ec-headerNav .ec-headerNav__itemIcon{
    margin:0 3px;
    color: #002d82;
}
.ec-cartNavi{padding: 10px 0 0 5px;}
.ec-headerRole__contactArea{display:none !important;}
.ec-headerSearch .ec-headerSearch__keyword{
    width:100%;
    border-radius: 0 0 10px 10px;
}
}
@media screen and (min-width:768px) {
header{
    width:100%;
    margin: 0 auto;
    height:200px;
    position: relative;
}
.ec-headerRole{padding: 20px 0 0;}
.ec-headerTitle .ec-headerTitle__title{text-align: left;}
.ec-headerNaviRole {
    padding-left: 0;
    background: #002d82;
    padding: 10px 0;
    max-width: 100%;
}
.ec-headerNaviRole__inner{
    max-width: 1150px;
    width:100%;
    margin: 0 auto;
}
.ec-headerNav .ec-headerNav__itemIcon,.ec-headerNav .ec-headerNav__itemLink{color: #FFF;}
.ec-headerSearch .ec-headerSearch__keyword {
    float: right;
    width: 57%;
    border-bottom-left-radius: inherit;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
}
.ec-headerRole__contactArea{
    position: absolute;
    top:10%;
    width:38%;
}
.ec-headerRole__contactArea .header_contact a{
    background: #00bae5;
    color: #fff;
    border-radius: 5px;
    padding: 8px;
    text-align: center;
    font-weight: bold;
    display: block;
}
.ec-headerRole__contactArea .header_tel p{font-size:.85em;}
.ec-headerRole__contactArea .header_tel{
    line-height: 1.2;
    margin-left: 2%;
}
.ec-headerRole__contactArea .header_tel span{
    font-size: 1.8em;
    color: #edc409;
    font-weight: bold;
}
.ec-headerRole__contactArea .header_tel span:before{
    content:'\f095';
    font-family:'Font Awesome 5 Free';
    font-weight: 900;
    font-size: .75em;
    transform: scale(-1, 1);
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.2em;
}
/* フッター */
footer{margin-top:50px;}
.ec-footerRole {
    padding-top: 40px;
    margin-top: 0;
}
.ec-footerNavi{
    margin: 0;
    flex-direction: column;
}
.ec-footerNavi li{text-align: left;}
.ec-footerNavi li span{
    font-weight: bold;
    font-size: 1.2em;
   color: #525263;
}
.footerNavi_wrap{
    background: #F8F8F8;
    padding: 40px 0 20px;
    margin: 0;
}
.footerNavi_wrap .tit{
    font-weight: bold;
    font-size: 2rem;
    color: #002d82;
    margin-bottom:40px;
    position: relative;
}
.footerNavi_wrap .tit:after{
    content:'';
    width:10%;
    display: inline-block;
    height: 1px;
    background: #0064df;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10px;
}
.ec-footerNavi__menu{list-style: none;}
.ec-footerNavi__menu li{
    position:relative;
    padding-left: 1.3em;
    font-weight: bold;
    margin-bottom:15px;
    font-size: 1.2em;
}
.ec-footerNavi__menu li:before{
    content: '\f138';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #0064df;
}
.footerNavi_wrap .ec-footerNavi .ec-footerNavi__link a{
    color:#525263;
    text-decoration: none;
    margin:0;
}
.ec-footerTitle{padding: 0 0 20px;}
.ec-footerTitle__logo{max-width: 340px;}
.ec-footerTitle__logo img{width: 100%;}
.ec-footerTitle__copyright{
    text-align: center;
    padding: 30px 0;
    font-size: .6em;
}
.ec-footerRole .footer_tel p{
    color:#FFF;
    font-size: .8em;
    line-height: 1.2;
}
.ec-footerRole .footer_tel span{
    font-size: 1.8em;
    color: #edc409;
    font-weight: bold;
}
.ec-footerRole .footer_tel span:before{
    content: '\f095';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: .75em;
    transform: scale(-1, 1);
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.2em;
}
@media screen and (max-width:767px) {
.ec-footerTitle .ec-footerTitle__logo{margin:0 auto 10px;}
.footer_tel{text-align: center !important;}
}
/* TOPページ */
.front_page .ec-categoryRole{
    background: #F8F8F8;
    border: none;
}
.front_page .ec-categoryRole__list{
	display:flex !important;
	flex-direction: row !important;	
	flex-wrap:wrap;
}
.front_page .ec-categoryRole__listItem{
	width: 15.3% !important;
    background: #FFF;
    padding: 10px;
    margin: 10px;
}
.front_page .ec-categoryRole .ec-categoryRole__listItem:not(:last-of-type){margin-right:5px;}
@media screen and (max-width:767px) {
.front_page .ec-categoryRole__listItem{
	width:100% !important;
	background: none;
	padding: 0;
	margin-bottom:5px !important;
}
}
/* TOPへ戻るボタン */
.ec-blockTopBtn{
    display: block;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 0;
}
.ec-blockTopBtn:before{
    content:'\f106';
    font-family:'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 40px;
    line-height: 55px;
}
/* サイドメニュー */
.ec-categoryRole{
    border: 1px solid #eee;
    background: #FFF;
}
.ec-categoryRole,.ec-role{padding: 0;}
.ec-secHeading{
    color: #FFF;
    background: #002d82;
    padding: 20px;
}
.ec-categoryRole .ec-categoryRole__list{
    flex-direction: column;
    padding:0 15px 10px;
}
.ec-categoryRole .ec-categoryRole__listItem{
    width:100%;
    margin-bottom: 8px;
}
.ec-newItemRole__listItemTitle{
    position: relative;
    padding-left:.7em;
}
.ec-newItemRole__listItemTitle:before{
    content:'\f054';
    font-family:'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    font-size: .75em;
    line-height: 1.8em;
}
/* 商品詳細ページ */
.ec-productRole__description h3{
    background: #002d82;
    font-size: 1.3rem;
    color:#FFF;
    padding: 1rem;
    font-weight: bold;
    margin-top:2rem;
    letter-spacing: 0.1em
}
.ec-productRole__description h3 span{
    color:#ffffff;
    font-size: 1.6rem;
    background:linear-gradient(transparent 90%, #FFFF00 0%);
}
.ec-productRole__description h4{
    font-size: 1.2rem;
    color:#dd0000;
    font-weight: bold;
    margin:2rem 0;
}
.ec-productRole__description p{
    font-size: 1rem;
    color: #333;
    line-height: 2;
}
.slide-item{
    width: auto;
    height: 100%;
    max-height: 400px;
    max-width: 100%;
    padding: 2rem;
    margin: 0 auto;

}
.slide-item img{
    width: auto;
    max-height:380px;   
}
@media screen and (min-width:768px) {
.w-lg-50{
    max-width: 50%;
    margin: 0 auto;
}
}
.osusumeitem{
    height:300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.osusumeitem img{
    width: auto;
    max-height: 200px;
    margin: 0 auto;
}

.ec-productRole .ec-productRole__tag.tag_6{
    background: #00bae5;
    color: #ffffff;
    padding:0.8rem 1.5rem;
    font-size: 1rem;
    font-weight: bold;
}
.ec-productRole .ec-productRole__tag.tag_2{
    background: #ffffff;
    color: #bb0000;
    padding:0.8rem 1.5rem;
    font-size: 1rem;
    font-weight: bold;
}
.ec-productRole .ec-productRole__tag.tag_1{
    background: #ffffff;
    color: #bbbb00;
    padding:0.8rem 1.5rem;
    font-size: 1rem;
    font-weight: bold;
}
.ec-productRole .ec-productRole__price .ec-price{
    font-size: 1.1rem;
    font-weight: normal;
    color: #333;
}
#rightmenu{
    display: none;
}
@media screen and (min-width:768px) {
#rightmenu{
    display: block;
    position: fixed;
    right: 0;
    top:15%;
    z-index: 2;
    opacity: 0;
	transform: translateX(100px);
	color: #fff;
}
}

/*　上に上がる動き　*/

#rightmenu.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }
  to {
    opacity: 1;
	transform: translateX(0);
  }
}


/*　下に下がる動き　*/

#rightmenu.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateX(0);
  }
  to {
  	opacity: 1;
	transform: translateX(100px);
  }
}
#rightmenu .menu1{
   writing-mode: vertical-rl;
   background: #39b54a;
   padding: 1rem 0.5rem;
   font-size: 1rem;
      border-radius: 5px;
      margin:1rem 0;
}
#rightmenu .menu1:hover{
    opacity: 0.8;
}
#rightmenu .menu2{
   writing-mode: vertical-rl;
   background: #e55239;
   padding: 1rem 0.5rem;
   font-size: 1rem;
      border-radius: 5px;
            margin:1rem 0;
}
#rightmenu .menu2:hover{
    opacity: 0.8;
}
#rightmenu .menu3{
   writing-mode: vertical-rl;
   background: #0064df;
      padding: 1rem 0.5rem;
   font-size: 1rem;
   border-radius: 5px;
      margin:1rem 0;
}
#rightmenu .menu3:hover{
    opacity: 0.8;
}