@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:100,100i,300,300i,400,400i,600,600i,700,700i&subset=latin-ext,vietnamese");
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■下層共通
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#header {
  position: relative;
  padding-bottom: 7px;
}

#header:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #e8e8e8;
}

@media only screen and (max-width: 767px) {
  #header {
    padding-bottom: 27px;
  }
}

#footer {
  position: relative;
  padding-top: 50px;
}

#footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #e8e8e8;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■商品一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.product_page .ec-pagerRole {
  margin: 37px 0 57px;
}

.product_page .ec-pagerRole .ec-pager {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 0;
}

.product_page .ec-pagerRole .ec-pager__item, .product_page .ec-pagerRole .ec-pager__item--active {
  display: block;
  min-width: inherit;
  background: none;
  padding: 0 14px;
}

.product_page .ec-pagerRole .ec-pager__item a, .product_page .ec-pagerRole .ec-pager__item--active a {
  overflow: hidden;
  position: relative;
  min-width: 17px;
  font-size: 1.6rem;
  line-height: 1.0;
  padding: 7px 0;
}

.product_page .ec-pagerRole .ec-pager__item a:before, .product_page .ec-pagerRole .ec-pager__item a:after, .product_page .ec-pagerRole .ec-pager__item--active a:before, .product_page .ec-pagerRole .ec-pager__item--active a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 17px;
  height: 1px;
  margin: auto;
  transition: all 0.25s linear;
  transition-duration: 0.5s;
}

.product_page .ec-pagerRole .ec-pager__item a:before, .product_page .ec-pagerRole .ec-pager__item--active a:before {
  background-color: #a6a6a6;
}

.product_page .ec-pagerRole .ec-pager__item a:after, .product_page .ec-pagerRole .ec-pager__item--active a:after {
  width: auto;
  background-color: #fff;
}

.product_page .ec-pagerRole .ec-pager__item a:hover:after, .product_page .ec-pagerRole .ec-pager__item--active a:hover:after {
  left: 100%;
}

.product_page .ec-pagerRole .ec-pager__item img, .product_page .ec-pagerRole .ec-pager__item--active img {
  width: 8px;
  height: auto;
}

.product_page .ec-pagerRole .ec-pager__item--active a:after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .product_page .ec-pagerRole {
    padding: 0 30px;
    margin: 20px 0 30px;
  }
  .product_page .ec-pagerRole .pager_ellipsis,
  .product_page .ec-pagerRole .pager_number {
    display: none;
  }
  .product_page .ec-pagerRole .ec-pager__item--active {
    display: block;
  }
  .product_page .ec-pagerRole .ec-pager__item, .product_page .ec-pagerRole .ec-pager__item--active {
    padding: 0 3px;
  }
  .product_page .ec-pagerRole .ec-pager__item a, .product_page .ec-pagerRole .ec-pager__item--active a {
    min-width: 10px;
    font-size: 1.4rem;
    padding: 7px 10px;
  }
}

/*-------------------------
  商品一覧
-------------------------*/
.product_page .ec-searchnavRole {
  max-width: none;
  padding: 25px 30px 40px;
  margin: 0;
}

.product_page .ec-searchnavRole .ec-searchnavRole__topicpath {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .product_page .ec-searchnavRole .ec-searchnavRole__topicpath {
    max-width: none;
  }
}

.product_page .ec-searchnavRole .ec-searchnavRole__topicpath .ec-topicpath {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  border: none;
  letter-spacing: 0;
  font-size: 0;
  padding: 0;
  margin: 0 0 5px;
}

.product_page .ec-searchnavRole .ec-searchnavRole__topicpath a {
  border-bottom: 1px solid #575757;
  color: #575757;
  font-size: 1.4rem;
  font-weight: 500;
}

.product_page .ec-searchnavRole .ec-searchnavRole__topicpath .ec-topicpath__divider,
.product_page .ec-searchnavRole .ec-searchnavRole__topicpath .ec-topicpath__item,
.product_page .ec-searchnavRole .ec-searchnavRole__topicpath .ec-topicpath__item--active {
  min-width: inherit;
  margin: 0 13px 10px 0;
  margin-right: 13px;
}

