/* common
------------------------------ */
.ta-c {
  text-align: center;
}

.fc-red {
  color: #900;
}

img {
  height: auto;
  max-width: 100%;
}

/* icon */
i.ym-icon:before {
  background-size: contain;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
}

i.ym-icon_loupe:before {
  background-image: url(/html/template/yamaria/assets/icon/icon-loupe.png);
}

i.ym-icon_person:before {
  background-image: url(/html/template/yamaria/assets/icon/icon-person.png);
}

i.ym-icon_cart:before {
  background-image: url(/html/template/yamaria/assets/icon/icon-cart.png);
}

i.ym-icon_close:before {
  background-image: url(/html/template/yamaria/assets/icon/icon-close_wh.png);
}

i.ym-icon_menu:before {
  background-image: url(/html/template/yamaria/assets/icon/icon-menu.png);
}

.ec-headerNavSP .ym-icon {
  display: block;
}

.ec-headerNavSP .ym-icon:before {
  width: 20px;
  height: 14px;
}

/* heading */
.ym-heading_lv2, .ym-heading_lv3, .ym-heading_lv4, .ym-heading_lv5 {
  font-size: 16px;
  font-weight: bold;
}

.ym-heading_lv2 {
  display: block;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.ym-heading_lv3 {
  background: #F4F4F4;
  border-left: 1px solid #000;
  padding: 12px 15px;
}

.ym-heading_lv4 {
  background: #999;
  color: #FFF;
  padding: 12px 15px;
}

.ym-heading_lv5 {
  padding: 12px 15px;
  text-align: center;
}

/* arrow */
.ym-arrow {
  display: inline-block;
  padding-right: 16px;
  position: relative;
}

.ym-arrow:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border: 1px solid #000;
  border-width: 1px 1px 0 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 0;
  top: 50%;
}

/* fill */
.ym-bg_white {
  background: #FFF !important;
}

.ym-bg_gray {
  background: #f4f4f4 !important;
}

/* list type link */
.ym-common_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ym-common_list li {
  border-bottom: 1px dotted #DDD;
  font-size: 13px;
  font-weight: bold;
}

.ym-common_list li:first-child {
  border-top: 1px dotted #DDD;
}

.ym-common_list a {
  color: #000;
  display: block;
  padding: 16px 16px 16px 0;
  position: relative;
}

.ym-common_list a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid #000;
  border-width: 1px 1px 0 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 0;
  top: 50%;
}

/* block */
.ym-role + .ym-role {
  margin-top: 60px;
}

/* slider */
.ym-slider .slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.ym-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}

.ym-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 6px;
  height: 6px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.ym-slider .slick-dots li button:hover, .ym-slider .slick-dots li button:focus {
  outline: none;
}

.ym-slider .slick-dots li button:hover:before, .ym-slider .slick-dots li button:focus:before {
  opacity: 1;
}

.ym-slider .slick-dots li button:before {
  content: " ";
  line-height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  text-align: center;
  opacity: .25;
  background-color: black;
  border-radius: 50%;
}

.ym-slider .slick-dots li button.thumbnail img {
  width: 0;
  height: 0;
}

.ym-slider .slick-dots li.slick-active button:before {
  opacity: .75;
  background-color: black;
}

.ym-slider_main {
  padding: 0;
}

.ym-slider_main .slick-dotted {
  padding-bottom: 24px;
}

/* header */
.ym-headerRole__logo h1 {
  margin: 0;
  padding: 0;
}

.ym-summary {
  background: #F4F4F4;
  font-family: serif;
  padding: 16px 0;
  text-align: center;
}

.ym-summary p {
  font-size: 13px;
  line-height: 1;
  margin: 0;
}

/* drawer */
.ym-drawer_header,
.ym-drawer_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ym-drawer_header {
  padding: 16px 20px;
}

.ym-drawer_nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ym-category_parent {
  border-top: 1px solid #EEE;
  padding: 0 16px;
}

.ym-category_parent a {
  border-top: none !important;
  padding-left: 16px !important;
}

.ym-category_parent span {
  display: block;
  font-weight: bold;
  position: relative;
}

.ym-category_parent span::before,
.ym-category_parent span::after {
  content: "";
  display: block;
  width: 6px;
  position: absolute;
  top: 50%;
  left: -16px;
}

.ym-category_parent .ym-category_y span::before {
  background: #FFF100;
  height: 20px;
  margin-top: -10px;
}

.ym-category_parent .ym-category_m span::before,
.ym-category_parent .ym-category_m span::after {
  width: 6px;
  height: 10px;
}

.ym-category_parent .ym-category_m span::before {
  background: #0C2340;
  margin-top: -10px;
}

.ym-category_parent .ym-category_m span::after {
  background: #84754E;
}

