@charset "UTF-8";

body {
  color: #232323;
}

.ec-headingTitle {
  color: #4C4A4C;
}

.ec-color-red {
  color: #DB2924;
}

.ec-color-accent {
  color: #DB2924;
}

.ec-inlineBtn {
  color: #4C4A4C;
}

.ec-inlineBtn:hover,
.ec-inlineBtn:focus,
.ec-inlineBtn.focus {
  color: #4C4A4C;
}

.ec-inlineBtn:focus,
.ec-inlineBtn.focus {
  color: #4C4A4C;
}

.ec-inlineBtn:hover {
  color: #4C4A4C;
}

.ec-inlineBtn:active,
.ec-inlineBtn.active,
.open>.ec-inlineBtn.dropdown-toggle {
  color: #4C4A4C;
}

.ec-inlineBtn:active:hover,
.ec-inlineBtn:active:focus,
.ec-inlineBtn:active.focus,
.ec-inlineBtn.active:hover,
.ec-inlineBtn.active:focus,
.ec-inlineBtn.active.focus,
.open>.ec-inlineBtn.dropdown-toggle:hover,
.open>.ec-inlineBtn.dropdown-toggle:focus,
.open>.ec-inlineBtn.dropdown-toggle.focus {
  color: #4C4A4C;
}

.ec-inlineBtn .badge {
  background-color: #4C4A4C;
}

.ec-inlineBtn--primary {
  background-color: #FA7F00;
  border-color: #FA7F00;
}

.ec-inlineBtn--primary:hover,
.ec-inlineBtn--primary:focus,
.ec-inlineBtn--primary.focus {
  color: #4C4A4C;
}

.ec-inlineBtn--primary.disabled:hover,
.ec-inlineBtn--primary.disabled:focus,
.ec-inlineBtn--primary.disabled.focus,
.ec-inlineBtn--primary[disabled]:hover,
.ec-inlineBtn--primary[disabled]:focus,
.ec-inlineBtn--primary[disabled].focus,
fieldset[disabled] .ec-inlineBtn--primary:hover,
fieldset[disabled] .ec-inlineBtn--primary:focus,
fieldset[disabled] .ec-inlineBtn--primary.focus {
  background-color: #FA7F00;
  border-color: #FA7F00;
}

.ec-inlineBtn--primary .badge {
  color: #FA7F00;
}

.ec-inlineBtn--action {
  background-color: #DB2924;
  border-color: #DB2924;
}

.ec-inlineBtn--action:hover,
.ec-inlineBtn--action:focus,
.ec-inlineBtn--action.focus {
  color: #4C4A4C;
}

.ec-inlineBtn--action.disabled:hover,
.ec-inlineBtn--action.disabled:focus,
.ec-inlineBtn--action.disabled.focus,
.ec-inlineBtn--action[disabled]:hover,
.ec-inlineBtn--action[disabled]:focus,
.ec-inlineBtn--action[disabled].focus,
fieldset[disabled] .ec-inlineBtn--action:hover,
fieldset[disabled] .ec-inlineBtn--action:focus,
fieldset[disabled] .ec-inlineBtn--action.focus {
  background-color: #DB2924;
  border-color: #DB2924;
}

.ec-inlineBtn--action .badge {
  color: #DB2924;
}

.ec-inlineBtn--cancel {
  background-color: #4C4A4C;
  border-color: #4C4A4C;
}

.ec-inlineBtn--cancel:hover,
.ec-inlineBtn--cancel:focus,
.ec-inlineBtn--cancel.focus {
  color: #4C4A4C;
}

.ec-inlineBtn--cancel.disabled:hover,
.ec-inlineBtn--cancel.disabled:focus,
.ec-inlineBtn--cancel.disabled.focus,
.ec-inlineBtn--cancel[disabled]:hover,
.ec-inlineBtn--cancel[disabled]:focus,
.ec-inlineBtn--cancel[disabled].focus,
fieldset[disabled] .ec-inlineBtn--cancel:hover,
fieldset[disabled] .ec-inlineBtn--cancel:focus,
fieldset[disabled] .ec-inlineBtn--cancel.focus {
  background-color: #4C4A4C;
  border-color: #4C4A4C;
}

.ec-inlineBtn--cancel .badge {
  color: #4C4A4C;
}

.ec-blockBtn {
  color: #4C4A4C;
}