.product_page .ec-searchnavRole .ec-searchnavRole__topicpath .ec-topicpath__divider img {
  width: 5px;
  height: auto;
}

.product_page .ec-searchnavRole .ec-searchnavRole__infos {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: none;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .product_page .ec-searchnavRole .ec-searchnavRole__infos {
    max-width: none;
  }
}

.product_page .ec-searchnavRole .ec-searchnavRole__infos .ec-searchnavRole__counter {
  width: auto;
  margin: 16px 0 0;
}

.product_page .ec-searchnavRole .ec-searchnavRole__infos .ec-searchnavRole__counter span {
  font-size: 1.6rem;
}

.product_page .ec-searchnavRole .ec-searchnavRole__infos .ec-searchnavRole__counter .ec-font-bold {
  font-size: 2.2rem;
  font-weight: 500;
  padding: 0 4px;
}

.product_page .ec-searchnavRole .ec-searchnavRole__infos .ec-searchnavRole__actions {
  width: auto;
  margin-left: auto;
}

.product_page .ec-searchnavRole .ec-searchnavRole__infos .ec-searchnavRole__actions .ec-select {
  font-size: 0;
  margin: 0;
}

.product_page .ec-searchnavRole .ec-searchnavRole__infos .ec-searchnavRole__actions .form-control {
  cursor: pointer;
  height: 40px;
  background: #fff;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  font-size: 1.6rem;
  line-height: 2.5;
  padding: 0 50px 0 9px;
  margin: 0 0 0 20px;
}

.product_page .ec-searchnavRole .ec-searchnavRole__infos .ec-searchnavRole__actions .form-control.disp-number {
  width: 117px;
}

.product_page .ec-searchnavRole .ec-searchnavRole__infos .ec-searchnavRole__actions .form-control.order-by {
  width: 177px;
}

@media only screen and (max-width: 767px) {
  .product_page .ec-searchnavRole {
    padding: 20px 30px 40px;
  }
  .product_page .ec-searchnavRole .ec-searchnavRole__infos .ec-searchnavRole__counter {
    width: 100%;
    margin: 0 0 10px;
  }
  .product_page .ec-searchnavRole .ec-searchnavRole__infos .ec-searchnavRole__counter span {
    font-size: 1.2rem;
  }
  .product_page .ec-searchnavRole .ec-searchnavRole__infos .ec-searchnavRole__counter .ec-font-bold {
    font-size: 1.6rem;
  }
  .product_page .ec-searchnavRole .ec-searchnavRole__infos .ec-searchnavRole__actions {
    width: 100%;
  }
  .product_page .ec-searchnavRole .ec-searchnavRole__infos .ec-searchnavRole__actions .ec-select {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
  .product_page .ec-searchnavRole .ec-searchnavRole__infos .ec-searchnavRole__actions .form-control {
    height: 32px;
    font-size: 1.3rem;
    line-height: 2.46154;
    padding: 0 50px 0 9px;
    margin: 0 0 10px auto;
  }
  .product_page .ec-searchnavRole .ec-searchnavRole__infos .ec-searchnavRole__actions .form-control.disp-number {
    width: 111px;
  }
  .product_page .ec-searchnavRole .ec-searchnavRole__infos .ec-searchnavRole__actions .form-control.order-by {
    width: 160px;
  }
}

.product_page .ec-shelfRole {
  max-width: none;
  padding: 0 30px;
  margin: 0;
}

.product_page .ec-shelfRole .ec-shelfGrid {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

.product_page .ec-shelfRole .ec-shelfGrid:before, .product_page .ec-shelfRole .ec-shelfGrid:after {
  content: '';
  display: block;
  width: 23%;
  order: 1;
}

@media only screen and (max-width: 767px) {
  .product_page .ec-shelfRole .ec-shelfGrid {
    max-width: none;
  }
}

.product_page .ec-shelfRole .ec-shelfGrid__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 23%;
  height: auto;
  padding: 0;
  margin: 0 0 60px;
}

.product_page .ec-shelfRole a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  transition: all 0.25s linear;
}

.product_page .ec-shelfRole a:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

.product_page .ec-shelfRole a:hover .ec-shelfGrid__item-image img {
  transform: scale(1.1);
}

.product_page .ec-shelfRole .ec-shelfGrid__item-image {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 20px;
}