.ym-drawerInfo_list {
  background: #000;
}

.ym-drawerInfo_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ym-drawerInfo_list li {
  font-size: 12px;
  padding: 16px 20px;
}

.ym-drawerInfo_list li + li {
  border-top: 1px solid #333;
}

.ym-drawerInfo_list a {
  color: #FFF;
  display: block;
  position: relative;
}

.ym-drawerInfo_list a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid #FFF;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
}

/* footer */
.ym-footerNavi_sub {
  font-size: 12px;
  padding: 20px;
}

.ym-footerNavi_sub a {
  color: #000;
  display: block;
  padding: 10px 0;
}

/* aside */
.ym-contents_aside {
  position: relative;
}

.ym-contents_aside a {
  color: inherit;
}

.ym-contents_aside ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ym-aside_block {
  padding: 24px 20px;
}

/* sns */
/* banner */
.ym-sns_banner ul {
  list-style: none;
}

.ym-sns_banner__item {
  margin-top: 8px;
}

.ym-sns_banner__desc {
  font-size: 13px;
  padding: 16px 20px;
}

/* icon */
.ym-sns_icon__list {
  text-align: center;
}

.ym-sns_icon__list li {
  display: inline-block;
  margin: 0 20px 8px;
  padding: 16px 0;
  width: 30px;
  overflow: hidden;
}

/* site */
.ym-site_block {
  background: #F4F4F4;
}

.ym-site {
  background: #FFF;
  border-radius: 4px;
  padding: 20px;
}

.ym-site_name {
  font-size: 15px;
}

.ym-site_desc {
  font-size: 13px;
  margin-top: .75em;
  line-height: 1.46;
}

.ym-site_desc a {
  padding-right: 40px;
}

/* top page
------------------------------ */
.ym-portal_inner {
  padding: 10px;
}

.ym-portal_item + .ym-portal_item {
  margin-top: 10px;
}

.ym-portal_item a {
  display: block;
  position: relative;
}

.ym-portal_item .ym-portal_item__desc {
  background: rgba(0, 0, 0, 0.4);
  color: #FFF;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 8px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

/* category
------------------------------ */
.ym-topicpath {
  font-size: 11px;
  padding: 10px 15px;
}

.ym-topicpath a {
  color: #000;
}

.ym-topicpath ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-x: scroll;
  white-space: nowrap;
}

.ym-topicpath ul li {
  display: inline-block;
  margin: 0 5px;
  position: relative;
}

.ym-topicpath ul li + li::before {
  color: #BBB;
  content: ">";
  margin-right: 8px;
}

.ym-category_logo {
  padding: 12px;
  text-align: center;
}

.ym-category_logo img {
  max-height: 32px;
  width: auto;
}

.ym-category_header {
  font-size: 12px;
  margin: 0 20px;
}

.ym-category_header .ym-category_title {
  background: #F4F4F4;
  padding: 28px 20px;
}

.ym-category_header .ym-category_title__main {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding-left: 16px;
  position: relative;
  vertical-align: middle;
}

.ym-category_header .ym-category_title__main:before, .ym-category_header .ym-category_title__main:after {
  content: "";
  display: block;
  width: 3px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
}

.ym-category_header .ym-category_title__sub {
  display: inline-block;
  margin-left: 8px;
}

.ym-category_header .ym-category_desc {
  line-height: 1.5;
  margin-top: 10px;
}

.ym-category_info {
  margin: 36px 24px;
}

.ym-category_info .ym-catch {
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
}

.ym-category_info .ym-lead {
  font-size: 14px;
  line-height: 2.71;
  margin-top: 20px;
  padding: 0 8px;
}

.ym-pickupRole {
  padding: 0;
}

.ym-pickupRole .ym-item {
  margin: 0 16px;
}

.ym-pickupRole .ym-item a {
  color: #000;
}

.ym-pickupRole .ym-item__name {
  font-size: 13px;
  font-weight: bold;
  margin-top: 12px;
}

.ym-pickupRole .ym-item__price {
  margin-top: 10px;
}

.ym-pickupRole .ym-item__desc {
  font-size: 12px;
  line-height: 1.33;
  margin-top: 10px;
}

.ym-tag {
  background: #333;
  color: #FFF;
  display: inline-block;
}

.ym-item_name {
  font-weight: bold;
  margin-top: 10px;
}

.ym-list_header {
  border-bottom: 1px solid #DDD;
  margin-bottom: 24px;
  padding-bottom: 10px;
}

.ym-item__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  margin: 0 -8px;
  padding: 0;
  position: relative;
}

.ym-item__list .ym-item {
  margin: 18px 0;
  width: 33.33%;
  padding: 0 8px;
  position: relative;
}

.ym-item__list .ym-item a {
  color: #000;
}

