@charset "UTF-8";
/* --------------------------------
	レスポンシブ
-------------------------------- */
/* --------------------------------
	Common
-------------------------------- */
html, body, #header .inner {
  font-family: "Mada", "Kosugi", sans-serif !important;
}

body {
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
}

.img_center, .txt_center {
  text-align: center;
}

.img_right, .txt_right {
  text-align: right;
}

a {
  display: inline-block;
  color: black;
  text-align: none;
}

a:hover {
  text-decoration: none !important;
  opacity: .7;
}

h3 {
  color: black;
}

/****** Base Layout Setting ********/
#contents {
  background: #fff;
}

/****** Header Setting ********/
.ec-headerNaviRole:after, .ec-headerRole:after {
  display: none;
}

.ec-layoutRole__header {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  background-color: white;
  align-items: center;
  padding: 0 3rem;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  border-bottom: solid 3px #90c320;
}

.ec-layoutRole__header .ec-headerRole {
  width: 212px;
  padding-top: 0;
  padding-left: 0;
}

.ec-layoutRole__header .ec-headerRole__title .ec-headerTitle__title h1 {
  font-size: 0 !important;
  line-height: 2rem;
}

.ec-layoutRole__header .ec-headerRole__title .ec-headerTitle__title h1 a {
  margin-bottom: 0;
}

.ec-layoutRole__header .ec-headerRole__title .ec-headerTitle__title h1 a img {
  max-width: 212px;
  width: 212px;
}

.ec-layoutRole__header .ec-headerRole__cart .ec-cartNaviWrap a {
  text-decoration: none;
}

.ec-layoutRole__contents {
  max-width: 100% !important;
}

.ec-layoutRole__contents .ec-layoutRole__main .ec-layoutRole__mainTop .main-visual__image img {
  width: 100%;
}

.ec-layoutRole .ec-layoutRole__main {
  margin: 63px auto 0;
}

.ec-layoutRole .ec-layoutRole__main .ec-AddAddress form {
  margin: 0 auto;
  width: 95%;
}

.ec-layoutRole .ec-layoutRole__main .ec-cartCompleteRole .ec-off3Grid__cell .ec-reportHeading h2 {
  font-size: 2.3rem;
}

.ec-login .ec-grid2__cell .ec-login__link .ec-link {
  color: #DE5D50;
}

.ec-login .ec-grid2__cell .ec-login__link:last-child .ec-link {
  color: #0092C4;
}

.product_page {
  margin-top: 63px;
}

.ec-headerNaviRole {
  justify-content: flex-end;
  max-width: 100% !important;
  padding: 7px 0 7px 20px !important;
}

.ec-headerNaviRole .ec-headerNaviRole__right {
  width: calc(85% / 3) !important;
}

@media (max-width: 1100px) {
  .ec-headerNaviRole .ec-headerNaviRole__right {
    display: none;
  }
}

@media (max-width: 1100px) {
  .ec-headerNav__item__item {
    text-align: left;
  }
}

.ec-headerNav__item a {
  text-decoration: none;
}

@media (max-width: 1100px) {
  .ec-headerNav__item a {
    align-items: center;
  }
}

.ec-headerNav__itemLink {
  display: block !important;
  font-size: 1rem !important;
  margin: 0 !important;
  padding: 0 0.5rem !important;
}

@media (max-width: 670px) {
  .ec-headerNav__itemLink {
    font-size: 1.2rem !important;
  }
}

.ec-headerNav__itemIcon {
  display: block !important;
  margin: 0 auto !important;
  color: #90c320 !important;
  padding-bottom: 0.5rem !important;
}

@media (max-width: 670px) {
  .ec-headerNav__itemIcon {
    font-size: 21px !important;
  }
}

@media (max-width: 1100px) {
  .ec-headerRole__cart {
    float: right;
    padding-right: 2rem;
  }
}

.ec-headerRole__cart .ec-cartNaviWrap .ec-cartNavi {
  display: block;
  background: none;
  padding: 0;
  min-width: auto;
  text-align: center;
}

.ec-headerRole__cart .ec-cartNaviWrap .ec-cartNavi__icon {
  color: #90c320;
}

.ec-headerRole__cart .ec-cartNaviWrap .ec-cartNavi span {
  display: block;
  font-size: 1rem;
  margin: 0;
  padding: 0 .5rem;
}

.ec-headerRole__cart .ec-cartNaviWrap .ec-cartNavi__badge {
  display: inline-block !important;
  line-height: 1.7;
  position: absolute;
  left: initial;
  top: -1rem;
}

@media (max-width: 670px) {
  .ec-headerRole__cart .ec-cartNaviWrap .ec-cartNavi__item {
    display: inline-flex !important;
    align-items: center;
  }
}

.ec-headerRole__cart .ec-cartNaviWrap .ec-cartNavi__icon {
  font-size: 21px !important;
}

.oreder-info {
  margin: .7rem 0 0 0;
  padding: .5rem 9rem;
  background-color: #f7f7f7;
  max-width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  margin-top: 76px;
}

@media (max-width: 1100px) {
  .oreder-info {
    margin-top: 7%;
    padding: .5rem 4rem;
  }
}

@media (max-width: 850px) {
  .oreder-info {
    margin-top: 8%;
  }
}

@media (max-width: 768px) {
  .oreder-info {
    margin-top: 8.5%;
  }
}

@media (max-width: 670px) {
  .oreder-info {
    margin-top: 10%;
  }
}

@media (max-width: 576px) {
  .oreder-info {
    margin-top: 13%;
  }
}