.product_page .ec-shelfRole .ec-shelfGrid__item-image:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.product_page .ec-shelfRole .ec-shelfGrid__item-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  outline: none;
  transition: all 0.25s linear;
  transition-duration: 0.5s;
}

.product_page .ec-shelfRole .ec-shelfGrid__item-name {
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.53333;
  word-break: break-all;
  margin: 0 0 5px;
}

.product_page .ec-shelfRole .price02-default {
  color: #9e9e9e;
  font-size: 1.4rem;
  margin-top: auto;
}

@media only screen and (max-width: 767px) {
  .product_page .ec-shelfRole .ec-shelfGrid__item {
    width: 48%;
    margin: 0 0 20px;
  }
  .product_page .ec-shelfRole a {
    justify-content: flex-start;
    height: auto;
  }
  .product_page .ec-shelfRole .ec-shelfGrid__item-image {
    margin: 0 0 10px;
  }
  .product_page .ec-shelfRole .ec-shelfGrid__item-name {
    font-size: 1.2rem;
    margin: 0 0 5px;
  }
  .product_page .ec-shelfRole .price02-default {
    font-size: 1.2rem;
    margin-top: 0;
  }
}

/*-------------------------
  商品詳細
-------------------------*/
/*
#page_product_detail{
	min-width: 2000px;
	.ec-grid2{
		flex-direction: row-reverse;
	}
}
*/
/* 商品紹介 */
#page_product_detail .ec-productRole {
  max-width: none;
  padding: 0 30px;
}

#page_product_detail .ec-productRole .ec-productRole__tags {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  border: none;
  padding: 25px 0 15px;
}

@media only screen and (max-width: 767px) {
  #page_product_detail .ec-productRole .ec-productRole__tags {
    max-width: none;
  }
}

#page_product_detail .ec-productRole .ec-productRole__tag {
  background: none;
  border: none;
  border-radius: 0;
  font-size: 100%;
  padding: 0;
  margin: 0 4px 10px 0;
}

#page_product_detail .ec-productRole .ec-productRole__tag a {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  background: #f0f0f0;
  border-radius: 3px;
  color: #575757;
  font-size: 1.2rem;
  text-decoration: none;
  padding: 3px 10px;
}

#page_product_detail .ec-grid2 {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  #page_product_detail .ec-grid2 {
    max-width: none;
  }
}

#page_product_detail .ec-sliderItemRole {
  max-width: none;
  padding: 0;
}

#page_product_detail .ec-sliderItemRole .item_visual {
  margin: 0 0 14px;
}

#page_product_detail .ec-sliderItemRole .slide-item {
  position: relative;
}

#page_product_detail .ec-sliderItemRole .slide-item:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

#page_product_detail .ec-sliderItemRole .slide-item img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#page_product_detail .ec-sliderItemRole .item_nav {
  justify-content: space-between;
}

#page_product_detail .ec-sliderItemRole .item_nav:before, #page_product_detail .ec-sliderItemRole .item_nav:after {
  content: '';
  display: block;
  width: 22%;
  order: 1;
}

#page_product_detail .ec-sliderItemRole .slideThumb {
  position: relative;
  width: 22%;
  margin-bottom: 10px;
}

#page_product_detail .ec-sliderItemRole .slideThumb:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

#page_product_detail .ec-sliderItemRole .slideThumb img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: none;
}

#page_product_detail .ec-productRole__profile {
  margin-left: 54px;
  font-family: "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
}

#page_product_detail .ec-productRole__profile .ec-productRole__description {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  line-height: 1.77778;
  margin: 0 0 22px;
}

#page_product_detail .ec-productRole__profile .ec-productRole__title {
  margin: 0 0 10px;
}

#page_product_detail .ec-productRole__profile .ec-productRole__title .ec-headingTitle {
  color: #000;
  font-family: "Josefin Sans", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif, sans-serif;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 1.4;
  margin: 0;
}

#page_product_detail .ec-productRole__profile .ec-productRole__code {
  border: none;
  color: #575757;
  font-size: 1.3rem;
  padding: 0;
  margin: 0 0 21px;
}

#page_product_detail .ec-productRole__profile .ec-productRole__price {
  border: none;
  color: #000;
  padding: 0;
  margin: 0 0 18px;
}