.ec-blockBtn:hover,
.ec-blockBtn:focus,
.ec-blockBtn.focus {
  color: #4C4A4C;
}

.ec-blockBtn:focus,
.ec-blockBtn.focus {
  color: #4C4A4C;
}

.ec-blockBtn:hover {
  color: #4C4A4C;
}

.ec-blockBtn:active,
.ec-blockBtn.active,
.open>.ec-blockBtn.dropdown-toggle {
  color: #4C4A4C;
}

.ec-blockBtn:active:hover,
.ec-blockBtn:active:focus,
.ec-blockBtn:active.focus,
.ec-blockBtn.active:hover,
.ec-blockBtn.active:focus,
.ec-blockBtn.active.focus,
.open>.ec-blockBtn.dropdown-toggle:hover,
.open>.ec-blockBtn.dropdown-toggle:focus,
.open>.ec-blockBtn.dropdown-toggle.focus {
  color: #4C4A4C;
}

.ec-blockBtn .badge {
  background-color: #4C4A4C;
}

.ec-blockBtn--primary {
  background-color: #FA7F00;
  border-color: #FA7F00;
}

.ec-blockBtn--primary:hover,
.ec-blockBtn--primary:focus,
.ec-blockBtn--primary.focus {
  color: #4C4A4C;
}

.ec-blockBtn--primary.disabled:hover,
.ec-blockBtn--primary.disabled:focus,
.ec-blockBtn--primary.disabled.focus,
.ec-blockBtn--primary[disabled]:hover,
.ec-blockBtn--primary[disabled]:focus,
.ec-blockBtn--primary[disabled].focus,
fieldset[disabled] .ec-blockBtn--primary:hover,
fieldset[disabled] .ec-blockBtn--primary:focus,
fieldset[disabled] .ec-blockBtn--primary.focus {
  background-color: #FA7F00;
  border-color: #FA7F00;
}

.ec-blockBtn--primary .badge {
  color: #FA7F00;
}

.ec-blockBtn--action {
  background-color: #DB2924;
  border-color: #DB2924;
}

.ec-blockBtn--action:hover,
.ec-blockBtn--action:focus,
.ec-blockBtn--action.focus {
  color: #4C4A4C;
}

.ec-blockBtn--action.disabled:hover,
.ec-blockBtn--action.disabled:focus,
.ec-blockBtn--action.disabled.focus,
.ec-blockBtn--action[disabled]:hover,
.ec-blockBtn--action[disabled]:focus,
.ec-blockBtn--action[disabled].focus,
fieldset[disabled] .ec-blockBtn--action:hover,
fieldset[disabled] .ec-blockBtn--action:focus,
fieldset[disabled] .ec-blockBtn--action.focus {
  background-color: #DB2924;
  border-color: #DB2924;
}

.ec-blockBtn--action .badge {
  color: #DB2924;
}

.ec-blockBtn--cancel {
  background-color: #4C4A4C;
  border-color: #4C4A4C;
}

.ec-blockBtn--cancel:hover,
.ec-blockBtn--cancel:focus,
.ec-blockBtn--cancel.focus {
  color: #4C4A4C;
}

.ec-blockBtn--cancel.disabled:hover,
.ec-blockBtn--cancel.disabled:focus,
.ec-blockBtn--cancel.disabled.focus,
.ec-blockBtn--cancel[disabled]:hover,
.ec-blockBtn--cancel[disabled]:focus,
.ec-blockBtn--cancel[disabled].focus,
fieldset[disabled] .ec-blockBtn--cancel:hover,
fieldset[disabled] .ec-blockBtn--cancel:focus,
fieldset[disabled] .ec-blockBtn--cancel.focus {
  background-color: #4C4A4C;
  border-color: #4C4A4C;
}

.ec-blockBtn--cancel .badge {
  color: #4C4A4C;
}

.ec-closeBtn--circle {
  width: 35px;
  min-width: 35px;
  max-width: 35px;
  height: 35px;
  line-height: 35px;
}

.ec-closeBtn--circle .ec-icon img {
  margin-top: -.3em;
  margin-left: -.3em;
}

.ec-blockTopBtn {
  font-weight: bold;
  width: 170px;
  right: 5px;
  bottom: 30px;
  border-radius: 20px;
  color: #222222;
  border: 1px solid transparent;
  border-color: #FADAB3;
  padding-left: 45px;
  opacity: 0.9;
  background-image: url(/shop/logo/yaji_face.svg);
  /* 画像のURLを指定       */
  background-repeat: no-repeat;
  /* 画像の繰り返しを指定  */


  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  background-color: #FFE9C7;
}