@media (max-width: 425px) {
  .oreder-info {
    margin-top: 16.5%;
  }
}

.oreder-info__title {
  font-size: 1.4rem;
  color: black;
}

.oreder-info__title span {
  color: #DE0000;
  padding-left: 1.5rem;
}

@media (max-width: 425px) {
  .oreder-info__title span {
    display: block;
    padding-left: 0;
  }
}

.oreder-info__detail a {
  color: white;
  background-color: #a69436;
  border-radius: 5px;
  padding: 0.25rem 1rem;
  border: solid 1px transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}

.oreder-info__detail a:hover {
  color: #a69436;
  background-color: white;
  border: solid 1px #a69436;
  box-shadow: none;
}

.header-menu__nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.header-menu__nav__link a {
  text-decoration: none;
}

.header-menu__nav__link a:hover {
  color: #5a5a5a;
  opacity: .7;
}

.header-menu__nav__link__title {
  text-align: center;
  padding: 0 .5rem;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}

.header-menu__nav__link__title span {
  display: block;
  font-size: .9rem;
}

.header-menu__member {
  display: -webkit-flex;
  display: -ms-flexbox;
}

.header-menu__member .member .member_link li .member_link li {
  text-align: center;
}

.header-menu__member .member .member_link li .member_link li a {
  height: auto;
  line-height: 3rem;
  overflow: inherit;
  padding: 0 0 0 10px;
  line-height: revert;
}

.header-menu__member .member .member_link li .member_link li span {
  display: block;
  color: white;
  z-index: 1;
  font-size: 1rem;
  line-height: 2rem;
}

.header-menu__member .cart {
  height: auto;
  position: static;
  width: auto;
  text-align: center;
}

.header-menu__member .cart .cart-trigger {
  overflow: visible;
  min-width: 100%;
  border: none;
  height: auto;
  width: 30px;
}

.header-menu__member .cart .cart-trigger a {
  width: auto;
  height: auto;
  line-height: normal;
}

.header-menu__member .cart .cart-trigger svg {
  fill: white;
}

.header-menu__member .cart .cart-trigger .badge {
  left: 0 !important;
  top: -10px !important;
  text-align: center;
  border-radius: 50px;
}

.header-menu__member .cart span {
  font-size: 1rem;
  color: white;
  text-align: center;
}

.sub-menu ul {
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  position: absolute;
  top: 100%;
  z-index: 4;
  background-color: #eaf0de;
  font-size: 1.35rem;
  padding: 0;
  width: 15%;
  margin: 0;
  height: 67vh;
  overflow: scroll;
}

.sub-menu ul li {
  border-bottom: solid 1px white;
  cursor: pointer;
  margin: 0;
  list-style: none;
}

.sub-menu ul li:last-child {
  border-bottom: 0;
}

.sub-menu ul li:hover {
  background-color: #c2d699;
  opacity: .7;
  cursor: pointer;
}

.sub-menu ul li a {
  padding: 1rem 2rem;
  width: 100%;
}

.sub-menu ul .sub-menu {
  position: relative;
  cursor: pointer;
  padding: 1rem 2rem;
}

.sub-menu ul .sub-menu:hover {
  cursor: pointer;
}

.sub-menu ul .sub-menu span {
  color: white;
}

.sub-menu ul .sub-menu span:hover {
  opacity: 1;
}

.sub-menu ul .sub-menu:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px white;
  border-right: solid 2px white;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -4px;
}

.sub-menu ul .sub-menu ul {
  width: 100%;
  top: 0;
  left: 100%;
  opacity: 1;
}

.sub-menu:hover > ul, .sub-menu ul li:hover > ul, .sub-menu:active > ul, .sub-menu ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1100px) {
  .sub-menu ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    opacity: 1;
    display: none;
    transition: none;
  }
  .sub-menu ul ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    opacity: 1;
    display: none;
    transition: none;
  }
}

@media (max-width: 1100px) {
  .sub-menu:before {
    transform: rotate(135deg);
    left: 20px;
  }
}

@media (max-width: 1100px) {
  .sub-menu.active:before {
    transform: rotate(-45deg);
  }
}

.lang-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 1100px) {
  .lang-list {
    justify-content: center;
    padding: 1rem 0;
    background-color: brown;
    padding: 1rem 2rem;
  }
}

.lang-list__icon {
  width: 18%;
  padding-right: .5rem;
}

@media (max-width: 1100px) {
  .lang-list__icon {
    width: 8%;
  }
}

@media (max-width: 768px) {
  .lang-list__icon {
    width: 11%;
  }
}

@media (max-width: 670px) {
  .lang-list__icon {
    width: 6%;
  }
}

@media (max-width: 425px) {
  .lang-list__icon {
    width: 9%;
  }
}

.lang-list form select {
  font-size: 1.6rem;
  color: white;
  border: none;
  background: none;
  cursor: pointer;
  font-family: "Mada", "Kosugi", sans-serif;
}

.hamburger-menu {
  display: flex;
  align-items: center;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 10;
  float: right;
}

.hamburger-menu__line {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #90c320;
  position: relative;
  transition: all 0.5s;
}

.hamburger-menu__line:after, .hamburger-menu__line:before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #90c320;
  position: absolute;
  transition: all 0.5s;
}

.hamburger-menu__line:after {
  transform: translateY(12px);
}

.hamburger-menu__line:before {
  transform: translateY(-12px);
}

.hamburger-menu.open {
  position: relative;
  z-index: 10;
}

.hamburger-menu.open .hamburger-menu__line {
  background-color: transparent;
}