#page_product_detail .ec-productRole__profile .ec-productRole__price .ec-price {
  font-size: 0;
}

#page_product_detail .ec-productRole__profile .ec-productRole__price .ec-price .ec-price__price {
  font-size: 2.4rem;
  font-weight: inherit;
  padding: 0;
}

#page_product_detail .ec-productRole__profile .ec-productRole__price .ec-price .ec-price__tax {
  font-size: 1.4rem;
  margin-left: 12px;
}

#page_product_detail .ec-productRole__profile .ec-productRole__actions {
  padding: 0;
  margin: 0 0 32px;
}

#page_product_detail .ec-productRole__profile .ec-productRole__actions .ec-numberInput {
  display: flex;
  align-content: center;
  align-items: center;
}

#page_product_detail .ec-productRole__profile .ec-productRole__actions .ec-numberInput span {
  display: block;
  width: 60px;
  text-align: center;
}

#page_product_detail .ec-productRole__profile .ec-productRole__actions .ec-numberInput input[type='number'] {
  display: block;
  max-width: 120px;
  width: 100%;
  height: 35px;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  font-size: 1.6rem;
  text-align: center;
  margin: 0;
}

#page_product_detail .ec-productRole__profile .ec-productRole__btn {
  width: auto;
  min-width: inherit;
  margin: 0;
}

#page_product_detail .ec-productRole__profile .ec-productRole__btn .add-cart {
  position: relative;
  height: 71px;
  background: #fccd70;
  box-shadow: none;
  border: none;
  color: #000;
  font-family: "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  outline: none;
  margin: 0 0 15px;
}

#page_product_detail .ec-productRole__profile .ec-productRole__btn .add-cart:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25%;
  display: block;
  width: 25px;
  height: 25px;
  background: #ff0;
  background: url(/html/template/sawadaitto/assets/img/common/ico_cart02.png) no-repeat center center transparent;
  background-size: cover;
  margin: auto;
}

#page_product_detail .ec-productRole__profile .ec-productRole__btn .add-cart:after {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  transition: all 0.25s linear;
}

#page_product_detail .ec-productRole__profile .ec-productRole__btn .add-cart:hover:after {
  opacity: .2;
}

#page_product_detail .ec-productRole__profile .ec-productRole__btn .add-cart[disabled] {
  opacity: 1;
  background: #ccc;
  color: #999;
}

#page_product_detail .ec-productRole__profile .ec-productRole__btn .add-cart[disabled]:before {
  opacity: .6;
}

#page_product_detail .ec-productRole__profile .ec-productRole__btn .add-cart[disabled]:after {
  display: none;
}

#page_product_detail .ec-productRole__profile .ec-productRole__btn .ec-blockBtn--cancel {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  height: auto;
  background: none;
  border: none;
  box-shadow: none;
  color: #000;
  font-family: "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: inherit;
  font-size: 1.6rem;
  line-height: 1.0;
  text-align: left;
  outline: none;
  padding: 0;
}

#page_product_detail .ec-productRole__profile .ec-productRole__btn .ec-blockBtn--cancel:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url(/html/template/sawadaitto/assets/img/common/ico_favorite_before.png) no-repeat center center;
  background-size: cover;
  margin-right: 6px;
}

#page_product_detail .ec-productRole__profile .ec-productRole__btn .ec-blockBtn--cancel[disabled] {
  opacity: 1;
}

#page_product_detail .ec-productRole__profile .ec-productRole__btn .ec-blockBtn--cancel[disabled]:before {
  background-image: url(/html/template/sawadaitto/assets/img/common/ico_favorite_after.png);
}

#page_product_detail .ec-productRole__profile .ec-modal + form {
  float: left;
}

#page_product_detail .ec-productRole__profile .ec-productRole__sns {
  float: right;
}

#page_product_detail .ec-productRole__profile .ec-productRole__sns ul {
  display: flex;
  align-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

#page_product_detail .ec-productRole__profile .ec-productRole__sns li {
  width: 32px;
  margin: 0 5px 0 2px;
}

#page_product_detail .ec-productRole__profile .ec-productRole__sns a {
  display: block;
  transition: all 0.25s linear;
}

#page_product_detail .ec-productRole__profile .ec-productRole__sns a:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