.ec-input .ec-errorMessage,
.ec-halfInput .ec-errorMessage,
.ec-numberInput .ec-errorMessage,
.ec-zipInput .ec-errorMessage,
.ec-telInput .ec-errorMessage,
.ec-select .ec-errorMessage,
.ec-birth .ec-errorMessage {
  color: #DB2924;
}

.ec-checkbox .ec-errorMessage {
  color: #DB2924;
}

.ec-zipInputHelp .ec-zipInputHelp__icon {
  background: #4C4A4C;
}

.ec-zipInputHelp span {
  color: #005900;
}

.ec-input .ec-errorMessage,
.ec-halfInput .ec-errorMessage,
.ec-numberInput .ec-errorMessage,
.ec-zipInput .ec-errorMessage,
.ec-telInput .ec-errorMessage,
.ec-select .ec-errorMessage,
.ec-birth .ec-errorMessage {
  color: #DB2924;
}

.ec-checkbox .ec-errorMessage {
  color: #DB2924;
}

.ec-zipInputHelp .ec-zipInputHelp__icon {
  background: #4C4A4C;
}

.ec-zipInputHelp span {
  color: #005900;
}

.ec-required {
  color: #DB2924;
}

.ec-login .ec-errorMessage {
  color: #DB2924;
}

.ec-displayB .ec-displayB__comment {
  color: #4C4A4C;
}

.ec-displayC .ec-displayC__title {
  color: #4C4A4C;
}

.ec-displayC .ec-displayC__price {
  color: #4C4A4C;
}

.ec-displayC .ec-displayC__price--sp {
  color: #DB2924;
}

.ec-topicpath {
  color: #242424;
  font-weight: bold;
}

.ec-progress .ec-progress__item:after {
  background: #4C4A4C;
}

.ec-progress .ec-progress__number {
  background: #4C4A4C;
}

.ec-progress .is-complete .ec-progress__number {
  background: #FA7F00;
}

.ec-progress .is-complete .ec-progress__label {
  color: #FA7F00;
}

.ec-cartNavi {
  color: #2E2624;
}

.ec-cartNavi .ec-cartNavi__badge {
  line-height: 0.6;
  /*line-height: 0.7;*/
  text-align: center;
  /*text-align: left;*/
  background-color: #DB2924;
}

.ec-cartNavi__price {
  color: black;
}

.ec-totalBox .ec-totalBox__spec .ec-totalBox .ec-totalBox__spec__specTotal {
  color: #DB2924;
}

.ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__price,
.ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__taxLabel {
  color: #DB2924;
}

.ec-navlistRole .active a {
  color: #DB2924;
}

.ec-welcomeMsg {
  color: #4C4A4C;
}

.ec-role {
  color: #4C4A4C;
  max-width: 1300px;
}

.ec-mypageRole {
  color: #4C4A4C;
}

.ec-layoutRole .ec-layoutRole__contents {
  margin-bottom: 35px;
  max-width: 1300px;
}

.ec-headerRole {
  color: #4C4A4C;
  max-width: 1300px;
  padding-top: 0px;
}

.ec-headerRole .ec-headerRole__title {
  text-align: left;
}

.ec-headerNaviRole {
  padding-top: 0px;
  color: #4C4A4C;
  max-width: 1300px;
}

.ec-headerNaviRole__right__yajiro {
  width: 100%;
  position: absolute;
  top: 5px;
  left: -20px;
  text-align: right;
}

.ec-headerNaviRole__left__yajiro {}

.ec-headerNav__left__yajiro {}

.ec-headerNavSP {
  width: 35px;
  height: 35px;
  top: 12px;
  left: 12px;
}

.ec-headerTitle {
  width: 100%;
  text-align: right;
  margin-top: 35px;
  color: #4C4A4C;
}

.ec-headerTitle .ec-headerTitle__title {
  text-align: left;
}

.ec-headerTitle .ec-headerTitle__title a {
  margin-bottom: 10px;
}

.ec-headerTitle .ec-headerTitle__subtitle a {
  color: #005900;
}

.ec-headerNav {
  padding-top: 0px;
}