.hamburger-menu.open .hamburger-menu__line:after {
  transform: rotate(-45deg);
}

.hamburger-menu.open .hamburger-menu__line:before {
  transform: rotate(45deg);
}

/* ナビゲーション */
.nav-sp {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: -40%;
  width: 40%;
  height: 100vh;
  padding: 60px 0 0;
  background-color: #eaf0de;
  text-align: left;
  transition: right 0.5s;
  overflow: scroll;
}

.nav-sp.open {
  right: 0;
}

.nav-sp.open ul {
  padding: 0;
}

.nav-sp a {
  display: inline-block;
}

.nav-sp .ec-headerNaviRole__right {
  width: 100% !important;
  display: block;
  padding: 0 2rem;
  margin-top: 1rem;
}

.nav-sp .ec-headerNaviRole__right .ec-headerNaviRole__nav .ec-headerNav {
  text-align: left;
}

.nav-sp .ec-headerNaviRole__right .ec-headerNaviRole__nav .ec-headerNav__item {
  display: block;
  padding-bottom: .5rem;
}

.nav-sp .ec-headerNaviRole__right .ec-headerNaviRole__nav .ec-headerNav__item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  width: 100%;
}

.nav-sp .ec-headerNaviRole__right .ec-headerNaviRole__nav .ec-headerNav__item a .ec-headerNav__itemIcon {
  margin: 0 !important;
}

.nav-sp .ec-headerNaviRole__right .ec-headerNaviRole__nav .ec-headerNav__itemLink {
  font-size: 1.3rem !important;
}

@media (max-width: 670px) {
  .nav-sp {
    right: -80%;
    width: 80%;
  }
}

/* ファーストビュー */
.first-view {
  height: calc(100vh - 60px);
}

.first-view img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* アコーディオンメニュー全体のサイズ・位置 */
.ac {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.ac-parent {
  position: relative;
  /* 追加 */
  height: 50px;
  border-bottom: 1px solid #fff;
  color: black;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}

.ac-parent .nav-sp__item {
  padding: 0 2rem;
  text-align: left;
  font-size: 1.8rem;
}

.ac-parent .nav-sp__item span {
  font-size: 1.4rem;
  padding-left: 1rem;
}

.ac-parent a {
  color: black;
  display: block;
  text-decoration: none;
}

.ac-parent .header-menu__nav__link__title {
  padding: 0 2rem;
  text-align: left;
}

.ac-parent .header-menu__nav__link__title span {
  display: inline-block;
  font-size: 1.3rem;
  padding-left: 1rem;
}

.ac-parent:nth-child(2):after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 45%;
  right: 30px;
  width: 10px;
  height: 10px;
  border-right: 3px solid #90c320;
  border-bottom: 3px solid #90c320;
  transform: translateY(-50%) rotate(45deg);
  transition: .3s;
}

.ac-parent a:hover {
  color: white;
  opacity: .5;
}

.ac-parent.open:after {
  transform: rotate(225deg);
}

/* 擬似要素で下三角形を作成 */
/* オープン時にopenクラスを付与 */
/* クリックしたら表示される領域 */
.ac-child {
  display: none;
  background-color: #c2d699;
}

.ac-child ul {
  margin-bottom: 0;
}

.ac-child ul li {
  border-bottom: solid 1px white;
  list-style: none;
}

.ac-child ul li:last-child {
  border-bottom: none;
}

.ac-child ul li:hover {
  background-color: #a4b08c;
}

.ac-child ul li a {
  color: #344d00;
  padding: 1rem 3rem;
  width: 100%;
}

.ac-child .ac-parent {
  text-align: left;
}

.ac-child .ac-parent .nav-sp__item {
  font-size: 1.6rem;
}

.ac-child .ac-parent a {
  padding: 0 3rem;
}

.ac-child .ac-child li:last-child {
  border-bottom: solid 1px white;
}

.ac-child.open {
  display: block;
  margin: 0;
}

.ac-child.open li {
  margin: 0;
}

.ac-child.open li a {
  text-decoration: none;
}

.nav-sp.open__right {
  display: block;
}

.ec-headerNaviRole .ec-headerNaviRole__nav {
  width: 100%;
}

.ec-headerNaviRole.sp {
  display: none;
}

@media (max-width: 1100px) {
  .ec-headerNaviRole.pc {
    display: none;
  }
}

@media (max-width: 1100px) {
  .ec-headerNaviRole.sp {
    display: block;
    padding: 15px 0 4px 20px !important;
  }
}

.ec-pageHeader h1 {
  font-size: 2rem;
  margin-top: 4rem;
}

.ec-label {
  width: 77%;
}

.ec-registerRole .ec-off1Grid form .ec-borderedDefs {
  margin-top: 2rem;
}

.ec-registerRole .ec-off1Grid form .ec-borderedDefs dl:last-child dt {
  padding-top: 0 !important;
}

.ec-registerRole .ec-off1Grid form .ec-borderedDefs dl:last-child dt .ec-required {
  vertical-align: top !important;
}

@media (max-width: 1100px) {
  .ec-registerRole .ec-off1Grid form .ec-borderedDefs dt, .ec-registerRole .ec-off1Grid form .ec-borderedDefs dd {
    width: 100%;
  }
}

@media (max-width: 1100px) {
  .ec-registerRole .ec-off1Grid form .ec-borderedDefs dt {
    padding-top: 0;
  }
}

@media (max-width: 1100px) {
  .ec-registerRole .ec-off1Grid form .ec-borderedDefs dl {
    display: block;
    padding: 10px 1.5rem 0;
  }
}