#page_product_detail .ec-productRole__profile .ec-productRole__notes {
  clear: both;
  font-size: 1.3rem;
  padding: 15px 0 43px;
}

#page_product_detail .ec-productRole__profile .ec-productRole__notes a {
  color: #000;
  text-decoration: underline;
  transition: all 0.25s linear;
}

#page_product_detail .ec-productRole__profile .ec-productRole__notes a:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

#page_product_detail .ec-productRole__profile .ec-productRole__detail {
  clear: both;
}

#page_product_detail .ec-productRole__profile .ec-productRole__detail ul {
  list-style: none;
  border-top: 1px solid #e5e5e5;
  padding: 0;
  margin: 0;
}

#page_product_detail .ec-productRole__profile .ec-productRole__detail li {
  display: flex;
  align-content: center;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.3rem;
  line-height: 1.6;
  word-break: break-all;
  padding: 10px 0;
}

#page_product_detail .ec-productRole__profile .ec-productRole__detail img {
  width: 30px;
  margin-right: 10px;
}

@media only screen and (max-width: 1023px) {
  #page_product_detail .ec-productRole__profile .ec-productRole__btn .add-cart:before {
    left: 18%;
  }
}

@media only screen and (max-width: 767px) {
  #page_product_detail .ec-sliderItemRole .item_nav {
    display: flex;
    flex-wrap: wrap;
  }
  #page_product_detail .ec-productRole__profile {
    margin-top: 40px;
    margin-left: 0;
  }
  #page_product_detail .ec-productRole__profile .ec-productRole__description {
    font-size: 1.6rem;
    line-height: 1.6;
    margin: 0 0 15px;
  }
  #page_product_detail .ec-productRole__profile .ec-productRole__title {
    margin: 0 0 5px;
  }
  #page_product_detail .ec-productRole__profile .ec-productRole__title .ec-headingTitle {
    font-size: 3.2rem;
  }
  #page_product_detail .ec-productRole__profile .ec-productRole__code {
    font-size: 1.1rem;
    margin: 0 0 15px;
  }
  #page_product_detail .ec-productRole__profile .ec-productRole__price {
    margin: 0 0 15px;
  }
  #page_product_detail .ec-productRole__profile .ec-productRole__price .ec-price .ec-price__price {
    font-size: 2.0rem;
  }
  #page_product_detail .ec-productRole__profile .ec-productRole__price .ec-price .ec-price__tax {
    font-size: 1.2rem;
    margin-left: 5px;
  }
  #page_product_detail .ec-productRole__profile .ec-productRole__actions {
    margin: 0 0 20px;
  }
  #page_product_detail .ec-productRole__profile .ec-productRole__actions .ec-numberInput span {
    width: auto;
    font-size: 1.4rem;
    padding-right: 12px;
  }
  #page_product_detail .ec-productRole__profile .ec-productRole__actions .ec-numberInput input[type='number'] {
    max-width: 100px;
    height: 35px;
    font-size: 1.4rem;
  }
  #page_product_detail .ec-productRole__profile .ec-productRole__btn .add-cart {
    height: 50px;
    font-size: 1.4rem;
    margin: 0 0 20px;
  }
  #page_product_detail .ec-productRole__profile .ec-productRole__btn .add-cart:before {
    left: 30px;
    width: 20px;
    height: 20px;
  }
  #page_product_detail .ec-productRole__profile .ec-productRole__btn .add-cart:after {
    display: none;
  }
  #page_product_detail .ec-productRole__profile .ec-productRole__btn .ec-blockBtn--cancel {
    font-size: 1.4rem;
  }
  #page_product_detail .ec-productRole__profile .ec-productRole__btn .ec-blockBtn--cancel:before {
    width: 25px;
    height: 25px;
  }
  #page_product_detail .ec-productRole__profile .ec-modal + form {
    float: none;
  }
  #page_product_detail .ec-productRole__profile .ec-productRole__sns {
    float: none;
    margin-top: 10px;
  }
  #page_product_detail .ec-productRole__profile .ec-productRole__sns ul {
    justify-content: center;
  }
  #page_product_detail .ec-productRole__profile .ec-productRole__sns li {
    width: 32px;
    margin: 0 5px 0 5px;
  }
  #page_product_detail .ec-productRole__profile .ec-productRole__sns a {
    display: block;
    transition: all 0.25s linear;
  }
  #page_product_detail .ec-productRole__profile .ec-productRole__sns a:hover {
    opacity: .8;
    transition: all 0.25s linear;
  }
  #page_product_detail .ec-productRole__profile .ec-productRole__notes {
    font-size: 1.1rem;
    padding: 10px 0 20px;
  }
  #page_product_detail .ec-productRole__profile .ec-productRole__detail li {
    display: flex;
    align-content: center;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    font-size: 1.3rem;
    line-height: 1.6;
    word-break: break-all;
    padding: 10px 0;
  }
  #page_product_detail .ec-productRole__profile .ec-productRole__detail img {
    width: 30px;
    margin-right: 10px;
  }
}