.ec-headerNav .ec-headerNav__itemIcon {
  margin-right: 3px;
  margin-left: 5px;
  color: #FABD00;
}

.ec-headerNav .ec-headerNav__itemLink {
  font-weight: bolder;
  color: #333;
}


.ec-headerRole__yajiro {
  margin: 0 auto;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #4C4A4C;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1300px;
  position: relative;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: auto;
}


.ec-headerNav__yajiro .ec-headerNav__item {
  margin-left: 0;
  display: inline-block;
  font-size: 24px;
}

.ec-headerNav__yajiro .ec-headerNav__itemIcon {
  display: inline-block;
  margin-right: 3px;
  margin-left: 5px;
  font-size: 18px;
  color: #FABD00;
  text-decoration: none;
}

.ec-headerNav__yajiro .ec-headerNav__itemLink {
  display: none;
  margin-right: 45px;
  font-size: 14px;
  vertical-align: middle;
  font-weight: bolder;
  color: #333;
  text-decoration: none;
}


.ec-headerNaviRole__yajiro .ec-headerNaviRole__nav {
  display: inline-block;
}

.ec-headerNaviRole__yajiro .ec-headerNaviRole__nav a {
  color: inherit;
  text-decoration: none;
}

.ec-headerNaviRole__yajiro .ec-headerNaviRole__nav a:hover {
  text-decoration: none;
}

.ec-headerNaviRole__yajiro .ec-headerNaviRole__cart {
  display: inline-block;
}

.ec-headerNaviRole .ec-headerNaviRole__cart a {
  color: inherit;
  text-decoration: none;
}

.ec-headerNaviRole .ec-headerNaviRole__cart a:hover {
  text-decoration: none;
}


.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
  background: #202121;
  color: #202121;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.ec-headerSearch .ec-headerSearch__keyword {
  color: #4C4A4C;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.ec-categoryNaviRole {
  color: #4C4A4C;
  padding-bottom: 15px;
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.ec-itemNav {
  background-color: #202121;
}


.ec-itemNav__nav__w li a {
  width: 140px;
}

.ec-itemNav__nav__w li ul li a {
  width: 150px;
}

.ec-itemNav__nav__w li ul li ul li a {
  width: 140px;
}

.ec-itemNav__nav li a {
  color: #FFF;
  background: #202121;
}

.ec-itemNav__nav li ul {
  /*min-width: 200px;*/
}

.ec-itemNav__nav li ul li {
  /*width: 100%;*/
}

.ec-itemNav__nav li ul li a {
  background: #202121;
}

.ec-itemNav__nav>li:hover>a {
  background: #DF1D22;
}

.ec-itemNav__nav>li:hover li:hover>a {
  background: #DF3433;
}

.ec-itemNav__nav li ul li ul li a {
  background: #202121;
}

.ec-itemNav__nav li:hover ul li ul li a:hover {
  background: #EE4042;
}

.ec-drawerRole {
  background: #FABD01;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a {
  font-weight: bold;
  color: #FFF;
  background: #D30910;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li ul li a {
  font-weight: bold;
  background: #D30910;
  color: #FFF;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav>li:hover>a {
  background: #C80000;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav>li:hover li:hover>a {
  background: #DF3433;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li ul li ul li a {
  font-weight: bold;
  color: #FFF;
  background: #202121;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li:hover ul li ul li a:hover {
  background: #EE4042;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li ul li ul li ul li a {
  font-weight: bold;
}

.ec-drawerRole .ec-headerLinkArea {
  background: #FABD00;
}

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
  color: #222;
}

.ec-footerRole {
  margin-top: 10px;
  background: #202121;
}

.ec-footerNavi {
  text-decoration: none;
}

.ec-footerNavi .ec-footerNavi__link a {
  text-decoration: none;
}

.ec-footerTitle {
  padding: 10px 0 20px;
}

.ec-sliderRole {
  color: #4C4A4C;
  max-width: 1300px;
}

.ec-sliderItemRole {
  color: #4C4A4C;
  max-width: 1300px;
}

.ec-inlineBtn--top:hover,
.ec-inlineBtn--top:focus,
.ec-inlineBtn--top.focus {
  color: #4C4A4C;
}

.ec-blockBtn--top:hover,
.ec-blockBtn--top:focus,
.ec-blockBtn--top.focus {
  color: #4C4A4C;
}