@media (max-width: 1100px) {
  .ec-registerRole .ec-off1Grid form .ec-borderedDefs dl:last-child {
    padding-bottom: 10px;
  }
}

.ec-required {
  color: white;
  background-color: #DE5D50;
  padding: 0.25rem 0.5rem;
}

@media (max-width: 1100px) {
  .ec-required {
    float: right;
  }
}

@media (max-width: 1100px) {
  .ec-halfInput.error p {
    display: inline-block;
    width: calc(99% / 2);
    margin-bottom: 0;
  }
}

@media (max-width: 1100px) {
  .ec-halfInput input[type='text'] {
    width: 47%;
  }
}

.ec-registerCompleteRole .ec-off3Grid__cell .ec-reportHeading h2 {
  font-size: 2.3rem;
}

.ec-orderRole__detail .ec-orderAccount__account, .ec-orderRole__detail .ec-orderDelivery__title, .ec-orderRole__detail .ec-orderDelivery__item, .ec-orderRole__detail .ec-orderDelivery__address, .ec-orderRole__detail .ec-orderDelivery__actions, .ec-orderRole__detail .ec-orderDelivery__edit, .ec-orderRole__detail .ec-orderPayment .ec-blockRadio {
  width: 95%;
  margin: 0 auto;
}

.ec-orderRole__detail .ec-orderConfirm .ec-rectHeading {
  width: 100%;
}

.ec-orderPayment .ec-radio, .ec-orderPayment .ec-input {
  width: 95%;
  margin: 0 auto;
}

.ec-orderConfirm .ec-rectHeading, .ec-orderConfirm .ec-input {
  width: 95%;
  margin: 0 auto;
}

.ec-shelfGrid__item-image {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
}

.plg_recommend_products.slick-initialized.slick-slider.slick-dotted {
  margin-bottom: 7rem;
}

/****** Side Setting ********/
/****** Footer Setting ********/
.ec-layoutRole__footer {
  padding: 2rem 0 0;
  margin-top: 5rem;
  background: #f8f8f8;
}

.ec-layoutRole__footer .footer-sns {
  padding-bottom: 1rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 850px) {
  .ec-layoutRole__footer .footer-sns {
    max-width: 100%;
    min-width: 100%;
  }
}

.ec-layoutRole__footer .footer-sns__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.ec-layoutRole__footer .footer-sns__link__detail {
  padding: 0 1rem;
  width: 4%;
}

.ec-layoutRole__footer .footer-sns__link__detail__tit {
  font-size: 1.4rem;
}

.ec-layoutRole__footer .footer-sns__link:first-child {
  margin-bottom: 1rem;
}

.ec-layoutRole__footer .footer-sns__link:first-child .footer-sns__link__detail:last-child {
  width: 12%;
}

.ec-layoutRole__footer .footer-sns__link:last-child {
  width: 37%;
}

.ec-layoutRole__footer .footer-sns__link:last-child .footer-sns__link__detail {
  width: 100%;
  text-align: center;
}

.ec-layoutRole__footer .footer-sns__link:last-child .footer-sns__link__detail:first-child a {
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.ec-layoutRole__footer .footer-sns__link:last-child .footer-sns__link__detail:first-child a .insta {
  width: 10%;
  padding-right: .5rem;
}

.ec-layoutRole__footer .footer-sns div .footer_logo .footer_logo_image {
  width: 55%;
}

.ec-layoutRole__footer .footer-sns div .footer_logo .footer_logo_image img {
  width: 100%;
}

.ec-layoutRole__footer .footer-sns div .footer_logo .footer-link {
  margin-top: 2rem;
}

.ec-layoutRole__footer .footer-sns div .footer_logo .footer-link__list {
  width: calc(80% / 2);
  padding: 0 1.5rem;
}

.ec-layoutRole__footer .footer-sns div .footer_logo .footer-link__list:first-child {
  border-left: solid 1px black;
}

@media (max-width: 850px) {
  .ec-layoutRole__footer .footer-sns div .footer_logo .footer-link__list {
    width: 100% !important;
    border-right: 0;
  }
}

.ec-layoutRole__footer .footer-sns div .footer_logo .footer-link__list h2 {
  font-size: 1.5rem;
  margin: 0 0 .5rem;
}

.ec-layoutRole__footer .footer-sns div .footer_logo .footer-link__list ul {
  padding: 0;
}

.ec-layoutRole__footer .footer-sns div .footer_logo .footer-link__list ul li {
  text-align: left;
  display: block;
  margin: 0 0 8px;
  font-size: 1.3rem;
}

.ec-layoutRole__footer .footer-sns div .footer_logo .footer-link__list ul li a {
  width: 100%;
}

.ec-layoutRole__footer .footer-sns div .footer_logo .footer-link__list ul li a:after {
  content: "\03e";
  float: right;
  font-weight: bold;
}

.ec-layoutRole__footer .footer-sns div .footer_logo_area {
  margin: 1.5rem 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: self-end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  flex-flow: column;
}

.ec-layoutRole__footer .footer-sns div .footer_logo_area ul {
  text-align: right;
  margin-bottom: 3rem;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  width: calc(100% / 2);
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.ec-layoutRole__footer .footer-sns div .footer_logo_area ul li {
  width: calc(25% / 5);
  margin: 0 .2rem;
}

@media (max-width: 850px) {
  .ec-layoutRole__footer .footer-sns div .footer_logo_area ul li {
    width: calc(25% / 1);
  }
}

.ec-layoutRole__footer .footer-sns div .footer_logo_area ul li a {
  width: 100%;
}

.ec-layoutRole__footer .footer-sns div .footer_logo_area ul li a .sns-image svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .ec-layoutRole__footer .footer-sns div .footer_logo {
    display: block;
  }
}

@media (max-width: 768px) {
  .ec-layoutRole__footer .footer-sns div .footer_logo .footer-link {
    margin-top: 3rem;
  }
}

@media (max-width: 1100px) {
  .ec-layoutRole__footer .footer-sns div .footer_logo .footer-link__list {
    width: calc(100% / 2);
  }
}

/****** Effect Setting ********/
/****** Each BlockParts Setting ********/
/* cart area */
#cart_area {
  width: 100%;
}