.ym-item__list .ym-item .ym-tag {
  font-size: 11px;
  line-height: 1;
  position: absolute;
  top: -8px;
  left: -5px;
  padding: .4em .75em;
}

.ym-item__name {
  font-weight: bold;
  margin-top: 10px;
}

.ym-item__price {
  margin-top: 10px;
}

.ym-rankingRole__list {
  counter-reset: rank;
}

.ym-rankingRole__item {
  counter-increment: rank;
}

.ym-rankingRole__item:after {
  background: #EEE;
  border-radius: 20px;
  content: counter(rank);
  display: block;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -8px;
  left: -5px;
}

.ym-rankingRole__item:nth-child(-n+3):after {
  color: #FFF;
}

.ym-rankingRole__item:nth-child(1):after {
  background: #DBAF38;
}

.ym-rankingRole__item:nth-child(2):after {
  background: #A5A5A5;
}

.ym-rankingRole__item:nth-child(3):after {
  background: #C69152;
}

.ym-btn {
  text-align: center;
}

.ym-btn span,
.ym-btn a {
  border: 1px solid #000;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding: 12px 50px 12px 37px;
  position: relative;
}

.ym-btn span:after,
.ym-btn a:after {
  border: 1px solid #000;
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 16px;
}

.ym-btn .ec-inlineBtn--action {
  background: none;
  color: inherit;
}

.ym-more a:after,
.ym-more span:after {
  border-width: 1px 1px 0 0;
  -webkit-transform: translateY(-55%) rotate(45deg);
      -ms-transform: translateY(-55%) rotate(45deg);
          transform: translateY(-55%) rotate(45deg);
}

.ec-newsRole .ym-toggle span:after {
  border-width: 0 1px 1px 0;
  -webkit-transform: translateY(-60%) rotate(45deg);
      -ms-transform: translateY(-60%) rotate(45deg);
          transform: translateY(-60%) rotate(45deg);
}

.ec-newsRole .ym-toggle span.is-open::after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
      -ms-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

.ec-layoutRole__mainBottom .ym-categoryRole {
  background: #F4F4F4;
  padding: 20px;
}

.ec-layoutRole__mainBottom .ym-categoryRole .ym-common_list li:first-child {
  border-top: none;
}

/* pager */
.ym-pager_top,
.ym-pager_prev,
.ym-pager_next,
.ym-pager_last {
  overflow: hidden;
  position: relative;
  text-indent: -999px;
}

.ym-pager_top:before,
.ym-pager_prev:before,
.ym-pager_next:before,
.ym-pager_last:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.ym-pager_top:after,
.ym-pager_last:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.ym-pager_top:before, .ym-pager_top:after,
.ym-pager_prev:before,
.ym-pager_prev:after {
  border-width: 1px 0 0 1px;
}

.ym-pager_top::after {
  margin-left: 3px;
}

.ym-pager_last:before, .ym-pager_last:after,
.ym-pager_next:before,
.ym-pager_next:after {
  border-width: 0 1px 1px 0;
}

.ym-pager_last::after {
  margin-left: -3px;
}

/* detail
--------------------------- */
.ec-productRole .ym-slider {
  margin: 0 -20px;
  position: relative;
}

.ec-productRole .ym-slider .ec-sliderItemRole {
  padding: 0;
}

.ec-productRole .ym-slider .ec-sliderItemRole .item_visual {
  margin-bottom: 16px;
  position: relative;
}

.ec-productRole .ym-slider .ec-sliderItemRole .item_visual .slick-arrow {
  background: rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 51px;
  display: block;
  width: 51px;
  height: 51px;
  overflow: hidden;
  text-indent: -999px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 100;
}

.ec-productRole .ym-slider .ec-sliderItemRole .item_visual .slick-arrow:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #FFF;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: 50%;
  margin-top: -5px;
}

.ec-productRole .ym-slider .ec-sliderItemRole .item_visual .slick-prev {
  left: -26px;
}