.ec-secHeading .ec-secHeading__en {
  color: #fff;
  background: #D3091A;
  position: relative;
  padding: 6px 12px;
  border-radius: 5px;
}

.ec-secHeading .ec-secHeading__ja {
  /*font-size: 12px;*/
  color: #222;
  font-weight: bold;
  padding-left: 3px;
}

.ec-topicRole {
  background: #FEFEFE;
}

.ec-newsRole .ec-newsRole__newsDescription a {
  color: #005900;
}

.ec-searchnavRole .ec-searchnavRole__infos {
  color: #4C4A4C;
  max-width: 1300px;
}

.ec-shelfRole {
  color: #4C4A4C;
  max-width: 1300px;
}

.ec-productRole {
  line-height: 1.4;
  color: #4C4A4C;
  max-width: 1300px;
}

.ec-productRole .ec-productRole__tag {
  color: #4C4A4C;
}

.ec-productRole .ec-productRole__price {
  color: #DB2924;
}

.ec-cartRole {
  color: #4C4A4C;
  max-width: 1300px;
}

.ec-cartCompleteRole {
  color: #4C4A4C;
  max-width: 1300px;
}

.ec-orderRole {
  color: #4C4A4C;
  max-width: 1300px;
}

.ec-historyRole .ec-historyRole__contents {
  color: #4C4A4C;
}

.ec-orderMail .ec-orderMail__link a {
  color: #005900;
}

.ec-orderMail .ec-orderMail__close a {
  color: #005900;
}

.ec-forgotRole {
  color: #4C4A4C;
  max-width: 1300px;
}

.ec-registerRole {
  color: #4C4A4C;
  max-width: 1300px;
}

.ec-registerCompleteRole {
  color: #4C4A4C;
  max-width: 1300px;
}

.ec-contactRole {
  color: #4C4A4C;
  max-width: 1300px;
}

.ec-contactConfirmRole {
  color: #4C4A4C;
  max-width: 1300px;
}

.ec-contactCompleteRole {
  color: #4C4A4C;
  max-width: 1300px;
}

.ec-customerRole {
  color: #4C4A4C;
  max-width: 1300px;
}

.ec-contactConfirmRole {
  color: #4C4A4C;
  max-width: 1300px;
}

.ec-contactCompleteRole {
  color: #4C4A4C;
  max-width: 1300px;
}

.ec-404Role {
  color: #4C4A4C;
}

.ec-withdrawRole {
  color: #4C4A4C;
  max-width: 1300px;
}

.ec-userEditCompleteRole {
  color: #4C4A4C;
  max-width: 1300px;
}