#cart_area p {
  margin: 0;
}

#cart_area p.cart-trigger {
  position: absolute;
  right: 65px;
}

#cart .inner {
  background: #f3f3f3;
}

/* search area */
#search {
  background: #EBEBEB;
  padding: 16px 8px;
}

#search select {
  width: 100%;
}

/* snsbtn_area */
.snsbtn_area .snsbtn {
  float: left;
  height: 20px;
  margin: 0 10px 10px 0;
}

/*slicck */
.slick-initialized .slick-slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
}

.modal_trigger {
  cursor: pointer;
}

.modal_box {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.modal_bg {
  background-color: rgba(30, 30, 30, 0.65);
  height: 100%;
  width: 100%;
}

.modal_inner {
  background-color: #fff;
  padding: 3rem;
  position: absolute;
  width: 75%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 75%;
}

.modal_close {
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 1.5rem;
  text-align: center;
  width: 20%;
}

.modal_close .black-btn {
  line-height: 2.5rem;
}

.modal_close .black-btn span {
  padding-left: .5rem;
  font-size: 3rem;
  line-height: 2rem;
  margin-top: 2.5rem;
  position: relative;
  top: .45rem;
}

section {
  margin-top: 30px;
}

.accordion {
  width: 200px;
  margin: 0 auto;
}

.menu {
  background-color: purple;
  color: white;
  font-size: 18px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  user-select: none;
}

.menu:hover, .menu:active, .menu.is-active {
  background-color: black;
}

.contents {
  text-align: center;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: 0.4s;
}

.contents.is-open {
  border: 1px solid black;
  padding: 10px;
  line-height: normal;
  height: auto;
  opacity: 1;
}

/* --------------------------------
	Top Page
-------------------------------- */
.front_page a:hover img {
  opacity: 0.8;
}

.front_page #contents {
  padding-top: 0;
}

.front_page #contents .row > div {
  padding-bottom: 8px;
}

.front_page #contents .row.no-padding > div {
  padding-bottom: 0;
}

.front_page .news_contents {
  width: 100% !important;
  float: none;
}

.front_page .comment_area h4 {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 0 2px;
}

.front_page .comment_area h5 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}

.front_page .comment_area p {
  margin: 10px 0 15px;
}

.front_page .item_comment {
  color: #444;
}

.front_page .item a {
  padding-bottom: 0;
}

.front_page .item a:hover {
  opacity: 0.8;
}

.front_page .item a:hover img {
  opacity: 1;
}

.front_page #contents_top .item_comment {
  color: #525263;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}

.front_page #contents_top .item_comment.text-warning {
  color: #9a947e;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

.front_page #contents_top .item_name.text-warning {
  color: #9a947e;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

.front_page .more_link.text-warning {
  font-weight: bold;
  color: #9A947E;
}

.front_page .theme_main_only .container-fluid.inner {
  padding: 0;
  max-width: 100%;
}

.front_page .mod-about {
  color: white;
  text-align: center;
  letter-spacing: .1rem;
  line-height: 2.7rem;
}

.front_page .mod-about .content {
  background-image: url(/html/user_data/assets/img/top/about-image.jpg);
  background-repeat: no-repeat;
  padding: 4.5rem 0;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.front_page .mod-about .content h2 {
  margin-top: 0;
  font-family: 'Shippori Mincho', serif;
}

.front_page .mod-about .content a {
  color: white;
  border: solid 1px white;
  padding: .25rem 3rem;
  margin-top: 2rem;
}

.front_page .mod-about .content a:hover {
  opacity: .6;
}

.front_page .ec-layoutRole__contents .ec-layoutRole__main .ec-layoutRole__mainTop .ec-sliderRole {
  max-width: 100%;
  padding: 0;
}

.front_page .ec-layoutRole__contents .ec-layoutRole__main .ec-layoutRole__contentBottom #category {
  padding: 3rem 0;
  position: relative;
  background-attachment: fixed;
}

.front_page .ec-layoutRole__contents .ec-layoutRole__main .ec-layoutRole__contentBottom #category:before {
  content: '';
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background-image: url(/html/user_data/logo/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
  opacity: .2;
}

@media (max-width: 670px) {
  .front_page .mod-about {
    text-align: left;
  }
}

@media (max-width: 670px) {
  .front_page .mod-about .content__detail {
    padding: 0 2rem;
  }
}

#category {
  padding: 3rem 0;
  position: relative;
  background-attachment: fixed;
}

#category:before {
  content: '';
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background-image: url(/html/user_data/logo/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
  opacity: .2;
}

#category h3 {
  margin: 0 auto 1rem;
  width: 85%;
  padding: 0 4.5rem;
  text-align: center;
}

#category h3 span {
  display: block;
  font-size: 1.5rem;
  padding-top: 0.5rem;
}