/* フリーエリア */
#page_product_detail .ec-productRole__freearea {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  margin-top: 75px;
}

@media only screen and (max-width: 767px) {
  #page_product_detail .ec-productRole__freearea {
    max-width: none;
  }
}

#page_product_detail .ec-productRole__freearea .item_variation {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

#page_product_detail .ec-productRole__freearea .item_variation li {
  width: 7.69231%;
  margin-bottom: 10px;
}

#page_product_detail .ec-productRole__freearea .item_variation a {
  position: relative;
  color: #000;
  text-decoration: none;
  text-align: center;
}

#page_product_detail .ec-productRole__freearea .item_variation a:before {
  content: '';
  display: block;
  width: 87%;
  background-color: #ccc;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 100%;
  padding-bottom: calc(87% - 2px);
  margin: 0 auto 10px;
}

#page_product_detail .ec-productRole__freearea .item_variation .item__name {
  font-size: 1.3rem;
}

@media only screen and (max-width: 767px) {
  #page_product_detail .ec-productRole__freearea {
    margin-top: 40px;
  }
  #page_product_detail .ec-productRole__freearea .item_variation {
    justify-content: space-between;
  }
  #page_product_detail .ec-productRole__freearea .item_variation:before, #page_product_detail .ec-productRole__freearea .item_variation:after {
    content: '';
    display: block;
    width: 20%;
    order: 1;
  }
  #page_product_detail .ec-productRole__freearea .item_variation li {
    width: 20%;
    min-width: inherit;
    margin-right: 0;
  }
  #page_product_detail .ec-productRole__freearea .item_variation a:before {
    width: 70%;
    padding-bottom: calc(70% - 2px);
  }
  #page_product_detail .ec-productRole__freearea .item_variation .item__name {
    font-size: 1.1rem;
  }
}

/* カラーバリエーション */
#page_product_detail .ec-productRole__freearea .item_variation .color__white a:before {
  background-color: #fff;
  border-color: #e5e5e5;
}

#page_product_detail .ec-productRole__freearea .item_variation .color__red a:before {
  background-color: #ff6363;
  border-color: #ff6363;
}

#page_product_detail .ec-productRole__freearea .item_variation .color__pink a:before {
  background-color: #f5aee8;
  border-color: #f5aee8;
}

#page_product_detail .ec-productRole__freearea .item_variation .color__orange a:before {
  background-color: #ffb954;
  border-color: #ffb954;
}

#page_product_detail .ec-productRole__freearea .item_variation .color__beige a:before {
  background-color: #fbf3e7;
  border-color: #fbf3e7;
}

#page_product_detail .ec-productRole__freearea .item_variation .color__yellow a:before {
  background-color: #ffec6d;
  border-color: #ffec6d;
}

#page_product_detail .ec-productRole__freearea .item_variation .color__green a:before {
  background-color: #64cd53;
  border-color: #64cd53;
}

#page_product_detail .ec-productRole__freearea .item_variation .color__khaki a:before {
  background-color: #c1c49a;
  border-color: #c1c49a;
}

#page_product_detail .ec-productRole__freearea .item_variation .color__blue a:before {
  background-color: #447cff;
  border-color: #447cff;
}

#page_product_detail .ec-productRole__freearea .item_variation .color__navy a:before {
  background-color: #3d5a9d;
  border-color: #3d5a9d;
}

#page_product_detail .ec-productRole__freearea .item_variation .color__purple a:before {
  background-color: #a976e8;
  border-color: #a976e8;
}