@media only screen and (min-width: 768px) {
  .ec-cartNavi {
    background: #F2F2F2;
    border: 1px solid transparent;
    border-color: #E9E9E9;
  }

  .ec-layoutRole .ec-layoutRole__mainWithColumn {
    width: 80%;
  }

  .ec-layoutRole .ec-layoutRole__left,
  .ec-layoutRole .ec-layoutRole__right {
    width: 20%;
  }

  .ec-headerNaviRole {
    padding-bottom: 12px;
  }

  .ec-headerNav .ec-headerNav__itemIcon {

  }

  .ec-headerNav__yajiro .ec-headerNav__itemLink {
    display: inline-block;
  }

  .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .ec-headerSearch .ec-headerSearch__keyword {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .ec-footerRole {
    padding-top: 10px;
    margin-top: 10px;
  }

  .ec-footerRole .ec-footerRole__inner {
    color: #4C4A4C;
    max-width: 1300px;
  }

  .ec-footerNavi .ec-footerNavi__link a {
    margin: 0 20px;
    text-decoration: none;
  }

  .ec-footerTitle {
    padding: 10px 0 20px;
  }

  .ec-topicRole {
    padding: 40px 0;
  }

  .ec-searchnavRole {
    color: #4C4A4C;
    max-width: 1300px;
  }
}

@media screen and (min-width: 1150px) {

  /*md*/
  .mdd {
    display: block;
  }

  .esd {
    display: none;
  }

  .smd {
    display: none;
  }

  .youtubetop {
    position: relative;
    height: 250px;
  }

  .youtubetop iframe {
    height: 250px;
  }
}

@media screen and (max-width:1149px) and (min-width: 768px) {

  /*ES*/
  .mdd {
    display: none;
  }

  .esd {
    display: block;
  }

  .smd {
    display: none;
  }

  .youtubetop {
    position: relative;
    height: 200px;
  }

  .youtubetop iframe {
    height: 200px;
  }
}

@media screen and (max-width:767px) {

  /*SP*/
  .ec-headerRole__yajiro {
    height: 10px;
    background: #D30910;
    width: 100%;
  }

  .ec-headerNaviRole__left__yajiro {
    margin-top: 60px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
  }

  .ec-headerNav__left__yajiro {
    margin-bottom: 0px;
  }

  .ec-headerNav__yajiro {
    /*text-align: left;*/
    /*margin-left: 35px;*/
    /*padding-top: 164px;*/
  }

  .ec-topicpath {
    background-color: #EEE;
  }

  .ec-searchnavRole {
    color: #4C4A4C;
  }

  .ec-headerNaviRole {
    padding-bottom: 3px;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .mdd {
    display: none;
  }

  .esd {
    display: none;
  }

  .smd {
    display: block;
  }

  .youtubetop {
    position: relative;
    height: 350px;
  }

  .youtubetop iframe {
    height: 350px;
  }

  .ec-newItemRole__listItem {
    margin-top: 15px;
  }
}

@media screen and (min-width:768px) {

  /*PC*/
  .ec-headerRole__yajiro {
    height: 0px;
    background: #FFF;
    width: 100%;
  }

  .ec-headerNaviRole__left__yajiro {
    margin-top: 10px;
    margin-left: 15px;
    margin-right: auto;
  }

  .ec-headerNav__left__yajiro {
    margin-bottom: 10px;
  }

  .ec-headerNav__yajiro {
    /*text-align: right;*/
    /*margin-right: 0pt;*/
    /*padding-top: 60px;*/
  }

  .ec-topicpath {
    background-color: #FFF;
  }

  .pc {
    display: block;
  }

  .sp {
    display: none;
  }
}

.youtube3 {
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.youtube3 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


.ec-itemNav-sp {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.ec-itemNav__nav-sp>li:hover>a {
  background: #F9D264;
  text-decoration: none;
}

.ec-itemNav__nav-sp {
  list-style: none;
  padding-inline-start: 0px;
}

.tag-color {
  color: #308030;
  font-weight: bold;
  text-decoration: none;
}

.goods-color {
  color: #212121;
  font-weight: bold;
  text-decoration: none;
}

.goods-color-red {
  color: #cc0000;
  font-weight: bold;
  text-decoration: none;
}


/* トップページ新着商品リスト */
.ec-newItemRole .ec-newItemRole__list {
  flex-wrap: wrap;
}

.ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem {
  width: 12%;
  margin: 0 auto 20px auto;
}

.ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem a {
  max-width: 96%;
  display: block;
}

.ec-newItemRole .ec-newItemRole__listItemPrice {
  color: #cc0000;
  font-weight: bold;
  text-align: right;
  font-size: 18px;
}

@media screen and (max-width:768px) {

  .ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem {
    width: 48%;
  }

}


/* サイドメニュー */

.sm-sideword {
  word-wrap: normal;
  word-break: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bolder;
  color: #333;
  font-size: 14px;
  text-decoration: none;
}

.sm-sidename {
  margin-left: 8px;
}

.sm-imgcon {
  width: auto;
  max-width: 100%;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.sm-sidecat {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
}

.sm-sidebox {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
}

.sm-sidelink {
  display: block;
  color: inherit;
  height: 100%;
  padding: 4px 0;
  box-sizing: border-box;
  text-decoration: none;
}

.sm-sidetit {
  height: 69px;
}

.sm-sidelist {
  list-style: none;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.sm-sideline {
  list-style: none;
  border-bottom: 2px solid #666;
}

.sm-siderack {
  font-weight: bolder;
  color: #333;
  font-size: 15px;
  text-decoration: none;
  padding: 15px 0;
}


.sm-sidemes {
  font-weight: bolder;
  color: #333;
  font-size: 13px;
  text-decoration: none;
}

.sm-sidemng {
  padding: 0;
  text-align: center;
}


@media screen and (max-width:800px) {

  .sm-sidename {
    margin-left: 0px;
  }

  .sm-sidecat {
    width: 35px;
    height: 35px;
  }

  .sm-sideword {
    font-size: 12px;
  }

  .sm-sidename {
    margin-left: 3px;
  }

  .ec-secHeading__ja {
    display: none;
  }

}