#category .category-nav {
  margin: 0 auto;
  width: 85%;
  display: -webkit-flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 0;
}

#category .category-nav .parent {
  background-color: white;
  width: calc(100% / 4 - 1rem);
  margin: .5rem !important;
}

#category .category-nav .parent a {
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
}

#category .category-nav .parent a:hover {
  color: #8f8f8f;
}

#category .category-nav .parent a span {
  font-family: 'Shippori Mincho', serif;
  line-height: 1.3rem;
  padding: 10px;
  font-weight: bold;
}

#category .category-nav .parent .cat_img {
  width: 100%;
}

@media (max-width: 768px) {
  #category .category-nav {
    width: 90%;
  }
}

@media (max-width: 1100px) {
  #category .category-nav .parent {
    width: calc(100% / 3 - 1rem);
  }
}

@media (max-width: 670px) {
  #category .category-nav .parent {
    width: calc(100% / 2 - 1rem);
  }
}

@media (max-width: 425px) {
  #category .category-nav .parent {
    width: 100%;
  }
}

/* Comment Area */
/* Item List */
#item_list h3 {
  text-align: center;
  font-size: 2rem;
}

#item_list h3 span {
  display: block;
  font-size: 1.5rem;
  padding-top: 0.5rem;
}

#item_list .row {
  padding-bottom: 0 !important;
  margin: auto;
}

.product-recommended {
  padding: 2rem 0;
  background-color: #fcf9ed;
}

.new-product {
  padding-bottom: 4rem;
}

.slick-slide img {
  width: 100%;
}

.pickup_item {
  width: 100%;
  font-size: 1.5rem;
  text-align: center;
}

.pickup_item .item_photo {
  padding-bottom: 1rem;
}

.pickup_item .item_name {
  padding-bottom: .5rem;
}

.pickup_item .item_price {
  color: #959595;
}

@media (max-width: 1100px) {
  .pickup_item {
    text-align: left;
  }
}

.slick-track {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
}

/* news_area */
.news_contents {
  padding: 0 !important;
  background: #F8F8F8;
}

#news_area {
  margin: 0 auto;
  padding: 1.5rem 0;
  width: 85%;
  display: -webkit-flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

#news_area .news_header {
  padding-right: 3rem;
}

#news_area .news_header h2 {
  padding: 0;
  font-weight: normal;
}

#news_area .accordion {
  width: 85%;
  margin: 0;
}

#news_area .heading01 {
  padding: 8px;
  text-align: center;
  margin: 0;
}

#news_area .newslist {
  padding-left: 1.5rem;
  border-left: solid 1px black;
  line-height: 0;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  #news_area .newslist {
    width: 100%;
  }
}

@media (max-width: 670px) {
  #news_area .newslist {
    border-left: 0;
    padding-left: 0;
  }
}

#news_area .newslist article .news-posted .news-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0.5rem 0;
  line-height: 2rem;
}

#news_area .newslist .new {
  padding-right: 1rem;
  color: #DE0000;
}

#news_area .newslist .posted-date {
  padding-right: 1rem;
  color: #959595;
}

#news_area .newslist .posted-title {
  font-size: 1.35rem;
}

@media (max-width: 768px) {
  #news_area .newslist .posted-title {
    margin-top: 1rem;
  }
}

#news_area .newslist .posted-title p {
  line-height: 2rem;
}

#news_area .newslist .posted-title a {
  color: black;
}

@media (max-width: 768px) {
  #news_area .news_header {
    padding-right: 1.5rem;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 768px) {
  #news_area .news_header h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  #news_area {
    width: 85%;
  }
}

@media (max-width: 1100px) {
  #news_area .accordion {
    width: 75%;
  }
}

@media (max-width: 670px) {
  #news_area .accordion {
    width: 100%;
  }
}

/* txt_bnr */
.txt_bnr_area {
  padding: 0 0 16px;
}

.txt_bnr {
  background: #f8f8f8;
  border: 1px solid #D9D9D9;
  font-weight: bold;
  padding: 16px;
  margin: 12px 0 0;
  text-align: center;
}

.txt_bnr strong {
  color: #DE5D50;
  font-size: 20px;
  font-size: 2rem;
}

.txt_bnr strong strong {
  font-size: 32px;
  font-size: 3.2rem;
}

.item_gallery {
  clear: both;
}

/* --------------------------------
	Detail Page
-------------------------------- */
#item_detail + row {
  margin-top: -1px;
  background: #fff;
}

/*#item_detail .btn_area li:last-child {
    padding-left: 0;
}
*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("ajax-loader.gif") center center no-repeat;
}

/* Arrow */
.slick_prev, .slick_next {
  font-size: 18px;
  font-size: 1.8rem;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

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

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

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

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

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

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

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

#item_photo_area .slick-slide {
  text-align: center;
}

#item_photo_area .slick-slide img {
  display: inline-block;
}

/******************************
	Media Query
*******************************/
@media only screen and (max-width: 767px) {
  /* --------- common ---------- */
  /****** Header Setting ********/
  /****** Side Setting ********/
  /****** Effect Setting ********/
}