#page_product_detail .ec-productRole__freearea .item_variation .color__gray a:before {
  background-color: #a6a6a6;
  border-color: #a6a6a6;
}

#page_product_detail .ec-productRole__freearea .item_variation .color__black a:before {
  background-color: #292929;
  border-color: #292929;
}

/* pick up! */
#page_product_detail #plg_recommended_products4 {
  color: #000;
  margin-bottom: 40px;
}

#page_product_detail #plg_recommended_products4 .ec-rectHeading {
  position: relative;
  width: 100%;
  max-width: 1026px;
  margin: 0 auto;
  padding: 0;
  padding: 0 13px;
  margin-top: 70px;
  margin-bottom: 48px;
}

@media only screen and (max-width: 767px) {
  #page_product_detail #plg_recommended_products4 .ec-rectHeading {
    max-width: none;
  }
}

#page_product_detail #plg_recommended_products4 .ec-rectHeading h3 {
  background: none;
  border-bottom: 1px solid #d9d9d9;
  color: #000;
  font-family: "Josefin Sans", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif, sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  text-align: center;
  padding: 0 0 23px;
  margin: 0;
}

#page_product_detail #plg_recommended_products4 .ec-shelfGrid {
  position: relative;
  width: 100%;
  max-width: 1026px;
  margin: 0 auto;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  #page_product_detail #plg_recommended_products4 .ec-shelfGrid {
    max-width: none;
  }
}

#page_product_detail #plg_recommended_products4 .slick-track {
  display: flex;
}

#page_product_detail #plg_recommended_products4 a {
  outline: none;
}

#page_product_detail #plg_recommended_products4 .ec-shelfGrid__item {
  outline: none;
  padding: 0 13px;
}

#page_product_detail #plg_recommended_products4 .ec-shelfGrid__item-image + p {
  font-size: 1.5rem;
  line-height: 1.53333;
  word-break: break-all;
  margin: 0 0 5px;
}

#page_product_detail #plg_recommended_products4 .ec-shelfGrid__item-price {
  color: #9e9e9e;
  font-size: 1.4rem;
  margin-top: auto;
}

@media only screen and (max-width: 767px) {
  #page_product_detail #plg_recommended_products4 {
    padding: 0 24px;
  }
  #page_product_detail #plg_recommended_products4 .ec-rectHeading {
    padding: 0 6px;
    margin-top: 30px;
    margin-bottom: 25px;
  }
  #page_product_detail #plg_recommended_products4 .ec-rectHeading h3 {
    font-size: 1.5rem;
    padding: 0 0 15px;
  }
  #page_product_detail #plg_recommended_products4 .ec-shelfGrid__item {
    padding: 0 6px;
  }
  #page_product_detail #plg_recommended_products4 .ec-shelfGrid__item-image + p {
    font-size: 1.2rem;
  }
  #page_product_detail #plg_recommended_products4 .ec-shelfGrid__item-price {
    font-size: 1.2rem;
    margin-top: 0;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■ABOUT - SAWADAITTOについて
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_help_about #header .header__gNav #gNav__about .ec-itemNav__nav .ec-itemNav__nav__item > a .ec-itemNav__nav__span:before {
  display: none;
}

#page_help_about .ec-layoutRole .ec-layoutRole__main {
  padding: 0;
}

#page_help_about #sec_about {
  overflow: hidden;
  position: relative;
  z-index: 0;
  background: linear-gradient(to bottom, #f9f9f8 0%, #f7f6f4 22%, #f4f4f1 47%, #f7f7f5 78%, #fcfaf8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f8', endColorstr='#fcfaf8',GradientType=0 );
  padding: 60px 0 105px;
}

#page_help_about #sec_about .innerWrap {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  #page_help_about #sec_about .innerWrap {
    max-width: none;
  }
}

#page_help_about #sec_about .about_img01 {
  position: absolute;
  top: 0;
  right: 50%;
  z-index: 0;
  max-width: 759px;
  margin-right: 103px;
  width: 100%;
}

#page_help_about #sec_about .about_img01 img {
  width: 100%;
  height: auto;
}

#page_help_about #sec_about .about_head_title {
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0 30px;
  margin: 0 0 60px;
}

