<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

header {
  /* display: flex; */
  position: fixed;
  width: 100%;
  background: rgb(255, 255, 255);
  padding-bottom: 10px;
  z-index: 999;
  top: 0px;
}
.ec-newItemRole__listItem a {
  text-decoration: none;
}
.ec-footerNavi .ec-footerNavi__link a {
  text-decoration: none;
}
.ec-layoutRole__header .ec-categoryNaviRole {
  transition: .5s;
}

.ec-categoryNaviRole .transform {
  position:absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  top: 0px;
  z-index: 999;
}
.ec-headerTitle img {
  width: 15%;
  padding-bottom: 5px;
}
.ec-headerRole__cart {
  padding-left: 15px;
}

.eaderNav__itemIcon {
  margin: 0, auto;
}

.ec-headerNav .ec-headerNav__itemIcon {
  display: inline-block;
  margin-left: 0px;
}

.ec-categoryNaviRole .ec-headerNaviRole__title {
  width: calc(100% * 1 / 3);
}

.ec-cartRow {
  border-bottom: 1px dotted #ccc;
  padding-left: 0px;
  text-align: left;
}
.ec-cartRow ul {
  border-bottom: 1px dotted #ccc;
}
.ec-footerNavi {
  text-align: left;
}

.ec-footerNavi__item {
  border-left: solid 1px #ccc;
  padding-left: 5px;
  padding-right: 5px;
}
.ec-footerNavi__ul {
  list-style: none;
  text-align: left;
  font-size: 0.8em;
  padding-left: 10px;
}
.ec-footerNavi__ul li {
  padding: 0.3em 0;
}
.ec-footerTitle {
  padding-bottom: 30px;
  width: 100%;
}
.ec-footerTitle .ec-footerTitle__logo img {
  width: 40px;
  height: 25px;
  padding-right: 5px;
}
.ec-headerNav .ec-headerNav__item {
  /*margin-right: 5px;*/
}
.ec-warningRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  max-width: 1130px;
  display: flex;
  position: relative;
  top: 30px;
}
.ec-progress .is-complete .ec-progress__number {
  background: tomato;
}
.ec-progress .ec-progress__number {
  background:LightPink;
}
.shadow {
  width: auto;
  margin: 0 auto;
  /*height: auto;
	background-color: #f5f5f5;*/
  display: flex;
	align-items: center;
	justify-content: center;
  margin: 40px;
  &amp;.top {
    box-shadow: 0px -15px 10px -15px #111;    
  }
  &amp;.bottom {
    box-shadow: 0px 15px 10px -15px #111;    
  }
  &amp;.left {
    box-shadow: -15px 0px 10px -15px #111;    
  }
  &amp;.right {
    box-shadow: 15px 0px 10px -15px #111;    
  }
}

@media only screen and (min-width: 767px) {
  .ec-footerNavi .ec-footerNavi__link  {
    display: block;
    text-decoration: none;
  }
  .ec-footerTitle {
    padding-bottom: 30px;
    width: 100%;
  }
  .ec-headerNav .ec-headerNav__itemLink {
    display: none;
  }
  .ec-layoutRole__header .ec-headerNaviRole {
    padding:10px;
  }

}
@media only screen and (min-width: 401px) and (max-width: 1024px) {
  .ec-headerNav .ec-headerNav__itemLink {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .ec-footerNavi .ec-footerNavi__link a {
    text-decoration: none;
    border-bottom: 0 solid #ccc;
    padding: 0px;
  }

  .ec-footerRole__inner {
    padding-top:20px;
  }
  .ec-footerNavi {
  }
  .ec-footerNavi__item {
    border-top: solid 1px #ccc;
    padding-top: 5px;
  }
  .ec-footerNavi ,
  .ec-footerNavi__ul {
    padding-left: 20px;;
  }
  .ec-cartRole ul {
    list-style:  none; 
  }
  .ec-cartRow .ec-cartRow__delColumn {
    border: solid 0px #fff;
    position: absolute;
    right: 0;
    margin: 10px;
  }
  .ec-categoryNaviRole,
  .ec-headerNaviRole .ec-headerNaviRole__search {
    display: none;
  }

  .ec-headerNaviRole .ec-headerNaviRole__left {
    width: 10%;
    padding: 0;
  }
  .ec-headerRole__title {
    width: 60%;
    z-index:80;
  }
  .ec-headerNaviRole .ec-headerNaviRole__right {
    padding-top: 10px;
    /*width: 50%;*/
  }

  .ec-headerNaviRole, .ec-headerNaviRole__nav {
    padding: 0;
    position:absolute;
    top: 5px;
    background-color: white;
    padding-bottom: 5px;
  }
  .ec-headerNaviRole__nav .ec-headerNav {
    display: none;
  }

  .ec-layoutRole .ec-layoutRole__contents {
    padding-top: 50px;
  }

  .ec-headerNaviRole__title {
    padding-left: 50px;
    padding-right: 0;
  }

  .as-headerNaviRole__nav {
    padding-left: 0;
    padding-right: 0;
  }

  .ec-headerNav .ec-headerNav__item {
    /*padding-left: 5px;*/
    padding-right: 5px;
    display: none;
  }

  .ec-headerRole__cart {
    /*padding-left: 5px;*/
    padding-right: 15px;
  }
  
}</pre></body></html>