@media only screen and (min-width: 768px) {
  /* --------- common ---------- */
  #contents {
    padding-top: 30px;
  }
  /****** Header Setting ********/
  /****** Layout ********/
  /* header */
  #header .header_logo_area {
    float: left;
    margin-right: 265px;
  }
  #header #drawer #search {
    position: relative;
  }
  #search {
    background: none;
    padding: 0;
  }
  #member {
    float: right;
  }
  .member ul li {
    display: inline-block;
  }
  /****** Side Setting ********/
  /****** Footer Setting ********/
  /****** Each BlockParts Setting ********/
  /* search area */
  #search select {
    width: auto;
    max-width: 180px;
  }
  /* cart */
  #cart .inner {
    position: absolute;
    right: 0;
    top: 0;
  }
  #cart_area {
    top: 0;
  }
  #cart_area p {
    border: 1px solid #D9D9D9;
    float: right;
    min-width: 256px;
  }
  #cart_area p.cart-trigger {
    position: relative;
    right: 0;
  }
  #cart_area .inner {
    min-width: 256px;
  }
  #cart_area .cart_price {
    font-size: 12px;
  }
  #cart_area .cart_price .price {
    font-size: 16px;
  }
  /* --------------------------------
  	Top Page
  -------------------------------- */
  .front_page #contents .row {
    padding-bottom: 24px;
  }
  .front_page .comment_area h4 {
    font-size: 32px;
    font-size: 3.2rem;
    margin: 0 0 8px;
  }
  .front_page .comment_area h5 {
    font-size: 20px;
    font-size: 2rem;
  }
  .front_page .comment_area p {
    font-size: 20px;
    font-size: 2rem;
    margin: 24px 0 24px;
  }
  /* Comment Area */
  /* news_area */
  .news_contents {
    padding: 0 16px 0 0;
  }
  #news_area {
    margin-bottom: 32px;
  }
  #news_area .heading01 {
    padding: 16px;
    text-align: left;
  }
  /* txt_bnr */
  .txt_bnr_area {
    padding-left: 16px;
  }
  .txt_bnr {
    margin: 0 0 16px;
  }
  /* --------------------------------
  	Detail Page
  -------------------------------- */
  #item_photo_area .slick-dots {
    margin: 0 -16px;
    position: relative;
    bottom: 0;
  }
  #item_photo_area .slick-dots::after {
    content: "";
    display: table;
    clear: both;
  }
  #item_photo_area .slick-dots li {
    width: 33.33333333%;
    height: auto;
    padding: 16px;
    margin: 0;
    float: left;
  }
  .slick-dots li button.thumbnail {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .slick-dots li button.thumbnail img {
    width: 100%;
    height: auto;
    opacity: 0.8;
  }
  .slick-dots li button.thumbnail:hover img {
    opacity: 1;
  }
  .slick-dots li.slick-active button.thumbnail img {
    opacity: 1;
  }
  .slick-dots li button.thumbnail::before {
    display: none;
  }
}

/* --------------------------------
    display mask
-------------------------------- */
.prevention-masked {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3040;
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: .5;
}

.extra-form {
  margin: 10px 0;
}

/* --------------------------------
  Detail Page
-------------------------------- */
@media (max-width: 1100px) {
  .product_page {
    margin-top: 55px;
  }
}

.product_page .ec-layoutRole__contents .ec-layoutRole__main {
  width: 90%;
  margin: 3rem auto 55px;
}

.product_page .ec-layoutRole__contentBottom #category {
  background-color: #eff8e7;
}

.product_page .ec-layoutRole__contentBottom #category:before {
  content: none;
}

@media (max-width: 670px) {
  .product_page .ec-layoutRole__contents .ec-layoutRole__main {
    width: 95%;
  }
}

.ec-productRole {
  margin-top: 3rem;
}

.ec-productRole .ec-grid2 {
  display: flex;
}

.ec-productRole .ec-grid2__cell {
  text-align: left;
}

@media (max-width: 768px) {
  .ec-productRole .ec-grid2 {
    display: block;
  }
}

.ec-registerCompleteRole .ec-off3Grid__cell .ec-reportHeading {
  font-size: 19px;
  border-top: 0;
}

.ec-registerCompleteRole .ec-off3Grid__cell .ec-reportDescription {
  font-size: 1.5rem !important;
  line-height: 2.5rem;
}

@media (max-width: 768px) {
  .ec-registerCompleteRole .ec-off3Grid__cell .ec-reportDescription {
    text-align: left;
  }
}

.mypage .ec-layoutRole__contents .ec-layoutRole__main {
  width: 90%;
  margin: 55px auto;
}

.mypage .ec-layoutRole__contents .ec-layoutRole__main .ec-layoutRole__main .ec-mypageRole .ec-navlistRole__navlist li {
  font-size: 1.4rem;
}

.mypage .ec-layoutRole__contents .ec-layoutRole__main .ec-layoutRole__main .ec-mypageRole .ec-navlistRole__navlist li:nth-child(2) {
  display: none;
}

.mypage .ec-layoutRole__contents .ec-layoutRole__main .ec-layoutRole__main .ec-mypageRole .ec-navlistRole__navlist li a {
  padding: 1rem;
}

.mypage .ec-layoutRole__contents .ec-layoutRole__main .ec-layoutRole__main .ec-withdrawConfirmRole .ec-off3Grid__cell .ec-withdrawConfirmRole__title {
  font-size: 19px;
}

.mypage .ec-layoutRole__contents .ec-layoutRole__main .ec-layoutRole__main .ec-withdrawConfirmRole .ec-off3Grid__cell .ec-withdrawConfirmRole__description {
  font-size: 1.5rem !important;
  line-height: 2.5rem;
}

.mypage .ec-layoutRole__contents .ec-layoutRole__main .ec-layoutRole__main .ec-withdrawConfirmRole form .ec-off3Grid__cell .ec-withdrawRole__title {
  font-size: 19px;
}