#page_help_about #sec_about .about_head_copy {
  background: url(/html/template/sawadaitto/assets/img/about/bg_dot.png) repeat center center;
  background-size: 32px auto;
  color: #5f5f5f;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.28em;
  text-align: center;
  text-shadow: 0px 0px 11px rgba(247, 247, 247, 0.8), 0px 0px 11px rgba(247, 247, 247, 0.8), 0px 0px 11px rgba(247, 247, 247, 0.8), 0px 0px 11px rgba(247, 247, 247, 0.8), 0px 0px 11px rgba(247, 247, 247, 0.8), 0px 0px 21px rgba(247, 247, 247, 0.8), 0px 0px 21px rgba(247, 247, 247, 0.8), 0px 0px 21px rgba(247, 247, 247, 0.8), 0px 0px 21px rgba(247, 247, 247, 0.8), 0px 0px 21px rgba(247, 247, 247, 0.8), 0px 0px 21px rgba(247, 247, 247, 0.8), 0px 0px 21px rgba(247, 247, 247, 0.8);
  padding: 70px 30px;
  margin: 0 0 68px;
}

#page_help_about #sec_about .about_contents {
  position: relative;
  z-index: 0;
  padding: 0 30px;
}

#page_help_about #sec_about .about_contents .about_contents_text {
  font-family: "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 2.875;
  text-align: center;
}

#page_help_about #sec_about .about_contents .about_img02 {
  max-width: 175px;
  width: 100%;
  margin: 75px auto 0;
}

#page_help_about #sec_about .about_contents .about_img02 img {
  width: 100%;
  height: auto;
}

#page_help_about #sec_about .about_contents .about_logo {
  max-width: 108px;
  width: 100%;
  margin: 72px auto 0;
}

#page_help_about #sec_about .about_contents .about_logo img {
  width: 100%;
  height: auto;
}

#page_help_about #sec_about .about_contents .about_img03 {
  position: absolute;
  top: 202px;
  left: 50%;
  z-index: -1;
  max-width: 659px;
  width: 100%;
  margin-left: 246px;
}

#page_help_about #sec_about .about_contents .about_img03 img {
  width: 100%;
  height: auto;
}

#page_help_about #sec_about .about_contents .about_img04 {
  position: absolute;
  top: 431px;
  right: 50%;
  z-index: -1;
  max-width: 780px;
  width: 100%;
  margin-right: 217px;
}

#page_help_about #sec_about .about_contents .about_img04 img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1099px) {
  #page_help_about #sec_about .about_img01 {
    left: -230px;
    right: auto;
    margin-right: 0;
  }
  #page_help_about #sec_about .about_contents .about_img03 {
    opacity: .4;
    top: 70px;
    left: auto;
    right: -190px;
    margin-left: 0;
    transition: all 0.25s linear;
  }
  #page_help_about #sec_about .about_contents .about_img04 {
    opacity: .5;
    top: 35%;
    left: -240px;
    right: auto;
    margin-right: 0;
    transition: all 0.25s linear;
  }
}

@media only screen and (max-width: 767px) {
  #page_help_about #sec_about {
    padding: 30px 0 50px;
  }
  #page_help_about #sec_about .about_img01 {
    max-width: 450px;
    left: -110px;
  }
  #page_help_about #sec_about .about_head_title {
    font-size: 1.6rem;
    margin: 0 0 30px;
  }
  #page_help_about #sec_about .about_head_copy {
    font-size: 2.0rem;
    padding: 30px 30px;
  }
  #page_help_about #sec_about .about_contents {
    padding: 0 30px;
  }
  #page_help_about #sec_about .about_contents .about_contents_text {
    font-size: 1.3rem;
  }
  #page_help_about #sec_about .about_contents .about_img02 {
    max-width: 105px;
    margin: 40px auto 0;
  }
  #page_help_about #sec_about .about_contents .about_logo {
    max-width: 84px;
    margin: 40px auto 0;
  }
  #page_help_about #sec_about .about_contents .about_img03 {
    top: 70px;
    right: -120px;
    max-width: 330px;
  }
  #page_help_about #sec_about .about_contents .about_img04 {
    top: 40%;
    left: -100px;
    max-width: 390px;
  }
}