.ec-productRole .ym-slider .ec-sliderItemRole .item_visual .slick-prev:before {
  right: 12px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.ec-productRole .ym-slider .ec-sliderItemRole .item_visual .slick-next {
  right: -26px;
}

.ec-productRole .ym-slider .ec-sliderItemRole .item_visual .slick-next:before {
  left: 12px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.ec-productRole .ym-slider .ec-sliderItemRole .item_nav .slideThumb {
  border: 1px solid #DDD;
  margin: 0 0 0 9px;
  width: 56px;
  height: 56px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ec-productRole .ym-slider .ec-sliderItemRole .item_nav .slideThumb img {
  width: 100%;
}

.ec-productRole .ym-product_sns {
  text-align: center;
}

.ec-productRole .ym-quantity_desc {
  display: inline-block;
  font-size: 14px;
  margin-left: 1em;
}

/* cart */
.ym-tag_price {
  background: transparent;
  border: 1px solid #900;
  color: #900;
  font-size: 12px;
  padding: .25em 1em;
}

.ym-price_regular .ec-productRole__priceRegularPrice,
.ym-price_regular .ec-productRole__priceRegularTax {
  font-size: 12px;
}

.ym-productRole__profile .ym-label {
  font-size: 13px;
  font-weight: bold;
}

.ym-btn_cart {
  border-top: 1px solid #DDD;
  padding: 24px 24px 0;
}

.ym-btn_cart .ec-blockBtn--action.add-cart {
  background: #000;
  border: none;
  border-radius: 4px;
  color: #FFF;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  position: relative;
}

.ym-btn_cart .ec-blockBtn--action.add-cart:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border: 1px solid #FFF;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.ym-btn_favorite {
  margin-top: 16px;
  padding: 0 50px;
  text-align: center;
}

.ym-btn_favorite .ec-blockBtn--cancel {
  background: transparent;
  border: 1px solid #000;
  border-radius: 4px;
  color: #000;
  font-size: 12px;
  height: auto;
  line-height: 1;
  margin: 0 auto;
  padding: 10px 40px 10px 20px;
  position: relative;
  width: auto;
}

.ym-btn_favorite .ec-blockBtn--cancel:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border: 1px solid #000;
  border-width: 1px 1px 0 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 16px;
  top: 50%;
}

/* profile */
.ym-productRole__profile {
  margin: 0 -20px 40px !important;
  padding: 20px;
  position: relative;
}

.ym-guice_link {
  text-align: center;
}

.ym-guice_link a {
  color: #000;
  font-size: 12px;
  text-decoration: underline;
}

/* description */
.ym-product_description .ym-heading ~ .ym-heading {
  margin-top: 48px;
}

.ym-product_description div p {
  margin-top: 1em;
}

.ym-product_description > div + div {
  margin-top: 24px;
}

/* review */
.ym-reviewRole .review_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ym-reviewRole .review_list li {
  margin-bottom: 20px;
}

.ym-reviewRole .review_list .review_date {
  margin-bottom: 1em;
}

/* related category */
.ym-productRole__category a {
  color: inherit;
}

.ym-productRole__category ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}

.ym-productRole__category li {
  display: inline-block;
}

.ym-productRole__category li + li::before {
  color: #BBB;
  content: ">";
}

/* related product */
.ec-shelfRole .ym-slider {
  position: relative;
  margin: 0 -20px;
}

.ec-shelfGrid.ym-slider li {
  padding: 0 0 0 16px !important;
}

.ym-slider .ym-item .ym-item__img {
  height: auto;
}

.ym-scroll {
  overflow-x: scroll;
}

.ym-scroll img {
  max-width: none;
  width: auto;
}

.ym-common {
  position: relative;
}

.ym-common:after {
  content: "";
  clear: both;
  display: table;
}

.ym-common img {
  width: auto;
}

.ym-common_rimg img {
  float: right;
  margin: 0 0 16px 16px;
}

.ym-common_limg img {
  float: left;
  margin: 0 16px 16px 0;
}

/* main category color */
/* yamashita */
.ym-page_yamashita .ec-secHeading .ec-secHeading__line {
  background: #FFF100;
}

.ym-page_yamashita .ym-category_logo {
  background: #FFF100;
}

.ym-page_yamashita .ym-category_title__main:before {
  background: #FFF100;
}

.ym-page_yamashita .ec-footerNavi {
  background: #333;
}

.ym-page_yamashita .ec-footerNavi li + li {
  border-top-color: #4E4E4E;
}

.ym-tag.ym-tag_y {
  background: #014099;
}

/* Maria */
.ym-page_maria .ec-secHeading .ec-secHeading__line {
  background: #84754E;
  position: relative;
}

.ym-page_maria .ec-secHeading .ec-secHeading__line:before {
  background: #0C2340;
  content: "";
  height: 1px;
  width: 12px;
  position: absolute;
  top: 0;
  left: 0;
}

.ym-page_maria .ym-category_logo {
  background: #EEE;
}

.ym-page_maria .ym-category_title__main:before, .ym-page_maria .ym-category_title__main:after {
  height: 12px;
}

.ym-page_maria .ym-category_title__main:before {
  background: #84754E;
  margin-top: 0;
}

.ym-page_maria .ym-category_title__main:after {
  background: #0C2340;
}

.ym-page_maria .ec-footerNavi {
  background: #0C2340;
}

.ym-page_maria .ec-footerNavi li + li {
  border-top-color: #3D4F66;
}

.ym-tag.ym-tag_m {
  background: #84754E;
}
/*# sourceMappingURL=yamaria.css.map */