.mypage .ec-layoutRole__contents .ec-layoutRole__main .ec-layoutRole__main .ec-withdrawConfirmRole form .ec-off3Grid__cell .ec-withdrawRole__description {
  font-size: 1.5rem !important;
  line-height: 2.5rem;
}

.mypage .ec-layoutRole__contents .ec-layoutRole__main .ec-layoutRole__main .ec-withdrawCompleteRole .ec-off4Grid__cell .ec-reportHeading {
  font-size: 19px;
  border-top: 0;
}

.mypage .ec-layoutRole__contents .ec-layoutRole__main .ec-layoutRole__main .ec-withdrawCompleteRole .ec-off4Grid__cell .ec-reportDescription {
  font-size: 1.5rem !important;
  line-height: 2.5rem;
}

.mypage .ec-layoutRole__contents .ec-layoutRole__main .ec-orderRole {
  font-size: 1.4rem;
  line-height: 2.25rem;
}

.mypage .ec-layoutRole__contents .ec-layoutRole__main .ec-orderRole__detail .ec-orderOrder {
  line-height: 1rem;
}

.mypage .ec-layoutRole__contents .ec-layoutRole__main .ec-role {
  margin-top: 4rem;
  text-align: center;
}

@media (max-width: 670px) {
  .mypage .ec-layoutRole__contents .ec-layoutRole__main {
    width: 95%;
  }
}

@media (max-width: 768px) {
  .mypage .ec-layoutRole__contents .ec-layoutRole__main .ec-layoutRole__main .ec-withdrawConfirmRole .ec-off3Grid__cell .ec-withdrawConfirmRole__description {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .mypage .ec-layoutRole__contents .ec-layoutRole__main .ec-layoutRole__main .ec-withdrawConfirmRole form .ec-off3Grid__cell .ec-withdrawRole__description {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .mypage .ec-layoutRole__contents .ec-layoutRole__main .ec-layoutRole__main .ec-withdrawCompleteRole .ec-off4Grid__cell .ec-reportDescription {
    text-align: left;
  }
}

.ec-totalBox__taxRate {
  font-size: 12px;
}

.ec-historyListHeader__date, .ec-historyListHeader .ec-definitions {
  font-size: 1.5rem !important;
}

.ec-definitions--soft, .ec-orderPayment p, .ec-orderConfirm p, .ec-orderMails .ec-orderMail {
  width: 95%;
  margin: 0 auto;
}

@media (max-width: 425px) {
  .ec-progress__label {
    font-size: .9rem !important;
  }
}

@media (max-width: 425px) {
  .ec-progress__number {
    line-height: 26px !important;
    width: 25px !important;
    height: 25px !important;
  }
}

@media (max-width: 425px) {
  .ec-progress__item:after {
    height: 0.2em !important;
    top: 0.8em !important;
  }
}

@media (max-width: 425px) {
  .ec-alert-warning__icon {
    margin-bottom: 1rem;
  }
}

@media (max-width: 670px) {
  .ec-login {
    padding: 30px 6% 20px;
    font-size: 1.5rem;
  }
}

.ec-login__link {
  margin-top: 1.5rem !important;
}

.ec-login .ec-grid2__cell {
  margin: 0 auto;
}

.ec-checkbox input {
  margin-right: 0.5rem !important;
}

.ec-grid2 {
  display: block;
}

.ec-productRole__description {
  width: 50%;
  float: right;
  padding-left: 16px;
}

@media (max-width: 768px) {
  .ec-productRole__description {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}

.ec-productRole__description__sub .link-list__item {
  width: 85%;
  margin: 0 0 1rem;
}

.ec-productRole__description__sub .link-list__item a {
  width: 100%;
  position: relative;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0.5rem 1rem 1.5rem rgba(0, 0, 0, 0.15);
}

.ec-productRole__description__sub .link-list__item a:hover {
  color: black;
  box-shadow: none;
  transition: .3s;
  cursor: pointer;
}

.ec-productRole__description__sub .link-list__item a .link-icon svg {
  width: 8%;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0 0 5px 0;
}

.ec-productRole__description__sub .link-list__item p {
  padding: 0 1.5rem;
  margin: 3rem 0 0.5rem;
}

.ec-productRole__description__sub .link-list__item__name {
  padding: 1rem 4rem 1rem 1.5rem;
}

.ec-productRole__description__sub .parts-image {
  margin: 3rem auto 0;
  width: 60%;
}

@media (max-width: 768px) {
  .ec-productRole__description__sub .link-list__item {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .ec-productRole__description__sub .link-list__item a .link-icon svg {
    width: 5%;
  }
}

@media (max-width: 576px) {
  .ec-productRole__description__sub .link-list__item a .link-icon svg {
    width: 7%;
  }
}

.select_product_option .sec_select {
  margin-top: 0;
}

.select_product_option .sec_select h4 {
  display: none;
}

.ec-productRole__actions .ec-numberInput span {
  display: block;
}

.ec-productRole__title .ec-headingTitle {
  font-size: 26px !important;
}

.ec-productRole__profile {
  padding-top: 2rem;
}

.ec-productRole__profile .ec-productRole__tags, .ec-productRole__profile .ec-productRole__code, .ec-productRole__profile .ec-productRole__category {
  display: none;
}

.ec-productRole__profile .ec-productRole__description {
  padding: 0;
  width: 100%;
  padding-top: 2rem;
  font-size: 1.5rem;
  line-height: 2.3rem;
  letter-spacing: 0.01rem;
}

.select_product_option .sec_select dl dd {
  margin-bottom: 1.5rem;
}
