@charset "UTF-8";
/*--------------- reset ---------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, img, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: bottom;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent none;
  box-sizing: border-box;
  box-shadow: none;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  vertical-align: middle;
}

select::-ms-expand {
  display: none;
}

input[type=submit],
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=number],
button,
select,
label {
  cursor: pointer;
}

/*--------------- base ---------------*/
html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  color: #3c4752;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: normal;
}

a {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
}
a:hover, a:active {
  text-decoration: none;
}

img {
  width: 100%;
}

/*--------------- container（layout） ---------------*/
.ec-omLayoutRole__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4vw;
  padding-left: 4vw;
}

.ec-omLayoutRole__main {
  padding-top: 16vw;
  padding-bottom: 32vw;
}

.ec-omLayoutRole__liquid {
  width: 100vw;
  margin-right: -4vw;
  margin-left: -4vw;
}
/*--------------- content（layout） ---------------*/
main {
  margin-top: 80px;
  transition: 0.5s;
}
/*--------------- wrap（layout） ---------------*/
.page-wrap {
  position: relative;
}

.content-wrap {
  position: relative;
}

.ec-omBgImageWrapRole {
  width: 100%;
  background: url("../img/common/bg_sp.png");
  background-repeat: repeat-y;
  background-size: 100%;
}
/*--------------- ボタン（component） ---------------*/
.ec-omBtn {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  max-width: 100%;
  padding: 2.1333333333vw 7.4666666667vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 100px;
  box-sizing: border-box;
  background-color: #fd9b96;
  color: #fff;
  line-height: 1.2;
  cursor: pointer;
}
.ec-omBtn p {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: end;
      align-items: flex-end;
}
.ec-omBtn--sm {
  min-width: 50vw;
  min-height: 10.6666666667vw;
  font-size: 4.2666666667vw;
}
.ec-omBtn--md {
  min-width: 64vw;
  min-height: 10.6666666667vw;
}
.ec-omBtn--lg {
  min-width: 64vw;
  min-height: 10.6666666667vw;
}
.ec-omBtn--white {
  color: #3c4752;
  background-color: #fff;
}
.ec-omBtn--blue {
  color: #fff;
  background-color: #7f96c3;
}
.ec-omBtn--glay {
  color: #fff;
  background-color: #95989f;
}
.ec-omBtn--square {
  border-radius: 4px;
}
.ec-omBtn--spSingup {
  width: 100%;
  height: 13.3333333333vw;
  border-radius: 0.8vw;
}
.ec-omBtn--addCart {
  width: 100%;
  min-height: 9.6vw;
  background-color: #fd9b96;
  border-radius: 0.8vw;
  color: #fff;
  font-weight: 700;
  font-size: 3.4666666667vw;
}
.ec-omBtn--addCart:before {
  font-family: "Font Awesome 5 Free";
  content: "\f07a";
  font-weight: 900;
  margin-right: 3.2vw;
}
.ec-omBtn--addCart--lg {
  width: 100%;
  min-height: 13.8666666667vw;
  background-color: #fd9b96;
  border-radius: 0.8vw;
  color: #fff;
  font-weight: 700;
  font-size: 4.2666666667vw;
}
.ec-omBtn--addCart--lg:before {
  font-family: "Font Awesome 5 Free";
  content: "\f07a";
  font-weight: 900;
  margin-right: 3.2vw;
}
.ec-omBtn--soldOut {
  width: 100%;
  min-height: 9.6vw;
  background-color: #95989f;
  border-radius: 0.8vw;
  color: #fff;
  font-weight: 700;
  font-size: 3.4666666667vw;
  pointer-events: none;
  cursor: default;
}
.ec-omBtn--soldOut--lg {
  width: 100%;
  min-height: 13.8666666667vw;
  background-color: #95989f;
  border-radius: 0.8vw;
  color: #fff;
  font-weight: 700;
  font-size: 4.2666666667vw;
  pointer-events: none;
  cursor: default;
}
.ec-omBtn--relatedProduct {
  border: 2px solid #fd9b96;
  display: inline-block;
  padding: 9px 13px;
  line-height: 1;
  color: #fd9b96;
  font-weight: bold;
  margin-top: 30px;
  transition: 0.2s;
}
.ec-omBtn--relatedProduct:hover {
  background-color: #fd9b96;
  color: #fff;
}
.ec-omBtn--relatedProduct:after {
  transition: 0.2s;
  content: "\f054";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 1.0666666667vw;
}
.ec-omBtn--relatedProduct:hover:after {
  transform: translateX(4px);
}
.ec-omBtn--footerContactTel {
  width: 100%;
  min-height: 12.8vw;
  padding: 2.1333333333vw 2.6666666667vw;
  background-color: #fff;
  color: #c4b493;
  font-size: 6.4vw;
}
.ec-omBtn--footerContactTel svg {
  padding-top: 0.5333333333vw;
  margin-right: 3.2vw;
  width: 9.3333333333vw;
  height: 6vw;
  fill: #c4b493;
}
.ec-omBtn--footerContactForm {
  width: 100%;
  min-height: 12.8vw;
  padding: 2.6666666667vw 10.6666666667vw;
  background-color: #fff;
  color: #c4b493;
  font-size: 5.3333333333vw;
}

.ec-omFavBtn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 13.8666666667vw;
  font-size: 4vw;
  color: #3c4752;
  border: 1px solid #3c4752;
  background-color: #fff;
  transition: 0.3s;
}
.ec-omFavBtn:before {
  content: "";
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-right: 2.6666666667vw;
  width: 5.0666666667vw;
  height: 4.6666666667vw;
  background-image: url("../img/common/ico_fav.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.ec-omFavBtn:after {
  content: "お気に入り";
}

.is-productFav {
  color: #fcad8e;
  font-weight: 700;
  border: 1px solid #f5f7f8;
  background-color: #f5f7f8;
}
.is-productFav:before {
  content: "";
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-right: 2.6666666667vw;
  width: 5.0666666667vw;
  height: 4.6666666667vw;
  background-image: url("../img/common/ico_fav_on.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.is-productFav:after {
  content: "お気に入り追加済み";
}

.ec-omChangeBtn {
  padding: 1.6vw 3.7333333333vw;
  font-size: 3.7333333333vw;
  border: 1px solid #95989f;
  background-color: #f5f7f8;
  border-radius: 1.0666666667vw;
  cursor: pointer;
}

.ec-omTextBtn {
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.ec-omTextBtn--pink {
  color: #fd9b96;
}
.ec-omTextBtn--navy {
  color: #3c4752;
}
.ec-omTextBtn--sm {
  font-size: 3.2vw;
}
.ec-omTextBtn--md {
  font-size: 3.7333333333vw;
}

.ec-omBtn__arrow-right:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 2.1333333333vw;
  font-size: 60%;
}

.ec-omBtn__arrow-left:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 2.1333333333vw;
  font-size: 60%;
}

.ec-omBtn__arrow-down:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 2.1333333333vw;
  font-size: 60%;
}

.ec-omTextBtn__arrow-right:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 2.1333333333vw;
}

.ec-omBtn--left {
  text-align: left;
}

.ec-omBtn--center {
  text-align: center;
}

.ec-omBtn--right {
  text-align: right;
}
/*--------------- 見出し（component） ---------------*/
.ec-omHeadline--center {
  text-align: center;
  margin: 0 auto;
}
.ec-omHeadline--contentsTitle {
  position: relative;
  display: inline-block;
  padding: 0.8vw 0;
  margin: 10.6666666667vw auto 0;
  width: calc(100% - ( 4vw * 2));
  background-color: #fff;
  border-top: 2px solid #feca3a;
  border-bottom: 2px solid #feca3a;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
.ec-omHeadline--contentsTitle:before {
  content: "";
  position: absolute;
  top: -10.6666666667vw;
  left: 50%;
  transform: translate(-50%);
  display: block;
  margin: auto;
  width: 22.9333333333vw;
  height: 8.5333333333vw;
  background-image: url("../img/common/img_headline_deco.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.ec-omHeadline--contentsTitle__inner {
  width: 100%;
  height: 100%;
  padding: 1.0666666667vw 0 2.6666666667vw;
  border-top: 4px solid #feca3a;
  border-bottom: 4px solid #feca3a;
}
.ec-omHeadline--contentsTitle--en {
  margin-bottom: 2.1333333333vw;
  font-size: 8.2666666667vw;
  font-family: "Noto Serif JP", serif;
}
.ec-omHeadline--contentsTitle--jp {
  font-size: 3.2vw;
  font-family: "Noto Sans JP", sans-serif;
}
.ec-omHeadline--productCategory {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 4.2666666667vw;
  line-height: 1.5;
}
.ec-omHeadline--productCategory:before, .ec-omHeadline--productCategory:after {
  content: "";
  display: inline-block;
  width: 8.5333333333vw;
  height: 8.5333333333vw;
  background-size: contain;
}
.ec-omHeadline--productCategory:before {
  margin-right: 4.2666666667vw;
  background-image: url("../img/common/img_headline_deco_02_l.png");
}
.ec-omHeadline--productCategory:after {
  margin-left: 4.2666666667vw;
  background-image: url("../img/common/img_headline_deco_02_r.png");
}
.ec-omHeadline--style01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 4.2666666667vw;
  line-height: 1.5;
}
.ec-omHeadline--style01:before, .ec-omHeadline--style01:after {
  content: "";
  display: inline-block;
  width: 8.5333333333vw;
  height: 8.5333333333vw;
  background-size: contain;
}
.ec-omHeadline--style01:before {
  margin-right: 4.2666666667vw;
  background-image: url("../img/common/img_headline_deco_02_l.png");
}
.ec-omHeadline--style01:after {
  margin-left: 4.2666666667vw;
  background-image: url("../img/common/img_headline_deco_02_r.png");
}
.ec-omHeadline--style02 {
  padding-bottom: 2.1333333333vw;
  font-size: 5.8666666667vw;
  font-weight: 700;
  border-bottom: 4px solid #feca3a;
  line-height: 1.4;
}
.ec-omHeadline--style03 {
  padding: 1.6vw 2.6666666667vw;
  font-size: 4vw;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background-color: #7f96c3;
}
.ec-omHeadline--style04 {
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
/*--------------- 見出し（component） ---------------*/
.ec-omPageTitle {
  margin-bottom: 8.5333333333vw;
  font-size: 6.9333333333vw;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.4;
}

.ec-pageHeader h1 {
  margin-bottom: 8.5333333333vw;
  font-size: 6.9333333333vw;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.4;
}
/*--------------- リード文（component） ---------------*/
.ec-omPageLead {
  margin-bottom: 10.6666666667vw;
  font-size: 4vw;
  line-height: 2;
}
.ec-omPageLead--left {
  text-align: left !important;
}
.ec-omPageLead--center {
  text-align: center !important;
}
.ec-omPageLead--right {
  text-align: right !important;
}
/*--------------- marker ---------------*/
.text-marker {
  padding-bottom: 1.0666666667vw;
}
.text-marker--pink {
  background: linear-gradient(transparent 85%, #f8c6bd 0%);
}
/*--------------- パンくずリスト（component） ---------------*/
.ec-omBreadcrumb {
  width: 100%;
  height: 10.6666666667vw;
  background-color: #f8f8f8;
  overflow: hidden;
}
.ec-omBreadcrumb__list {
  display: -ms-flexbox;
  display: flex;
  padding: 3.2vw 4vw;
  font-size: 3.4666666667vw;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.ec-omBreadcrumb__list::-webkit-scrollbar {
  display: none;
}
.ec-omBreadcrumb__item {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 3.2vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ec-omBreadcrumb__item:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 3.2vw;
  font-size: 60%;
}
.ec-omBreadcrumb__item a {
  text-decoration: underline;
}
.ec-omBreadcrumb__item--current {
  margin-right: 0;
}
.ec-omBreadcrumb__item--current:after {
  content: none;
}
/*--------------- テーブル（component） ---------------*/
.ec-omTable {
  width: 100%;
  border: 1px solid #7f96c3;
  /* &__tr {
    font-size: $vw30;
    text-align: left;
    line-height: 1.5;
    &:first-child {
      .ec-omTable__th {
        border-top: 1px solid $blue-100;
      }
    }
    &:last-child {
      .ec-omTable__th {
        border-bottom: 1px solid $blue-100;
      }
      .ec-omTable__td {
        border-bottom: 1px solid $blue-100;
      }
    }
  } */
}
.ec-omTable__tr {
  font-size: 4vw;
  text-align: left;
  line-height: 1.5;
}
.ec-omTable__tr:not(:last-child) .ec-omTable__th {
  border-bottom: 1px solid #fff;
}
.ec-omTable__th {
  padding: 2.1333333333vw;
  width: 32vw;
  color: #fff;
  /* border-top: 1px solid $white; */
  background-color: #7f96c3;
}
.ec-omTable__td {
  padding: 2.1333333333vw;
  /* border-top: 1px solid  $blue-100;
  border-right: 1px solid  $blue-100; */
  background-color: #fff;
  border-bottom: 1px solid #7f96c3;
}
.ec-omTable__li {
  text-indent: -1em;
  padding-left: 1em;
}
.ec-omTable__li:before {
  content: "・";
}

.ec-omTable--block .ec-omTable__th--block {
  display: block;
  width: 100%;
}
.ec-omTable--block .ec-omTable__td--block {
  display: block;
  width: 100%;
}

.ec-cardTable {
  width: 100%;
}
.ec-cardTable th, .ec-cardTable td {
  padding: 12px 16px;
}
/*--------------- タブ（component） ---------------*/
.ec-omTabRole {
  margin: 0 -4vw 10.6666666667vw;
  padding: 0 4vw;
  background-color: #fff;
}
.ec-omTabRole__inner {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #ffd6c6;
}
.ec-omTabRole__tab {
  margin: 0 3.7333333333vw -2px 0;
  padding: 4.2666666667vw 6.4vw;
  color: #95989f;
  font-size: 4vw;
  font-weight: 700;
  background-color: #f8f8f8;
  border: 2px solid #ffd6c6;
  border-radius: 1.0666666667vw 1.0666666667vw 0 0;
  white-space: nowrap;
}
.ec-omTabRole__tab--current {
  font-weight: 700;
  color: #3c4752;
  background-color: #ffd6c6;
}

.ec-omTabContents {
  display: none;
}

.ec-omTabContents--active {
  display: block;
}
/*--------------- バッジ（component） ---------------*/
.badge {
  display: inline-block;
  padding: 1.0666666667vw 2.1333333333vw;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 0.5333333333vw;
}
.badge--red {
  background-color: #f87466;
}
/*--------------- フォーム（component） ---------------*/
.ec-omFormRole input {
  display: inline-block;
  padding: 2.6666666667vw;
  height: 11.2vw;
  width: 100%;
  font-size: 4vw;
  border: 1px solid #95989f;
  background-color: #fff;
  border-radius: 0.5333333333vw;
}
.ec-omFormRole input:-ms-input-placeholder {
  color: #95989f;
}
.ec-omFormRole input::placeholder {
  color: #95989f;
}
.ec-omFormRole input[type=radio] {
  -moz-appearance: radio;
  -webkit-appearance: radio;
  appearance: radio;
  width: 16px;
  height: 16px;
  border-radius: 16px;
}
.ec-omFormRole .ec-halfInput {
  margin-right: -2.6666666667vw;
  margin-left: -2.6666666667vw;
}
.ec-omFormRole .ec-halfInput input {
  width: calc((100% - 11.7333333333vw) / 2);
  margin-right: 2.6666666667vw;
  margin-left: 2.6666666667vw;
}
.ec-omFormRole .ec-select__inner {
  display: inline-block;
  position: relative;
  width: 100%;
}
.ec-omFormRole .ec-select__inner:before {
  position: absolute;
  top: 4.2666666667vw;
  right: 2.6666666667vw;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 80%;
}
.ec-omFormRole .ec-select select {
  display: inline-block;
  padding: 2.6666666667vw;
  height: 11.2vw;
  width: 100%;
  font-size: 4vw;
  border: 1px solid #95989f;
  background-color: #fff;
  border-radius: 0.5333333333vw;
}
.ec-omFormRole .ec-radio input[type=radio] {
  display: none;
}
.ec-omFormRole .ec-radio input[type=radio]:checked + label:after {
  content: "";
  position: absolute;
  left: 1.0666666667vw;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 3.4666666667vw;
  height: 3.4666666667vw;
  border-radius: 5.3333333333vw;
  background-color: #3c4752;
}
.ec-omFormRole .ec-radio input[type=radio] + label {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 5.3333333333vw;
  padding-left: 9.0666666667vw;
}
.ec-omFormRole .ec-radio input[type=radio] + label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  border-radius: 5.3333333333vw;
  border: 1px solid #3c4752;
  margin-right: 3.7333333333vw;
  background-color: #fff;
}
.ec-omFormRole .ec-checkbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ec-omFormRole .ec-checkbox label {
  position: relative;
  padding-left: 7.4666666667vw;
}
.ec-omFormRole .ec-checkbox label:before {
  position: absolute;
  top: 0.5333333333vw;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-size: 115%;
  content: "\f0c8";
  font-weight: 400;
  color: #95989f;
}
.ec-omFormRole .ec-checkbox input {
  display: none;
}
.ec-omFormRole .ec-checkbox input:checked + label:before {
  content: "\f14a";
  color: #7f96c3;
  font-weight: 700;
}
.ec-omFormRole .ec-checkbox label {
  font-size: 4vw;
  font-weight: 700;
}
.ec-omFormRole button.ec-cardBtnRemove {
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  border: 1px solid #95989f;
  background-color: #f5f7f8;
  cursor: pointer;
  margin-top: 20px;
}
.ec-omFormRole textarea {
  padding: 2.6666666667vw;
  height: 11.2vw;
  width: 100%;
  height: 32vw;
  font-size: 4vw;
  border: 1px solid #95989f;
  background-color: #fff;
  border-radius: 0.5333333333vw;
  resize: none;
}
.ec-omFormRole .ec-zipInput input {
  width: calc((100% - 11.2vw) / 2);
}
.ec-omFormRole .ec-zipInput__inner {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.ec-omFormRole .ec-zipInputHelp {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 6.4vw;
}
.ec-omFormRole .ec-zipInputHelp__icon {
  margin-right: 2.1333333333vw;
  padding: 0.8vw;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-color: #3c4752;
  border-radius: 50%;
}
.ec-omFormRole .ec-zipInputHelp a {
  color: #f87466;
  text-decoration: underline;
}
.ec-omFormRole .ec-select__inner--address {
  width: calc((100% - 6.4vw) / 2);
}
.ec-omFormRole .ec-birth {
  position: relative;
  display: inline-block;
}
.ec-omFormRole .ec-birth select {
  display: inline-block;
  padding: 2.6666666667vw;
  height: 11.2vw;
  font-size: 4vw;
  border: 1px solid #95989f;
  background-color: #fff;
  border-radius: 0.5333333333vw;
}
.ec-omFormRole .ec-birth:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.6666666667vw;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 80%;
}
.ec-omFormRole .ec-birth #entry_birth_year {
  width: 26.9333333333vw;
}
.ec-omFormRole .ec-birth #entry_birth_month, .ec-omFormRole .ec-birth #entry_birth_day {
  width: 21.3333333333vw;
}
.ec-omFormRole dd .ec-birth + span {
  display: inline-block;
  margin: 0 1.0666666667vw;
}
.ec-omFormRole #mypage_card_expire_month, .ec-omFormRole #mypage_card_expire_year {
  width: 21.3333333333vw;
}
.ec-omFormRole .date-margin {
  display: inline-block;
  margin: 0 2.1333333333vw;
}
.ec-omFormRole .error input, .ec-omFormRole .error select, .ec-omFormRole .error textarea {
  border: 1px solid #f87466;
  background-color: #ffd6c6;
}
.ec-omFormRole .error.ec-checkbox label {
  background-color: #ffd6c6;
}
.ec-omFormRole .ec-errorMessage, .ec-omFormRole .ec-omAttentionMessage {
  display: block;
  width: auto;
  margin-top: 0.5333333333vw;
  margin-bottom: 3.7333333333vw;
  color: #f87466;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1;
}
.ec-omFormRole .ec-halfInput .ec-errorMessage {
  margin-left: 2.6666666667vw;
}
.ec-omFormRole .ec-omAnnotationMessage {
  margin: 1.6vw 0 3.7333333333vw;
  font-size: 3.7333333333vw;
}
/*--------------- ページトップ（component） ---------------*/
.ec-omPageTopRole {
  display: none;
  position: fixed;
  right: 4.2666666667vw;
  bottom: 4.2666666667vw;
  z-index: 800;
  width: 18.6666666667vw;
  height: 18.6666666667vw;
  padding: 3.2vw 0;
  border-radius: 50rem;
  border: 2px solid #fff;
  background-color: #ffd6c6;
  color: #3c4752;
  text-align: center;
  cursor: pointer;
}
.ec-omPageTopRole__arrow {
  margin-bottom: 0.5333333333vw;
  font-size: 4.2666666667vw;
}
.ec-omPageTopRole__text {
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
}
/*--------------- ページャー（component） ---------------*/
.pagination {
  margin-top: 10.6666666667vw;
  font-size: 3.7333333333vw;
}
.pagination ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 auto;
  text-align: center;
}
.pagination ul .page-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 1.3333333333vw;
}
.pagination ul .page-item .page-link {
  margin-top: -1px;
  margin-left: calc(-1.3333333333vw - 1px);
  margin-right: calc(-1.3333333333vw - 1px);
  border: 1px solid #7f96c3;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 2.6666666667vw 3.7333333333vw;
  color: #7f96c3;
}
.pagination ul .page-item.active .page-link {
  color: #fff;
  background-color: #7f96c3;
}
/*--------------- ヘッダー ---------------*/
header .ec-omHeaderRole {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.09);
}
header .ec-omHeaderRole__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 24px;
  padding-bottom: 16px;
}
header .ec-omHeaderRole__title {
  margin-right: 10px;
  width: 170px;
}
header .ec-omHeaderRole__right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: auto;
}
header .ec-omHeaderRole__center {
  display: none;
}
header .ec-omHeaderRole .ec-omHeaderNav {
  display: -ms-flexbox;
  display: flex;
}
header .ec-omHeaderRole .ec-omHeaderNav__item {
  margin: 0 8px;
  max-width: 60px;
  max-height: 50px;
  cursor: pointer;
}
header .ec-omHeaderRole .ec-omHeaderNav__item:first-child {
  margin-left: 0;
}
header .ec-omHeaderRole .ec-omHeaderNav__item:last-child {
  margin-right: 0;
}
header .ec-omHeaderRole .ec-omHeaderNav__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header .ec-omHeaderRole .ec-omHeaderNav__item--search img {
  width: 24px;
  height: 24px;
}
header .ec-omHeaderRole .ec-omHeaderNav__item--mypage img {
  width: 24px;
  height: 25px;
}
header .ec-omHeaderRole .ec-omHeaderNav__item--cart {
  position: relative;
}
header .ec-omHeaderRole .ec-omHeaderNav__item--cart img {
  width: 30px;
  height: 25px;
}
header .ec-omHeaderRole .ec-omHeaderNav__item--cart span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  right: -8px;
  top: -4px;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  font-size: 1rem;
  background-color: #f87466;
}
header .ec-omHeaderRole .ec-omHeaderNav__item-icon {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 28px;
}
header .ec-omHeaderRole .ec-omHeaderNav__item-name {
  display: none;
}
header .ec-omGnavRole {
  display: none;
  position: fixed;
  overflow-y: scroll;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100vh - 80px);
  padding: 4.2666666667vw 4vw 7.4666666667vw;
  border-top: 1px solid #feca3a;
  background-color: #fff;
  z-index: 1010;
}
header .ec-omGnavRole__list {
  margin-bottom: 6.4vw;
}
header .ec-omGnavRole__item {
  margin: 0 2.4vw;
  border-bottom: 1px solid #3c4752;
  font-size: 3.7333333333vw;
  font-weight: 500;
}
header .ec-omGnavRole__title {
  display: block;
  padding: 4.2666666667vw 4vw;
}
header .ec-omGnavRole__secondTtitle {
  padding: 2.1333333333vw 4vw;
  font-size: 3.7333333333vw;
  font-weight: 500;
}
header .ec-omGnavRole__secondTtitle--arrow-down {
  position: relative;
}
header .ec-omGnavRole__secondTtitle--arrow-down:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  right: 0;
  transition: 0.5s;
}
header .ec-omGnavRole__secondTtitle--arrow-right {
  position: relative;
}
header .ec-omGnavRole__secondTtitle--arrow-right:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
}
header .ec-omGnavRole__secondListWrap {
  padding: 0 4vw;
  display: none;
}
header .ec-omGnavRole__secondList {
  margin-bottom: 4.2666666667vw;
  padding: 0 4vw;
}
header .ec-omGnavRole__secondList--open {
  display: block;
}
header .ec-omGnavRole__secondItem {
  padding: 2.6666666667vw 0;
  font-size: 3.7333333333vw;
  font-weight: 400;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
header .ec-omGnavRole__secondItem:before {
  content: "ー";
  margin-right: 2.1333333333vw;
}
header .is-menuOpen:after {
  transform: rotate(-180deg);
}
header .ec-omSpLinkRole {
  padding: 8.5333333333vw 4vw;
  font-size: 3.2vw;
}
header .ec-omSpLinkRole__item {
  padding: 2.1333333333vw 0;
}
header .ec-omMenuTrigger {
  display: inline-block;
  position: relative;
  margin-left: 20px;
  width: 30px;
  height: 22px;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: all 0.5s;
}
header .ec-omMenuTrigger span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #3c4752;
  border-radius: 2px;
  transition: all 0.5s;
}
header .ec-omMenuTrigger span:nth-of-type(1) {
  top: 0;
}
header .ec-omMenuTrigger span:nth-of-type(2) {
  top: 46%;
}
header .ec-omMenuTrigger span:nth-of-type(3) {
  bottom: 0;
}
header .ec-omMenuTrigger.is-active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
header .ec-omMenuTrigger.is-active span:nth-of-type(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
header .ec-omMenuTrigger.is-active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}
header .ec-omSearchRole {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  padding: 3.2vw 4vw 4.2666666667vw;
  background: #fff;
  border-top: 1px solid #feca3a;
  z-index: 1010;
}
header .ec-omSearchRole__form {
  position: relative;
}
header .ec-omSearchRole__input {
  width: 100%;
  padding: 2.1333333333vw 0;
  border-bottom: 1px solid #95989f;
  font-size: 4vw;
}
header .ec-omSearchRole__input:-ms-input-placeholder {
  color: #95989f;
}
header .ec-omSearchRole__input::placeholder {
  color: #95989f;
}
header .ec-omSearchRole__submit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.6vw;
  width: 5.3333333333vw;
}
header .ec-omHeaderInfoRole {
  position: fixed;
  top: 80px;
  width: 100%;
  padding: 2.6666666667vw 8vw;
  background-color: #fcad8e;
  z-index: 999;
}
header .ec-omHeaderInfoRole__inner {
  font-size: 3.4666666667vw;
  font-weight: 500;
}
header .ec-omHeaderInfoRole__textWrap {
  padding-right: 4vw;
}
header .ec-omHeaderInfoRole__text {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}
header .ec-omHeaderInfoRole__text:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 1.6vw;
  font-size: 80%;
}
header .ec-omHeaderInfoRole__close {
  position: absolute;
  top: 50%;
  right: 4vw;
  transform: translateY(-50%);
  width: 4vw;
  height: 4vw;
  font-size: 4vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
/*--------------- フッター ---------------*/
.ec-layoutRole__footer .ec-omFooterContactRole {
  padding-top: 10.6666666667vw;
  padding-bottom: 21.3333333333vw;
  background-color: #c4b493;
  text-align: center;
  color: #fff;
}
.ec-layoutRole__footer .ec-omFooterContactRole__wrap {
  padding: 0 4vw;
}
.ec-layoutRole__footer .ec-omFooterContactRole__title {
  margin-bottom: 10.1333333333vw;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.ec-layoutRole__footer .ec-omFooterContactRole__title--en {
  display: block;
  margin-bottom: 2.1333333333vw;
  font-size: 8.2666666667vw;
  font-family: "Noto Serif JP", serif;
}
.ec-layoutRole__footer .ec-omFooterContactRole__title--jp {
  display: block;
  font-size: 3.2vw;
  font-family: "Noto Sans JP", sans-serif;
}
.ec-layoutRole__footer .ec-omFooterContactRole__item {
  margin-bottom: 21.3333333333vw;
}
.ec-layoutRole__footer .ec-omFooterContactRole__item:last-child {
  margin-bottom: 0;
}
.ec-layoutRole__footer .ec-omFooterContactRole__itemTitle {
  margin-bottom: 3.2vw;
  font-size: 4.5333333333vw;
  font-weight: 700;
}
.ec-layoutRole__footer .ec-omFooterContactRole__itemText {
  margin-top: 1.0666666667vw;
  font-size: 3.2vw;
}
.ec-layoutRole__footer .ec-omFooterContactRole__itemTime {
  margin-top: 3.2vw;
  font-size: 4vw;
  font-weight: 700;
}
.ec-layoutRole__footer .ec-omFooterNavRole {
  background-color: #f5f7f8;
}
.ec-layoutRole__footer .ec-omFooterNavRole__inner {
  padding: 10.6666666667vw 4vw;
}
.ec-layoutRole__footer .ec-omFooterNavRole__list {
  padding: 5.3333333333vw 0;
  border-bottom: 1px solid #d1d1d1;
}
.ec-layoutRole__footer .ec-omFooterNavRole__list:last-child {
  border-bottom: none;
}
.ec-layoutRole__footer .ec-omFooterNavRole__title {
  margin-bottom: 4.2666666667vw;
  font-size: 4.5333333333vw;
  font-weight: 700;
}
.ec-layoutRole__footer .ec-omFooterNavRole__item {
  margin-bottom: 0.5em;
  font-size: 3.7333333333vw;
  line-height: 1.4;
}
.ec-layoutRole__footer .ec-omFooterInfo {
  margin-bottom: 10.6666666667vw;
}
.ec-layoutRole__footer .ec-omFooterInfo__inner {
  font-size: 3.2vw;
  text-align: center;
  line-height: 1.5;
}
.ec-layoutRole__footer .ec-omFooterCopyright {
  padding-bottom: 5.3333333333vw;
  font-size: 2.6666666667vw;
  text-align: center;
}
/*--------------- 製品情報カード ---------------*/
.ec-omPdCardRole__item {
  position: relative;
  padding: 3.4666666667vw 2.6666666667vw 2.4vw;
  width: 48vw;
  background-color: #fff;
  border-radius: 1.0666666667vw;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.ec-omPdCardRole__pic {
  margin: 0 auto 2.6666666667vw;
  text-align: center;
}
.ec-omPdCardRole__pic a {
  margin: 0 auto;
  display: inline-block;
  width: 29.0666666667vw;
  height: 29.0666666667vw;
}
.ec-omPdCardRole__pic a img {
  margin: 0 auto;
  width: auto;
  height: 100%;
  object-fit: contain;
}
.ec-omPdCardRole__fav {
  position: absolute;
  top: 2.1333333333vw;
  right: 2.1333333333vw;
  display: block;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  background-image: url("../img/common/ico_fav.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ec-omPdCardRole__category {
  margin-bottom: 2.1333333333vw;
  padding: 0.5333333333vw;
  color: #fff;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.ec-omPdCardRole__category--blue {
  background-color: #7f96c3;
}
.ec-omPdCardRole__category--green {
  background-color: #84c1b1;
}
.ec-omPdCardRole__category--lime {
  background-color: #6FBA2C;
}
.ec-omPdCardRole__category--orange {
  background-color: #EE7800;
}
.ec-omPdCardRole__title {
  margin-bottom: 4.2666666667vw;
  font-size: 3.7333333333vw;
  line-height: 1.4;
  min-height: 2.8em;
}
.ec-omPdCardRole__price {
  font-size: 3.2vw;
  line-height: 1.4;
}
.ec-omPdCardRole__price span {
  font-size: 4.8vw;
  font-weight: 500;
}
.ec-omPdCardRole__point {
  margin-bottom: 2.1333333333vw;
  font-size: 3.2vw;
  line-height: 1.4;
  color: #f87466;
}
.ec-omPdCardRole__point span {
  font-size: 4.8vw;
  font-weight: 500;
  margin-right: 0.2em;
}
.ec-omPdCardRole .ec-omBtn--addCart, .ec-omPdCardRole .ec-omBtn--soldOut {
  margin-bottom: 3.2vw;
}
.ec-omPdCardRole .is-favOn {
  background-image: url("../img/common/ico_fav_on.svg");
}
/*--------------- 製品情報カードグループ ---------------*/
.ec-omPdCardWrapRole .ec-omHeadline--style01 {
  margin-bottom: 4.2666666667vw;
}

.ec-omPdCardRole__list {
  width: 100%;
  overflow: hidden;
}
.ec-omPdCardRole__list--pink {
  background-color: #fce6dd;
}
.ec-omPdCardRole__list--blue {
  background-color: #cdd3e6;
}
.ec-omPdCardRole__list--lime {
  background-color: #DFEDC6;
}
.ec-omPdCardRole__list--orange {
  background-color: #FFE8D1;
}
.ec-omPdCardRole__list--yellow {
  background-color: #fffaea;
}
.ec-omPdCardRole__item {
  margin: 5.3333333333vw 1.6vw 11.7333333333vw;
}
.ec-omPdCardRole__rankingList .ec-omPdCardRole__item {
  position: relative;
  margin: 16vw 1.6vw 11.7333333333vw;
}
.ec-omPdCardRole__rankingList .ec-omPdCardRole__item:nth-child(1) {
  margin-left: 4vw;
}
.ec-omPdCardRole__rankingList .ec-omPdCardRole__item:nth-child(1):before {
  content: "1";
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: -11.7333333333vw;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 0.5333333333vw;
  width: 9.6vw;
  height: 7.4666666667vw;
  background-image: url("../img/common/icon_crown_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.ec-omPdCardRole__rankingList .ec-omPdCardRole__item:nth-child(2):before {
  content: "2";
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: -11.7333333333vw;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 0.5333333333vw;
  width: 9.6vw;
  height: 7.4666666667vw;
  background-image: url("../img/common/icon_crown_02.png");
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.ec-omPdCardRole__rankingList .ec-omPdCardRole__item:nth-child(3):before {
  content: "3";
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: -11.7333333333vw;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 0.5333333333vw;
  width: 9.6vw;
  height: 7.4666666667vw;
  background-image: url("../img/common/icon_crown_03.png");
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.ec-omPdCardRole__rankingList .ec-omPdCardRole__item:nth-child(4):before {
  content: "4";
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: -9.8666666667vw;
  left: 50%;
  transform: translateX(-50%);
  width: 6.4vw;
  height: 6.4vw;
  background-color: #e2e2e2;
  color: #3c4752;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.ec-omPdCardRole__rankingList .ec-omPdCardRole__item:nth-child(5):before {
  content: "5";
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: -9.8666666667vw;
  left: 50%;
  transform: translateX(-50%);
  width: 6.4vw;
  height: 6.4vw;
  background-color: #e2e2e2;
  color: #3c4752;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.ec-omPdCardRole__rankingList .ec-omPdCardRole__item:nth-child(6):before {
  content: "6";
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: -9.8666666667vw;
  left: 50%;
  transform: translateX(-50%);
  width: 6.4vw;
  height: 6.4vw;
  background-color: #e2e2e2;
  color: #3c4752;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.ec-omPdCardRole__rankingList .ec-omPdCardRole__item:last-child {
  margin-right: 4vw;
}
/*--------------- アコーディオン ---------------*/
.ec-omAccordionRole {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.ec-omAccordionRole--style01 {
  overflow: hidden;
}
.ec-omAccordionRole--style01 .ec-omAccordionRole__header {
  position: relative;
  padding: 5.3333333333vw 4vw;
  font-size: 5.8666666667vw;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  transition: 0.5s;
}
.ec-omAccordionRole--style01 .ec-omAccordionRole__number {
  position: absolute;
  width: 38.4vw;
  height: 29.3333333333vw;
  top: 0;
  right: 0;
  transition: 0.5s;
}
.ec-omAccordionRole--style01 .ec-omAccordionRole__inner {
  position: relative;
  display: none;
  padding: 3.2vw 4vw 10.6666666667vw;
  z-index: 10;
}
.ec-omAccordionRole--style01 .ec-omAccordionRole__description {
  margin-bottom: 10.6666666667vw;
  font-size: 4vw;
  line-height: 2;
}
.ec-omAccordionRole--style01 .ec-omAccordionRole__image {
  margin-bottom: 10.6666666667vw;
}
.ec-omAccordionRole--style01 .ec-omAccordionRole__btn {
  position: relative;
  padding: 2.1333333333vw;
  color: #fff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
  background-color: #c4b493;
  font-weight: 500;
  z-index: 10;
}
.ec-omAccordionRole--style01 .ec-omAccordionRole__btn:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-left: 1.6vw;
  transition: 0.5s;
}
.ec-omAccordionRole--style01 .ec-omAccordionRole__btn.open:after {
  content: "\f077";
}
.ec-omAccordionRole--style01.is-accordionOpen .ec-omAccordionRole__header {
  padding: 18.1333333333vw 4vw 5.3333333333vw;
  font-size: 5.8666666667vw;
}
.ec-omAccordionRole--style01.is-accordionOpen .ec-omAccordionRole__number {
  transform: scale(1.2);
  transform-origin: 100% 0;
}
.ec-omAccordionRole--style01.is-accordionOpen .ec-omAccordion01Role__btn:after {
  transform: rotate(-180deg);
}
.ec-omAccordionRole--style01 .text-annotation {
  margin-top: -5.3333333333vw;
  margin-bottom: 10.6666666667vw;
  font-size: 2.9333333333vw;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.ec-omAccordionRole--style02 {
  border: 1px solid #7f96c3;
}
.ec-omAccordionRole--style02 .ec-omAccordionRole__header {
  position: relative;
  padding: 5.3333333333vw 4vw;
  color: #fff;
  font-size: 4.8vw;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  transition: 0.5s;
  background-color: #7f96c3;
}
.ec-omAccordionRole--style02 .ec-omAccordionRole__header--numbering {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.ec-omAccordionRole--style02 .ec-omAccordionRole__header--h2 {
  padding: 4.2666666667vw 3.2vw;
  margin-bottom: 3.2vw;
}
.ec-omAccordionRole--style02 .ec-omAccordionRole__numbering {
  height: 100%;
  padding-right: 4.2666666667vw;
  width: 7.2vw;
  display: block;
}
.ec-omAccordionRole--style02 .ec-omAccordionRole__numbering + p {
  padding-left: 4.2666666667vw;
  border-left: 1px solid #fff;
}
.ec-omAccordionRole--style02 .ec-omAccordionRole__inner {
  position: relative;
  display: none;
  padding: 3.2vw 4vw 10.6666666667vw;
  z-index: 10;
}
.ec-omAccordionRole--style02 .ec-omAccordionRole__inner div:last-child {
  margin-bottom: 0;
}
.ec-omAccordionRole--style02 .ec-omAccordionRole__inner--none {
  position: relative;
  display: none;
  padding: 3.2vw 4vw;
  z-index: 10;
}
.ec-omAccordionRole--style02 .ec-omAccordionRole__inner--none div:last-child {
  margin-bottom: 0;
}
.ec-omAccordionRole--style02 .ec-omAccordionRole__innerOnInner {
  display: block;
  padding: 3.2vw 4vw;
}
.ec-omAccordionRole--style02 .ec-omAccordionRole__description {
  margin-bottom: 5.3333333333vw;
  font-size: 4vw;
  line-height: 2;
}
.ec-omAccordionRole--style02 .ec-omAccordionRole__image {
  margin-bottom: 5.3333333333vw;
}
.ec-omAccordionRole--style02 .ec-omAccordionRole__image img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.ec-omAccordionRole--style02 .ec-omAccordionRole__btn {
  position: relative;
  padding: 2.1333333333vw;
  color: #3c4752;
  font-size: 3.7333333333vw;
  text-align: center;
  background-color: #b2c1d0;
  font-weight: 500;
  z-index: 10;
}
.ec-omAccordionRole--style02 .ec-omAccordionRole__btn:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-left: 1.6vw;
  transition: 0.5s;
}
.ec-omAccordionRole--style02 .ec-omAccordionRole__btn.open:after {
  content: "\f077";
}
.ec-omAccordionRole--style02 .ec-omAccordionRole.is-accordionOpen .ec-omAccordion02Role__btn:after {
  transform: rotate(-180deg);
}

.ec-omAccordionRole--style03 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow: visible;
}
.ec-omAccordionRole--style03 .ec-omAccordionRole__detailBtn {
  width: 72vw;
  margin: 0 auto;
  z-index: 20;
}
.ec-omAccordionRole--style03 .ec-omAccordionRole__inner {
  margin-top: -5.3333333333vw;
  padding: 13.0666666667vw 4vw 10.6666666667vw;
  background-color: #f5f7f8;
}
.ec-omAccordionRole--style03 .ec-omAccordionRole__header {
  text-align: center;
}
.ec-omAccordionRole--style03 .ec-omAccordionRole__description {
  margin-bottom: 5.3333333333vw;
  font-size: 4vw;
  line-height: 2;
}

.ec-omAccordionRole--style04 {
  margin-bottom: 8.5333333333vw !important;
  border: 1px solid #7f96c3;
}
.ec-omAccordionRole--style04 .ec-omAccordionRole__header {
  position: relative;
  padding: 5.3333333333vw 4vw;
  color: #fff;
  font-size: 4.8vw;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  transition: 0.5s;
  background-color: #7f96c3;
}
.ec-omAccordionRole--style04 .ec-omAccordionRole__inner {
  position: relative;
  display: none;
  padding: 3.2vw 4vw;
  z-index: 10;
}
.ec-omAccordionRole--style04 .ec-omAccordionRole__inner div:last-child {
  margin-bottom: 0;
}
.ec-omAccordionRole--style04 .ec-omAccordionRole__description {
  margin-bottom: 5.3333333333vw;
  font-size: 4vw;
  line-height: 2;
}
.ec-omAccordionRole--style04 .ec-omAccordionRole__btn {
  position: relative;
  padding: 2.1333333333vw;
  color: #3c4752;
  font-size: 3.7333333333vw;
  text-align: center;
  background-color: #b2c1d0;
  font-weight: 500;
  z-index: 10;
}
.ec-omAccordionRole--style04 .ec-omAccordionRole__btn:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-left: 1.6vw;
  transition: 0.5s;
}
.ec-omAccordionRole--style04 .ec-omAccordionRole__btn.open:after {
  content: "\f077";
}

.ec-omAccordionRole--fisrt .ec-omAccordionRole__inner {
  display: block;
}
/*--------------- フォーム（component） ---------------*/
.ec-omFormRole__input {
  margin-bottom: 2.6666666667vw;
}
.ec-omFormRole dl {
  padding: 4.2666666667vw 0 1.6vw;
  font-size: 4vw;
  border-bottom: 1px dotted #f8c6bd;
}
.ec-omFormRole dt {
  margin-bottom: 2.1333333333vw;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.4;
}
.ec-omFormRole dt .ec-required {
  display: inline-block;
  margin-left: 3.2vw;
  padding: 1.0666666667vw 2.1333333333vw;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 0.5333333333vw;
  background-color: #f87466;
}
.ec-omFormRole__actions {
  margin-top: 8.5333333333vw;
  text-align: center;
}
.ec-omFormRole__btnWrap .ec-omBtn {
  margin-bottom: 3.7333333333vw;
}
.ec-omFormRole__btnWrap .ec-omBtn:last-child {
  margin-bottom: 0;
}
.ec-omFormRole--confilm dl {
  padding: 4.2666666667vw 0;
}
.ec-omFormRole--confilm dd {
  line-height: 2;
}
.ec-omFormRole select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.ec-omFormRole textarea {
  line-height: 1.6;
}

.ec-registerRole.ec-omFormRole {
  border: 1px solid #7f96c3;
  background-color: #fff;
  padding: 11.2vw 4vw 16vw;
}

.ec-omMypageRole .ec-omFormRole {
  padding: 0;
}
.ec-omMypageRole .ec-omFormRole__inner {
  margin: 0 auto;
  max-width: 800px;
}

.ec-omLoginRole .ec-omFormRole {
  margin-bottom: 10.6666666667vw;
  padding: 10.6666666667vw 4vw 16vw;
  border: 1px solid #7f96c3;
  background-color: #fff;
}
.ec-omLoginRole .ec-omFormRole__actions {
  margin-bottom: 8.5333333333vw;
}
.ec-omLoginRole .ec-omFormRole:last-child {
  margin-bottom: 0;
}
.ec-omLoginRole .ec-omFormRole--pink {
  border: 1px solid #fcad8e;
}
.ec-omLoginRole .ec-omFormRole .ec-login__icon {
  margin: 0 auto 10.6666666667vw;
  width: 21.3333333333vw;
  height: 21.3333333333vw;
}
.ec-omLoginRole .ec-omFormRole .ec-login__input {
  margin-bottom: 10.6666666667vw;
}
.ec-omLoginRole .ec-omFormRole .ec-login__input .ec-input {
  margin-bottom: 5.3333333333vw;
}
.ec-omLoginRole .ec-omFormRole .ec-login__input .form-check {
  margin: 0 auto;
}
.ec-omLoginRole .ec-omFormRole .ec-login__link {
  margin-bottom: 4.2666666667vw;
  font-size: 4vw;
  text-align: center;
}
.ec-omLoginRole .ec-omFormRole .ec-login__link:last-child {
  margin-bottom: 0;
}
.ec-omLoginRole .ec-omFormRole .ec-new {
  margin-bottom: 10.6666666667vw;
}
.ec-omLoginRole .ec-omFormRole .ec-new__text {
  margin-bottom: 2.6666666667vw;
  text-align: left;
  font-size: 4vw;
  line-height: 2;
}
.ec-omLoginRole .ec-omFormRole .ec-new__actions {
  margin-bottom: 8.5333333333vw;
}
.ec-omLoginRole .ec-omFormRole .ec-guest {
  border-top: 1px solid #7f96c3;
  padding-top: 10.6666666667vw;
}
.ec-omLoginRole .ec-omFormRole .ec-guest__text {
  margin-bottom: 8.5333333333vw;
  font-size: 4vw;
  line-height: 2;
}

.ec-omForgotRole dl {
  border-top: 1px dotted #f8c6bd;
}

.ec-registerRole .ec-checkbox label {
  line-height: 1.4;
  font-weight: 400;
}
.ec-registerRole .ec-checkbox p {
  margin-bottom: 3.2vw;
  line-height: 1.4;
}
.ec-registerRole .ec-checkbox__agree {
  margin-bottom: 10.6666666667vw;
  text-align: center;
  font-size: 4vw;
}
.ec-registerRole .ec-checkbox__agree .ec-errorMessage {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.ec-registerRole .ec-checkbox__agree label {
  font-weight: 700;
  text-align: left;
}
.ec-registerRole .ec-omFormRole__inner {
  margin-bottom: 8.5333333333vw;
}
.ec-registerRole__agree {
  margin-bottom: 8.5333333333vw;
  font-size: 4vw;
  line-height: 1.5;
  text-align: center;
}
/*--------------- モーダル modal（component） ---------------*/
.ec-omProductModalRole {
  padding: 6.4vw 4vw;
  border-radius: 0.5333333333vw;
}
.ec-omProductModalRole__title {
  margin-bottom: 6.4vw;
  padding: 2.1333333333vw 4vw;
  color: #fff;
  font-size: 4.8vw;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  background-color: #f87466;
}
.ec-omProductModalRole__lead {
  margin-bottom: 6.4vw;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.ec-omProductModalRole__text {
  font-size: 3.7333333333vw;
  line-height: 1.6;
}
.ec-omProductModalRole__text span {
  color: #f87466;
}

.ec-omProductModaImgRole {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1050;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.75);
}
.ec-omProductModaImgRole:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.ec-omProductModaImgRole__img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 96%;
  margin: auto;
}
.ec-omProductModaImgRole__close {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  background: url(../img/common/ico_close.png);
  background-size: 50px;
  cursor: pointer;
}

.ec-modal .checkbox {
  display: none;
}
.ec-modal input:checked ~ .ec-modal-overlay {
  transform: scale(1);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 9997;
  overflow: auto;
}
.ec-modal input:checked ~ .ec-modal-overlay .ec-modal-wrap {
  transform: translateY(0);
  z-index: 9999;
}
.ec-modal .ec-modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
  z-index: -100;
}
.ec-modal .ec-modal-overlay-close {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -100;
}
.ec-modal .ec-modal-close {
  position: absolute;
  top: -4.2666666667vw;
  right: -4.2666666667vw;
  width: 11.2vw;
}
.ec-modal .ec-modal-wrap {
  position: relative;
  width: 90%;
  padding: 6.4vw 4vw;
  border-radius: 0.5333333333vw;
  background-color: #fff;
  transition: all 0.5s ease;
  z-index: 1050;
}
.ec-modal #ec-modal-header {
  font-size: 4vw;
  text-align: center;
}
.ec-modal .ec-role {
  margin-top: 5.3333333333vw;
}
.ec-modal .ec-inlineBtn--cancel, .ec-modal .ec-inlineBtn--action {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  max-width: 100%;
  margin: 0 1.6vw;
  padding: 2.1333333333vw 3.7333333333vw;
  color: #fff;
  font-size: 4vw;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  border: 1px solid transparent;
  box-sizing: border-box;
  background-color: #fd9b96;
  cursor: pointer;
  border-radius: 0.8vw;
}
.ec-modal .ec-inlineBtn--cancel {
  background-color: #95989f;
}
/*--------------- 品質管理・品質保証 ---------------*/
.ec-omQualityIconRole {
  margin-bottom: 26.6666666667vw;
}
.ec-omQualityIconRole .ec-omHeadline--style01 {
  margin-bottom: 5.3333333333vw;
}
.ec-omQualityIconRole__inner {
  margin-bottom: 18.6666666667vw;
}
.ec-omQualityIconRole__lead {
  margin-bottom: 4.2666666667vw;
  font-size: 4vw;
  line-height: 2;
  text-align: center;
}
.ec-omQualityIconRole__list {
  margin: 0 -2.1333333333vw 5.3333333333vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}
.ec-omQualityIconRole__item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 24.8vw;
  height: 24.8vw;
  margin: 1.6vw 1.0666666667vw;
  background-color: #fff;
  border-radius: 1.0666666667vw;
  border: 1px solid #3c4752;
}
.ec-omQualityIconRole__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  max-width: 12vw;
  height: 12vw;
  margin: 0 auto 2.6666666667vw;
}
.ec-omQualityIconRole__itemTitle {
  font-size: 3.4666666667vw;
  font-weight: 700;
  text-align: center;
}
/*--------------- トップページ ---------------*/
.top .ec-omMainVisualRole {
  position: relative;
  padding-bottom: 64vw;
  width: 100%;
  overflow: hidden;
  background-image: url("../img/common/bg_mv.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.top .ec-omMainVisualRole__inner-item {
  position: relative;
}
.top .ec-omMainVisualRole__list {
  height: 56.2666666667vw;
}
.top .ec-omMainVisualRole__item {
  overflow: hidden;
  background-color: #fff;
}
.top .ec-omMainVisualRole__item img {
  width: 100%;
  height: 56.2666666667vw;
  object-fit: cover;
}
.top .ec-omMainVisualRole__copy {
  position: absolute;
  top: 52vw;
  right: 50%;
  transform: translateX(50%);
  margin-bottom: 5.3333333333vw;
}
.top .ec-omMainVisualRole__copyInner {
  margin: 0 auto;
  width: 92vw;
  padding: 5.3333333333vw 6.4vw 8vw;
  background-color: #fff;
  text-align: center;
}
.top .ec-omMainVisualRole__copyTitle {
  margin-bottom: 7.4666666667vw;
  font-size: 5.0666666667vw;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.top .ec-omMainVisualRole__copyText {
  font-size: 3.4666666667vw;
  line-height: 1.6;
}
.top .ec-omInformationRole {
  padding-top: 16vw;
  padding-bottom: 16vw;
  background-color: #f5f7f8;
}
.top .ec-omInformationRole__notification {
  max-width: 1000px;
  margin: 0 auto 60px;
  line-height: 1.6;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.top .ec-omInformationRole__notificationLink {
  display: block;
  background: #fff;
  border: 2px solid #fd9b96;
  color: #fd9b96;
  padding: 12px;
}
.top .ec-omInformationRole__notificationLink:hover {
  background: #fd9b96;
  border: 2px solid #fd9b96;
  color: #fff;
  transition: 0.2s;
}
.top .ec-omInformationRole__notificationLink:before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3C!--%20Generator%3A%20Adobe%20Illustrator%2018.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20--%3E%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_0%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22width%3A%20128px%3B%20height%3A%20128px%3B%20opacity%3A%201%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M256%2C0C114.617%2C0%2C0%2C114.614%2C0%2C256s114.617%2C256%2C256%2C256c141.386%2C0%2C256-114.614%2C256-256S397.386%2C0%2C256%2C0z%20M279.141%2C407.461c-6.422%2C6.574-14.321%2C9.906-23.477%2C9.906c-9.18%2C0-16.906-3.222-22.977-9.582%20c-6.007-6.297-9.054-14.094-9.054-23.179c0-9.102%2C3.118-16.918%2C9.274-23.219c6.195-6.332%2C13.977-9.542%2C23.125-9.542%20c9.125%2C0%2C16.953%2C3.199%2C23.258%2C9.504c6.305%2C6.304%2C9.5%2C14.133%2C9.5%2C23.258C288.789%2C393.226%2C285.547%2C400.914%2C279.141%2C407.461z%20M291.969%2C173.633c-1.711%2C10.859-4.149%2C25.285-7.289%2C43.285c-2.829%2C15.286-5.118%2C29.594-6.813%2C42.574%20c-1.711%2C13.114-3.562%2C27.649-5.547%2C43.606c-1.102%2C6.59-3.203%2C10.977-6.453%2C13.618c-2.718%2C2.21-5.703%2C3.332-8.859%2C3.332%20c-0.734%2C0-1.477-0.059-2.226-0.184c-3.618-0.606-6.898-2.461-9.774-5.512c-2.875-3.078-4.524-6.613-4.906-10.519%20c-1.985-14.641-3.977-29.035-5.969-43c-1.961-13.734-4.398-28.496-7.242-43.867c-3.21-17.82-5.531-31.875-7.086-42.984%20c-1.618-11.43-2.398-18.645-2.398-22.059c0-15.289%2C3.359-27.363%2C9.992-35.886c6.922-8.894%2C16.547-13.402%2C28.602-13.402%20c12.054%2C0%2C21.68%2C4.508%2C28.602%2C13.402c6.633%2C8.535%2C9.992%2C20.61%2C9.992%2C35.886C294.594%2C155.375%2C293.758%2C162.274%2C291.969%2C173.633z%22%20style%3D%22fill%3A%20rgb(253%2C%20154%2C%20150)%3B%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  width: 23px;
  height: 23px;
  vertical-align: middle;
}
.top .ec-omInformationRole__notificationLink:hover:before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3C!--%20Generator%3A%20Adobe%20Illustrator%2018.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20--%3E%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_0%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22width%3A%20128px%3B%20height%3A%20128px%3B%20opacity%3A%201%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M256%2C0C114.617%2C0%2C0%2C114.614%2C0%2C256s114.617%2C256%2C256%2C256c141.386%2C0%2C256-114.614%2C256-256S397.386%2C0%2C256%2C0z%20M279.141%2C407.461c-6.422%2C6.574-14.321%2C9.906-23.477%2C9.906c-9.18%2C0-16.906-3.222-22.977-9.582%20c-6.007-6.297-9.054-14.094-9.054-23.179c0-9.102%2C3.118-16.918%2C9.274-23.219c6.195-6.332%2C13.977-9.542%2C23.125-9.542%20c9.125%2C0%2C16.953%2C3.199%2C23.258%2C9.504c6.305%2C6.304%2C9.5%2C14.133%2C9.5%2C23.258C288.789%2C393.226%2C285.547%2C400.914%2C279.141%2C407.461z%20M291.969%2C173.633c-1.711%2C10.859-4.149%2C25.285-7.289%2C43.285c-2.829%2C15.286-5.118%2C29.594-6.813%2C42.574%20c-1.711%2C13.114-3.562%2C27.649-5.547%2C43.606c-1.102%2C6.59-3.203%2C10.977-6.453%2C13.618c-2.718%2C2.21-5.703%2C3.332-8.859%2C3.332%20c-0.734%2C0-1.477-0.059-2.226-0.184c-3.618-0.606-6.898-2.461-9.774-5.512c-2.875-3.078-4.524-6.613-4.906-10.519%20c-1.985-14.641-3.977-29.035-5.969-43c-1.961-13.734-4.398-28.496-7.242-43.867c-3.21-17.82-5.531-31.875-7.086-42.984%20c-1.618-11.43-2.398-18.645-2.398-22.059c0-15.289%2C3.359-27.363%2C9.992-35.886c6.922-8.894%2C16.547-13.402%2C28.602-13.402%20c12.054%2C0%2C21.68%2C4.508%2C28.602%2C13.402c6.633%2C8.535%2C9.992%2C20.61%2C9.992%2C35.886C294.594%2C155.375%2C293.758%2C162.274%2C291.969%2C173.633z%22%20style%3D%22fill%3A%20rgb(256%2C%20256%2C%20256)%3B%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  width: 23px;
  height: 23px;
  vertical-align: middle;
}
.top .ec-omInformationRole__contents {
  position: relative;
  padding: 6.4vw 4vw 11.2vw;
  border: 1px solid #3c4752;
  background-color: #fff;
}
.top .ec-omInformationRole__contents:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2.1333333333vw);
  height: calc(100% - 2.1333333333vw);
  border: 1px solid #3c4752;
}
.top .ec-omInformationRole__contentsWrap {
  position: relative;
  z-index: 1;
}
.top .ec-omInformationRole__title {
  margin-bottom: 4.2666666667vw;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.top .ec-omInformationRole__title--en {
  margin-bottom: 2.1333333333vw;
  font-size: 6.4vw;
  font-family: "Noto Serif JP", serif;
}
.top .ec-omInformationRole__title--jp {
  font-size: 3.2vw;
  font-family: "Noto Sans JP", sans-serif;
}
.top .ec-omInformationRole__list {
  margin-bottom: 8.5333333333vw;
}
.top .ec-omInformationRole__item {
  margin-bottom: 5.3333333333vw;
  padding-bottom: 3.2vw;
  font-size: 3.4666666667vw;
  border-bottom: 1px solid #3c4752;
}
.top .ec-omInformationRole__item:last-child {
  margin-bottom: 0;
}
.top .ec-omInformationRole__date {
  margin-bottom: 1.0666666667vw;
}
.top .ec-omInformationRole__description {
  line-height: 1.6;
}
.top .ec-omHeadline--contentsTitle {
  margin-bottom: 16vw;
}
.top .ec-omTopContentsRole {
  padding-top: 21.3333333333vw;
  padding-bottom: 32vw;
}
.top .ec-omTopContentsRole__lead {
  margin-bottom: 16vw;
  font-size: 4.8vw;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.top .ec-omTopContentsRole__lead__sub {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 30px;
}
.top .ec-omContentsSummary {
  position: relative;
  border: 1px solid #3c4752;
  text-align: center;
  background-color: #fff;
}
.top .ec-omContentsSummary:before {
  content: "";
  display: block;
  position: absolute;
  top: 4vw;
  left: -4vw;
  width: 16vw;
  height: 1px;
  border-top: 1px solid #3c4752;
  transform: rotate(-45deg);
}
.top .ec-omContentsSummary:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 4vw;
  right: -4vw;
  width: 16vw;
  height: 1px;
  border-bottom: 1px solid #3c4752;
  transform: rotate(-45deg);
}
.top .ec-omContentsSummary__inner {
  position: relative;
  padding: 21.3333333333vw 4vw;
  margin: 1.0666666667vw;
  width: calc(100% - 2.1333333333vw);
  height: calc(100% - 2.1333333333vw);
  border: 1px solid #3c4752;
}
.top .ec-omContentsSummary__inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 2.6666666667vw;
  left: 2.1333333333vw;
  width: 24vw;
  height: 17.8666666667vw;
  background-image: url("../img/top/img_summary_01.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.top .ec-omContentsSummary__inner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 2.1333333333vw;
  right: 1.6vw;
  width: 17.3333333333vw;
  height: 21.0666666667vw;
  background-image: url("../img/top/img_summary_02.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.top .ec-omContentsSummary__title {
  margin-bottom: 5.3333333333vw;
  font-size: 5.8666666667vw;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.top .ec-omContentsSummary__description {
  margin-bottom: 10.6666666667vw;
  font-size: 4vw;
  line-height: 2;
}
.top .ec-omTopContentsRole--products {
  width: 100%;
  background-image: url("../img/common/bg_sp.png");
  background-repeat: repeat-y;
  background-color: #fff;
  background-size: 100%;
}
.top .ec-omPdCardWrapRole {
  margin-bottom: 21.3333333333vw;
}
.top .ec-omPdCardWrapRole:last-child {
  margin-bottom: 0;
}
.top .ec-omTopContentsRole--nutrition {
  width: 100%;
  background-image: url("../img/common/bg_sp.png");
  background-repeat: repeat-y;
  background-color: #fafbff;
  background-size: 100%;
}
.top .ec-omTopContentsRole--nutrition .pc {
  display: none;
}
.top .ec-omTopContentsRole--nutrition .sp {
  display: block;
}
.top .ec-omTopContentsRole--nutrition .ec-omTopContentsRole__lead {
  margin-bottom: 0;
  font-weight: 700;
}
.top .ec-omTopContentsRole--nutrition .ec-omMSSpromiseRole {
  margin-bottom: 26.6666666667vw;
  padding: 10.6666666667vw 4vw;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  font-size: 4vw;
  line-height: 2;
}
.top .ec-omTopContentsRole--nutrition .ec-omMSSpromiseRole__logo {
  margin: 0 auto 5.3333333333vw;
  padding-bottom: 5.3333333333vw;
  width: 48.5333333333vw;
  border-bottom: 1px solid #3c4752;
  text-align: center;
}
.top .ec-omTopContentsRole--nutrition .ec-omNutritionListRole__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 40px auto 0;
}
.top .ec-omTopContentsRole--nutrition .ec-omNutritionListRole__list__item {
  width: 100%;
  margin-top: 20px;
}
.top .ec-omTopContentsRole--nutrition .ec-omNutritionListRole__list__item__img {
  width: 100%;
  margin: 0 auto;
}
.top .ec-omTopContentsRole--nutrition .ec-omNutritionListRole__list__item__img img {
  height: auto;
}
.top .ec-omTopContentsRole--nutrition .ec-omNutritionListRole__bnr__inner__sp {
  margin: 30px auto 0;
  overflow: hidden;
  max-width: 1000px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.top .ec-omTopContentsRole--nutrition .ec-omNutritionListRole__bnr__inner__sp img {
  height: auto;
}
.top .ec-omTopContentsRole--nutrition .ec-omNutritionListRole__bnr__inner__pc {
  display: none;
}
.top .ec-omTopContentsRole--nutrition .ec-omNutritionListRole__bnr__text {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  margin: 60px auto 0;
}
.top .ec-omTopContentsRole--philosophy {
  width: 100%;
  background-image: url("../img/common/bg_sp.png");
  background-repeat: repeat-y;
  background-color: #f7f4e5;
  background-size: 100%;
}
.top .ec-omTopContentsRole--philosophy .ec-omPhilosophyRole {
  margin-bottom: 26.6666666667vw;
}
.top .ec-omTopContentsRole--philosophy .ec-omAccordionRole {
  margin-bottom: 10.6666666667vw;
  transition: 0.5s;
}
.top .ec-omTopContentsRole--philosophy .ec-omAccordionRole.open {
  margin-bottom: 16vw;
}
.top .ec-omTopContentsRole--quality {
  width: 100%;
  background-image: url("../img/common/bg_sp.png");
  background-repeat: repeat-y;
  background-color: #fafbff;
  background-size: 100%;
}
.top .ec-omTopContentsRole--quality .ec-omMSSpromiseRole {
  margin-bottom: 26.6666666667vw;
  padding: 10.6666666667vw 4vw;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  font-size: 4vw;
  line-height: 2;
}
.top .ec-omTopContentsRole--quality .ec-omMSSpromiseRole__logo {
  margin: 0 auto 5.3333333333vw;
  padding-bottom: 5.3333333333vw;
  width: 48.5333333333vw;
  border-bottom: 1px solid #3c4752;
  text-align: center;
}
.top .ec-omTopContentsRole--quality .ec-omMSSpromiseRole__lead {
  background-color: red;
}
.top .ec-omTopContentsRole--shop {
  width: 100%;
  background-image: url("../img/common/bg_sp.png");
  background-repeat: repeat-y;
  background-color: #f7f4e5;
  background-size: 100%;
}
.top .ec-omTopContentsRole--shop .ec-omShopRole__inner {
  padding: 10.6666666667vw 4vw;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  font-size: 4vw;
  line-height: 2;
  text-align: center;
}
.top .ec-omTopContentsRole--shop .ec-omShopRole__title {
  margin-bottom: 6.4vw;
  font-size: 4.8vw;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}
.top .ec-omTopContentsRole--shop .ec-omShopRole__lead {
  margin-bottom: 3.2vw;
}
/*--------------- シングルページ ---------------*/
.single-page .ec-omSinglePageRole__inner div {
  margin-bottom: 5.3333333333vw;
}
.single-page .ec-omSinglePageRole__inner div:last-child {
  margin-bottom: 0;
}
.single-page .ec-omSinglePageRole__list {
  margin-bottom: 21.3333333333vw;
}
.single-page .ec-omSinglePageRole__item {
  margin-bottom: 13.3333333333vw;
}
.single-page .ec-omSinglePageRole__text {
  margin-bottom: 5.3333333333vw;
  font-size: 4vw;
  line-height: 2;
}
.single-page .ec-omSinglePageRole__image {
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 5.3333333333vw;
}
.single-page .ec-omSinglePageRole__image img {
  width: 100% !important;
}
.single-page .ec-omSinglePageRole__image--xxs {
  max-width: 21.3333333333vw;
}
.single-page .ec-omSinglePageRole__image--xs {
  max-width: 60vw;
}
.single-page .ec-omSinglePageRole__image--sm {
  max-width: 76vw;
}
.single-page .ec-omSinglePageRole__image--md {
  max-width: 84vw;
}
.single-page .ec-omSinglePageRole__image--lg {
  max-width: 100%;
}

.privacy .ec-omSinglePageRole .ec-omHeadline--style03 {
  margin-bottom: 5.3333333333vw;
}
.privacy .ec-omSinglePageRole__item {
  margin-bottom: 21.3333333333vw;
}
.privacy .ec-omSinglePageRole__item:last-child {
  margin-bottom: 0;
}

.faq .ec-omSinglePageRole .ec-omHeadline--style02 {
  margin-bottom: 5.3333333333vw;
}
.faq .ec-omSinglePageRole .ec-omHeadline--style03 {
  margin-bottom: 3.7333333333vw;
}
.faq .ec-omSinglePageRole__list {
  margin-bottom: 21.3333333333vw;
}
.faq .ec-omSinglePageRole__list:last-child {
  margin-bottom: 0;
}
.faq .ec-omSinglePageRole__item {
  margin-bottom: 10.6666666667vw;
}
.faq .ec-omSinglePageRole__item:last-child {
  margin-bottom: 0;
}
.faq .ec-omSinglePageRole__image {
  width: 58vw;
}

.guide .ec-omSinglePageRole .ec-omBtnWrap {
  text-align: center;
}
/*--------------- お知らせページ ---------------*/
.ec-omInfoRole__item {
  margin-bottom: 21.3333333333vw;
}
.ec-omInfoRole__item:last-child {
  margin-bottom: 0;
}
.ec-omInfoRole__titleWrap {
  margin-bottom: 5.3333333333vw;
  padding: 2.6666666667vw 2.6666666667vw;
  background-color: #7f96c3;
  color: #fff;
  letter-spacing: 0.05em;
}
.ec-omInfoRole__date {
  display: block;
  margin-bottom: 1.6vw;
  font-size: 3.2vw;
}
.ec-omInfoRole__title {
  display: block;
  font-size: 4.8vw;
  line-height: 1.2;
}
.ec-omInfoRole__text {
  font-size: 4vw;
  line-height: 2;
}
.ec-omInfoRole__text p {
  margin-bottom: 1.5em;
}
.ec-omInfoRole__text p a {
  color: #fd9b96;
  text-decoration: underline;
}
/*--------------- 製品一覧ページ ---------------*/
.ec-omProductListRole .ec-omHeadline--style02 {
  margin-bottom: 7.4666666667vw;
}
.ec-omProductListRole .ec-omPdcSearchRole {
  margin-bottom: 16vw;
  font-size: 4vw;
}
.ec-omProductListRole .ec-omPdcSearchRole__head {
  margin-bottom: 3.7333333333vw;
  font-size: 4vw;
}
.ec-omProductListRole .ec-omPdcSearchRole__head .ec-font-bold {
  font-weight: 700;
}
.ec-omProductListRole .ec-omPdcSearchRole__searchArea {
  padding: 4.2666666667vw 0;
  border-top: 1px dotted #3c4752;
  border-bottom: 1px dotted #3c4752;
}
.ec-omProductListRole .ec-omPdcSearchRole__price {
  margin-bottom: 3.2vw;
}
.ec-omProductListRole .ec-omPdcSearchRole__price__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 3.7333333333vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.1333333333vw;
}
.ec-omProductListRole .ec-omPdcSearchRole__price__list:before {
  content: "並べ替え";
  padding: 1.0666666667vw 2.1333333333vw;
  background: #d9dade;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 2.1333333333vw;
}
.ec-omProductListRole .ec-omPdcSearchRole__price__item {
  padding-right: 2.1333333333vw;
  border-right: 1px solid #3c4752;
}
.ec-omProductListRole .ec-omPdcSearchRole__price__item:last-child {
  border-right: none;
}
.ec-omProductListRole .ec-omPdcSearchRole__price__item--current {
  font-weight: 700;
}
.ec-omProductListRole .ec-omPdcSearchRole__new__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 3.7333333333vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.1333333333vw;
}
.ec-omProductListRole .ec-omPdcSearchRole__new__list:before {
  content: "表示件数";
  padding: 1.0666666667vw 2.1333333333vw;
  background: #d9dade;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 2.1333333333vw;
}
.ec-omProductListRole .ec-omPdcSearchRole__new__item {
  padding-right: 2.1333333333vw;
  border-right: 1px solid #3c4752;
}
.ec-omProductListRole .ec-omPdcSearchRole__new__item:last-child {
  border-right: none;
}
.ec-omProductListRole .ec-omPdcSearchRole__new__item--current {
  font-weight: 700;
}
.ec-omProductListRole .ec-omPdcListRole__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -2.1333333333vw;
}
.ec-omProductListRole .ec-omPdcListRole__pic {
  margin-bottom: 3.7333333333vw;
  width: 44vw;
  height: 44vw;
}
.ec-omProductListRole .ec-omPdcListRole__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: calc((100% - 8.5333333333vw ) / 2);
  margin: 0 2.1333333333vw 13.3333333333vw;
}
.ec-omProductListRole .ec-omPdcListRole__item__category {
  margin-bottom: 2.1333333333vw;
  padding: 0.5333333333vw;
  font-size: 3.2vw;
  text-align: center;
  color: #fff;
  background-color: #7f96c3;
}
.ec-omProductListRole .ec-omPdcListRole__item__category--blue {
  background-color: #7f96c3;
}
.ec-omProductListRole .ec-omPdcListRole__item__category--green {
  background-color: #84c1b1;
}
.ec-omProductListRole .ec-omPdcListRole__item__category--orange {
  background-color: #EE7800;
}
.ec-omProductListRole .ec-omPdcListRole__item__title {
  margin-bottom: 5.3333333333vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.2;
  min-height: 2.4em;
}
.ec-omProductListRole .ec-omPdcListRole__item__price {
  margin-bottom: 2.1333333333vw;
  font-size: 3.2vw;
  text-align: right;
}
.ec-omProductListRole .ec-omPdcListRole__item__price span {
  font-size: 5.3333333333vw;
  font-weight: 500;
}
.ec-omProductListRole .ec-omPdcListRole__item__point {
  margin-bottom: 3.7333333333vw;
  font-size: 3.2vw;
  color: #f87466;
  text-align: right;
}
.ec-omProductListRole .ec-omPdcListRole__item__point span {
  font-size: 4.5333333333vw;
  font-weight: 500;
}
.ec-omProductListRole .ec-omPdcListRole__item__quantity {
  margin-bottom: 3.7333333333vw;
  font-size: 3.7333333333vw;
}
.ec-omProductListRole .ec-omPdcListRole__item__quantity .quantitytxt {
  margin-bottom: 2.1333333333vw;
}
.ec-omProductListRole .ec-omPdcListRole__item__quantity dd {
  display: inline-block;
  width: auto;
}
.ec-omProductListRole .ec-omPdcListRole__item__quantity dd.quantitystock {
  margin-left: 2.1333333333vw;
  font-size: 3.7333333333vw;
  color: #95989f;
  vertical-align: bottom;
}
.ec-omProductListRole .ec-omPdcListRole__item__quantity input {
  display: inline-block;
  width: 19.7333333333vw;
  height: 12vw;
  padding: 3.2vw 2.1333333333vw;
  font-size: 3.7333333333vw;
  border: 1px solid #3c4752;
  border-radius: 0.5333333333vw;
  background-color: #fff;
}
.ec-omProductListRole .ec-omPdcListRole__item .ec-blockBtn--action {
  margin-top: auto;
}
/*--------------- 製品詳細ページ ---------------*/
.ec-omProductRole .ec-omHeadline--style02 {
  margin-bottom: 8.5333333333vw;
}
.ec-omProductRole .ec-omProductRole {
  /*
  &__headline {
    margin-bottom: $vw24;
    font-size: $vw36;
    font-weight: $font-weight-bold;
    line-height: 1.4;
  }
  &__comment {
    margin-bottom: $vw24;
    font-size: $vw30;
    line-height: 2;
  }
  &__capacity{
    margin-bottom: $vw48;
    font-size: $vw30;
    line-height: 2;
  }
  &__other {
    margin-bottom: $vw72;
    font-size: $vw30;
    line-height: 2;
  }*/
}
.ec-omProductRole .ec-omProductRole__top {
  margin: -16vw -4vw 0;
  padding: 16vw 4vw 16vw;
  background-color: #fff;
  width: 100vw;
}
.ec-omProductRole .ec-omProductRole__category {
  display: inline-block;
  margin-bottom: 2.1333333333vw;
  padding: 1.0666666667vw 2.1333333333vw;
  color: #fff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  border-radius: 0.5333333333vw;
}
.ec-omProductRole .ec-omProductRole__category--blue {
  background-color: #7f96c3;
}
.ec-omProductRole .ec-omProductRole__category--green {
  background-color: #84c1b1;
}
.ec-omProductRole .ec-omProductRole__category--lime {
  background-color: #6FBA2C;
}
.ec-omProductRole .ec-omProductRole__category--orange {
  background-color: #EE7800;
}
.ec-omProductRole .ec-omProductRole__title {
  margin-bottom: 3.7333333333vw;
  font-size: 6.9333333333vw;
  font-weight: 700;
  line-height: 1.4;
}
.ec-omProductRole .ec-omProductRole__name {
  margin-bottom: 6.4vw;
  font-size: 6.9333333333vw;
  font-weight: 700;
  line-height: 1.4;
}
.ec-omProductRole .ec-omProductRole__description {
  font-size: 4vw;
  line-height: 2;
}
.ec-omProductRole .ec-omProductRole__point {
  margin-bottom: 4.2666666667vw;
  font-size: 3.2vw;
  text-align: right;
  color: #f87466;
}
.ec-omProductRole .ec-omProductRole__point span {
  font-size: 5.3333333333vw;
  font-weight: 500;
}
.ec-omProductRole .ec-omProductRole__price {
  margin-bottom: 2.1333333333vw;
  font-size: 4.2666666667vw;
  line-height: 1.4;
  text-align: right;
}
.ec-omProductRole .ec-omProductRole__price span {
  font-size: 8.5333333333vw;
  font-weight: 500;
  margin-right: 0.2em;
}
.ec-omProductRole .ec-omProductRole__actions {
  margin-bottom: 5.3333333333vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}
.ec-omProductRole .ec-omProductRole__quantity dt {
  margin-bottom: 1.0666666667vw;
  font-size: 4vw;
}
.ec-omProductRole .ec-omProductRole__quantity input {
  width: 20vw;
  padding: 3.2vw 2.1333333333vw;
  font-size: 3.7333333333vw;
  border: 1px solid #3c4752;
}
.ec-omProductRole .ec-omProductRole__stock {
  margin-left: 5.3333333333vw;
  font-size: 3.7333333333vw;
  color: #95989f;
}
.ec-omProductRole .ec-omProductRole__add {
  margin-bottom: 6.4vw;
}
.ec-omProductRole .ec-omProductRole__favorite {
  margin-bottom: 10.6666666667vw;
}
.ec-omProductRole .ec-omProductRole__amazon {
  margin-bottom: 5.6vw;
}
.ec-omProductRole .ec-omProductRole__amazonText {
  margin-bottom: 2.1333333333vw;
  font-size: 3.4666666667vw;
  text-align: center;
}
.ec-omProductRole .ec-omProductRole__amazonBtn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid #3c4752;
  border-radius: 0.5333333333vw;
}
.ec-omProductRole .ec-omProductRole__amazonBtn img {
  width: 48.8vw;
}
.ec-omProductRole .ec-omProductRole__modalBtn {
  margin: 0 auto;
  text-align: center;
}
.ec-omProductRole .ec-omProductRole__modalBtn a {
  color: #f87466;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: underline;
}
.ec-omProductRole .ec-omProductRole__body {
  margin-bottom: 21.3333333333vw;
}
.ec-omProductRole .ec-omProductRole__footer .ec-omPdCardWrapRole {
  width: 100vw;
  margin-right: -4vw;
  margin-left: -4vw;
  margin-bottom: 21.3333333333vw;
}
.ec-omProductRole .ec-omProductRole__footer .ec-omPdCardWrapRole:last-child {
  margin-bottom: 0;
}
.ec-omProductRole .ec-omAccordionRole {
  margin-bottom: 16vw;
}
.ec-omProductRole .ec-omProductSliderRole {
  margin: 0 0 17.0666666667vw;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.ec-omProductRole .ec-omProductSliderRole__item {
  position: relative;
  aspect-ratio: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #fff;
  border-radius: 0.5333333333vw;
}
.ec-omProductRole .ec-omProductSliderRole__item__image {
  border: 1px solid #3c4752;
}
.ec-omProductRole .ec-omRecommendRole {
  margin-bottom: 16vw;
  border-radius: 2.9333333333vw;
  border: 1px solid #fd9b96;
  background-color: #fff;
}
.ec-omProductRole .ec-omRecommendRole__title {
  padding: 2.6666666667vw;
  color: #fff;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  background-color: #fd9b96;
  border-radius: 2.9333333333vw 2.9333333333vw 0 0;
}
.ec-omProductRole .ec-omRecommendRole__list {
  padding: 5.3333333333vw 8vw;
}
.ec-omProductRole .ec-omRecommendRole__item {
  margin-bottom: 1.0666666667vw;
  font-size: 4vw;
  line-height: 2;
}
.ec-omProductRole .ec-omRecommendRole__item:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  margin-right: 2.1333333333vw;
  color: #fd9b96;
}
.ec-omProductRole .ec-omProductDetailFigureRole {
  margin-bottom: 5.3333333333vw;
}
.ec-omProductRole .ec-omProductDetailFigureRole__img img {
  width: auto;
  height: 56vw;
  margin: 0 auto;
}
.ec-omProductRole .ec-omProductDetailFigureRole__img--sm img {
  height: 29.3333333333vw;
}
.ec-omProductRole .ec-omProductDetailFigureRole__caption {
  margin-top: 5.3333333333vw;
  font-size: 4vw;
  line-height: 2;
}
.ec-omProductRole .ec-omProductDetailFigureRole__captionList {
  margin-bottom: 5.3333333333vw;
  padding-bottom: 5.3333333333vw;
  border-bottom: 1px solid #aeb3bf;
}
.ec-omProductRole .ec-omProductDetailListRole {
  margin-bottom: 5.3333333333vw;
}
.ec-omProductRole .ec-omProductDetailListRole__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -1.0666666667vw;
}
.ec-omProductRole .ec-omProductDetailListRole__listItem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 32%;
  min-height: 12.8vw;
  margin: 1.0666666667vw 0;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  background-color: #f8c6bd;
  border-radius: 10px;
}
.ec-omProductRole .ec-omProductDetailDlRole:not(:last-child) {
  margin-bottom: 9.6vw;
}
.ec-omProductRole .ec-omProductDetailDlRole__dt {
  font-size: 4vw;
  font-weight: 700;
  line-height: 2;
}
.ec-omProductRole .ec-omProductDetailDlRole__dd {
  font-size: 4vw;
  line-height: 2;
}
.ec-omProductRole .ec-omMessageRole {
  margin-left: -4vw;
  margin-right: -4vw;
  margin-bottom: 18.6666666667vw;
  padding: 5.3333333333vw 4vw;
  width: 100vw;
  overflow: hidden;
  background-color: #f8f8f8;
}
.ec-omProductRole .ec-omMessageRole__image {
  margin: 0 auto 3.7333333333vw;
}
.ec-omProductRole .ec-omMessageRole__image--round {
  width: 20vw;
  height: 20vw;
}
.ec-omProductRole .ec-omMessageRole__image--square {
  width: 66.6666666667vw;
  height: 20.5333333333vw;
}
.ec-omProductRole .ec-omMessageRole__title {
  margin-bottom: 2.1333333333vw;
  color: #fd9b96;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
}
.ec-omProductRole .ec-omMessageRole__text {
  font-size: 3.7333333333vw;
  line-height: 2;
  text-align: center;
}
.ec-omProductRole .ec-omSelectRole {
  border-top: 1px solid transparent;
}
.ec-omProductRole .ec-omSelectRole__inner {
  position: relative;
  margin-top: 11.7333333333vw;
  margin-bottom: 23.4666666667vw;
  padding: 10.9333333333vw 9.2vw;
  border: 1px solid #fd9b96;
  background-color: #fff;
}
.ec-omProductRole .ec-omSelectRole__inner:last-child {
  margin-bottom: 0;
}
.ec-omProductRole .ec-omSelectRole__inner--blue {
  border: 1px solid #7f96c3;
}
.ec-omProductRole .ec-omSelectRole__inner--blue .ec-omSelectRole__title {
  background-color: #7f96c3;
}
.ec-omProductRole .ec-omSelectRole__inner--blue .ec-omSelectRole__item:before {
  color: #7f96c3;
}
.ec-omProductRole .ec-omSelectRole__inner--nyusankin {
  border: 1px solid #f15551;
}
.ec-omProductRole .ec-omSelectRole__inner--nyusankin .ec-omSelectRole__title {
  background-color: #f15551;
}
.ec-omProductRole .ec-omSelectRole__inner--nyusankin .ec-omSelectRole__item:before {
  color: #f15551;
}
.ec-omProductRole .ec-omSelectRole__title {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: -5.3333333333vw;
  left: 50%;
  transform: translateX(-50%);
  width: 66.6666666667vw;
  height: 10.6666666667vw;
  margin: 0 auto;
  padding: 2.6666666667vw 10.4vw;
  color: #fff;
  font-size: 4.2666666667vw;
  font-weight: 700;
  border-radius: 13.3333333333vw;
  background-color: #fd9b96;
  line-height: 1;
}
.ec-omProductRole .ec-omSelectRole__title:before {
  content: "こんな方には";
  position: absolute;
  top: -6.4vw;
  left: 50%;
  transform: translateX(-50%);
  color: #3c4752;
  font-size: 3.7333333333vw;
}
.ec-omProductRole .ec-omSelectRole__list {
  margin-bottom: 2.1333333333vw;
}
.ec-omProductRole .ec-omSelectRole__item {
  margin-bottom: 2.1333333333vw;
  font-size: 4vw;
  line-height: 1.4;
}
.ec-omProductRole .ec-omSelectRole__item:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  margin-right: 2.1333333333vw;
  color: #fd9b96;
}
.ec-omProductRole .ec-omSelectRole__image {
  margin: 0 auto 5.3333333333vw;
  width: 26.6666666667vw;
}
.ec-omProductRole .ec-omSelectRole__nutrition {
  font-size: 3.7333333333vw;
  line-height: 1.4;
}
.ec-omProductRole .ec-omIngredients__title {
  padding: 3.2vw 4vw;
  color: #fff;
  font-size: 4.8vw;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  background-color: #7f96c3;
}
.ec-omProductRole .ec-omIngredients__inner {
  margin-bottom: 16vw;
  padding: 5.3333333333vw 4vw 10.6666666667vw;
  width: 100%;
  border: 1px solid #7f96c3;
  background-color: #fff;
  font-size: 4vw;
  line-height: 2;
}
.ec-omProductRole .ec-omIngredients .ec-omIngredientsList__dl {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.6vw;
  width: 100%;
  border-bottom: 1px dotted #f8c6bd;
}
.ec-omProductRole .ec-omIngredients .ec-omIngredientsList__dl--primaryLast {
  margin-bottom: 3.2vw;
  border-bottom: 1px solid #f8c6bd;
}
.ec-omProductRole .ec-omIngredients .ec-omIngredientsList__dt {
  width: 60%;
  padding: 0 2.6666666667vw 1.0666666667vw 0;
  font-weight: 400;
  text-align: left;
}
.ec-omProductRole .ec-omIngredients .ec-omIngredientsList__dd {
  width: 40%;
  text-align: right;
}
/*--------------- ブランド紹介ページ ---------------*/
.ec-omBrandRole .ec-omBrandLead {
  margin-bottom: 10.6666666667vw;
  font-size: 4.5333333333vw;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  line-height: 2;
  text-align: center;
}
.ec-omBrandRole__inner {
  margin-bottom: 26.6666666667vw;
}
.ec-omBrandRole__inner:last-child {
  margin-bottom: 0;
}
.ec-omBrandRole__inner--sub .ec-omBrandTitle {
  margin-bottom: 8.5333333333vw;
}
.ec-omBrandRole__inner--sub .ec-omBrandLead {
  margin-bottom: 10.6666666667vw;
}
.ec-omBrandRole__inner--sub .ec-omBrandRole__section {
  margin-bottom: 21.3333333333vw;
}
.ec-omBrandRole__inner--sub .ec-omBrandRole__section:last-child {
  margin-bottom: 0;
}
.ec-omBrandRole__image {
  margin-bottom: 10.6666666667vw;
  width: 100%;
}
.ec-omBrandRole__text {
  margin-bottom: 10.6666666667vw;
  font-size: 4vw;
  line-height: 2;
}
.ec-omBrandRole__text:last-child {
  margin-bottom: 0;
}
.ec-omBrandRole__text--red {
  color: #f87466;
  font-weight: 700;
}
.ec-omBrandRole--quality .ec-omMSSpromiseRole {
  margin-bottom: 16vw;
  padding: 10.6666666667vw 4vw;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  font-size: 4vw;
  line-height: 2;
}
.ec-omBrandRole--quality .ec-omMSSpromiseRole__logo {
  margin: 0 auto 5.3333333333vw;
  padding-bottom: 5.3333333333vw;
  width: 48.5333333333vw;
  border-bottom: 1px solid #3c4752;
  text-align: center;
}
.ec-omBrandRole--quality .ec-omQualityRole .ec-omHeadline--style02 {
  margin-bottom: 5.3333333333vw;
}
.ec-omBrandRole--quality .ec-omQualityRole__section {
  margin-bottom: 21.3333333333vw;
}
.ec-omBrandRole--quality .ec-omQualityRole__section:last-child {
  margin-bottom: 0;
}
.ec-omBrandRole--quality .ec-omQualityRole__lead {
  margin-bottom: 5.3333333333vw !important;
  font-size: 4vw;
  line-height: 2;
}
.ec-omBrandRole--quality .ec-omQualityRole__item {
  margin-bottom: 21.3333333333vw;
}
.ec-omBrandRole--quality .ec-omQualityRole__item:last-child {
  margin-bottom: 0;
}
.ec-omBrandRole--quality .ec-omQualityRole__itemTitle {
  margin-bottom: 5.3333333333vw !important;
  font-size: 4.8vw;
  font-weight: 700;
}
.ec-omBrandRole--quality .ec-omQualityRole__itemTitle span {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-right: 3.2vw;
  width: 11.7333333333vw;
  height: 11.7333333333vw;
  border-radius: 11.7333333333vw;
  font-family: "Noto Serif JP", serif;
  background-color: #feca3a;
}
.ec-omBrandRole--quality .ec-omQualityRole__top {
  margin-bottom: 10.6666666667vw;
}
.ec-omBrandRole--quality .ec-omQualityRole__itemLead {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 5.3333333333vw;
  font-size: 4.2666666667vw;
  line-height: 1.4;
  font-weight: 700;
}
.ec-omBrandRole--quality .ec-omQualityRole__icon {
  margin-right: 4.2666666667vw;
  width: 21.0666666667vw;
}
.ec-omBrandRole--quality .ec-omQualityRole__itemText {
  width: 100%;
  font-size: 4vw;
  line-height: 2;
}
.ec-omBrandRole--quality .ec-omQualityRole__subItem {
  margin-bottom: 16vw;
}
.ec-omBrandRole--quality .ec-omQualityRole__subItem:last-child {
  margin-bottom: 0;
}
.ec-omBrandRole--quality .ec-omQualityRole__subTitle {
  margin-bottom: 5.3333333333vw;
  padding: 2.1333333333vw 4vw;
  font-size: 4.8vw;
  color: #fff;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
  background-color: #7f96c3;
}
.ec-omBrandRole--quality .ec-omQualityRole__subText {
  font-size: 4vw;
  line-height: 2;
}
.ec-omBrandRole--quality .ec-omQualityRole__subImage {
  width: 100%;
  margin-bottom: 5.3333333333vw;
}
.ec-omBrandRole--quality .ec-omQualityRole .ec-omAccordionRole {
  margin-bottom: 16vw;
}
.ec-omBrandRole--quality .ec-omQualityRole .ec-omQualityRole__col3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.ec-omBrandRole--quality .ec-omQualityRole .ec-omQualityRole__col3 li {
  margin-bottom: 10.6666666667vw;
}
.ec-omBrandRole--quality .ec-omQualityRole .ec-omQualityRole__col3 li:last-child {
  margin-bottom: 0;
}
.ec-omBrandRole--quality .ec-omQualityRole .ec-omQualityRole__col3 li .ec-omAccordionRole__image {
  margin-bottom: 3.2vw;
  height: 53.3333333333vw;
}
.ec-omBrandRole--quality .ec-omQualityRole .ec-omQualityRole__col3 li .ec-omAccordionRole__image img {
  height: 100%;
  width: auto;
}
/*--------------- ログインページ ---------------*/
.ec-omLoginRole .ec-omHeadline--style04 {
  margin-bottom: 8.5333333333vw;
}

/*
.ec-omForgotRole  {
  .ec-omHeadline--style04 {
    margin-bottom: $vw40;
  }
  &__form  {
    margin-bottom: $vw80;
  }
  &__dl {
    padding: $vw32 0;
    border-top: 1px dotted $pink-300;
    &:last-child {
      border-bottom: 1px dotted $pink-300;
    }
  }
  &__dt {
    margin-bottom: $vw20;
  }
  .ec-label {
    margin-right: $vw24;
    font-size: $vw30;
    font-weight: $font-weight-bold;
  }
  .ec-input {
    //margin-bottom: $vw24;
    &:last-child {
      //margin-bottom: 0;
    }
  }
}*/
/*--------------- 会員登録ページ ---------------*/
.ec-omEntryRole .ec-omHeadline--style04 {
  margin-bottom: 5.3333333333vw;
}
.ec-omEntryRole .ec-omPageLead {
  text-align: center;
}
/*--------------- お問い合わせ ---------------*/
.ec-contactRole .ec-omHeadline--style04 {
  margin-bottom: 5.3333333333vw;
}
.ec-contactRole .ec-omPageLead {
  text-align: center;
}
/*--------------- カートページ ---------------*/
.ec-omCartRole {
  /*--- 共通パーツ ---*/
  /*--- カート ---*/
  /*--- ご注文手続き ---*/
  /*--- 完了画面 ---*/
}
.ec-omCartRole__btnWrap {
  margin: 0 auto;
  text-align: center;
}
.ec-omCartRole__btnWrap .ec-omBtn {
  width: 76vw;
  height: 12.8vw;
  margin-bottom: 3.2vw;
  font-size: 4.2666666667vw;
}
.ec-omCartRole__btnWrap .ec-omBtn:last-child {
  margin-bottom: 0;
}
.ec-omCartRole .ec-progress {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 10.6666666667vw;
}
.ec-omCartRole .ec-progress__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  padding: 0 2.4vw;
}
.ec-omCartRole .ec-progress__item:after {
  content: "";
  position: absolute;
  display: block;
  background: #95989f;
  width: 100%;
  height: 0.2666666667vw;
  top: 5.3333333333vw;
  left: 48%;
}
.ec-omCartRole .ec-progress__item:last-child:after {
  content: none;
}
.ec-omCartRole .ec-progress__number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  margin-bottom: 0.5333333333vw;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  font-size: 4.8vw;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #fff;
  border-radius: 10.6666666667vw;
  background-color: #95989f;
  z-index: 10;
}
.ec-omCartRole .ec-progress__label {
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #95989f;
}
.ec-omCartRole .ec-progress .is-complete .ec-progress__number {
  background-color: #fd9b96;
}
.ec-omCartRole .ec-progress .is-complete .ec-progress__label {
  color: #fd9b96;
}
.ec-omCartRole__cartForm {
  padding: 10.6666666667vw 0 16vw;
  background-color: #fff;
}
.ec-omCartRole .ec-cartRole__totalText {
  margin-bottom: 10.6666666667vw;
  font-size: 4vw;
  line-height: 2;
  text-align: center;
}
.ec-omCartRole .ec-cartRole .ec-cartHeader {
  display: none;
}
.ec-omCartRole .ec-cartRole .ec-cartRow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 8.5333333333vw;
  padding-bottom: 8.5333333333vw;
  border-bottom: 1px dotted #fd9b96;
}
.ec-omCartRole .ec-cartRole .ec-cartRow__delColumn {
  margin-right: 4vw;
}
.ec-omCartRole .ec-cartRole .ec-cartRow__delColumn .ec-icon img {
  width: 4vw;
  height: 4vw;
}
.ec-omCartRole .ec-cartRole .ec-cartRow__contentColumn {
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-right: 4.2666666667vw;
}
.ec-omCartRole .ec-cartRole .ec-cartRow__img {
  margin-right: 4.2666666667vw;
  width: 10.6666666667vw;
}
.ec-omCartRole .ec-cartRole .ec-cartRow__name {
  margin-bottom: 1.0666666667vw;
}
.ec-omCartRole .ec-cartRole .ec-cartRow__name a {
  font-size: 4vw;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: underline;
  color: #fd9b96;
}
.ec-omCartRole .ec-cartRole .ec-cartRow__unitPrice {
  margin-bottom: 5.3333333333vw;
  font-size: 4vw;
  font-weight: 700;
}
.ec-omCartRole .ec-cartRole .ec-cartRow__sutbtotalSP {
  margin-top: auto;
  font-size: 4vw;
}
.ec-omCartRole .ec-cartRole .ec-cartRow__amountColumn {
  margin-left: auto;
}
.ec-omCartRole .ec-cartRole .ec-cartRow__amount {
  display: none;
}
.ec-omCartRole .ec-cartRole .ec-cartRow__amountSP {
  margin-bottom: 3.2vw;
  font-size: 4vw;
}
.ec-omCartRole .ec-cartRole .ec-cartRow__amountUpDown {
  margin: -1.0666666667vw;
}
.ec-omCartRole .ec-cartRole .ec-cartRow__amountDownButton, .ec-omCartRole .ec-cartRole .ec-cartRow__amountDownButtonDisable, .ec-omCartRole .ec-cartRole .ec-cartRow__amountUpButton {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 1.0666666667vw;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  border-radius: 10.6666666667vw;
  border: 2px solid #95989f;
  box-sizing: border-box;
}
.ec-omCartRole .ec-cartRole .ec-cartRow__amountDownButton__icon img, .ec-omCartRole .ec-cartRole .ec-cartRow__amountDownButtonDisable__icon img, .ec-omCartRole .ec-cartRole .ec-cartRow__amountUpButton__icon img {
  width: 4.2666666667vw;
}
.ec-omCartRole .ec-cartRole .ec-cartRow__subtotalColumn {
  display: none;
}
.ec-omCartRole .ec-cartRole__progress {
  font-size: 4vw;
  line-height: 2;
  text-align: center;
}
.ec-omCartRole .ec-cartRole__progress strong {
  color: #f87466;
}
.ec-omCartRole .ec-cartRole__total {
  margin-bottom: 10.6666666667vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: right;
}
.ec-omCartRole .ec-cartRole__totalAmount {
  margin-right: 3.2vw;
  color: #f87466;
  font-size: 6.4vw;
}
.ec-omCartRole__form {
  background-color: #fff;
  font-size: 4vw;
}
.ec-omCartRole .ec-cartRole__error .ec-alert-warning {
  position: relative;
  margin-bottom: 8.5333333333vw;
  padding: 2.6666666667vw 4vw 2.6666666667vw 9.3333333333vw;
  background-color: #feca3a;
}
.ec-omCartRole .ec-cartRole__error .ec-alert-warning__icon {
  position: absolute;
  top: 3.7333333333vw;
  left: 4vw;
  width: 4.2666666667vw;
}
.ec-omCartRole .ec-cartRole__error .ec-alert-warning__text {
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.4;
}
.ec-omCartRole .ec-orderRole .ec-rectHeading h2 {
  margin-bottom: 2.6666666667vw;
  padding: 3.2vw;
  font-size: 4.8vw;
  font-weight: 700;
  background-color: #f5f7f8;
}
.ec-omCartRole .ec-orderRole .ec-rectHeading input[type=radio] {
  display: none;
}
.ec-omCartRole .ec-orderRole .ec-rectHeading input[type=radio]:checked + label:after {
  content: "";
  position: absolute;
  left: 1.0666666667vw;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 3.4666666667vw;
  height: 3.4666666667vw;
  border-radius: 5.3333333333vw;
  background-color: #3c4752;
}
.ec-omCartRole .ec-orderRole .ec-rectHeading input[type=radio] + label {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 5.3333333333vw;
  padding-left: 9.0666666667vw;
}
.ec-omCartRole .ec-orderRole .ec-rectHeading input[type=radio] + label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  border-radius: 5.3333333333vw;
  border: 1px solid #3c4752;
  margin-right: 3.7333333333vw;
}
.ec-omCartRole .ec-orderRole .ec-halfInput {
  margin-right: 0;
  margin-left: 0;
}
.ec-omCartRole .ec-orderRole .ec-select__inner {
  display: inline-block;
  width: auto;
  min-width: 21.3333333333vw;
}
.ec-omCartRole .ec-orderRole .ec-select #shopping_order_expire_month, .ec-omCartRole .ec-orderRole .ec-select #shopping_order_expire_year, .ec-omCartRole .ec-orderRole .ec-select #credit_payment_card_month, .ec-omCartRole .ec-orderRole .ec-select #credit_payment_card_year {
  margin-right: 0;
}
.ec-omCartRole .ec-orderRole__summary {
  margin-top: 10.6666666667vw;
  padding: 4.2666666667vw 4vw 8.5333333333vw;
  background-color: #f5f7f8;
}
.ec-omCartRole .ec-orderRole__summary dl, .ec-omCartRole .ec-orderRole__summary dt, .ec-omCartRole .ec-orderRole__summary dd {
  margin: 0;
  padding: 0;
}
.ec-omCartRole .ec-orderRole__summary .ec-totalBox__spec {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 0 3.2vw 0;
  padding: 0;
  border: none;
}
.ec-omCartRole .ec-orderRole__summary .ec-totalBox__spec dt {
  font-weight: 400;
}
.ec-omCartRole .ec-orderRole__summary .ec-totalBox__total {
  margin: 5.3333333333vw 0 4.2666666667vw;
  padding-top: 4.2666666667vw;
  font-weight: 700;
  text-align: right;
  border-top: 1px solid #95989f;
}
.ec-omCartRole .ec-orderRole__summary .ec-totalBox__price {
  margin: 0 2.1333333333vw;
  color: #f87466;
  font-size: 5.0666666667vw;
}
.ec-omCartRole .ec-orderRole__summary .ec-totalBox__btn {
  margin-top: 9.6vw;
}
.ec-omCartRole .ec-orderRole__summary .ec-totalBox__btn .ec-omBtn {
  margin-bottom: 2.6666666667vw;
  width: 100%;
  height: 12.8vw;
  font-size: 4.5333333333vw;
}
.ec-omCartRole .ec-orderRole__summary .ec-totalBox__btn .ec-omBtn:last-child {
  margin-bottom: 0;
}
.ec-omCartRole .ec-orderAccount {
  margin-bottom: 10.6666666667vw;
}
.ec-omCartRole .ec-orderAccount__account p {
  margin-bottom: 1.6vw;
}
.ec-omCartRole .ec-orderDelivery__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 5.3333333333vw;
  font-weight: 700;
}
.ec-omCartRole .ec-orderDelivery .ec-inlineBtn {
  padding: 1.6vw 3.7333333333vw;
  border: 1px solid #95989f;
  background-color: #f5f7f8;
  border-radius: 1.0666666667vw;
  cursor: pointer;
}
.ec-omCartRole .ec-orderDelivery .ec-borderedList {
  margin-bottom: 5.3333333333vw;
}
.ec-omCartRole .ec-orderDelivery .ec-borderedList li {
  padding: 5.3333333333vw 0;
  border-top: 1px dotted #fd9b96;
}
.ec-omCartRole .ec-orderDelivery .ec-borderedList li:last-child {
  border-bottom: 1px dotted #fd9b96;
}
.ec-omCartRole .ec-orderDelivery .ec-borderedList .ec-imageGrid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.ec-omCartRole .ec-orderDelivery .ec-borderedList .ec-imageGrid__img {
  margin-right: 4.2666666667vw;
  width: 13.3333333333vw;
}
.ec-omCartRole .ec-orderDelivery .ec-borderedList .ec-imageGrid__content p {
  margin-bottom: 1.0666666667vw;
}
.ec-omCartRole .ec-orderDelivery .ec-borderedList .ec-imageGrid__content p:last-child {
  margin-bottom: 0;
}
.ec-omCartRole .ec-orderDelivery .ec-borderedList .ec-imageGrid__content p span {
  margin-left: 5.3333333333vw;
}
.ec-omCartRole .ec-orderDelivery__address {
  margin-bottom: 5.3333333333vw;
}
.ec-omCartRole .ec-orderDelivery__address p {
  margin-bottom: 1.6vw;
}
.ec-omCartRole .ec-orderDelivery__actions {
  margin-bottom: 10.6666666667vw;
  border-bottom: 1px dotted #fd9b96;
}
.ec-omCartRole .ec-orderDelivery__actions .ec-select {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 5.3333333333vw;
}
.ec-omCartRole .ec-orderDelivery__actions .ec-select select {
  -moz-appearance: menulist-button;
  -webkit-appearance: menulist-button;
  appearance: menulist-button;
}
.ec-omCartRole .ec-orderDelivery__actions .ec-select__inner {
  width: auto;
  display: inline-block;
}
.ec-omCartRole .ec-orderDelivery__actions .ec-select label {
  margin-right: 5.3333333333vw;
  font-weight: 700;
}
.ec-omCartRole .ec-orderDelivery__actions .ec-select select {
  width: 39.2vw;
}
.ec-omCartRole .non-customer-edit dl {
  padding-bottom: 4.2666666667vw;
}
.ec-omCartRole .non-customer-edit .ec-halfInput {
  margin-right: -2.6666666667vw;
  margin-left: -2.6666666667vw;
}
.ec-omCartRole .non-customer-edit .ec-zipInput, .ec-omCartRole .non-customer-edit .ec-select, .ec-omCartRole .non-customer-edit .ec-input {
  margin-bottom: 1.6vw;
}
.ec-omCartRole .non-customer-edit .ec-select select {
  -moz-appearance: menulist-button;
  -webkit-appearance: menulist-button;
  appearance: menulist-button;
}
.ec-omCartRole .ec-orderPayment {
  margin-bottom: 10.6666666667vw;
}
.ec-omCartRole .ec-orderPayment .ec-radio {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
}
.ec-omCartRole .ec-orderPayment .ec-radio div {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.7333333333vw;
}
.ec-omCartRole .ec-orderPayment .ec-input p {
  margin-bottom: 4.2666666667vw;
}
.ec-omCartRole .ec-orderPayment .ec-input.inline {
  margin-bottom: 3.2vw;
}
.ec-omCartRole .ec-orderPayment .ec-input.inline input {
  display: inline;
  width: 82vw;
}
.ec-omCartRole .ec-orderPayment .dl_table dt {
  margin-bottom: 2.1333333333vw;
}
.ec-omCartRole .ec-orderPayment .dl_table dd p {
  display: block;
  margin: 2.6666666667vw 0 0 8vw;
  font-size: 3.7333333333vw;
  line-height: 1.4;
}
.ec-omCartRole .ec-orderPayment #credit_payment_card_no01, .ec-omCartRole .ec-orderPayment #credit_payment_card_no02, .ec-omCartRole .ec-orderPayment #credit_payment_card_no03, .ec-omCartRole .ec-orderPayment #credit_payment_card_no04 {
  max-width: 100px;
}
.ec-omCartRole .ec-orderPayment #shopping_order_expire_month, .ec-omCartRole .ec-orderPayment #shopping_order_expire_year, .ec-omCartRole .ec-orderPayment #credit_payment_card_month, .ec-omCartRole .ec-orderPayment #credit_payment_card_year {
  width: 21.3333333333vw;
  margin-right: 2.1333333333vw;
}
.ec-omCartRole .ec-orderPayment #shopping_order_credit_pay_methods {
  width: 39.2vw;
}
.ec-omCartRole .ec-orderPayment .ec-checkbox {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.ec-omCartRole .ec-orderPayment#gmo_payment_gateway_credit_form input[type=radio] {
  -moz-appearance: radio;
  -webkit-appearance: radio;
  appearance: radio;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  border-radius: 5.3333333333vw;
}
.ec-omCartRole .ec-orderPayment#gmo_payment_gateway_credit_form #shopping_order_payment_type_1_body {
  margin-bottom: 10.6666666667vw;
}
.ec-omCartRole .ec-orderPayment#gmo_payment_gateway_credit_form .save_pay_methods {
  margin-right: 5.3333333333vw;
  border-bottom: none;
}
.ec-omCartRole .ec-orderPayment#gmo_payment_gateway_credit_form .save_pay_methods + dd {
  border-bottom: none;
}
.ec-omCartRole .ec-orderPayment#gmo_payment_gateway_credit_form .save_pay_methods + dd .ec-select {
  margin-left: 5.3333333333vw;
}
.ec-omCartRole .ec-orderPayment#gmo_payment_gateway_credit_form .save_pay_methods + dd .ec-select select {
  -moz-appearance: menulist-button;
  -webkit-appearance: menulist-button;
  appearance: menulist-button;
}
.ec-omCartRole .ec-orderPayment#gmo_payment_gateway_credit_form #shopping_order_payment_type_0_body.dl_table {
  border-collapse: separate;
  border-spacing: 0 3.2vw;
}
.ec-omCartRole .ec-orderPayment#gmo_payment_gateway_credit_form #shopping_order_payment_type_0_body dl {
  margin-bottom: 2.6666666667vw;
}
.ec-omCartRole .ec-orderPayment#gmo_payment_gateway_credit_form #shopping_order_payment_type_0_body dt {
  padding-right: 2.6666666667vw;
}
.ec-omCartRole .ec-orderPayment#gmo_payment_gateway_credit_form #shopping_order_payment_type_0_body #shopping_order_card_no, .ec-omCartRole .ec-orderPayment#gmo_payment_gateway_credit_form #shopping_order_payment_type_0_body #shopping_order_mask_card_no {
  width: 100%;
}
.ec-omCartRole .ec-orderPayment#gmo_payment_gateway_credit_form #shopping_order_payment_type_0_body .ec-select select {
  -moz-appearance: menulist-button;
  -webkit-appearance: menulist-button;
  appearance: menulist-button;
}
.ec-omCartRole .ec-orderPayment#gmo_payment_gateway_credit_form #shopping_order_payment_type_0_body .ec-input select {
  -moz-appearance: menulist-button;
  -webkit-appearance: menulist-button;
  appearance: menulist-button;
}
.ec-omCartRole .ec-orderPayment#gmo_payment_gateway_credit_form #shopping_order_payment_type_0_body .ec-checkbox {
  margin-bottom: 2.6666666667vw;
}
.ec-omCartRole .ec-omFormRole__input.ec-select:before, .ec-omCartRole .ec-omFormRole__input.ec-birth:before {
  content: none;
}
.ec-omCartRole .ec-omFormRole__input.ec-select select, .ec-omCartRole .ec-omFormRole__input.ec-birth select {
  -moz-appearance: menulist-button;
  -webkit-appearance: menulist-button;
  appearance: menulist-button;
}
.ec-omCartRole .ec-registerRole .ec-addressRole__actions {
  margin-bottom: 5.3333333333vw;
}
.ec-omCartRole .ec-registerRole .ec-inlineBtn {
  display: inline-block;
  padding: 1.6vw 3.7333333333vw;
  border: 1px solid #95989f;
  background-color: #f5f7f8;
  border-radius: 1.0666666667vw;
  cursor: pointer;
  font-size: 4.2666666667vw;
}
.ec-omCartRole .ec-registerRole input[type=radio] {
  -moz-appearance: radio;
  -webkit-appearance: radio;
  appearance: radio;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  border-radius: 5.3333333333vw;
}
.ec-omCartRole .ec-registerRole .ec-addressList {
  margin-bottom: 10.6666666667vw;
  font-size: 4vw;
  line-height: 1.4;
}
.ec-omCartRole .ec-registerRole .ec-addressList__item {
  display: -ms-flexbox;
  display: flex;
  padding: 1.6vw 0;
  border-bottom: 1px dotted #f8c6bd;
}
.ec-omCartRole .ec-registerRole .ec-addressList__item:first-child {
  border-top: 1px dotted #f8c6bd;
}
.ec-omCartRole .ec-registerRole .ec-addressList__address {
  margin-left: 4.2666666667vw;
}
.ec-omCartRole .ec-omHeadline--style04 {
  margin-bottom: 5.3333333333vw;
}
.ec-omCartRole__orderNumber {
  margin: 5.3333333333vw 0 10.6666666667vw;
}
/*--------------- マイページ ---------------*/
.ec-omMypageRole {
  /*.ec-errorMessage {
    margin-top: $vw32;
    font-size: $vw30;
    line-height: 2;
  } */
  /*--- 注文履歴 --*/
  /*--- お気に入り一覧 --*/
  /*--- 会員情報編集 --*/
  /*--- お届け先一覧 --*/
  /*--- 退会手続き --*/
  /*--- カード情報編集 --*/
  /*--- ポイント履歴 --*/
}
.ec-omMypageRole .ec-omFormRole__input.ec-select:before, .ec-omMypageRole .ec-omFormRole__input.ec-birth:before {
  content: none;
}
.ec-omMypageRole .ec-omFormRole__input.ec-select select, .ec-omMypageRole .ec-omFormRole__input.ec-birth select {
  -moz-appearance: menulist-button;
  -webkit-appearance: menulist-button;
  appearance: menulist-button;
}
.ec-omMypageRole .ec-navlistRole__navlist {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10.6666666667vw;
}
.ec-omMypageRole .ec-navlistRole__item {
  width: 33.3333333333%;
}
.ec-omMypageRole .ec-navlistRole__item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 3.2vw 0.5333333333vw;
  font-size: 4vw;
  color: #aeb3bf;
  font-weight: 700;
  box-sizing: border-box;
  border: 1px solid #ffd6c6;
  background-color: #f8f8f8;
  text-align: center;
}
.ec-omMypageRole .ec-navlistRole__item.active a {
  color: #3c4752;
  background-color: #ffd6c6;
}
.ec-omMypageRole .ec-welcomeMsg {
  padding-bottom: 8.5333333333vw;
  font-size: 4vw;
  line-height: 2;
  text-align: center;
  border-bottom: 1px dotted #f8c6bd;
}
.ec-omMypageRole .ec-omHeadline--style04 {
  margin-bottom: 5.3333333333vw;
}
.ec-omMypageRole__btnWrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 8.4vw;
  text-align: center;
}
.ec-omMypageRole__btnWrap .ec-omBtn {
  margin-bottom: 3.7333333333vw;
}
.ec-omMypageRole__btnWrap .ec-omBtn:last-child {
  margin-bottom: 0;
}
.ec-omMypageRole__orderHistory {
  padding: 4.2666666667vw 0;
  font-size: 4vw;
  border-bottom: 1px dotted #f8c6bd;
}
.ec-omMypageRole .ec-historyRole {
  padding: 4.2666666667vw 0;
  border-bottom: 1px dotted #f8c6bd;
}
.ec-omMypageRole .ec-historyRole__header {
  margin-bottom: 8.5333333333vw;
}
.ec-omMypageRole .ec-historyRole .ec-historyListHeader__date {
  margin-bottom: 4.2666666667vw;
  font-size: 5.0666666667vw;
  font-weight: 700;
}
.ec-omMypageRole .ec-historyRole .ec-definitions {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.2vw;
  font-size: 4vw;
  line-height: 1.4;
}
.ec-omMypageRole .ec-historyRole .ec-definitions:last-of-type {
  margin-bottom: 4.2666666667vw;
}
.ec-omMypageRole .ec-historyRole .ec-definitions dt {
  margin-right: 5.3333333333vw;
  font-weight: 700;
}
.ec-omMypageRole .ec-historyRole__item {
  margin-bottom: 4.2666666667vw;
}
.ec-omMypageRole .ec-historyRole__item:last-child {
  margin-bottom: 0;
}
.ec-omMypageRole .ec-historyRole__item .ec-imageGrid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.ec-omMypageRole .ec-historyRole__item .ec-imageGrid__img {
  margin-right: 2.6666666667vw;
  width: 37.3333333333vw;
  height: 37.3333333333vw;
}
.ec-omMypageRole .ec-historyRole__item .ec-imageGrid__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ec-omMypageRole .ec-historyRole__item .ec-imageGrid__content {
  font-size: 4vw;
  font-weight: 700;
}
.ec-omMypageRole .ec-historyRole__detailTitle {
  margin-bottom: 1.0666666667vw;
}
.ec-omMypageRole .ec-historyDetailRole {
  padding: 4.2666666667vw 0;
  font-size: 4vw;
}
.ec-omMypageRole .ec-historyDetailRole .ec-orderOrder, .ec-omMypageRole .ec-historyDetailRole .ec-orderDelivery, .ec-omMypageRole .ec-historyDetailRole .ec-orderPayment, .ec-omMypageRole .ec-historyDetailRole .ec-orderMails {
  margin-bottom: 8.5333333333vw;
}
.ec-omMypageRole .ec-historyDetailRole .ec-orderRole .ec-definitions {
  margin-bottom: 1.6vw;
}
.ec-omMypageRole .ec-historyDetailRole .ec-orderRole .ec-definitions dt, .ec-omMypageRole .ec-historyDetailRole .ec-orderRole .ec-definitions dd {
  display: inline-block;
}
.ec-omMypageRole .ec-historyDetailRole .ec-orderRole .ec-definitions dt {
  margin-right: 2.6666666667vw;
  font-weight: 700;
}
.ec-omMypageRole .ec-historyDetailRole .ec-orderRole .ec-rectHeading {
  margin-bottom: 2.6666666667vw;
  padding: 3.2vw;
  font-size: 4.8vw;
  font-weight: 700;
  background-color: #f5f7f8;
}
.ec-omMypageRole .ec-historyDetailRole .ec-orderRole__summary .btn {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  max-width: 100%;
  margin-bottom: 8.5333333333vw;
  padding: 2.1333333333vw 7.4666666667vw;
  color: #fff;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 4px;
  line-height: 1.2;
  background-color: #7f96c3;
  cursor: pointer;
  box-sizing: border-box;
}
.ec-omMypageRole .ec-historyDetailRole .ec-orderRole__summary .ec-totalBox {
  padding: 4.2666666667vw 4vw 8.5333333333vw;
  background-color: #f5f7f8;
}
.ec-omMypageRole .ec-historyDetailRole .ec-orderRole__summary .ec-totalBox__spec {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 0 3.2vw 0;
  padding: 0;
  border: none;
}
.ec-omMypageRole .ec-historyDetailRole .ec-orderRole__summary .ec-totalBox__spec dt {
  font-weight: 400;
}
.ec-omMypageRole .ec-historyDetailRole .ec-orderRole__summary .ec-totalBox__total {
  margin: 5.3333333333vw 0 4.2666666667vw;
  padding-top: 4.2666666667vw;
  font-weight: 700;
  text-align: right;
  border-top: 1px solid #95989f;
}
.ec-omMypageRole .ec-historyDetailRole .ec-orderRole__summary .ec-totalBox__price {
  margin: 0 2.1333333333vw;
  color: #f87466;
  font-size: 5.0666666667vw;
}
.ec-omMypageRole .ec-historyDetailRole .ec-orderRole__summary .ec-totalBox .ec-blockBtn--action {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  max-width: 100%;
  margin-top: 5.3333333333vw;
  padding: 2.1333333333vw 7.4666666667vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 100px;
  box-sizing: border-box;
  background-color: #fd9b96;
  color: #fff;
  line-height: 1.2;
  cursor: pointer;
}
.ec-omMypageRole .ec-historyDetailRole .ec-orderDelivery__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 3.2vw;
  font-weight: 700;
}
.ec-omMypageRole .ec-historyDetailRole .ec-orderDelivery__list {
  margin-bottom: 8.5333333333vw;
}
.ec-omMypageRole .ec-historyDetailRole .ec-orderDelivery__item {
  padding: 2.6666666667vw 0;
  border-top: 1px dotted #f8c6bd;
}
.ec-omMypageRole .ec-historyDetailRole .ec-orderDelivery__item .ec-imageGrid {
  display: -ms-flexbox;
  display: flex;
}
.ec-omMypageRole .ec-historyDetailRole .ec-orderDelivery__item .ec-imageGrid__img {
  margin-right: 5.3333333333vw;
  width: 32vw;
  height: 32vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ec-omMypageRole .ec-historyDetailRole .ec-orderDelivery__item .ec-imageGrid__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.ec-omMypageRole .ec-historyDetailRole .ec-orderDelivery__item .ec-imageGrid__content p {
  line-height: 1.2;
  margin-bottom: 2.1333333333vw;
}
.ec-omMypageRole .ec-historyDetailRole .ec-orderDelivery__item .ec-imageGrid__content p a {
  color: #fd9b96;
  text-decoration: underline;
}
.ec-omMypageRole .ec-historyDetailRole .ec-orderDelivery__address {
  margin: 5.3333333333vw 0;
}
.ec-omMypageRole .ec-historyDetailRole .ec-orderDelivery__address p {
  margin-bottom: 1.6vw;
  line-height: 1.2;
}
.ec-omMypageRole .ec-historyDetailRole .ec-orderDelivery .ec-definitions--soft {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.1333333333vw;
}
.ec-omMypageRole .ec-historyDetailRole .ec-orderMail .ec-orderMail__time {
  margin-bottom: 2.1333333333vw;
}
.ec-omMypageRole .ec-historyDetailRole .ec-orderMail .ec-orderMail__link {
  color: #fd9b96;
  text-decoration: underline;
  line-height: 1.4;
}
.ec-omMypageRole .ec-historyDetailRole .ec-orderMail .ec-orderMail__body {
  display: none;
  margin-top: 5.3333333333vw;
  padding: 8.5333333333vw 2.6666666667vw;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  font-size: 3.7333333333vw;
  line-height: 1.4;
}
.ec-omMypageRole .ec-historyDetailRole .ec-orderMail .ec-orderMail__close {
  margin-top: 4.2666666667vw;
  text-align: center;
}
.ec-omMypageRole .ec-historyDetailRole .ec-orderMail .ec-orderMail__close a {
  color: #fd9b96;
}
.ec-omMypageRole .ec-historyDetailRole .ec-role .ec-inlineBtn {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  max-width: 100%;
  margin-top: 5.3333333333vw;
  padding: 2.1333333333vw 7.4666666667vw;
  font-size: 4.2666666667vw;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #95989f;
  color: #fff;
  line-height: 1.2;
  cursor: pointer;
}
.ec-omMypageRole .ec-favoriteRole__header {
  margin-bottom: 8.5333333333vw;
  padding: 4.2666666667vw 0;
  font-size: 4vw;
  border-bottom: 1px dotted #f8c6bd;
}
.ec-omMypageRole .ec-favoriteRole__itemList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin: 0 -2.6666666667vw;
}
.ec-omMypageRole .ec-favoriteRole__item {
  position: relative;
  margin: 0 2.6666666667vw 10.6666666667vw;
  width: 43.3333333333vw;
}
.ec-omMypageRole .ec-favoriteRole .ec-closeBtn--circle {
  position: absolute;
  right: 4.2666666667vw;
  top: -3.2vw;
}
.ec-omMypageRole .ec-favoriteRole .ec-closeBtn--circle .ec-icon {
  width: 7.2vw;
  height: 7.2vw;
}
.ec-omMypageRole .ec-favoriteRole__item-image {
  width: 43.3333333333vw;
  height: 43.3333333333vw;
  margin: 0 auto 3.2vw;
}
.ec-omMypageRole .ec-favoriteRole__item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ec-omMypageRole .ec-favoriteRole__itemTitle, .ec-omMypageRole .ec-favoriteRole__itemPrice {
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.4;
}
.ec-omMypageRole .ec-favoriteRole__itemTitle {
  margin-bottom: 1.6vw;
}
.ec-omMypageRole .ec-checkbox label {
  margin-top: -5.3333333333vw;
}
.ec-omMypageRole .ec-checkbox label span {
  width: 100%;
  position: relative;
  top: -4.2666666667vw;
  padding-left: 7.4666666667vw;
  display: block;
}
.ec-omMypageRole .ec-addressRole__header {
  margin-bottom: 8.5333333333vw;
  padding: 4.2666666667vw 0;
  font-size: 4vw;
}
.ec-omMypageRole .ec-addressRole__actions .ec-errorMessage {
  font-size: 4vw;
  font-weight: 700;
  color: #f87466;
  line-height: 1.4;
}
.ec-omMypageRole .ec-addressList {
  margin-top: 10.6666666667vw;
}
.ec-omMypageRole .ec-addressList__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 4.2666666667vw 0;
  border-top: 1px dotted #f8c6bd;
}
.ec-omMypageRole .ec-addressList__item:last-child {
  border-bottom: 1px dotted #f8c6bd;
}
.ec-omMypageRole .ec-addressList__remove {
  margin-right: 5.3333333333vw;
}
.ec-omMypageRole .ec-addressList__remove .ec-icon {
  width: 7.2vw;
  height: 7.2vw;
}
.ec-omMypageRole .ec-addressList__address {
  margin-right: 5.3333333333vw;
  font-size: 4vw;
  line-height: 1.4;
}
.ec-omMypageRole .ec-addressList__action {
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ec-omMypageRole .ec-withdrawRole__icon, .ec-omMypageRole .ec-withdrawConfirmRole__icon {
  margin: 8.5333333333vw auto;
  width: 26.6666666667vw;
}
.ec-omMypageRole .ec-withdrawRole__title, .ec-omMypageRole .ec-withdrawConfirmRole__title {
  margin-bottom: 5.3333333333vw;
  font-size: 4.5333333333vw;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}
.ec-omMypageRole .ec-withdrawRole__description, .ec-omMypageRole .ec-withdrawConfirmRole__description {
  margin-bottom: 8.5333333333vw;
  font-size: 4vw;
  line-height: 2;
  text-align: center;
}
.ec-omMypageRole .ec-cardRole dl {
  padding: 4.2666666667vw 0 1.6vw;
  font-size: 4vw;
  border-bottom: 1px dotted #f8c6bd;
}
.ec-omMypageRole .ec-cardRole dl dt {
  margin-bottom: 2.1333333333vw;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.4;
}
.ec-omMypageRole .ec-cardRole input {
  display: inline-block;
  padding: 2.6666666667vw;
  height: 11.2vw;
  width: 100%;
  font-size: 4vw;
  border: 1px solid #95989f;
  background-color: #fff;
  border-radius: 0.5333333333vw;
}
.ec-omMypageRole .ec-cardRole input:-ms-input-placeholder {
  color: #95989f;
}
.ec-omMypageRole .ec-cardRole input::placeholder {
  color: #95989f;
}
.ec-omMypageRole .ec-cardRole .ec-halfInput {
  margin-right: -2.6666666667vw;
  margin-left: -2.6666666667vw;
}
.ec-omMypageRole .ec-cardRole .ec-halfInput input {
  width: calc((100% - 11.7333333333vw) / 2);
  margin-right: 2.6666666667vw;
  margin-left: 2.6666666667vw;
}
.ec-omMypageRole .ec-cardRole .ec-select {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
}
.ec-omMypageRole .ec-cardRole .ec-select select {
  -moz-appearance: menulist-button;
  -webkit-appearance: menulist-button;
  appearance: menulist-button;
  display: inline-block;
  padding: 2.6666666667vw;
  height: 11.2vw;
  width: 100%;
  font-size: 4vw;
  border: 1px solid #95989f;
  background-color: #fff;
  border-radius: 0.5333333333vw;
}
.ec-omMypageRole .ec-cardRole #mypage_card_expire_month, .ec-omMypageRole .ec-cardRole #mypage_card_expire_year {
  width: 21.3333333333vw;
  margin-right: 2.1333333333vw;
}
.ec-omMypageRole .ec-cardRole #mypage_card_expire_year {
  margin-left: 2.1333333333vw;
}
.ec-omMypageRole .ec-cardRole .alert {
  position: relative;
  margin: 8.5333333333vw 0 5.3333333333vw;
  padding: 2.6666666667vw 4vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: #f8c6bd;
}
.ec-omMypageRole .ec-cardRole .alert.alert-success {
  background-color: #ccdae8;
}
.ec-omMypageRole .ec-cardRole .alert .fa {
  padding-top: 0.5333333333vw;
  line-height: 1;
}
.ec-omMypageRole .ec-cardRole .alert span {
  margin: 0;
  font-size: 4vw;
  color: #3c4752;
}
.ec-omMypageRole .ec-cardRole .alert .close {
  margin-left: auto;
}
.ec-omMypageRole .ec-cardRole .ec-para-normal {
  padding: 4.2666666667vw 0;
  border-bottom: 1px dotted #f8c6bd;
}
.ec-omMypageRole .ec-cardRole p {
  font-size: 4vw;
}
.ec-omMypageRole .ec-cardRole__noCard {
  padding: 4.2666666667vw 0;
  border-bottom: 1px dotted #f8c6bd;
}
.ec-omMypageRole .ec-cardRole .ec-cardList table {
  margin: 5.3333333333vw 0;
  font-size: 4vw;
}
.ec-omMypageRole .ec-cardRole .ec-cardList table thead th {
  padding-bottom: 3.2vw;
  border-bottom: 1px dotted #f8c6bd;
}
.ec-omMypageRole .ec-cardRole .ec-cardList table tbody input[type=checkbox] {
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
  appearance: checkbox;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
}
.ec-omMypageRole .ec-cardRole .ec-cardList table tbody tr {
  margin-bottom: 10.6666666667vw;
  padding: 4.2666666667vw 0;
  border-bottom: 1px dotted #f8c6bd;
}
.ec-omMypageRole .ec-cardRole .ec-cardList table tbody tr td {
  padding: 4.2666666667vw 0;
}
.ec-omMypageRole .ec-cardRole dl {
  padding: 4.2666666667vw 0;
}
.ec-omMypageRole .ec-cardRole .ec-select {
  display: inline-block;
}
.ec-omMypageRole .ec-cardRole .ec-select select {
  -moz-appearance: menulist-button;
  -webkit-appearance: menulist-button;
  appearance: menulist-button;
}
.ec-omMypageRole .ec-cardRole .cardNoCaution, .ec-omMypageRole .ec-cardRole span {
  display: block;
  margin-top: 2.6666666667vw;
  padding: 0 2%;
  color: #f87466;
  font-weight: 700;
}
.ec-omMypageRole .ec-cardRole__actions {
  margin-top: 8.5333333333vw;
  text-align: center;
}
.ec-omMypageRole .ec-cardRole .ec-inlineBtn {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  max-width: 100%;
  padding: 2.1333333333vw 7.4666666667vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 100px;
  box-sizing: border-box;
  background-color: #fd9b96;
  color: #fff;
  line-height: 1.2;
  cursor: pointer;
}
.ec-omMypageRole .ec-cardRole #delete_card_action {
  margin-bottom: 16vw;
  background-color: #7f96c3;
}
.ec-omMypageRole .ec-pointHistoryRole__header {
  margin-bottom: 10.6666666667vw;
  padding: 4.2666666667vw 0;
  font-size: 4vw;
}
.ec-omMypageRole .ec-pointHistoryRole__body {
  font-size: 4vw;
  line-height: 1.2;
}
.ec-omMypageRole .ec-pointHistoryRole__body .table-head {
  line-height: 1.2;
  padding-bottom: 1.6vw;
}
.ec-omMypageRole .ec-pointHistoryRole__body .table-head th {
  padding-bottom: 1.6vw;
  vertical-align: middle;
  text-align: center;
}
.ec-omMypageRole .ec-pointHistoryRole__body tr {
  border-bottom: 1px dotted #f8c6bd;
}
.ec-omMypageRole .ec-pointHistoryRole__body td {
  padding: 2.6666666667vw 0;
  text-align: center;
}
/*--------------- 栄養チェックシート ---------------*/
.ec-omOrthocheckPageRole .ec-omPageTitle {
  position: relative;
  margin-bottom: 16.5333333333vw;
  font-size: 5.8666666667vw;
  text-align: left;
}
.ec-omOrthocheckPageRole .ec-omPageTitle:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 32vw;
  height: 40vw;
  background-image: url("../img/orthocheck/img_orthocheck_02.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.ec-omOrthocheckPageRole__contents {
  padding: 10.6666666667vw 4vw;
  background-color: #f8dfda;
}
.ec-omOrthocheckPageRole__inner {
  padding: 10.6666666667vw 4vw 16vw;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.ec-omOrthocheckPageRole__inner table {
  margin-bottom: 10.6666666667vw;
}
.ec-omOrthocheckPageRole__inner tr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 3.7333333333vw 0;
  border-top: 1px dotted #ffd6c6;
}
.ec-omOrthocheckPageRole__inner tr:last-child {
  border-bottom: 1px dotted #ffd6c6;
}
.ec-omOrthocheckPageRole__inner th {
  margin-bottom: 2.1333333333vw;
  text-align: left;
  font-size: 4.2666666667vw;
  font-weight: 400;
}
.ec-omOrthocheckPageRole__inner th.femaleQ:before {
  content: "女性の方";
  display: block;
  width: 18.1333333333vw;
  margin-bottom: 2.6666666667vw;
  padding: 1.0666666667vw 2.1333333333vw;
  background-color: #fcad8e;
  font-size: 3.4666666667vw;
  line-height: 1.5;
  color: #fff;
  font-weight: 700;
  border-radius: 0.5333333333vw;
  box-sizing: border-box;
}
.ec-omOrthocheckPageRole__inner td {
  height: 11.2vw;
}
.ec-omOrthocheckPageRole__inner .button-radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 11.2vw;
}
.ec-omOrthocheckPageRole__inner .button-radio label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 48%;
  height: 11.2vw;
  color: #7f96c3;
  font-size: 4.5333333333vw;
  border-radius: 13.3333333333vw;
  border: 1px solid #7f96c3;
  cursor: pointer;
}
.ec-omOrthocheckPageRole__inner .button-radio input[type=radio]:checked + label {
  color: #fff;
  font-weight: 700;
  background-color: #7f96c3;
  border: 1px solid #7f96c3;
}
.ec-omOrthocheckPageRole__inner .badge-wrap {
  display: block;
  margin-bottom: 2.6666666667vw;
}
.ec-omOrthocheckPageRole__inner .badge-women {
  padding: 1.0666666667vw 2.1333333333vw;
  background-color: #fcad8e;
  font-size: 3.4666666667vw;
  color: #fff;
  font-weight: 700;
  border-radius: 0.5333333333vw;
}
.ec-omOrthocheckPageRole__inner .is-unclickable,
.ec-omOrthocheckPageRole__inner .disabled {
  color: #95989f !important;
}
.ec-omOrthocheckPageRole__inner .is-unclickable .badge-women,
.ec-omOrthocheckPageRole__inner .disabled .badge-women {
  background-color: #d9dade;
}
.ec-omOrthocheckPageRole__inner .is-unclickable .button-radio label,
.ec-omOrthocheckPageRole__inner .disabled .button-radio label {
  color: #95989f;
  border: 1px solid #f5f7f8;
  background-color: #f5f7f8;
  pointer-events: none;
}
.ec-omOrthocheckPageRole__inner th.femaleQ.disabled:before {
  background-color: #d9dade;
}
.ec-omOrthocheckPageRole .result {
  margin: 0 auto;
  text-align: center;
}
.ec-omOrthocheckPageRole .ec-omOrthoRankRole {
  display: none;
  margin-top: 10.6666666667vw;
  padding: 10.6666666667vw 4vw;
  background-color: #d9e0f4;
}
.ec-omOrthocheckPageRole .ec-omOrthoRankRole__inner {
  padding: 10.6666666667vw 4vw 5.3333333333vw;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.ec-omOrthocheckPageRole .ec-omOrthoRankRole__inner .rank {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.ec-omOrthocheckPageRole .ec-omOrthoRankRole__inner tr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 2.6666666667vw;
}
.ec-omOrthocheckPageRole .ec-omOrthoRankRole__inner th {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 3.2vw;
  font-size: 4.2666666667vw;
  color: #fff;
  width: 8.5333333333vw;
  height: 8.5333333333vw;
  border-radius: 8.5333333333vw;
  background-color: #feca3a;
}
.ec-omOrthocheckPageRole .ec-omOrthoRankRole__inner td {
  font-size: 5.3333333333vw;
  font-weight: 700;
}
.ec-omOrthocheckPageRole .ec-omOrthoRankRole__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 1.6vw;
  font-size: 5.8666666667vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
}
.ec-omOrthocheckPageRole .ec-omOrthoRankRole__title:before {
  content: "";
  display: block;
  width: 7.2vw;
  height: 16vw;
  margin-right: 5.3333333333vw;
  background-image: url("../img/orthocheck/img_title_deco_l.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.ec-omOrthocheckPageRole .ec-omOrthoRankRole__title:after {
  content: "";
  display: block;
  width: 7.2vw;
  height: 16vw;
  margin-left: 5.3333333333vw;
  background-image: url("../img/orthocheck/img_title_deco_r.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.ec-omOrthocheckPageRole .ec-omOrthoRankRole__image {
  margin-right: 4.2666666667vw;
  width: 26.6666666667vw;
}
.ec-omOrthocheckPageRole .ec-omOrthoRankRole .reset {
  margin: 0 auto 8.5333333333vw;
  text-align: center;
}
.ec-omOrthocheckPageRole .ec-omOrthoRankRole .reset .resetBtn:after {
  font-family: "Font Awesome 5 Free";
  content: "\f2ea";
  font-weight: 900;
  margin-left: 3.2vw;
}
.ec-omOrthocheckPageRole .ec-omOrthoRankRole span {
  font-size: 3.2vw;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
/*--------------- text parts ---------------*/
.text-small {
  font-size: 75%;
  vertical-align: bottom;
}

.font-weight-light {
  font-weight: 300;
}

.font-weight-normal {
  font-weight: 400;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-bold, .ec-font-bold {
  font-weight: 700;
}

.font-weight-black {
  font-weight: 900;
}

.text-red {
  color: #f87466;
}

.ec-omTextLink, .ec-link {
  color: #fd9b96;
  text-decoration: underline;
}

.text-link {
  color: #fd9b96;
  text-decoration: underline;
}

.annotation-mark {
  font-size: 2.6666666667vw;
  color: #f87466;
  vertical-align: baseline;
}

.image-caption {
  display: block;
  font-size: 3.2vw;
  line-height: 1.4;
  text-align: center;
}
/*--------------- aline ---------------*/
.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.img-left {
  text-align: left !important;
  margin-right: auto !important;
}

.img-center {
  text-align: center !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.img-right {
  text-align: right !important;
  margin-left: auto !important;
}

/*--------------- display ---------------*/
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
/*--------------- flex ---------------*/
.flex-row {
  -ms-flex-direction: row !important;
      flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
      flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
      align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
      align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
      align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
      align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
      align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}
/*--------------- margin ---------------*/
.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-8 {
  margin-top: 1.0666666667vw !important;
}

.mt-10 {
  margin-top: 1.3333333333vw !important;
}

.mt-16 {
  margin-top: 2.1333333333vw !important;
}

.mt-20 {
  margin-top: 2.6666666667vw !important;
}

.mt-24 {
  margin-top: 3.2vw !important;
}

.mt-30 {
  margin-top: 4vw !important;
}

.mt-32 {
  margin-top: 4.2666666667vw !important;
}

.mt-40 {
  margin-top: 5.3333333333vw !important;
}

.mt-48 {
  margin-top: 6.4vw !important;
}

.mt-50 {
  margin-top: 6.6666666667vw !important;
}

.mt-56 {
  margin-top: 7.4666666667vw !important;
}

.mt-60 {
  margin-top: 8vw !important;
}

.mt-64 {
  margin-top: 8.5333333333vw !important;
}

.mt-70 {
  margin-top: 9.3333333333vw !important;
}

.mt-72 {
  margin-top: 9.6vw !important;
}

.mt-80 {
  margin-top: 10.6666666667vw !important;
}

.mt-88 {
  margin-top: 11.7333333333vw !important;
}

.mt-90 {
  margin-top: 12vw !important;
}

.mt-96 {
  margin-top: 12.8vw !important;
}

.mt-100 {
  margin-top: 13.3333333333vw !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-8 {
  margin-right: 1.0666666667vw !important;
}

.mr-10 {
  margin-right: 1.3333333333vw !important;
}

.mr-16 {
  margin-right: 2.1333333333vw !important;
}

.mr-20 {
  margin-right: 2.6666666667vw !important;
}

.mr-24 {
  margin-right: 3.2vw !important;
}

.mr-30 {
  margin-right: 4vw !important;
}

.mr-32 {
  margin-right: 4.2666666667vw !important;
}

.mr-40 {
  margin-right: 5.3333333333vw !important;
}

.mr-48 {
  margin-right: 6.4vw !important;
}

.mr-50 {
  margin-right: 6.6666666667vw !important;
}

.mr-56 {
  margin-right: 7.4666666667vw !important;
}

.mr-60 {
  margin-right: 8vw !important;
}

.mr-64 {
  margin-right: 8.5333333333vw !important;
}

.mr-70 {
  margin-right: 9.3333333333vw !important;
}

.mr-72 {
  margin-right: 9.6vw !important;
}

.mr-80 {
  margin-right: 10.6666666667vw !important;
}

.mr-88 {
  margin-right: 11.7333333333vw !important;
}

.mr-90 {
  margin-right: 12vw !important;
}

.mr-96 {
  margin-right: 12.8vw !important;
}

.mr-100 {
  margin-right: 13.3333333333vw !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-8 {
  margin-bottom: 1.0666666667vw !important;
}

.mb-10 {
  margin-bottom: 1.3333333333vw !important;
}

.mb-16 {
  margin-bottom: 2.1333333333vw !important;
}

.mb-20 {
  margin-bottom: 2.6666666667vw !important;
}

.mb-24 {
  margin-bottom: 3.2vw !important;
}

.mb-30 {
  margin-bottom: 4vw !important;
}

.mb-32 {
  margin-bottom: 4.2666666667vw !important;
}

.mb-40 {
  margin-bottom: 5.3333333333vw !important;
}

.mb-48 {
  margin-bottom: 6.4vw !important;
}

.mb-50 {
  margin-bottom: 6.6666666667vw !important;
}

.mb-56 {
  margin-bottom: 7.4666666667vw !important;
}

.mb-60 {
  margin-bottom: 8vw !important;
}

.mb-64 {
  margin-bottom: 8.5333333333vw !important;
}

.mb-70 {
  margin-bottom: 9.3333333333vw !important;
}

.mb-72 {
  margin-bottom: 9.6vw !important;
}

.mb-80 {
  margin-bottom: 10.6666666667vw !important;
}

.mb-88 {
  margin-bottom: 11.7333333333vw !important;
}

.mb-90 {
  margin-bottom: 12vw !important;
}

.mb-96 {
  margin-bottom: 12.8vw !important;
}

.mb-100 {
  margin-bottom: 13.3333333333vw !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-8 {
  margin-left: 1.0666666667vw !important;
}

.ml-10 {
  margin-left: 1.3333333333vw !important;
}

.ml-16 {
  margin-left: 2.1333333333vw !important;
}

.ml-20 {
  margin-left: 2.6666666667vw !important;
}

.ml-24 {
  margin-left: 3.2vw !important;
}

.ml-30 {
  margin-left: 4vw !important;
}

.ml-32 {
  margin-left: 4.2666666667vw !important;
}

.ml-40 {
  margin-left: 5.3333333333vw !important;
}

.ml-48 {
  margin-left: 6.4vw !important;
}

.ml-50 {
  margin-left: 6.6666666667vw !important;
}

.ml-56 {
  margin-left: 7.4666666667vw !important;
}

.ml-60 {
  margin-left: 8vw !important;
}

.ml-64 {
  margin-left: 8.5333333333vw !important;
}

.ml-70 {
  margin-left: 9.3333333333vw !important;
}

.ml-72 {
  margin-left: 9.6vw !important;
}

.ml-80 {
  margin-left: 10.6666666667vw !important;
}

.ml-88 {
  margin-left: 11.7333333333vw !important;
}

.ml-90 {
  margin-left: 12vw !important;
}

.ml-96 {
  margin-left: 12.8vw !important;
}

.ml-100 {
  margin-left: 13.3333333333vw !important;
}
/*--------------- padding ---------------*/
.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-8 {
  padding-top: 1.0666666667vw !important;
}

.pt-10 {
  padding-top: 1.3333333333vw !important;
}

.pt-16 {
  padding-top: 2.1333333333vw !important;
}

.pt-20 {
  padding-top: 2.6666666667vw !important;
}

.pt-24 {
  padding-top: 3.2vw !important;
}

.pt-30 {
  padding-top: 4vw !important;
}

.pt-32 {
  padding-top: 4.2666666667vw !important;
}

.pt-40 {
  padding-top: 5.3333333333vw !important;
}

.pt-48 {
  padding-top: 6.4vw !important;
}

.pt-50 {
  padding-top: 6.6666666667vw !important;
}

.pt-56 {
  padding-top: 7.4666666667vw !important;
}

.pt-60 {
  padding-top: 8vw !important;
}

.pt-64 {
  padding-top: 8.5333333333vw !important;
}

.pt-70 {
  padding-top: 9.3333333333vw !important;
}

.pt-72 {
  padding-top: 9.6vw !important;
}

.pt-80 {
  padding-top: 10.6666666667vw !important;
}

.pt-88 {
  padding-top: 11.7333333333vw !important;
}

.pt-90 {
  padding-top: 12vw !important;
}

.pt-96 {
  padding-top: 12.8vw !important;
}

.pt-100 {
  padding-top: 13.3333333333vw !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-8 {
  padding-right: 1.0666666667vw !important;
}

.pr-10 {
  padding-right: 1.3333333333vw !important;
}

.pr-16 {
  padding-right: 2.1333333333vw !important;
}

.pr-20 {
  padding-right: 2.6666666667vw !important;
}

.pr-24 {
  padding-right: 3.2vw !important;
}

.pr-30 {
  padding-right: 4vw !important;
}

.pr-32 {
  padding-right: 4.2666666667vw !important;
}

.pr-40 {
  padding-right: 5.3333333333vw !important;
}

.pr-48 {
  padding-right: 6.4vw !important;
}

.pr-50 {
  padding-right: 6.6666666667vw !important;
}

.pr-56 {
  padding-right: 7.4666666667vw !important;
}

.pr-60 {
  padding-right: 8vw !important;
}

.pr-64 {
  padding-right: 8.5333333333vw !important;
}

.pr-70 {
  padding-right: 9.3333333333vw !important;
}

.pr-72 {
  padding-right: 9.6vw !important;
}

.pr-80 {
  padding-right: 10.6666666667vw !important;
}

.pr-88 {
  padding-right: 11.7333333333vw !important;
}

.pr-90 {
  padding-right: 12vw !important;
}

.pr-96 {
  padding-right: 12.8vw !important;
}

.pr-100 {
  padding-right: 13.3333333333vw !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-8 {
  padding-bottom: 1.0666666667vw !important;
}

.pb-10 {
  padding-bottom: 1.3333333333vw !important;
}

.pb-16 {
  padding-bottom: 2.1333333333vw !important;
}

.pb-20 {
  padding-bottom: 2.6666666667vw !important;
}

.pb-24 {
  padding-bottom: 3.2vw !important;
}

.pb-30 {
  padding-bottom: 4vw !important;
}

.pb-32 {
  padding-bottom: 4.2666666667vw !important;
}

.pb-40 {
  padding-bottom: 5.3333333333vw !important;
}

.pb-48 {
  padding-bottom: 6.4vw !important;
}

.pb-50 {
  padding-bottom: 6.6666666667vw !important;
}

.pb-56 {
  padding-bottom: 7.4666666667vw !important;
}

.pb-60 {
  padding-bottom: 8vw !important;
}

.pb-64 {
  padding-bottom: 8.5333333333vw !important;
}

.pb-70 {
  padding-bottom: 9.3333333333vw !important;
}

.pb-72 {
  padding-bottom: 9.6vw !important;
}

.pb-80 {
  padding-bottom: 10.6666666667vw !important;
}

.pb-88 {
  padding-bottom: 11.7333333333vw !important;
}

.pb-90 {
  padding-bottom: 12vw !important;
}

.pb-96 {
  padding-bottom: 12.8vw !important;
}

.pb-100 {
  padding-bottom: 13.3333333333vw !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-8 {
  padding-left: 1.0666666667vw !important;
}

.pl-10 {
  padding-left: 1.3333333333vw !important;
}

.pl-16 {
  padding-left: 2.1333333333vw !important;
}

.pl-20 {
  padding-left: 2.6666666667vw !important;
}

.pl-24 {
  padding-left: 3.2vw !important;
}

.pl-30 {
  padding-left: 4vw !important;
}

.pl-32 {
  padding-left: 4.2666666667vw !important;
}

.pl-40 {
  padding-left: 5.3333333333vw !important;
}

.pl-48 {
  padding-left: 6.4vw !important;
}

.pl-50 {
  padding-left: 6.6666666667vw !important;
}

.pl-56 {
  padding-left: 7.4666666667vw !important;
}

.pl-60 {
  padding-left: 8vw !important;
}

.pl-64 {
  padding-left: 8.5333333333vw !important;
}

.pl-70 {
  padding-left: 9.3333333333vw !important;
}

.pl-72 {
  padding-left: 9.6vw !important;
}

.pl-80 {
  padding-left: 10.6666666667vw !important;
}

.pl-88 {
  padding-left: 11.7333333333vw !important;
}

.pl-90 {
  padding-left: 12vw !important;
}

.pl-96 {
  padding-left: 12.8vw !important;
}

.pl-100 {
  padding-left: 13.3333333333vw !important;
}
/*--------------- plugin 上書き用 ---------------*/
html.is-fiexd,
body.is-fiexd {
  overflow: hidden;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slider-list {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.slider-list.slick-initialized {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /*slick-initializedが付与されたら表示*/
}

.slick-dots {
  bottom: 5.3333333333vw;
}
.slick-dots li {
  width: auto;
  height: auto;
  margin: 0 1.6vw;
}
.slick-dots li button {
  margin: 0;
  padding: 1.0666666667vw;
  display: block;
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  border-radius: 2.1333333333vw;
  background: #95989f;
}
.slick-dots li button:before {
  content: none;
}
.slick-dots .slick-active button {
  display: block;
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  border-radius: 2.1333333333vw;
  background: #f87466;
}
.slick-dots .slick-active button:before {
  content: none;
}

.slick-mv .slick-dots {
  width: auto;
  bottom: 6.4vw;
  left: 50%;
  transform: translateX(-50%);
}

.slick-PdDetail .slick-dots {
  bottom: -5.3333333333vw;
}

.slick-prev {
  z-index: 1;
  left: 0;
}
.slick-prev:before {
  position: relative;
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  z-index: 1000;
  color: #3c4752;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-size: 3.7333333333vw;
}

.slick-next {
  right: 0;
}
.slick-next:before {
  position: relative;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  z-index: 1000;
  color: #3c4752;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-size: 3.7333333333vw;
}

.blocker {
  padding: 0;
  z-index: 1050;
}

.modal {
  box-shadow: none;
}
.modal a.close-modal {
  background-image: url("../img/common/ico_close.png");
  background-size: 11.2vw;
}
/*--------------- JS ---------------*/
/*--------------- overlay ---------------*/
.is-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  z-index: 990;
  cursor: pointer;
}
@media screen and (min-width: 768px){
  .ec-omLayoutRole__container{
    padding-right: 2%;
    padding-left: 2%;
  }
  .ec-omLayoutRole__main{
    padding-top: 80px;
    padding-bottom: 200px;
  }
  .ec-omLayoutRole__liquid{
    width: 100vw;
    margin-right: -4vw;
    margin-left: -4vw;
  }
  .ec-omBtn{
    padding: 12px 46px;
    font-size: 1.6rem;
    border: 1px solid #fd9b96;
    transition: 0.2s;
  }
  .ec-omBtn:hover{
    background-color: #fff;
    color: #fd9b96;
  }
  .ec-omBtn--sm{
    min-width: 240px;
    min-height: 40px;
    font-size: 1.6rem;
  }
  .ec-omBtn--md{
    min-width: 240px;
    min-height: 40px;
    font-size: 1.6rem;
  }
  .ec-omBtn--lg{
    min-width: 320px;
    min-height: 56px;
    font-size: 2.2rem;
  }
  .ec-omBtn--white{
    color: #3c4752;
    background-color: #fff;
    border: 1px solid #fff;
  }
  .ec-omBtn--white:hover{
    color: #fff;
    background-color: #3c4752;
  }
  .ec-omBtn--blue{
    background-color: #7f96c3;
    border: 1px solid #7f96c3;
  }
  .ec-omBtn--blue:hover{
    color: #7f96c3;
    background-color: #fff;
  }
  .ec-omBtn--glay{
    background-color: #95989f;
    border: 1px solid #95989f;
  }
  .ec-omBtn--glay:hover{
    color: #95989f;
    background-color: #fff;
  }
  .ec-omBtn--spSingup{
    width: 100%;
    height: 64px;
    border-radius: 0.8vw;
  }
  .ec-omBtn--addCart{
    width: 100%;
    min-height: 36px;
    border-radius: 4px;
    font-size: 1.3rem;
  }
  .ec-omBtn--addCart:before{
    margin-right: 16px;
  }
  .ec-omBtn--addCart--lg{
    width: 100%;
    min-height: 60px;
    border-radius: 4px;
    font-size: 1.6rem;
  }
  .ec-omBtn--addCart--lg:before{
    margin-right: 16px;
  }
  .ec-omBtn--soldOut{
    width: 100%;
    min-height: 36px;
    border-radius: 4px;
    font-size: 1.3rem;
  }
  .ec-omBtn--soldOut--lg{
    width: 100%;
    min-height: 60px;
    border-radius: 4px;
    font-size: 1.6rem;
  }
  .ec-omBtn--footerContactTel{
    max-width: 322px;
    min-height: 56px;
    padding: 12px 40px;
    font-size: 2.8rem;
    border: 1px solid #c4b493;
  }
  .ec-omBtn--footerContactTel:hover{
    color: #fff;
    background-color: #c4b493;
    border: 1px solid #fff;
  }
  .ec-omBtn--footerContactTel:hover svg{
    fill: #fff;
  }
  .ec-omBtn--footerContactTel svg{
    padding-top: 4px;
    margin-right: 18px;
    width: 34px;
    height: 23px;
  }
  .ec-omBtn--footerContactForm{
    max-width: 320px;
    min-height: 56px;
    padding: 12px 40px;
    font-size: 2.2rem;
    border: 1px solid #c4b493;
  }
  .ec-omBtn--footerContactForm:hover{
    color: #fff;
    background-color: #c4b493;
    border: 1px solid #fff;
  }
  .ec-omTextBtn{
    font-size: 1.4rem;
  }
  .ec-omTextBtn--sm{
    font-size: 1.3rem;
  }
  .ec-omTextBtn--md{
    font-size: 1.4rem;
  }
  .ec-omTextBtn--pink:hover{
    color: #fd9b96;
  }
  .ec-omTextBtn--navy:hover{
    color: #3c4752;
  }
  .ec-omBtn__arrow-left:before{
    transition: 0.2s;
    margin-right: 8px;
  }
  .ec-omBtn__arrow-left:hover:before{
    transform: translateX(-4px);
  }
  .ec-omBtn__arrow-right:after{
    transition: 0.2s;
    margin-left: 8px;
  }
  .ec-omBtn__arrow-right:hover:after{
    transform: translateX(4px);
  }
  .ec-omBtn__arrow-down:after{
    transition: 0.2s;
    margin-left: 8px;
  }
  .ec-omTextBtn__arrow-right:after{
    margin-left: 4px;
  }
  .ec-omFavBtn{
    width: 100%;
    height: 56px;
    font-size: 1.6rem;
  }
  .ec-omFavBtn:before{
    margin-right: 16px;
    width: 20px;
    height: 18px;
  }
  .is-productFav:before{
    margin-right: 16px;
    width: 20px;
    height: 18px;
    background-image: url("../img/common/ico_fav_on.svg");
  }
  .ec-omChangeBtn{
    padding: 9px 24px;
    font-size: 1.4rem;
    border-radius: 4px;
  }
  .ec-omHeadline--contentsTitle{
    padding: 4px 0;
    margin: 58px auto 0;
    width: 435px;
  }
  .ec-omHeadline--contentsTitle:before{
    top: -58px;
    width: 130px;
    height: 48px;
  }
  .ec-omHeadline--contentsTitle__inner{
    width: 435px;
    height: 100%;
    padding: 8px 0 16px;
  }
  .ec-omHeadline--contentsTitle--en{
    margin-bottom: 16px;
    font-size: 4.6rem;
  }
  .ec-omHeadline--contentsTitle--jp{
    font-size: 1.6rem;
  }
  .ec-omHeadline--style01{
    font-size: 1.8rem;
  }
  .ec-omHeadline--style01:before, .ec-omHeadline--style01:after{
    width: 32px;
    height: 32px;
  }
  .ec-omHeadline--style01:before{
    margin-right: 24px;
  }
  .ec-omHeadline--style01:after{
    margin-left: 24px;
  }
  .ec-omHeadline--style02{
    padding-bottom: 12px;
    font-size: 2.6rem;
  }
  .ec-omHeadline--style03{
    padding: 12px 20px;
    font-size: 1.8rem;
  }
  .ec-omHeadline--style04{
    font-size: 2.6rem;
  }
  .ec-omPageTitle{
    margin-bottom: 80px;
    font-size: 3.6rem;
  }
  .ec-pageHeader h1{
    margin-bottom: 80px;
    font-size: 3.6rem;
  }
  .ec-omPageLead{
    margin-bottom: 80px;
    font-size: 1.6rem;
  }
  .text-marker{
    padding-bottom: 4px;
  }
  .ec-omBreadcrumb{
    width: 100%;
    height: 50px;
    margin: 0;
  }
  .ec-omBreadcrumb__list{
    padding: 15px 0;
    font-size: 1.4rem;
  }
  .ec-omBreadcrumb__item{
    margin-right: 12px;
  }
  .ec-omBreadcrumb__item:after{
    margin-left: 12px;
  }
  .ec-omTable__tr{
    font-size: 1.6rem;
  }
  .ec-omTable__th{
    padding: 12px 16px;
    width: 30%;
  }
  .ec-omTable__td{
    padding: 12px 16px;
    width: 70%;
  }
  .ec-omTable--block .ec-omTable__th--block{
    display: table-cell;
    width: 30%;
  }
  .ec-omTable--block .ec-omTable__td--block{
    display: table-cell;
    width: 70%;
  }
  .ec-omTabRole{
    margin: 0 -2% 80px;
    padding: 0 2%;
    width: 104%;
  }
  .ec-omTabRole__tab{
    margin-right: 40px;
    padding: 20px 44px;
    font-size: 1.6rem;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
  }
  .badge{
    padding: 4px 8px;
    font-size: 1.6rem;
    border-radius: 2px;
  }
  .ec-omFormRole dd .ec-birth + span{
    margin: 0 9px;
  }
  .ec-omFormRole input{
    padding: 12px;
    height: 48px;
    font-size: 1.6rem;
    border-radius: 2px;
  }
  .ec-omFormRole .ec-halfInput{
    margin-right: -10px;
    margin-left: -10px;
  }
  .ec-omFormRole .ec-halfInput input{
    width: calc((100% - 46px) / 2);
    margin-right: 10px;
    margin-left: 10px;
  }
  .ec-omFormRole .ec-select__inner:before{
    top: 16px;
    right: 12px;
  }
  .ec-omFormRole .ec-select select{
    padding: 12px;
    height: 48px;
    font-size: 1.6rem;
    border-radius: 2px;
  }
  .ec-omFormRole .ec-radio input[type=radio]{
    display: none;
  }
  .ec-omFormRole .ec-radio input[type=radio]:checked + label:after{
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
  }
  .ec-omFormRole .ec-radio input[type=radio] + label{
    margin-right: 60px;
    padding-left: 28px;
  }
  .ec-omFormRole .ec-radio input[type=radio] + label:before{
    width: 16px;
    height: 16px;
    border-radius: 16px;
    margin-right: 3.7333333333vw;
  }
  .ec-omFormRole .ec-checkbox label{
    padding-left: 32px;
  }
  .ec-omFormRole .ec-checkbox label:before{
    top: 4px;
    left: 0;
  }
  .ec-omFormRole .ec-checkbox label{
    font-size: 1.6rem;
  }
  .ec-omFormRole textarea{
    padding: 12px;
    height: 160px;
    font-size: 1.6rem;
    border-radius: 4px;
  }
  .ec-omFormRole .ec-zipInput input{
    width: calc((100% - 46px) / 2);
  }
  .ec-omFormRole .ec-zipInputHelp{
    margin-left: 40px;
  }
  .ec-omFormRole .ec-zipInputHelp__icon{
    margin-right: 8px;
    padding: 2px;
    width: 20px;
    height: 20px;
  }
  .ec-omFormRole .ec-select__inner--address{
    width: calc((100% - 46px) / 2);
  }
  .ec-omFormRole .ec-birth{
    width: calc((100% - 71px) / 3);
  }
  .ec-omFormRole .ec-birth select{
    padding: 12px;
    height: 48px;
    font-size: 1.6rem;
    border-radius: 2px;
  }
  .ec-omFormRole .ec-birth:before{
    right: 12px;
  }
  .ec-omFormRole .ec-birth #entry_birth_year, .ec-omFormRole .ec-birth #entry_birth_month, .ec-omFormRole .ec-birth #entry_birth_day{
    width: 100%;
  }
  .ec-omFormRole #mypage_card_expire_month, .ec-omFormRole #mypage_card_expire_year{
    margin-right: 8px;
    width: 100px;
  }
  .ec-omFormRole .date-margin{
    display: inline-block;
    margin: 0 20px;
  }
  .ec-omFormRole .ec-errorMessage, .ec-omFormRole .ec-omAttentionMessage{
    margin-top: 4px;
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .ec-omFormRole .ec-halfInput .ec-errorMessage{
    margin: 4px 10px 20px;
  }
  .ec-omFormRole .ec-omAnnotationMessage{
    margin: 8px 0 20px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .ec-omPageTopRole{
    right: 40px;
    bottom: 40px;
    width: 80px;
    height: 80px;
    padding: 8px 0 12px;
  }
  .ec-omPageTopRole__arrow{
    margin-bottom: 4px;
    font-size: 1.8rem;
  }
  .ec-omPageTopRole__text{
    font-size: 1.2rem;
  }
  .pagination{
    margin-top: 60px;
    font-size: 1.4rem;
  }
  .pagination ul .page-item{
    padding: 0 8px;
  }
  .pagination ul .page-item .page-link{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-left: -9px;
    margin-right: -9px;
    padding: 12px 16px;
    transition: 0.2s;
  }
  .pagination ul .page-item .page-link:hover{
    background-color: #e9f0f8;
  }
  .pagination ul .page-item.active .page-link{
    color: #fff;
    background-color: #7f96c3;
  }
  header .ec-omHeaderRole__inner{
    padding-top: 16px;
    padding-bottom: 16px;
  }
  header .ec-omHeaderRole__title{
    margin-right: 40px;
    width: 230px;
  }
  header .ec-omHeaderRole__right{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  header .ec-omHeaderRole .ec-omHeaderNav{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  header .ec-omHeaderRole .ec-omHeaderNav__item{
    margin: 0 12px;
    width: auto;
  }
  header .ec-omHeaderRole .ec-omHeaderNav__item a{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  header .ec-omHeaderRole .ec-omHeaderNav__item--search img{
    width: 25px;
    height: 25px;
  }
  header .ec-omHeaderRole .ec-omHeaderNav__item--mypage img{
    width: 24px;
    height: 27px;
  }
  header .ec-omHeaderRole .ec-omHeaderNav__item--favorite img{
    width: 27px;
    height: 24px;
  }
  header .ec-omHeaderRole .ec-omHeaderNav__item--cart img{
    width: 28px;
    height: 26px;
  }
  header .ec-omHeaderRole .ec-omHeaderNav__item--cart span{
    right: -8px;
    top: -4px;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    font-size: 1rem;
  }
  header .ec-omHeaderRole .ec-omHeaderNav__item--logout img{
    width: 28px;
    height: 26px;
  }
  header .ec-omHeaderRole .ec-omHeaderNav__item-icon{
    -ms-flex-align: end;
        align-items: flex-end;
  }
  header .ec-omHeaderRole .ec-omHeaderNav__item-name{
    display: block;
    margin-top: 4px;
    font-size: 1rem;
    white-space: nowrap;
    text-align: center;
    letter-spacing: -0.05em;
  }
  header .ec-omGnavRole{
    padding: 40px 2% 48px;
  }
  header .ec-omGnavRole__list{
    margin-bottom: 48px;
  }
  header .ec-omGnavRole__item{
    margin: 0;
    font-size: 1.6rem;
  }
  header .ec-omGnavRole__title{
    display: block;
    padding: 20px 12px;
  }
  header .ec-omGnavRole__secondTtitle{
    padding: 16px 0;
    font-size: 1.5rem;
  }
  header .ec-omGnavRole__secondListWrap{
    padding: 0 30px;
    display: none;
  }
  header .ec-omGnavRole__secondList{
    margin-bottom: 1.6rem;
    padding: 0 12px;
  }
  header .ec-omGnavRole__secondItem{
    padding: 12px 0;
    font-size: 1.5rem;
  }
  header .ec-omGnavRole__secondItem:before{
    margin-right: 8px;
  }
  header .ec-omSpLinkRole{
    padding: 32px 2%;
    font-size: 1.4rem;
  }
  header .ec-omSpLinkRole__item{
    padding: 8px 0;
  }
  header .ec-omMenuTrigger{
    margin-left: 28px;
    width: 40px;
    height: 28px;
    background: none;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    transition: all 0.5s;
  }
  header .ec-omSearchRole{
    padding: 20px 2% 20px;
  }
  header .ec-omSearchRole__input{
    padding: 8px 0;
    font-size: 1.6rem;
  }
  header .ec-omSearchRole__submit{
    width: 20px;
  }
  header .ec-omHeaderInfoRole{
    padding: 12px 20px;
  }
  header .ec-omHeaderInfoRole__inner{
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    font-size: 1.4rem;
    text-align: center;
  }
  header .ec-omHeaderInfoRole__textWrap{
    padding-right: 80px;
  }
  header .ec-omHeaderInfoRole__text{
    font-size: 1.4rem;
    text-align: center;
  }
  header .ec-omHeaderInfoRole__text:after{
    margin-left: 12px;
  }
  header .ec-omHeaderInfoRole__close{
    right: 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
    font-size: 16px;
  }
  .ec-layoutRole__footer .ec-omFooterContactRole{
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .ec-layoutRole__footer .ec-omFooterContactRole__wrap{
    padding: 0 2%;
  }
  .ec-layoutRole__footer .ec-omFooterContactRole__title{
    margin: 0 auto 60px;
  }
  .ec-layoutRole__footer .ec-omFooterContactRole__title--en{
    margin-bottom: 12px;
    font-size: 4.6rem;
  }
  .ec-layoutRole__footer .ec-omFooterContactRole__title--jp{
    font-size: 1.6rem;
  }
  .ec-layoutRole__footer .ec-omFooterContactRole__inner{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .ec-layoutRole__footer .ec-omFooterContactRole__item{
    margin-bottom: 0;
  }
  .ec-layoutRole__footer .ec-omFooterContactRole__item:first-child{
    padding-right: 40px;
  }
  .ec-layoutRole__footer .ec-omFooterContactRole__item:last-child{
    padding-left: 40px;
    border-left: 1px solid #fff;
  }
  .ec-layoutRole__footer .ec-omFooterContactRole__itemTitle{
    margin-bottom: 12px;
    font-size: 2rem;
  }
  .ec-layoutRole__footer .ec-omFooterContactRole__itemText{
    margin-top: 4px;
    font-size: 1.4rem;
  }
  .ec-layoutRole__footer .ec-omFooterContactRole__itemTime{
    margin-top: 12px;
    font-size: 1.6rem;
  }
  .ec-layoutRole__footer .ec-omFooterNavRole__inner{
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
    display: -ms-flexbox;
    display: flex;
  }
  .ec-layoutRole__footer .ec-omFooterNavRole__list{
    margin-right: 28px;
    padding: 0;
    border-bottom: none;
  }
  .ec-layoutRole__footer .ec-omFooterNavRole__list--noTitle{
    margin-top: calc(1.6rem + 16px);
    margin-left: auto;
  }
  .ec-layoutRole__footer .ec-omFooterNavRole__list:last-child{
    margin-right: 0;
  }
  .ec-layoutRole__footer .ec-omFooterNavRole__title{
    margin-bottom: 16px;
    font-size: 1.8rem;
  }
  .ec-layoutRole__footer .ec-omFooterNavRole__item{
    font-size: 1.4rem;
  }
  .ec-layoutRole__footer .ec-omFooterInfo{
    max-width: 1000px;
    margin: 0 auto 40px;
  }
  .ec-layoutRole__footer .ec-omFooterInfo__inner{
    font-size: 1.4rem;
    text-align: right;
  }
  .ec-layoutRole__footer .ec-omFooterCopyright{
    padding-bottom: 20px;
    font-size: 1.2rem;
  }
  .ec-omPdCardRole__item{
    padding: 20px 10px 8px;
    width: 178px !important;
    border-radius: 4px;
  }
  .ec-omPdCardRole__pic{
    margin: 0 auto 8px;
  }
  .ec-omPdCardRole__pic a{
    width: 110px;
    height: 110px;
  }
  .ec-omPdCardRole__fav{
    top: 8px;
    right: 8px;
    width: 14px;
    height: 12px;
  }
  .ec-omPdCardRole__category{
    margin-bottom: 8px;
    padding: 4px 2px;
    color: #fff;
    font-size: 1.2rem;
  }
  .ec-omPdCardRole__title{
    margin-bottom: 16px;
    font-size: 1.4rem;
  }
  .ec-omPdCardRole__price{
    font-size: 1.2rem;
  }
  .ec-omPdCardRole__price span{
    font-size: 1.8rem;
  }
  .ec-omPdCardRole__point{
    margin-bottom: 8px;
    font-size: 1.2rem;
  }
  .ec-omPdCardRole__point span{
    font-size: 1.8rem;
  }
  .ec-omPdCardRole .ec-omBtn--addCart, .ec-omPdCardRole .ec-omBtn--soldOut{
    margin-bottom: 12px;
  }
  .ec-omPdCardWrapRole{
    max-width: 1200px;
    margin: 0 auto;
  }
  .ec-omPdCardWrapRole .ec-omHeadline--style01{
    margin-bottom: 20px;
  }
  .ec-omPdCardRole__list{
    width: 100%;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .ec-omPdCardRole__item{
    margin: 32px 8px;
  }
  .ec-omPdCardRole__rankingList .ec-omPdCardRole__item{
    position: relative;
    margin: 48px 8px 32px;
  }
  .ec-omPdCardRole__rankingList .ec-omPdCardRole__item:nth-child(1){
    margin-left: 16px;
  }
  .ec-omPdCardRole__rankingList .ec-omPdCardRole__item:nth-child(1):before{
    top: -36px;
    padding-top: 4px;
    width: 36px;
    height: 28px;
    font-size: 1.4rem;
  }
  .ec-omPdCardRole__rankingList .ec-omPdCardRole__item:nth-child(2):before{
    top: -36px;
    padding-top: 4px;
    width: 36px;
    height: 28px;
    font-size: 1.4rem;
  }
  .ec-omPdCardRole__rankingList .ec-omPdCardRole__item:nth-child(3):before{
    top: -36px;
    padding-top: 4px;
    width: 36px;
    height: 28px;
    font-size: 1.4rem;
  }
  .ec-omPdCardRole__rankingList .ec-omPdCardRole__item:nth-child(4):before{
    top: -32px;
    width: 22px;
    height: 22px;
    font-size: 1.4rem;
  }
  .ec-omPdCardRole__rankingList .ec-omPdCardRole__item:nth-child(5):before{
    top: -32px;
    width: 22px;
    height: 22px;
    font-size: 1.4rem;
  }
  .ec-omPdCardRole__rankingList .ec-omPdCardRole__item:nth-child(6){
    margin-right: 14px;
  }
  .ec-omPdCardRole__rankingList .ec-omPdCardRole__item:nth-child(6):before{
    top: -32px;
    width: 22px;
    height: 22px;
    font-size: 1.4rem;
  }
  .ec-omPdCardRole__rankingList .ec-omPdCardRole__item:last-child{
    margin-right: 16px;
  }
  .ec-omAccordionRole--style01{
    max-width: 1000px;
    padding: 52px 48px 40px;
    overflow: hidden;
  }
  .ec-omAccordionRole--style01:nth-of-type(even){
    margin-left: auto;
  }
  .ec-omAccordionRole--style01 .ec-omAccordionRole__header{
    margin-bottom: 40px;
    padding: 0;
    font-size: 2.6rem;
  }
  .ec-omAccordionRole--style01 .ec-omAccordionRole__number{
    position: absolute;
    width: 242px;
    height: 184px;
  }
  .ec-omAccordionRole--style01 .ec-omAccordionRole__inner{
    display: block;
    padding: 0;
  }
  .ec-omAccordionRole--style01 .ec-omAccordionRole__description{
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
  .ec-omAccordionRole--style01 .ec-omAccordionRole__image{
    max-width: 800px;
    margin: 0 auto 40px;
  }
  .ec-omAccordionRole--style01 .ec-omAccordionRole__btn{
    display: none;
  }
  .ec-omAccordionRole--style01 .text-annotation{
    margin-top: -20px;
    margin-bottom: 40px;
    font-size: 1.2rem;
  }
  .ec-omAccordionRole--style02 .ec-omAccordionRole__header{
    padding: 12px 20px;
    font-size: 1.8rem;
  }
  .ec-omAccordionRole--style02 .ec-omAccordionRole__header--accordion:after{
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 900;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  .ec-omAccordionRole--style02 .ec-omAccordionRole__header--accordion.open:after{
    content: "\f077";
  }
  .ec-omAccordionRole--style02 .ec-omAccordionRole__header--h2{
    padding: 4px 16px;
    margin-bottom: 24px;
  }
  .ec-omAccordionRole--style02 .ec-omAccordionRole__numbering{
    padding-right: 32px;
    width: 24px;
  }
  .ec-omAccordionRole--style02 .ec-omAccordionRole__numbering + p{
    padding-left: 20px;
  }
  .ec-omAccordionRole--style02 .ec-omAccordionRole__inner{
    display: block;
    padding: 40px 40px 48px;
  }
  .ec-omAccordionRole--style02 .ec-omAccordionRole__inner--none{
    display: none;
    padding: 40px 40px;
  }
  .ec-omAccordionRole--style02 .ec-omAccordionRole__innerOnInner{
    padding: 40px 40px 48px;
  }
  .ec-omAccordionRole--style02 .ec-omAccordionRole__description{
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
  .ec-omAccordionRole--style02 .ec-omAccordionRole__image{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-bottom: 40px;
  }
  .ec-omAccordionRole--style02 .ec-omAccordionRole__image img{
    width: auto;
    max-height: 240px;
    margin: 0 32px 0;
  }
  .ec-omAccordionRole--style02 .ec-omAccordionRole__btn{
    display: none;
  }
  .ec-omAccordionRole--style03 .ec-omAccordionRole__detailBtn{
    width: auto;
  }
  .ec-omAccordionRole--style03 .ec-omAccordionRole__inner{
    display: none;
    margin-top: -20px;
    padding: 68px 40px 40px;
  }
  .ec-omAccordionRole--style03 .ec-omAccordionRole__description{
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
  .ec-omAccordionRole--style04{
    margin-bottom: 40px !important;
  }
  .ec-omAccordionRole--style04 .ec-omAccordionRole__header{
    padding: 12px 20px;
    font-size: 1.8rem;
    cursor: pointer;
  }
  .ec-omAccordionRole--style04 .ec-omAccordionRole__header:after{
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 900;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  .ec-omAccordionRole--style04 .ec-omAccordionRole__header.open:after{
    content: "\f077";
  }
  .ec-omAccordionRole--style04 .ec-omAccordionRole__inner{
    padding: 40px 40px 48px;
  }
  .ec-omAccordionRole--style04 .ec-omAccordionRole__description{
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
  .ec-omAccordionRole--style04 .ec-omAccordionRole__btn{
    display: none;
  }
  .ec-omFormRole__input{
    margin-bottom: 20px;
  }
  .ec-omFormRole__inner{
    margin-bottom: 60px;
    margin: 0 auto;
  }
  .ec-omFormRole dl{
    display: -ms-flexbox;
    display: flex;
    padding: 24px 0 24px;
    font-size: 1.8rem;
  }
  .ec-omFormRole dt{
    width: 36%;
    padding-top: 10px;
    padding-right: 32px;
    margin-bottom: 0;
    font-size: 1.8rem;
  }
  .ec-omFormRole dt .ec-required{
    margin-left: 12px;
    padding: 2px 8px;
    font-size: 1.4rem;
    border-radius: 2px;
  }
  .ec-omFormRole dd{
    width: 64%;
  }
  .ec-omFormRole__actions{
    margin-top: 60px;
  }
  .ec-omFormRole__btnWrap{
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .ec-omFormRole__btnWrap .ec-omBtn{
    margin-bottom: 20px;
  }
  .ec-omFormRole--confilm dl{
    padding: 24px 0;
  }
  .ec-omMypageRole .ec-omFormRole__inner{
    margin: 0 auto;
    max-width: 800px;
  }
  .ec-registerRole.ec-omFormRole{
    padding: 100px 80px 100px 80px;
  }
  .ec-omLoginRole .ec-omFormRole{
    margin-bottom: 0;
    padding: 80px;
  }
  .ec-omLoginRole .ec-omFormRole__inner{
    margin: 0 auto;
    max-width: 400px;
  }
  .ec-omLoginRole .ec-omFormRole__actions{
    margin-bottom: 40px;
  }
  .ec-omLoginRole .ec-omFormRole .ec-login__icon{
    margin: 0 auto 60px;
    width: 120px;
    height: 120px;
  }
  .ec-omLoginRole .ec-omFormRole .ec-login__input{
    margin-bottom: 62px;
  }
  .ec-omLoginRole .ec-omFormRole .ec-login__input .ec-input{
    margin-bottom: 28px;
  }
  .ec-omLoginRole .ec-omFormRole .ec-login__input .form-check{
    margin: 0 auto;
  }
  .ec-omLoginRole .ec-omFormRole .ec-login__link{
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
  .ec-omLoginRole .ec-omFormRole .ec-new{
    margin-bottom: 60px;
  }
  .ec-omLoginRole .ec-omFormRole .ec-new__text{
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .ec-omLoginRole .ec-omFormRole .ec-new__actions{
    margin-bottom: 8.5333333333vw;
  }
  .ec-omLoginRole .ec-omFormRole .ec-guest{
    padding-top: 40px;
  }
  .ec-omLoginRole .ec-omFormRole .ec-guest__text{
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
  .ec-registerRole .ec-checkbox p{
    margin-bottom: 20px;
  }
  .ec-registerRole .ec-checkbox label:before{
    top: 0;
  }
  .ec-registerRole .ec-checkbox__agree{
    max-width: 500px;
    margin: 0 auto 60px;
    font-size: 1.8rem;
  }
  .ec-registerRole .ec-omFormRole__inner{
    margin-bottom: 60px;
  }
  .ec-registerRole__agree{
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .ec-omProductModalRole{
    padding: 48px 60px 80px;
    border-radius: 4px;
  }
  .ec-omProductModalRole__title{
    margin-bottom: 28px;
    padding: 12px;
    font-size: 2.8rem;
  }
  .ec-omProductModalRole__lead{
    margin-bottom: 60px;
    font-size: 1.8rem;
  }
  .ec-omProductModalRole__text{
    font-size: 1.6rem;
    line-height: 2;
  }
  .ec-omProductModaImgRole__img{
    width: 96%;
    max-width: 700px;
  }
  .js-modal-img{
    pointer-events: none;
  }
  .ec-modal .checkbox{
    display: none;
  }
  .ec-modal input:checked ~ .ec-modal-overlay{
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 9997;
    overflow: auto;
  }
  .ec-modal input:checked ~ .ec-modal-overlay .ec-modal-wrap{
    transform: translateY(0);
    z-index: 9999;
  }
  .ec-modal .ec-modal-overlay{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    height: 100%;
    overflow: auto;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center;
    z-index: 1040;
  }
  .ec-modal .ec-modal-close{
    top: -25px;
    right: -25px;
    width: 50px;
    height: 50px;
  }
  .ec-modal .ec-modal-wrap{
    max-width: 800px;
    padding: 48px 60px;
    border-radius: 4px;
  }
  .ec-modal #ec-modal-header{
    font-size: 1.6rem;
  }
  .ec-modal .ec-role{
    margin-top: 40px;
  }
  .ec-modal .ec-inlineBtn--cancel, .ec-modal .ec-inlineBtn--action{
    margin: 0 20px;
    padding: 12px 46px;
    font-size: 1.6rem;
    border: 1px solid #fd9b96;
    transition: 0.2s;
    border-radius: 4px;
  }
  .ec-modal .ec-inlineBtn--cancel:hover, .ec-modal .ec-inlineBtn--action:hover{
    background-color: #fff;
    color: #fd9b96;
  }
  .ec-modal .ec-inlineBtn--cancel{
    border-color: #95989f;
  }
  .ec-modal .ec-inlineBtn--cancel:hover{
    color: #95989f;
  }
  .ec-omQualityIconRole{
    margin-bottom: 100px;
  }
  .ec-omQualityIconRole .ec-omHeadline--style01{
    margin-bottom: 28px;
  }
  .ec-omQualityIconRole__inner{
    margin: 0 auto 80px;
  }
  .ec-omQualityIconRole__lead{
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .ec-omQualityIconRole__list{
    margin: 0 0 20px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .ec-omQualityIconRole__item a{
    width: 94px;
    height: 94px;
    margin: 6px;
    padding: 8px 4px;
    border-radius: 4px;
  }
  .ec-omQualityIconRole__icon{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    max-width: 44px;
    height: 44px;
    margin: 0 auto 8px;
  }
  .ec-omQualityIconRole__itemTitle{
    font-size: 1.3rem;
  }
  .top .ec-omMainVisualRole{
    padding-bottom: 29.3333333333vw;
  }
  .top .ec-omMainVisualRole__copy{
    margin-bottom: 0;
  }
  .top .ec-omMainVisualRole__copyInner{
    padding: 30px 42px;
  }
  .top .ec-omMainVisualRole__copyTitle{
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
  .top .ec-omMainVisualRole__copyText{
    font-size: 1.5rem;
    line-height: 2;
  }
  .top .ec-omInformationRole{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .top .ec-omInformationRole__contents{
    max-width: 1000px;
    margin: 0 auto;
    padding: 36px 40px 40px;
  }
  .top .ec-omInformationRole__contents:before{
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  .top .ec-omInformationRole__contentsWrap{
    max-width: 800px;
    margin: 0 auto;
  }
  .top .ec-omInformationRole__title{
    margin-bottom: 32px;
  }
  .top .ec-omInformationRole__title--en{
    margin-bottom: 16px;
    font-size: 3.8rem;
  }
  .top .ec-omInformationRole__title--jp{
    font-size: 1.6rem;
  }
  .top .ec-omInformationRole__list{
    margin-bottom: 40px;
  }
  .top .ec-omInformationRole__item{
    margin-bottom: 32px;
    padding-bottom: 12px;
    font-size: 1.6rem;
  }
  .top .ec-omInformationRole__item:last-child{
    margin-bottom: 0;
  }
  .top .ec-omInformationRole__item a{
    display: -ms-flexbox;
    display: flex;
  }
  .top .ec-omInformationRole__date{
    width: 88px;
    margin: 0 40px 0 0;
  }
  .top .ec-omHeadline--contentsTitle{
    margin-bottom: 80px;
  }
  .top .ec-omTopContentsRole{
    padding-top: 100px;
    padding-bottom: 200px;
  }
  .top .ec-omTopContentsRole__lead{
    margin-bottom: 80px;
    font-size: 2.4rem;
  }
  .top .ec-omContentsSummary{
    max-width: 1000px;
    margin: 0 auto;
  }
  .top .ec-omContentsSummary:before{
    top: 20px;
    left: -20px;
    width: 80px;
  }
  .top .ec-omContentsSummary:after{
    bottom: 20px;
    right: -20px;
    width: 80px;
  }
  .top .ec-omContentsSummary__inner{
    padding: 40px;
    margin: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }
  .top .ec-omContentsSummary__inner:before{
    top: 25px;
    left: 44px;
    width: 172px;
    height: 129px;
  }
  .top .ec-omContentsSummary__inner:after{
    bottom: 24px;
    right: 26px;
    width: 124px;
    height: 158px;
  }
  .top .ec-omContentsSummary__title{
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  .top .ec-omContentsSummary__description{
    margin-bottom: 24px;
    font-size: 1.6rem;
  }
  .top .ec-omTopContentsRole--products{
    width: 100%;
  }
  .top .ec-omPdCardWrapRole{
    margin-bottom: 80px;
  }
  .top .ec-omPdCardWrapRole:last-child{
    margin-bottom: 0;
  }
  .top .ec-omTopContentsRole--philosophy{
    width: 100%;
  }
  .top .ec-omTopContentsRole--philosophy .ec-omPhilosophyRole{
    margin-bottom: 100px;
  }
  .top .ec-omTopContentsRole--philosophy .ec-omAccordionRole{
    margin-bottom: 80px;
  }
  .top .ec-omTopContentsRole--nutrition .pc{
    display: block;
  }
  .top .ec-omTopContentsRole--nutrition .sp{
    display: none;
  }
  .top .ec-omTopContentsRole--nutrition .ec-omNutritionListRole__list{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
  }
  .top .ec-omTopContentsRole--nutrition .ec-omNutritionListRole__list__item{
    width: 50%;
    margin-top: 60px;
  }
  .top .ec-omTopContentsRole--nutrition .ec-omNutritionListRole__list__item__img{
    width: 90%;
    margin: 0 auto;
  }
  .top .ec-omTopContentsRole--nutrition .ec-omNutritionListRole__list__item__img img{
    height: auto;
  }
  .top .ec-omTopContentsRole--nutrition .ec-omNutritionListRole__bnr__inner__sp{
    display: none;
  }
  .top .ec-omTopContentsRole--nutrition .ec-omNutritionListRole__bnr__inner__pc{
    margin: 30px auto 0;
    overflow: hidden;
    max-width: 1000px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .top .ec-omTopContentsRole--nutrition .ec-omNutritionCheck{
    width: 100%;
  }
  .top .ec-omTopContentsRole--nutrition .ec-omNutritionCheck__inner{
    margin: 60px auto 0;
    overflow: hidden;
    max-width: 1000px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .top .ec-omTopContentsRole--nutrition .ec-omNutritionCheck__inner img{
    width: auto;
    height: 100%;
  }
  .top .ec-omTopContentsRole--nutrition .ec-omNutritionCheck__left{
    text-align: center;
  }
  .top .ec-omTopContentsRole--nutrition .ec-omNutritionCheck__title{
    margin-bottom: 30px;
    font-size: 3.3rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
  }
  .top .ec-omTopContentsRole--nutrition .ec-omNutritionCheck__right{
    margin-left: 120px;
    width: 287px;
    height: 250px;
    overflow: hidden;
  }
  .top .ec-omTopContentsRole--nutrition .ec-omNutritionCheck__right img{
    transform: translateY(-20px);
  }
  .top .ec-omTopContentsRole--quality{
    width: 100%;
  }
  .top .ec-omTopContentsRole--quality .ec-omMSSpromiseRole{
    max-width: 1000px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 80px;
    padding: 40px 48px;
    font-size: 1.6rem;
  }
  .top .ec-omTopContentsRole--quality .ec-omMSSpromiseRole__logo{
    margin: 0 48px 0 0;
    padding-bottom: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 180px;
    border-bottom: none;
  }
  .top .ec-omTopContentsRole--quality .ec-omMSSpromiseRole__description{
    padding-left: 48px;
    border-left: 1px solid #3c4752;
  }
  .top .ec-omTopContentsRole--shop .ec-omShopRole__inner{
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 48px 80px;
    font-size: 1.6rem;
  }
  .top .ec-omTopContentsRole--shop .ec-omShopRole__title{
    margin-bottom: 40px;
    font-size: 2.4rem;
  }
  .top .ec-omTopContentsRole--shop .ec-omShopRole__lead{
    margin-bottom: 32px;
  }
  .single-page .ec-omSinglePageRole__inner div{
    margin-bottom: 20px;
  }
  .single-page .ec-omSinglePageRole__list{
    margin-bottom: 100px;
  }
  .single-page .ec-omSinglePageRole__item{
    margin-bottom: 100px;
  }
  .single-page .ec-omSinglePageRole__text{
    font-size: 1.6rem;
  }
  .single-page .ec-omSinglePageRole__image{
    margin-left: 0;
  }
  .single-page .ec-omSinglePageRole__image--xxs{
    max-width: 70px;
  }
  .single-page .ec-omSinglePageRole__image--xs{
    max-width: 275px;
  }
  .single-page .ec-omSinglePageRole__image--sm{
    max-width: 400px;
  }
  .single-page .ec-omSinglePageRole__image--md{
    max-width: 570px;
  }
  .single-page .ec-omSinglePageRole__image--lg{
    max-width: 570px;
  }
  .single-page .ec-omSinglePageRole__image--xl{
    max-width: 100%;
  }
  .privacy .ec-omSinglePageRole .ec-omHeadline--style03{
    margin-bottom: 2rem;
  }
  .privacy .ec-omSinglePageRole__item{
    margin-bottom: 100px;
  }
  .faq .ec-omSinglePageRole .ec-omHeadline--style02{
    margin-bottom: 40px;
  }
  .faq .ec-omSinglePageRole .ec-omHeadline--style03{
    margin-bottom: 20px;
  }
  .faq .ec-omSinglePageRole__list{
    margin-bottom: 100px;
  }
  .faq .ec-omSinglePageRole__item{
    margin-bottom: 100px;
  }
  .faq .ec-omSinglePageRole__image{
    width: 336px;
  }
  .guide .ec-omSinglePageRole .ec-omBtnWrap{
    text-align: left;
  }
  .ec-omInfoRole{
    max-width: 1000px;
    margin: 0 auto;
  }
  .ec-omInfoRole__item{
    margin-bottom: 100px;
  }
  .ec-omInfoRole__titleWrap{
    margin-bottom: 20px;
    padding: 8px 20px;
  }
  .ec-omInfoRole__date{
    margin-bottom: 12px;
    font-size: 1.2rem;
  }
  .ec-omInfoRole__title{
    font-size: 1.8rem;
  }
  .ec-omInfoRole__text{
    font-size: 1.5rem;
  }
  .ec-omInfoRole__text a:hover{
    text-decoration: none;
  }
  .ec-omProductListRole .ec-omHeadline--style02{
    margin-bottom: 28px;
  }
  .ec-omProductListRole .ec-omPdcSearchRole{
    margin-bottom: 80px;
    font-size: 1.6rem;
  }
  .ec-omProductListRole .ec-omPdcSearchRole__head{
    margin-bottom: 16px;
    font-size: 1.6rem;
  }
  .ec-omProductListRole .ec-omPdcSearchRole__searchArea{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding: 16px 0;
  }
  .ec-omProductListRole .ec-omPdcSearchRole__price{
    margin-bottom: 0;
    margin-right: 40px;
  }
  .ec-omProductListRole .ec-omPdcSearchRole__price__list{
    font-size: 1.4rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: initial;
  }
  .ec-omProductListRole .ec-omPdcSearchRole__price__list:before{
    padding: 8px 16px;
    width: auto;
    margin-bottom: initial;
  }
  .ec-omProductListRole .ec-omPdcSearchRole__price__item{
    padding: 0 16px;
  }
  .ec-omProductListRole .ec-omPdcSearchRole__price__item:last-child{
    padding-right: 0;
  }
  .ec-omProductListRole .ec-omPdcSearchRole__new__list{
    font-size: 1.4rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: initial;
  }
  .ec-omProductListRole .ec-omPdcSearchRole__new__list:before{
    padding: 8px 16px;
    width: auto;
    margin-bottom: initial;
  }
  .ec-omProductListRole .ec-omPdcSearchRole__new__item{
    padding: 0 16px;
  }
  .ec-omProductListRole .ec-omPdcSearchRole__new__item:last-child{
    padding-right: 0;
  }
  .ec-omProductListRole .ec-omPdcListRole__list{
    margin: 0 -30px -120px;
  }
  .ec-omProductListRole .ec-omPdcListRole__item{
    width: calc((100% - 180px) / 3);
    margin: 0 30px 120px;
  }
  .ec-omProductListRole .ec-omPdcListRole__item__category{
    margin-bottom: 20px;
    padding: 8px;
    font-size: 1.4rem;
  }
  .ec-omProductListRole .ec-omPdcListRole__item__title{
    margin-bottom: 40px;
    font-size: 2.2rem;
  }
  .ec-omProductListRole .ec-omPdcListRole__item__price{
    margin-bottom: 8px;
    font-size: 2rem;
  }
  .ec-omProductListRole .ec-omPdcListRole__item__price span{
    font-size: 2.8rem;
  }
  .ec-omProductListRole .ec-omPdcListRole__item__point{
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .ec-omProductListRole .ec-omPdcListRole__item__point span{
    font-size: 2.4rem;
  }
  .ec-omProductListRole .ec-omPdcListRole__item__quantity{
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .ec-omProductListRole .ec-omPdcListRole__item__quantity .quantitytxt{
    margin-bottom: 8px;
  }
  .ec-omProductListRole .ec-omPdcListRole__item__quantity dd{
    display: inline-block;
    width: auto;
  }
  .ec-omProductListRole .ec-omPdcListRole__item__quantity dd.quantitystock{
    margin-left: 12px;
    font-size: 1.2rem;
    color: #95989f;
    vertical-align: bottom;
  }
  .ec-omProductListRole .ec-omPdcListRole__item__quantity input{
    display: inline-block;
    width: 156px;
    height: 54px;
    padding: 12px;
    font-size: 2rem;
    border-radius: 4px;
  }
  .ec-omProductRole .ec-omHeadline--style02{
    margin-bottom: 60px;
  }
  .ec-omProductRole .ec-omProductRole{
    /*
    &__headline {
      margin-bottom: 16px;
      font-size: $rem22;
    }
    &__comment {
      margin-bottom: 8px;
      font-size: $rem16;
    }
    &__capacity{
      margin-bottom: 28px;
      font-size: $rem16;
    }
    &__other {
      margin-bottom: 40px;
      font-size: $rem16;
    }*/
  }
  .ec-omProductRole .ec-omProductRole__top{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    margin: -80px -2% 0;
    padding: 80px 2% 120px;
    width: 104%;
  }
  .ec-omProductRole .ec-omProductRole__category{
    margin-bottom: 8px;
    padding: 8px 8px;
    font-size: 1.2rem;
    border-radius: 4px;
  }
  .ec-omProductRole .ec-omProductRole__name{
    margin-bottom: 40px;
    font-size: 3.6rem;
  }
  .ec-omProductRole .ec-omProductRole__description{
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
  .ec-omProductRole .ec-omProductRole__point{
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .ec-omProductRole .ec-omProductRole__point span{
    font-size: 2.8rem;
  }
  .ec-omProductRole .ec-omProductRole__price{
    margin-bottom: 1.6rem;
    font-size: 2.6rem;
  }
  .ec-omProductRole .ec-omProductRole__price span{
    font-size: 4rem;
  }
  .ec-omProductRole .ec-omProductRole__order{
    display: -ms-flexbox;
    display: flex;
  }
  .ec-omProductRole .ec-omProductRole__actions{
    margin-bottom: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .ec-omProductRole .ec-omProductRole__quantity{
    margin-right: 20px;
  }
  .ec-omProductRole .ec-omProductRole__quantity dt{
    margin-bottom: 4px;
    font-size: 1.4rem;
  }
  .ec-omProductRole .ec-omProductRole__quantity input{
    width: 156px;
    padding: 12px;
    font-size: 2rem;
  }
  .ec-omProductRole .ec-omProductRole__stock{
    margin-left: 0;
    margin-top: 4px;
    font-size: 1.2rem;
  }
  .ec-omProductRole .ec-omProductRole__add{
    width: 100%;
    margin-bottom: 16px;
    padding-top: 12px;
  }
  .ec-omProductRole .ec-omProductRole__favorite{
    margin-bottom: 32px;
  }
  .ec-omProductRole .ec-omProductRole__amazon{
    margin-bottom: 24px;
  }
  .ec-omProductRole .ec-omProductRole__amazonText{
    margin-bottom: 8px;
    font-size: 1.4rem;
  }
  .ec-omProductRole .ec-omProductRole__amazonBtn{
    border-radius: 4px;
  }
  .ec-omProductRole .ec-omProductRole__amazonBtn img{
    width: 228px;
  }
  .ec-omProductRole .ec-omProductRole__modalBtn a{
    font-size: 1.6rem;
    cursor: pointer;
  }
  .ec-omProductRole .ec-omProductRole__modalBtn a:hover, .ec-omProductRole .ec-omProductRole__modalBtn a:active{
    color: #f87466;
    text-decoration: none;
  }
  .ec-omProductRole .ec-omProductRole__body{
    margin-bottom: 160px;
    background: none;
    background-size: 100%;
    background-repeat: repeat-y;
  }
  .ec-omProductRole .ec-omProductRole__footer .ec-omPdCardWrapRole{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
  }
  .ec-omProductRole .ec-omAccordionRole{
    margin-bottom: 100px;
  }
  .ec-omProductRole .ec-omProductSliderRole{
    width: 40% !important;
    margin: 0 60px 0 0;
  }
  .ec-omProductRole .ec-omProductSliderRole__item{
    border-radius: 4px;
    aspect-ratio: 1;
  }
  .ec-omProductRole .ec-omRecommendRole{
    margin-bottom: 100px;
    border-radius: 500px;
  }
  .ec-omProductRole .ec-omRecommendRole__inner{
    display: -ms-flexbox;
    display: flex;
  }
  .ec-omProductRole .ec-omRecommendRole__title{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 32px 40px;
    font-size: 1.8rem;
    border-radius: 500px 0 0 500px;
    white-space: nowrap;
  }
  .ec-omProductRole .ec-omRecommendRole__list{
    padding: 32px 40px;
  }
  .ec-omProductRole .ec-omRecommendRole__item{
    display: inline-block;
    margin: 8px 32px 8px 0;
    margin-bottom: 0;
    font-size: 1.6rem;
  }
  .ec-omProductRole .ec-omRecommendRole__item:before{
    margin-right: 12px;
  }
  .ec-omProductRole .ec-omProductDetailFigureRole{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-bottom: 40px;
  }
  .ec-omProductRole .ec-omProductDetailFigureRole__img{
    margin-right: 40px;
  }
  .ec-omProductRole .ec-omProductDetailFigureRole__img img{
    width: auto;
    height: 200px;
  }
  .ec-omProductRole .ec-omProductDetailFigureRole__img--sm{
    margin-right: 40px;
  }
  .ec-omProductRole .ec-omProductDetailFigureRole__img--sm img{
    height: 100px;
  }
  .ec-omProductRole .ec-omProductDetailFigureRole__caption{
    margin-top: 8px;
    font-size: 1.6rem;
  }
  .ec-omProductRole .ec-omProductDetailFigureRole__captionList{
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .ec-omProductRole .ec-omProductDetailListRole{
    margin-bottom: 40px;
  }
  .ec-omProductRole .ec-omProductDetailListRole__list{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -16px;
  }
  .ec-omProductRole .ec-omProductDetailListRole__listItem{
    width: 136px;
    min-height: 68px;
    margin: 16px 0;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  .ec-omProductRole .ec-omProductDetailDlRole:not(:last-child){
    margin-bottom: 32px;
  }
  .ec-omProductRole .ec-omProductDetailDlRole__dt{
    font-size: 1.8rem;
  }
  .ec-omProductRole .ec-omProductDetailDlRole__dd{
    font-size: 1.6rem;
  }
  .ec-omProductRole .ec-omMessageRole{
    width: 100%;
    margin: 0 0 100px;
    padding: 54px 40px;
  }
  .ec-omProductRole .ec-omMessageRole__inner{
    margin: 0 auto;
    max-width: 660px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .ec-omProductRole .ec-omMessageRole__image{
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 40px 0 0;
  }
  .ec-omProductRole .ec-omMessageRole__image--round{
    width: 80px;
    height: 80px;
  }
  .ec-omProductRole .ec-omMessageRole__image--square{
    width: 280px;
    height: 86px;
  }
  .ec-omProductRole .ec-omMessageRole__title{
    margin-bottom: 12px;
    font-size: 2rem;
    text-align: left;
  }
  .ec-omProductRole .ec-omMessageRole__text{
    font-size: 1.6rem;
    text-align: left;
  }
  .ec-omProductRole .ec-omSelectRole{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .ec-omProductRole .ec-omSelectRole__inner{
    width: 32%;
    margin-top: 60px;
    margin-bottom: 0;
    padding: 78px 40px 48px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .ec-omProductRole .ec-omSelectRole__title{
    top: -29px;
    width: 255px;
    height: 58px;
    padding: 12px 20px;
    font-size: 2rem;
  }
  .ec-omProductRole .ec-omSelectRole__title:before{
    top: -28px;
    font-size: 1.8rem;
  }
  .ec-omProductRole .ec-omSelectRole__list{
    margin-bottom: 2.1333333333vw;
  }
  .ec-omProductRole .ec-omSelectRole__item{
    margin-bottom: 16px;
    font-size: 1.6rem;
  }
  .ec-omProductRole .ec-omSelectRole__item:before{
    margin-right: 8px;
  }
  .ec-omProductRole .ec-omSelectRole__image{
    margin: 0 auto 20px;
    width: 120px;
  }
  .ec-omProductRole .ec-omSelectRole__nutrition{
    font-size: 1.4rem;
  }
  .ec-omProductRole .ec-omIngredientsWrap{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .ec-omProductRole .ec-omIngredients{
    width: 48%;
  }
  .ec-omProductRole .ec-omIngredients__title{
    padding: 20px;
    font-size: 2rem;
  }
  .ec-omProductRole .ec-omIngredients__inner{
    margin-bottom: 80px;
    padding: 32px 40px 48px;
    font-size: 1.6rem;
  }
  .ec-omProductRole .ec-omIngredients .ec-omIngredientsList__dl{
    margin-bottom: 12px;
  }
  .ec-omProductRole .ec-omIngredients .ec-omIngredientsList__dl--primaryLast{
    margin-bottom: 20px;
  }
  .ec-omProductRole .ec-omIngredients .ec-omIngredientsList__dt{
    padding: 0 16px 8px 0;
  }
  .ec-omProductRole .ec-omIngredients .ec-omIngredientsList__dd{
    text-align: right;
  }
  .ec-omBrandRole .ec-omBrandLead{
    margin-bottom: 80px;
    font-size: 2.2rem;
  }
  .ec-omBrandRole__inner{
    margin-bottom: 120px;
  }
  .ec-omBrandRole__inner--sub .ec-omPageTitle{
    margin-bottom: 40px;
  }
  .ec-omBrandRole__inner--sub .ec-omBrandTitle{
    margin-bottom: 40px;
  }
  .ec-omBrandRole__inner--sub .ec-omBrandLead{
    margin-bottom: 40px;
  }
  .ec-omBrandRole__inner--sub .ec-omBrandRole__section{
    margin-bottom: 120px;
  }
  .ec-omBrandRole__inner--sub .ec-omBrandRole__section:last-child{
    margin-bottom: 0;
  }
  .ec-omBrandRole__image{
    margin-bottom: 40px;
    width: 100%;
  }
  .ec-omBrandRole__text{
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
  .ec-omBrandRole__text--red{
    text-align: center;
  }
  .ec-omBrandRole--quality .ec-omMSSpromiseRole{
    max-width: 1000px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 80px;
    padding: 40px 48px;
    font-size: 1.6rem;
  }
  .ec-omBrandRole--quality .ec-omMSSpromiseRole__logo{
    margin: 0 48px 0 0;
    padding-bottom: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 180px;
    border-bottom: none;
  }
  .ec-omBrandRole--quality .ec-omMSSpromiseRole__description{
    padding-left: 48px;
    border-left: 1px solid #3c4752;
  }
  .ec-omBrandRole--quality .ec-omQualityRole .ec-omHeadline--style02{
    margin-bottom: 40px;
  }
  .ec-omBrandRole--quality .ec-omQualityRole__section{
    margin-bottom: 120px;
  }
  .ec-omBrandRole--quality .ec-omQualityRole__lead{
    margin-bottom: 78px !important;
    font-size: 1.6rem;
  }
  .ec-omBrandRole--quality .ec-omQualityRole__list{
    margin-left: 30px;
    padding-left: 70px;
    border-left: 1px solid #feca3a;
  }
  .ec-omBrandRole--quality .ec-omQualityRole__item{
    margin-bottom: 100px;
  }
  .ec-omBrandRole--quality .ec-omQualityRole__itemTitle{
    margin-bottom: 40px !important;
    margin-left: -100px;
    font-size: 2.4rem;
  }
  .ec-omBrandRole--quality .ec-omQualityRole__itemTitle span{
    margin-right: 3.2vw;
    width: 60px;
    height: 60px;
    border-radius: 60px;
  }
  .ec-omBrandRole--quality .ec-omQualityRole__top{
    position: relative;
    margin-bottom: 40px;
  }
  .ec-omBrandRole--quality .ec-omQualityRole__itemLead{
    display: inline-block;
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 2;
  }
  .ec-omBrandRole--quality .ec-omQualityRole__itemLead p{
    width: calc(100% - 140px);
    margin-left: 140px;
  }
  .ec-omBrandRole--quality .ec-omQualityRole__icon{
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 40px;
    width: 100px;
  }
  .ec-omBrandRole--quality .ec-omQualityRole__itemText{
    width: calc(100% - 140px);
    margin-left: 140px;
    font-size: 1.6rem;
  }
  .ec-omBrandRole--quality .ec-omQualityRole__subList{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .ec-omBrandRole--quality .ec-omQualityRole__subList--col2 .ec-omQualityRole__subItem{
    width: 49% !important;
  }
  .ec-omBrandRole--quality .ec-omQualityRole__subList--col2 .ec-omQualityRole__subItem:nth-last-child(-n+2){
    margin-bottom: 0;
  }
  .ec-omBrandRole--quality .ec-omQualityRole__subList--col3 .ec-omQualityRole__subItem{
    width: 32% !important;
  }
  .ec-omBrandRole--quality .ec-omQualityRole__subList--col3 .ec-omQualityRole__subItem:nth-last-child(-n+3){
    margin-bottom: 0;
  }
  .ec-omBrandRole--quality .ec-omQualityRole__subItem{
    margin-bottom: 80px;
  }
  .ec-omBrandRole--quality .ec-omQualityRole__subItem:last-child{
    margin-bottom: 0;
  }
  .ec-omBrandRole--quality .ec-omQualityRole__subTitle{
    margin-bottom: 20px;
    padding: 12px 20px;
    font-size: 1.8rem;
  }
  .ec-omBrandRole--quality .ec-omQualityRole__subText{
    font-size: 1.6rem;
  }
  .ec-omBrandRole--quality .ec-omQualityRole__subImage{
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
  .ec-omBrandRole--quality .ec-omQualityRole .ec-omAccordionRole{
    margin-bottom: 100px;
  }
  .ec-omBrandRole--quality .ec-omQualityRole .ec-omQualityRole__col3{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0 -20px;
  }
  .ec-omBrandRole--quality .ec-omQualityRole .ec-omQualityRole__col3 li{
    margin: 0 20px;
    width: calc((100% - 60px) / 3);
  }
  .ec-omBrandRole--quality .ec-omQualityRole .ec-omQualityRole__col3 li .ec-omAccordionRole__image{
    margin-bottom: 20px;
    height: 190px;
  }
  .ec-omBrandRole--quality .ec-omQualityRole .ec-omQualityRole__col3 li .ec-omAccordionRole__image img{
    height: 100%;
    width: auto;
  }
  .ec-omBrandRole--quality .ec-omQualityRole .ec-omAccordionRole__col2{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 0 -10px 40px;
  }
  .ec-omBrandRole--quality .ec-omQualityRole .ec-omAccordionRole__col2 .ec-omAccordionRole__image{
    margin: 0 10px;
    width: 30%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
  .ec-omBrandRole--quality .ec-omQualityRole .ec-omAccordionRole__col2 .ec-omAccordionRole__image img{
    margin: 0;
    width: 100%;
  }
  .ec-omBrandRole--quality .ec-omQualityRole .ec-omAccordionRole__col2 .ec-omAccordionRole__description{
    width: calc(70% - 20px);
    margin: 0 10px;
  }
  .ec-omBrandRole--quality .ec-omQualityRole .ec-omAccordionRole__col2--img-l .ec-omAccordionRole__image{
    -ms-flex-order: 1;
        order: 1;
  }
  .ec-omBrandRole--quality .ec-omQualityRole .ec-omAccordionRole__col2--img-l .ec-omAccordionRole__description{
    -ms-flex-order: 2;
        order: 2;
  }
  .ec-omLoginRole .ec-omHeadline--style04{
    margin-bottom: 40px;
  }
  .ec-omLoginRole--col2{
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
  }
  .ec-omLoginRole--col2 .ec-omFormRole{
    width: calc((100% - 80px) / 2);
    margin: 0 20px;
    padding: 40px 40px 60px;
  }
  /*
  // パスワード再発行
  .ec-omForgotRole {
    .ec-omHeadline--style04 {
      margin-bottom: 20px;
    }
    &__form  {
      margin-bottom: 60px;
    }
    &__dl {
      display: flex;
      align-items: flex-start;
      padding: 24px 0;
    }
    &__dt {
      width: 30%;
      margin: 0 78px 0 0;
      padding-top: 10px;
      flex-shrink: 0;
    }
    &__dd {
      width: 100%;
    }
    .ec-label {
      margin-right: 12px;
      font-size: $rem18;
    }
    .ec-input {margin-bottom: 20px;
    }
  }*/
  .ec-omEntryRole .ec-omHeadline--style04{
    margin-bottom: 20px;
  }
  .ec-omEntryRole .ec-omPageLead{
    text-align: left;
    margin-bottom: 40px;
  }
  .ec-contactRole .ec-omHeadline--style04{
    margin-bottom: 20px;
  }
  .ec-contactRole .ec-omPageLead{
    text-align: left;
    margin-bottom: 40px;
  }
  .ec-omCartRole{
    /*--- 共通パーツ ---*/
    /*--- カート ---*/
    /*--- ご注文手続き ---*/
    /*--- 完了画面 ---*/
  }
  .ec-omCartRole__btnWrap{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .ec-omCartRole__btnWrap .ec-omBtn{
    width: 240px;
    height: 48px;
    padding: 12px;
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .ec-omCartRole__btnWrap .ec-omBtn:last-child{
    margin-bottom: 0;
  }
  .ec-omCartRole .ec-progress{
    margin-bottom: 60px;
  }
  .ec-omCartRole .ec-progress__item{
    padding: 0 16px;
  }
  .ec-omCartRole .ec-progress__item:after{
    height: 1px;
    top: 20px;
  }
  .ec-omCartRole .ec-progress__number{
    margin-bottom: 8px;
    width: 40px;
    height: 40px;
    font-size: 2rem;
    border-radius: 40px;
  }
  .ec-omCartRole .ec-progress__label{
    font-size: 1.2rem;
  }
  .ec-omCartRole__cartForm{
    padding: 0 0 80px;
  }
  .ec-omCartRole .ec-cartRole__totalText{
    margin-bottom: 70px;
    font-size: 1.6rem;
  }
  .ec-omCartRole .ec-cartRole .ec-cartHeader{
    margin-bottom: 24px;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    background-color: #f8f8f8;
  }
  .ec-omCartRole .ec-cartRole .ec-cartHeader__label{
    padding: 12px;
    font-size: 1.6rem;
    text-align: center;
    background-color: #f8f8f8;
    font-weight: 700;
  }
  .ec-omCartRole .ec-cartRole .ec-cartHeader__label:first-child{
    width: 10%;
  }
  .ec-omCartRole .ec-cartRole .ec-cartHeader__label:nth-child(2){
    width: 60%;
  }
  .ec-omCartRole .ec-cartRole .ec-cartHeader__label:nth-child(3){
    width: 20%;
  }
  .ec-omCartRole .ec-cartRole .ec-cartHeader__label:nth-child(4){
    width: 10%;
  }
  .ec-omCartRole .ec-cartRole .ec-cartRow{
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .ec-omCartRole .ec-cartRole .ec-cartRow__delColumn{
    width: 10%;
    margin: 0;
  }
  .ec-omCartRole .ec-cartRole .ec-cartRow__delColumn .ec-icon{
    margin: 0 auto;
  }
  .ec-omCartRole .ec-cartRole .ec-cartRow__delColumn .ec-icon img{
    margin: 0 auto;
    width: 20px;
    height: 20px;
  }
  .ec-omCartRole .ec-cartRole .ec-cartRow__contentColumn{
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    margin-right: 4.2666666667vw;
    padding: 0 10%;
  }
  .ec-omCartRole .ec-cartRole .ec-cartRow__summary{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .ec-omCartRole .ec-cartRole .ec-cartRow__img{
    margin-right: 40px;
    width: 80px;
  }
  .ec-omCartRole .ec-cartRole .ec-cartRow__name{
    margin-bottom: 12px;
  }
  .ec-omCartRole .ec-cartRole .ec-cartRow__name a{
    font-size: 1.6rem;
  }
  .ec-omCartRole .ec-cartRole .ec-cartRow__unitPrice{
    margin-bottom: 0;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .ec-omCartRole .ec-cartRole .ec-cartRow__sutbtotalSP{
    display: none;
  }
  .ec-omCartRole .ec-cartRole .ec-cartRow__amountColumn{
    width: 20%;
    margin: 0 auto;
  }
  .ec-omCartRole .ec-cartRole .ec-cartRow__amount{
    display: block;
    margin-bottom: 12px;
    font-size: 1.6rem;
    text-align: center;
  }
  .ec-omCartRole .ec-cartRole .ec-cartRow__amountSP{
    display: none;
  }
  .ec-omCartRole .ec-cartRole .ec-cartRow__amountUpDown{
    margin: 0 auto;
    text-align: center;
  }
  .ec-omCartRole .ec-cartRole .ec-cartRow__amountDownButton, .ec-omCartRole .ec-cartRole .ec-cartRow__amountDownButtonDisable, .ec-omCartRole .ec-cartRole .ec-cartRow__amountUpButton{
    margin: 0 6px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }
  .ec-omCartRole .ec-cartRole .ec-cartRow__amountDownButton__icon img, .ec-omCartRole .ec-cartRole .ec-cartRow__amountDownButtonDisable__icon img, .ec-omCartRole .ec-cartRole .ec-cartRow__amountUpButton__icon img{
    width: 12px;
  }
  .ec-omCartRole .ec-cartRole .ec-cartRow__subtotalColumn{
    display: inline-block;
    width: 10%;
    font-size: 1.6rem;
    text-align: right;
  }
  .ec-omCartRole .ec-cartRole__progress{
    margin-bottom: 24px;
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
  }
  .ec-omCartRole .ec-cartRole__actions{
    text-align: right;
  }
  .ec-omCartRole .ec-cartRole__total{
    display: block;
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
  .ec-omCartRole .ec-cartRole__totalAmount{
    display: block;
    margin: 12px 0 60px;
    font-size: 2.4rem;
  }
  .ec-omCartRole__form{
    background-color: #fff;
    font-size: 1.6rem;
  }
  .ec-omCartRole .ec-cartRole__error .ec-alert-warning{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 60px;
    padding: 16px;
  }
  .ec-omCartRole .ec-cartRole__error .ec-alert-warning__icon{
    position: inherit;
    top: 0;
    left: 0;
    width: 18px;
  }
  .ec-omCartRole .ec-cartRole__error .ec-alert-warning__text{
    text-align: center;
    font-size: 1.6rem;
  }
  .ec-omCartRole .ec-orderRole{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .ec-omCartRole .ec-orderRole .ec-rectHeading h2{
    margin-bottom: 16px;
    padding: 16px 20px;
    font-size: 1.8rem;
  }
  .ec-omCartRole .ec-orderRole .ec-rectHeading input[type=radio]{
    -moz-appearance: radio;
    -webkit-appearance: radio;
    appearance: radio;
    display: none;
  }
  .ec-omCartRole .ec-orderRole .ec-rectHeading input[type=radio]:checked + label:after{
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
  }
  .ec-omCartRole .ec-orderRole .ec-rectHeading input[type=radio] + label{
    margin-right: 60px;
    padding-left: 28px;
  }
  .ec-omCartRole .ec-orderRole .ec-rectHeading input[type=radio] + label:before{
    width: 16px;
    height: 16px;
    border-radius: 16px;
    margin-right: 3.7333333333vw;
  }
  .ec-omCartRole .ec-orderRole__detail{
    width: 64%;
  }
  .ec-omCartRole .ec-orderRole__summary{
    width: 32%;
    margin-top: 0;
    padding: 28px 28px 40px;
  }
  .ec-omCartRole .ec-orderRole__summary .ec-totalBox__spec{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 12px;
  }
  .ec-omCartRole .ec-orderRole__summary .ec-totalBox__spec dt{
    width: 70%;
  }
  .ec-omCartRole .ec-orderRole__summary .ec-totalBox__spec dd{
    width: 30%;
    text-align: right;
  }
  .ec-omCartRole .ec-orderRole__summary .ec-totalBox__total{
    margin: 28px 0 24px;
    padding-top: 20px;
  }
  .ec-omCartRole .ec-orderRole__summary .ec-totalBox__price{
    margin: 0 8px;
    font-size: 2.4rem;
  }
  .ec-omCartRole .ec-orderRole__summary .ec-totalBox__btn{
    margin-top: 32px;
  }
  .ec-omCartRole .ec-orderRole__summary .ec-totalBox__btn .ec-omBtn{
    margin: 0 auto;
    margin-bottom: 12px;
    width: 240px;
    height: 46px;
    border-radius: 46px;
    font-size: 1.8rem;
  }
  .ec-omCartRole .ec-orderAccount{
    margin-bottom: 60px;
  }
  .ec-omCartRole .ec-orderAccount__account p{
    margin-bottom: 8px;
  }
  .ec-omCartRole .ec-orderDelivery__title{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 12px;
  }
  .ec-omCartRole .ec-orderDelivery .ec-inlineBtn{
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 1.4rem;
  }
  .ec-omCartRole .ec-orderDelivery .ec-borderedList{
    margin-bottom: 24px;
  }
  .ec-omCartRole .ec-orderDelivery .ec-borderedList li{
    padding: 24px 0;
  }
  .ec-omCartRole .ec-orderDelivery .ec-borderedList .ec-imageGrid__img{
    margin-right: 30px;
    width: 40px;
  }
  .ec-omCartRole .ec-orderDelivery .ec-borderedList .ec-imageGrid__content p{
    margin-bottom: 1.0666666667vw;
  }
  .ec-omCartRole .ec-orderDelivery .ec-borderedList .ec-imageGrid__content p:last-child{
    margin-bottom: 0;
  }
  .ec-omCartRole .ec-orderDelivery .ec-borderedList .ec-imageGrid__content p span{
    margin-left: 28px;
  }
  .ec-omCartRole .ec-orderDelivery__address{
    margin-bottom: 40px;
  }
  .ec-omCartRole .ec-orderDelivery__address p{
    margin-bottom: 12px;
  }
  .ec-omCartRole .ec-orderDelivery__actions{
    margin-bottom: 60px;
  }
  .ec-omCartRole .ec-orderDelivery__actions .ec-select{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 20px;
  }
  .ec-omCartRole .ec-orderDelivery__actions .ec-select__inner{
    min-width: auto;
  }
  .ec-omCartRole .ec-orderDelivery__actions .ec-select__inner:before{
    top: 18px;
  }
  .ec-omCartRole .ec-orderDelivery__actions .ec-select label{
    margin-right: 20px;
  }
  .ec-omCartRole .ec-orderDelivery__actions .ec-select select{
    width: 168px;
  }
  .ec-omCartRole .non-customer-edit dl{
    padding-bottom: 24px;
  }
  .ec-omCartRole .non-customer-edit .ec-halfInput{
    margin-right: -10px;
    margin-left: -10px;
  }
  .ec-omCartRole .non-customer-edit .ec-zipInput, .ec-omCartRole .non-customer-edit .ec-select, .ec-omCartRole .non-customer-edit .ec-input{
    margin-bottom: 4px;
  }
  .ec-omCartRole .ec-orderPayment{
    margin-bottom: 60px;
  }
  .ec-omCartRole .ec-orderPayment .ec-radio div{
    margin-bottom: 12px;
  }
  .ec-omCartRole .ec-orderPayment .ec-input p{
    margin-bottom: 12px;
  }
  .ec-omCartRole .ec-orderPayment .ec-input.inline{
    margin-bottom: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .ec-omCartRole .ec-orderPayment .ec-input.inline input{
    display: inline;
    width: 344px;
  }
  .ec-omCartRole .ec-orderPayment .ec-input.inline + .inline{
    margin-bottom: 20px;
  }
  .ec-omCartRole .ec-orderPayment .ec-select__inner{
    width: auto;
    min-width: 100px;
  }
  .ec-omCartRole .ec-orderPayment .dl_table dl{
    display: -ms-flexbox;
    display: flex;
  }
  .ec-omCartRole .ec-orderPayment .dl_table dt{
    width: 35%;
    margin: 0 40px 0 0;
  }
  .ec-omCartRole .ec-orderPayment .dl_table dd{
    width: calc(65% - 40px);
  }
  .ec-omCartRole .ec-orderPayment .dl_table dd p{
    display: block;
    margin: 10px 0 20px 0;
    font-size: 1.6rem;
  }
  .ec-omCartRole .ec-orderPayment #shopping_order_expire_month, .ec-omCartRole .ec-orderPayment #shopping_order_expire_year, .ec-omCartRole .ec-orderPayment #credit_payment_card_month, .ec-omCartRole .ec-orderPayment #credit_payment_card_year{
    width: 100px;
    margin-right: 8px;
  }
  .ec-omCartRole .ec-orderPayment #shopping_order_credit_pay_methods{
    width: 160px;
  }
  .ec-omCartRole .ec-orderPayment .ec-checkbox{
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .ec-omCartRole .ec-orderPayment#gmo_payment_gateway_credit_form input[type=radio]{
    width: 16px;
    height: 16px;
  }
  .ec-omCartRole .ec-orderPayment#gmo_payment_gateway_credit_form #shopping_order_payment_type_1_body{
    margin-bottom: 40px;
  }
  .ec-omCartRole .ec-orderPayment#gmo_payment_gateway_credit_form #shopping_order_payment_type_1_body dt{
    width: auto;
    padding: 0;
  }
  .ec-omCartRole .ec-orderPayment#gmo_payment_gateway_credit_form .save_pay_methods{
    width: 20%;
    margin-right: 20px;
  }
  .ec-omCartRole .ec-orderPayment#gmo_payment_gateway_credit_form .save_pay_methods + dd{
    border-bottom: none;
  }
  .ec-omCartRole .ec-orderPayment#gmo_payment_gateway_credit_form .save_pay_methods + dd .ec-select{
    margin-left: 20px;
  }
  .ec-omCartRole .ec-orderPayment#gmo_payment_gateway_credit_form #shopping_order_payment_type_0_body.dl_table{
    border-spacing: 0 12px;
  }
  .ec-omCartRole .ec-orderPayment#gmo_payment_gateway_credit_form #shopping_order_payment_type_0_body dl{
    margin-bottom: 20px;
  }
  .ec-omCartRole .ec-orderPayment#gmo_payment_gateway_credit_form #shopping_order_payment_type_0_body dt{
    width: 40%;
    padding-right: 20px;
  }
  .ec-omCartRole .ec-orderPayment#gmo_payment_gateway_credit_form #shopping_order_payment_type_0_body .ec-checkbox{
    margin-bottom: 10px;
  }
  .ec-omCartRole .ec-orderPayment#gmo_payment_gateway_credit_form #shopping_order_payment_type_0_body .ec-checkbox label:before{
    top: 0;
  }
  .ec-omCartRole .ec-registerRole .ec-addressRole__actions{
    margin-bottom: 40px;
  }
  .ec-omCartRole .ec-registerRole .ec-inlineBtn{
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 1.4rem;
  }
  .ec-omCartRole .ec-registerRole input[type=radio]{
    width: 16px;
    height: 16px;
    border-radius: 16px;
  }
  .ec-omCartRole .ec-registerRole .ec-addressList{
    margin-bottom: 40px;
    font-size: 1.5rem;
  }
  .ec-omCartRole .ec-registerRole .ec-addressList__item{
    padding: 1.6vw 0;
  }
  .ec-omCartRole .ec-registerRole .ec-addressList__address{
    margin-left: 20px;
  }
  .ec-omCartRole .ec-omHeadline--style04{
    margin-bottom: 20px;
  }
  .ec-omCartRole__orderNumber{
    margin: 40px 0 60px;
  }
  .ec-omMypageRole{
    /*.ec-errorMessage {
      margin-top: $vw32;
      font-size: $vw30;
      line-height: 2;
    } */
    /*--- 注文履歴 --*/
    /*--- お気に入り一覧 --*/
    /*--- 会員情報編集 --*/
    /*--- お届け先一覧 --*/
    /*--- 退会手続き --*/
    /*--- カード情報編集 --*/
    /*--- ポイント履歴 --*/
  }
  .ec-omMypageRole .ec-omFormRole__input.ec-radio, .ec-omMypageRole .ec-omFormRole__input.ec-checkbox{
    padding: 10px 0 10px;
  }
  .ec-omMypageRole .ec-navlistRole__navlist{
    margin-bottom: 60px;
  }
  .ec-omMypageRole .ec-navlistRole__item{
    width: 25%;
    min-width: 170px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ec-omMypageRole .ec-navlistRole__item a{
    padding: 16px;
    font-size: 1.6rem;
    height: 100%;
    transition: 0.3s;
  }
  .ec-omMypageRole .ec-navlistRole__item a:hover{
    color: #3c4752;
    background-color: #ffd6c6;
  }
  .ec-omMypageRole .ec-welcomeMsg{
    padding-bottom: 60px;
    font-size: 1.6rem;
    border-bottom: 1px solid #f8c6bd;
  }
  .ec-omMypageRole .ec-omHeadline--style04{
    margin-bottom: 20px;
  }
  .ec-omMypageRole__btnWrap{
    margin-top: 60px;
  }
  .ec-omMypageRole__btnWrap .ec-omBtn{
    margin-bottom: 20px;
  }
  .ec-omMypageRole__orderHistory{
    padding: 24px 0;
    font-size: 1.6rem;
  }
  .ec-omMypageRole .ec-historyRole{
    padding: 40px 0;
    border-bottom: 1px solid #f8c6bd;
  }
  .ec-omMypageRole .ec-historyRole__contents{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .ec-omMypageRole .ec-historyRole__header{
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
  }
  .ec-omMypageRole .ec-historyRole .ec-historyListHeader__date{
    margin-bottom: 32px;
    font-size: 2.2rem;
  }
  .ec-omMypageRole .ec-historyRole .ec-definitions{
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    font-size: 1.6rem;
  }
  .ec-omMypageRole .ec-historyRole .ec-definitions:last-of-type{
    margin-bottom: 26px;
  }
  .ec-omMypageRole .ec-historyRole .ec-definitions dt{
    margin-right: 40px;
  }
  .ec-omMypageRole .ec-historyRole__detail{
    margin-left: 60px;
    padding-left: 40px;
    border-left: 1px dotted #f8c6bd;
  }
  .ec-omMypageRole .ec-historyRole__item{
    margin-bottom: 40px;
  }
  .ec-omMypageRole .ec-historyRole__item:last-child{
    margin-bottom: 0;
  }
  .ec-omMypageRole .ec-historyRole__item .ec-imageGrid{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .ec-omMypageRole .ec-historyRole__item .ec-imageGrid__img{
    margin-right: 20px;
    width: 150px;
    height: 150px;
  }
  .ec-omMypageRole .ec-historyRole__item .ec-imageGrid__content{
    font-size: 1.6rem;
  }
  .ec-omMypageRole .ec-historyRole__detailTitle{
    margin-bottom: 12px;
  }
  .ec-omMypageRole .ec-historyDetailRole{
    padding: 32px 0;
    font-size: 1.5rem;
  }
  .ec-omMypageRole .ec-historyDetailRole .ec-orderOrder, .ec-omMypageRole .ec-historyDetailRole .ec-orderDelivery, .ec-omMypageRole .ec-historyDetailRole .ec-orderPayment, .ec-omMypageRole .ec-historyDetailRole .ec-orderMails{
    margin-bottom: 60px;
  }
  .ec-omMypageRole .ec-historyDetailRole .ec-orderRole{
    display: -ms-flexbox;
    display: flex;
  }
  .ec-omMypageRole .ec-historyDetailRole .ec-orderRole .ec-definitions{
    margin-bottom: 12px;
  }
  .ec-omMypageRole .ec-historyDetailRole .ec-orderRole .ec-definitions dt{
    margin-right: 20px;
  }
  .ec-omMypageRole .ec-historyDetailRole .ec-orderRole .ec-rectHeading{
    margin-bottom: 16px;
    padding: 16px 20px;
    font-size: 1.8rem;
  }
  .ec-omMypageRole .ec-historyDetailRole .ec-orderRole__detail{
    width: 63%;
    margin-right: 2%;
  }
  .ec-omMypageRole .ec-historyDetailRole .ec-orderRole__summary{
    width: 35%;
  }
  .ec-omMypageRole .ec-historyDetailRole .ec-orderRole__summary .btn{
    margin-bottom: 20px;
    padding: 16px 56px;
    font-size: 1.5rem;
    border: 1px solid #7f96c3;
    transition: 0.2s;
  }
  .ec-omMypageRole .ec-historyDetailRole .ec-orderRole__summary .btn:hover{
    background-color: #fff;
    color: #7f96c3;
  }
  .ec-omMypageRole .ec-historyDetailRole .ec-orderRole__summary .ec-totalBox{
    padding: 28px 28px 40px;
  }
  .ec-omMypageRole .ec-historyDetailRole .ec-orderRole__summary .ec-totalBox__spec{
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 12px;
  }
  .ec-omMypageRole .ec-historyDetailRole .ec-orderRole__summary .ec-totalBox__spec dt{
    width: 70%;
  }
  .ec-omMypageRole .ec-historyDetailRole .ec-orderRole__summary .ec-totalBox__spec dd{
    width: 30%;
    text-align: right;
  }
  .ec-omMypageRole .ec-historyDetailRole .ec-orderRole__summary .ec-totalBox__total{
    margin: 28px 0 24px;
    padding-top: 20px;
  }
  .ec-omMypageRole .ec-historyDetailRole .ec-orderRole__summary .ec-totalBox__price{
    margin: 0 8px;
    font-size: 2.4rem;
  }
  .ec-omMypageRole .ec-historyDetailRole .ec-orderRole__summary .ec-totalBox .ec-blockBtn--action{
    margin-top: 20px;
    padding: 12px 46px;
    font-size: 1.6rem;
    border: 1px solid #fd9b96;
    transition: 0.2s;
  }
  .ec-omMypageRole .ec-historyDetailRole .ec-orderRole__summary .ec-totalBox .ec-blockBtn--action:hover{
    background-color: #fff;
    color: #fd9b96;
  }
  .ec-omMypageRole .ec-historyDetailRole .ec-orderDelivery__title{
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
  .ec-omMypageRole .ec-historyDetailRole .ec-orderDelivery__list{
    margin-bottom: 64px;
  }
  .ec-omMypageRole .ec-historyDetailRole .ec-orderDelivery__item{
    padding: 20px 0;
  }
  .ec-omMypageRole .ec-historyDetailRole .ec-orderDelivery__item .ec-imageGrid__img{
    margin-right: 40px;
    width: 120px;
    height: 120px;
  }
  .ec-omMypageRole .ec-historyDetailRole .ec-orderDelivery__item .ec-imageGrid__content p{
    margin-bottom: 16px;
  }
  .ec-omMypageRole .ec-historyDetailRole .ec-orderDelivery__address{
    margin: 28px 0 20px;
  }
  .ec-omMypageRole .ec-historyDetailRole .ec-orderDelivery__address p{
    margin-bottom: 12px;
  }
  .ec-omMypageRole .ec-historyDetailRole .ec-orderDelivery .ec-definitions--soft{
    margin-bottom: 12px;
  }
  .ec-omMypageRole .ec-historyDetailRole .ec-orderMail .ec-orderMail__time{
    margin-bottom: 16px;
  }
  .ec-omMypageRole .ec-historyDetailRole .ec-orderMail .ec-orderMail__body{
    display: none;
    margin-top: 40px;
    padding: 40px 20px;
    font-size: 1.5rem;
  }
  .ec-omMypageRole .ec-historyDetailRole .ec-orderMail .ec-orderMail__close{
    margin-top: 32px;
  }
  .ec-omMypageRole .ec-historyDetailRole .ec-role .ec-inlineBtn{
    margin-top: 20px;
    padding: 12px 46px;
    font-size: 1.6rem;
    border: 1px solid #95989f;
    transition: 0.2s;
  }
  .ec-omMypageRole .ec-historyDetailRole .ec-role .ec-inlineBtn:hover{
    background-color: #fff;
    color: #95989f;
  }
  .ec-omMypageRole .ec-favoriteRole__header{
    margin-bottom: 40px;
    padding: 24px 0;
    font-size: 1.6rem;
    border-bottom: 1px solid #f8c6bd;
  }
  .ec-omMypageRole .ec-favoriteRole__itemList{
    margin: 0 -24px;
  }
  .ec-omMypageRole .ec-favoriteRole__item{
    margin: 0 24px 80px;
    width: 200px;
  }
  .ec-omMypageRole .ec-favoriteRole .ec-closeBtn--circle{
    right: -14px;
    top: -14px;
  }
  .ec-omMypageRole .ec-favoriteRole .ec-closeBtn--circle .ec-icon{
    width: 28px;
    height: 28px;
  }
  .ec-omMypageRole .ec-favoriteRole__item-image{
    width: 200px;
    height: 200px;
    margin: 0 auto 24px;
  }
  .ec-omMypageRole .ec-favoriteRole__itemTitle, .ec-omMypageRole .ec-favoriteRole__itemPrice{
    font-size: 1.6rem;
  }
  .ec-omMypageRole .ec-favoriteRole__itemTitle{
    margin-bottom: 4px;
  }
  .ec-omMypageRole .ec-checkbox label{
    margin-top: 0;
  }
  .ec-omMypageRole .ec-checkbox label span{
    width: 100%;
    position: relative;
    top: -16px;
    left: 0;
    padding-left: 32px;
  }
  .ec-omMypageRole .ec-addressRole__header{
    margin-bottom: 40px;
    padding: 24px 0;
    font-size: 1.6rem;
  }
  .ec-omMypageRole .ec-addressRole__actions .ec-errorMessage{
    font-size: 4vw;
    font-weight: 700;
    color: #f87466;
    line-height: 1.4;
  }
  .ec-omMypageRole .ec-addressList{
    margin-top: 80px;
  }
  .ec-omMypageRole .ec-addressList__item{
    padding: 32px 0;
  }
  .ec-omMypageRole .ec-addressList__remove{
    margin-right: 40px;
  }
  .ec-omMypageRole .ec-addressList__remove .ec-icon{
    width: 28px;
    height: 28px;
  }
  .ec-omMypageRole .ec-addressList__address{
    margin-right: 0;
    font-size: 1.6rem;
  }
  .ec-omMypageRole .ec-addressList__action{
    margin-left: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .ec-omMypageRole .ec-withdrawRole__icon, .ec-omMypageRole .ec-withdrawConfirmRole__icon{
    margin: 60px auto;
    width: 120px;
  }
  .ec-omMypageRole .ec-withdrawRole__title, .ec-omMypageRole .ec-withdrawConfirmRole__title{
    margin-bottom: 20px;
    font-size: 2.5rem;
  }
  .ec-omMypageRole .ec-withdrawRole__description, .ec-omMypageRole .ec-withdrawConfirmRole__description{
    margin-bottom: 60px;
    font-size: 1.6rem;
  }
  .ec-omMypageRole .ec-cardRole dl{
    display: -ms-flexbox;
    display: flex;
    padding: 24px 0 24px;
    font-size: 1.8rem;
  }
  .ec-omMypageRole .ec-cardRole dl dt{
    width: 36%;
    padding-top: 10px;
    padding-right: 32px;
    margin-bottom: 0;
    font-size: 1.8rem;
  }
  .ec-omMypageRole .ec-cardRole dl dd{
    width: 64%;
  }
  .ec-omMypageRole .ec-cardRole input{
    padding: 12px;
    height: 48px;
    font-size: 1.6rem;
    border-radius: 2px;
  }
  .ec-omMypageRole .ec-cardRole .ec-halfInput{
    margin-right: -10px;
    margin-left: -10px;
  }
  .ec-omMypageRole .ec-cardRole .ec-halfInput input{
    width: calc((100% - 46px) / 2);
    margin-right: 10px;
    margin-left: 10px;
  }
  .ec-omMypageRole .ec-cardRole .ec-select select{
    padding: 12px;
    height: 48px;
    font-size: 1.6rem;
    border-radius: 2px;
  }
  .ec-omMypageRole .ec-cardRole #mypage_card_expire_month, .ec-omMypageRole .ec-cardRole #mypage_card_expire_year{
    margin-right: 8px;
    width: 100px;
  }
  .ec-omMypageRole .ec-cardRole #mypage_card_expire_year{
    margin-left: 8px;
  }
  .ec-omMypageRole .ec-cardRole .alert{
    margin: 40px 0;
    padding: 16px;
  }
  .ec-omMypageRole .ec-cardRole .alert .fa{
    padding-top: 2px;
  }
  .ec-omMypageRole .ec-cardRole .alert span{
    font-size: 1.6rem;
  }
  .ec-omMypageRole .ec-cardRole .ec-para-normal{
    padding: 24px 0;
  }
  .ec-omMypageRole .ec-cardRole p{
    font-size: 1.6rem;
  }
  .ec-omMypageRole .ec-cardRole__noCard{
    padding-bottom: 40px;
    padding: 24px 0;
  }
  .ec-omMypageRole .ec-cardRole .ec-cardList table{
    margin: 20px 0;
    font-size: 1.6rem;
  }
  .ec-omMypageRole .ec-cardRole .ec-cardList table thead th{
    padding-bottom: 24px;
  }
  .ec-omMypageRole .ec-cardRole .ec-cardList table tbody input[type=checkbox]{
    width: 20px;
    height: 20px;
  }
  .ec-omMypageRole .ec-cardRole .ec-cardList table tbody tr{
    margin-bottom: 40px;
    padding: 16px 0;
  }
  .ec-omMypageRole .ec-cardRole .ec-cardList table tbody tr td{
    padding: 32px 0;
  }
  .ec-omMypageRole .ec-cardRole dl{
    padding: 24px 0;
  }
  .ec-omMypageRole .ec-cardRole .cardNoCaution, .ec-omMypageRole .ec-cardRole span{
    display: block;
    margin-top: 8px;
    padding: 0 2%;
    font-size: 1.4rem;
  }
  .ec-omMypageRole .ec-cardRole__actions{
    margin-top: 40px;
  }
  .ec-omMypageRole .ec-cardRole .ec-inlineBtn{
    padding: 12px 46px;
    font-size: 1.6rem;
    border: 1px solid #fd9b96;
    transition: 0.2s;
  }
  .ec-omMypageRole .ec-cardRole .ec-inlineBtn:hover{
    background-color: #fff;
    color: #fd9b96;
  }
  .ec-omMypageRole .ec-cardRole #delete_card_action{
    margin-bottom: 100px;
    border: 1px solid #7f96c3;
    background-color: #7f96c3;
  }
  .ec-omMypageRole .ec-cardRole #delete_card_action:hover{
    background-color: #fff;
    color: #7f96c3;
  }
  .ec-omMypageRole .ec-pointHistoryRole__header{
    margin-bottom: 40px;
    padding: 24px 0;
    font-size: 1.6rem;
  }
  .ec-omMypageRole .ec-pointHistoryRole__body{
    font-size: 1.6rem;
  }
  .ec-omMypageRole .ec-pointHistoryRole__body table{
    width: 100%;
  }
  .ec-omMypageRole .ec-pointHistoryRole__body .table-head{
    padding-bottom: 16px;
  }
  .ec-omMypageRole .ec-pointHistoryRole__body .table-head th{
    padding-bottom: 16px;
  }
  .ec-omMypageRole .ec-pointHistoryRole__body td{
    padding: 16px 0;
  }
  .ec-omOrthocheckPageRole .ec-omPageTitle{
    margin-top: 32px;
    margin-bottom: 112px;
    font-size: 3.6rem;
    text-align: center;
  }
  .ec-omOrthocheckPageRole .ec-omPageTitle:after{
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 200px;
    height: 275px;
  }
  .ec-omOrthocheckPageRole__contents{
    padding: 80px 40px;
  }
  .ec-omOrthocheckPageRole__inner{
    padding: 80px 60px;
  }
  .ec-omOrthocheckPageRole__inner table{
    width: 100%;
    margin-bottom: 60px;
  }
  .ec-omOrthocheckPageRole__inner tr{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    padding: 20px 0;
  }
  .ec-omOrthocheckPageRole__inner th{
    width: 60%;
    margin-bottom: 0;
    text-align: left;
    font-size: 1.8rem;
  }
  .ec-omOrthocheckPageRole__inner th.femaleQ:before{
    display: inline-block;
    width: auto;
    margin-right: 12px;
    margin-bottom: 0;
    padding: 4px 12px;
    font-size: 1.6rem;
    border-radius: 4px;
  }
  .ec-omOrthocheckPageRole__inner td{
    width: 40%;
    height: 44px;
  }
  .ec-omOrthocheckPageRole__inner .button-radio{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    height: 44px;
  }
  .ec-omOrthocheckPageRole__inner .button-radio label{
    margin: 0 10px;
    width: 120px;
    height: 44px;
    font-size: 1.8rem;
    border-radius: 13.3333333333vw;
    transition: 0.2s;
  }
  .ec-omOrthocheckPageRole__inner .button-radio label:hover{
    background-color: #b2c1d0;
    color: #fff;
  }
  .ec-omOrthocheckPageRole__inner .button-radio input[type=radio]:checked + label{
    color: #fff;
    font-weight: 700;
    background-color: #7f96c3;
    border: 1px solid #7f96c3;
  }
  .ec-omOrthocheckPageRole__inner .badge-wrap{
    display: inline-block;
    margin: 0 12px 0 0;
  }
  .ec-omOrthocheckPageRole__inner .badge-women{
    padding: 4px 12px;
    font-size: 1.6rem;
    border-radius: 4px;
  }
  .ec-omOrthocheckPageRole .result{
    margin: 0 auto;
    text-align: center;
  }
  .ec-omOrthocheckPageRole .ec-omOrthoRankRole{
    margin-top: 100px;
    padding: 86px 40px;
  }
  .ec-omOrthocheckPageRole .ec-omOrthoRankRole__inner{
    position: relative;
    padding: 40px 24px 16px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  }
  .ec-omOrthocheckPageRole .ec-omOrthoRankRole__inner .rank{
    margin-bottom: 62px;
    margin-left: 220px;
  }
  .ec-omOrthocheckPageRole .ec-omOrthoRankRole__inner .rankTable{
    position: relative;
    z-index: 10;
    display: -ms-flexbox;
    display: flex;
    min-height: 40px;
  }
  .ec-omOrthocheckPageRole .ec-omOrthoRankRole__inner tr{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin: 0 30px 0 0;
  }
  .ec-omOrthocheckPageRole .ec-omOrthoRankRole__inner th{
    margin-right: 10px;
    font-size: 1.8rem;
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }
  .ec-omOrthocheckPageRole .ec-omOrthoRankRole__inner td{
    font-size: 2.4rem;
  }
  .ec-omOrthocheckPageRole .ec-omOrthoRankRole__title{
    margin-bottom: 32px;
    font-size: 2.8rem;
  }
  .ec-omOrthocheckPageRole .ec-omOrthoRankRole__title:before{
    width: 40px;
    height: 94px;
    margin-right: 40px;
  }
  .ec-omOrthocheckPageRole .ec-omOrthoRankRole__title:after{
    width: 40px;
    height: 94px;
    margin-left: 40px;
  }
  .ec-omOrthocheckPageRole .ec-omOrthoRankRole__image{
    position: absolute;
    left: 24px;
    bottom: 0;
    margin-right: 0;
    max-width: 200px;
  }
  .ec-omOrthocheckPageRole .ec-omOrthoRankRole .reset{
    margin: 0 auto 58px;
    text-align: center;
  }
  .ec-omOrthocheckPageRole .ec-omOrthoRankRole .reset .resetBtn:after{
    margin-left: 8px;
  }
  .ec-omOrthocheckPageRole .ec-omOrthoRankRole span{
    display: block;
    position: relative;
    z-index: 10;
    font-size: 1.2rem;
    text-align: center;
  }
  .ec-omTextLink, .ec-link{
    color: #fd9b96;
  }
  .ec-omTextLink:hover, .ec-link:hover{
    text-decoration: none;
  }
  .text-link{
    color: #fd9b96;
  }
  .text-link:hover{
    text-decoration: none;
  }
  .annotation-mark{
    font-size: 1.2rem;
  }
  .image-caption{
    font-size: 1.2rem;
  }
  .d-md-none{
    display: none !important;
  }
  .d-md-inline{
    display: inline !important;
  }
  .d-md-block{
    display: block !important;
  }
  .d-md-inline-block{
    display: inline-block !important;
  }
  .d-md-flex{
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex{
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-md-row{
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-md-column{
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-md-row-reverse{
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse{
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-md-wrap{
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap{
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse{
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill{
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-md-grow-0{
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-md-grow-1{
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-md-shrink-0{
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1{
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-md-content-start{
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-md-content-end{
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-md-content-center{
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-md-content-between{
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-md-content-around{
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-md-items-start{
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-md-items-end{
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-md-items-center{
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-md-items-baseline{
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-md-items-stretch{
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-md-content-start{
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-md-content-end{
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-md-content-center{
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-md-content-between{
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-md-content-around{
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-md-content-stretch{
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-md-self-auto{
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-md-self-start{
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-md-self-end{
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-md-self-center{
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-md-self-baseline{
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-md-self-stretch{
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .mt-8{
    margin-top: 8px !important;
  }
  .mt-10{
    margin-top: 10px !important;
  }
  .mt-16{
    margin-top: 16px !important;
  }
  .mt-20{
    margin-top: 20px !important;
  }
  .mt-24{
    margin-top: 24px !important;
  }
  .mt-30{
    margin-top: 30px !important;
  }
  .mt-32{
    margin-top: 32px !important;
  }
  .mt-40{
    margin-top: 40px !important;
  }
  .mt-48{
    margin-top: 48px !important;
  }
  .mt-50{
    margin-top: 50px !important;
  }
  .mt-56{
    margin-top: 56px !important;
  }
  .mt-60{
    margin-top: 60px !important;
  }
  .mt-64{
    margin-top: 64px !important;
  }
  .mt-70{
    margin-top: 70px !important;
  }
  .mt-72{
    margin-top: 72px !important;
  }
  .mt-80{
    margin-top: 80px !important;
  }
  .mt-88{
    margin-top: 88px !important;
  }
  .mt-90{
    margin-top: 90px !important;
  }
  .mt-96{
    margin-top: 96px !important;
  }
  .mt-100{
    margin-top: 100px !important;
  }
  .mr-8{
    margin-right: 8px !important;
  }
  .mr-10{
    margin-right: 10px !important;
  }
  .mr-16{
    margin-right: 16px !important;
  }
  .mr-20{
    margin-right: 20px !important;
  }
  .mr-24{
    margin-right: 24px !important;
  }
  .mr-30{
    margin-right: 30px !important;
  }
  .mr-32{
    margin-right: 32px !important;
  }
  .mr-40{
    margin-right: 40px !important;
  }
  .mr-48{
    margin-right: 48px !important;
  }
  .mr-50{
    margin-right: 50px !important;
  }
  .mr-56{
    margin-right: 56px !important;
  }
  .mr-60{
    margin-right: 60px !important;
  }
  .mr-64{
    margin-right: 64px !important;
  }
  .mr-70{
    margin-right: 70px !important;
  }
  .mr-72{
    margin-right: 72px !important;
  }
  .mr-80{
    margin-right: 80px !important;
  }
  .mr-88{
    margin-right: 88px !important;
  }
  .mr-90{
    margin-right: 90px !important;
  }
  .mr-96{
    margin-right: 96px !important;
  }
  .mr-100{
    margin-right: 100px !important;
  }
  .mb-8{
    margin-bottom: 8px !important;
  }
  .mb-10{
    margin-bottom: 10px !important;
  }
  .mb-16{
    margin-bottom: 16px !important;
  }
  .mb-20{
    margin-bottom: 20px !important;
  }
  .mb-24{
    margin-bottom: 24px !important;
  }
  .mb-30{
    margin-bottom: 30px !important;
  }
  .mb-32{
    margin-bottom: 32px !important;
  }
  .mb-40{
    margin-bottom: 40px !important;
  }
  .mb-48{
    margin-bottom: 48px !important;
  }
  .mb-50{
    margin-bottom: 50px !important;
  }
  .mb-56{
    margin-bottom: 56px !important;
  }
  .mb-60{
    margin-bottom: 60px !important;
  }
  .mb-64{
    margin-bottom: 64px !important;
  }
  .mb-70{
    margin-bottom: 70px !important;
  }
  .mb-72{
    margin-bottom: 72px !important;
  }
  .mb-80{
    margin-bottom: 80px !important;
  }
  .mb-88{
    margin-bottom: 88px !important;
  }
  .mb-90{
    margin-bottom: 90px !important;
  }
  .mb-96{
    margin-bottom: 96px !important;
  }
  .mb-100{
    margin-bottom: 100px !important;
  }
  .ml-8{
    margin-left: 8px !important;
  }
  .ml-10{
    margin-left: 10px !important;
  }
  .ml-16{
    margin-left: 16px !important;
  }
  .ml-20{
    margin-left: 20px !important;
  }
  .ml-24{
    margin-left: 24px !important;
  }
  .ml-30{
    margin-left: 30px !important;
  }
  .ml-32{
    margin-left: 32px !important;
  }
  .ml-40{
    margin-left: 40px !important;
  }
  .ml-48{
    margin-left: 48px !important;
  }
  .ml-50{
    margin-left: 50px !important;
  }
  .ml-56{
    margin-left: 56px !important;
  }
  .ml-60{
    margin-left: 60px !important;
  }
  .ml-64{
    margin-left: 64px !important;
  }
  .ml-70{
    margin-left: 70px !important;
  }
  .ml-72{
    margin-left: 72px !important;
  }
  .ml-80{
    margin-left: 80px !important;
  }
  .ml-88{
    margin-left: 88px !important;
  }
  .ml-90{
    margin-left: 90px !important;
  }
  .ml-96{
    margin-left: 96px !important;
  }
  .ml-100{
    margin-left: 100px !important;
  }
  .pt-8{
    padding-top: 8px !important;
  }
  .pt-10{
    padding-top: 10px !important;
  }
  .pt-16{
    padding-top: 16px !important;
  }
  .pt-20{
    padding-top: 20px !important;
  }
  .pt-24{
    padding-top: 24px !important;
  }
  .pt-30{
    padding-top: 30px !important;
  }
  .pt-32{
    padding-top: 32px !important;
  }
  .pt-40{
    padding-top: 40px !important;
  }
  .pt-48{
    padding-top: 48px !important;
  }
  .pt-50{
    padding-top: 50px !important;
  }
  .pt-56{
    padding-top: 56px !important;
  }
  .pt-60{
    padding-top: 60px !important;
  }
  .pt-64{
    padding-top: 64px !important;
  }
  .pt-70{
    padding-top: 70px !important;
  }
  .pt-72{
    padding-top: 72px !important;
  }
  .pt-80{
    padding-top: 80px !important;
  }
  .pt-88{
    padding-top: 88px !important;
  }
  .pt-90{
    padding-top: 90px !important;
  }
  .pt-96{
    padding-top: 96px !important;
  }
  .pt-100{
    padding-top: 100px !important;
  }
  .pr-8{
    padding-right: 8px !important;
  }
  .pr-10{
    padding-right: 10px !important;
  }
  .pr-16{
    padding-right: 16px !important;
  }
  .pr-20{
    padding-right: 20px !important;
  }
  .pr-24{
    padding-right: 24px !important;
  }
  .pr-30{
    padding-right: 30px !important;
  }
  .pr-32{
    padding-right: 32px !important;
  }
  .pr-40{
    padding-right: 40px !important;
  }
  .pr-48{
    padding-right: 48px !important;
  }
  .pr-50{
    padding-right: 50px !important;
  }
  .pr-56{
    padding-right: 56px !important;
  }
  .pr-60{
    padding-right: 60px !important;
  }
  .pr-64{
    padding-right: 64px !important;
  }
  .pr-70{
    padding-right: 70px !important;
  }
  .pr-72{
    padding-right: 72px !important;
  }
  .pr-80{
    padding-right: 80px !important;
  }
  .pr-88{
    padding-right: 88px !important;
  }
  .pr-90{
    padding-right: 90px !important;
  }
  .pr-96{
    padding-right: 96px !important;
  }
  .pr-100{
    padding-right: 100px !important;
  }
  .pb-8{
    padding-bottom: 8px !important;
  }
  .pb-10{
    padding-bottom: 10px !important;
  }
  .pb-16{
    padding-bottom: 16px !important;
  }
  .pb-20{
    padding-bottom: 20px !important;
  }
  .pb-24{
    padding-bottom: 24px !important;
  }
  .pb-30{
    padding-bottom: 30px !important;
  }
  .pb-32{
    padding-bottom: 32px !important;
  }
  .pb-40{
    padding-bottom: 40px !important;
  }
  .pb-48{
    padding-bottom: 48px !important;
  }
  .pb-50{
    padding-bottom: 50px !important;
  }
  .pb-56{
    padding-bottom: 56px !important;
  }
  .pb-60{
    padding-bottom: 60px !important;
  }
  .pb-64{
    padding-bottom: 64px !important;
  }
  .pb-70{
    padding-bottom: 70px !important;
  }
  .pb-72{
    padding-bottom: 72px !important;
  }
  .pb-80{
    padding-bottom: 80px !important;
  }
  .pb-88{
    padding-bottom: 88px !important;
  }
  .pb-90{
    padding-bottom: 90px !important;
  }
  .pb-96{
    padding-bottom: 96px !important;
  }
  .pb-100{
    padding-bottom: 100px !important;
  }
  .pl-8{
    padding-left: 8px !important;
  }
  .pl-10{
    padding-left: 10px !important;
  }
  .pl-16{
    padding-left: 16px !important;
  }
  .pl-20{
    padding-left: 20px !important;
  }
  .pl-24{
    padding-left: 24px !important;
  }
  .pl-30{
    padding-left: 30px !important;
  }
  .pl-32{
    padding-left: 32px !important;
  }
  .pl-40{
    padding-left: 40px !important;
  }
  .pl-48{
    padding-left: 48px !important;
  }
  .pl-50{
    padding-left: 50px !important;
  }
  .pl-56{
    padding-left: 56px !important;
  }
  .pl-60{
    padding-left: 60px !important;
  }
  .pl-64{
    padding-left: 64px !important;
  }
  .pl-70{
    padding-left: 70px !important;
  }
  .pl-72{
    padding-left: 72px !important;
  }
  .pl-80{
    padding-left: 80px !important;
  }
  .pl-88{
    padding-left: 88px !important;
  }
  .pl-90{
    padding-left: 90px !important;
  }
  .pl-96{
    padding-left: 96px !important;
  }
  .pl-100{
    padding-left: 100px !important;
  }
  .slick-dots{
    bottom: 12px;
  }
  .slick-dots li{
    width: auto;
    height: auto;
    margin: 0 10px;
  }
  .slick-dots li button{
    margin: 0;
    padding: 0;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
  }
  .slick-dots li button:before{
    content: none;
  }
  .slick-dots .slick-active button{
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
  }
  .slick-dots .slick-active button:before{
    content: none;
  }
  .slick-mv .slick-dots{
    bottom: 10%;
  }
  .slick-prev:before{
    font-size: 16px;
  }
  .slick-next:before{
    font-size: 16px;
  }
  .slick-PdDetail .slick-dots{
    bottom: -30px;
  }
  .modal{
    max-width: 1000px;
  }
  .modal a.close-modal{
    top: -25px;
    right: -25px;
    width: 50px;
    height: 50px;
    background-image: url("../img/common/ico_close.png");
    background-size: 50px;
  }
}
@media screen and (min-width: 992px){
  .ec-omLayoutRole__container{
    margin: 0 auto;
    max-width: calc( 1200px + ( 2% * 2));
  }
  .ec-omLayoutRole__container--bg-white{
    background-color: #fff;
  }
  main{
    margin-top: 120px;
  }
  .ec-omLayoutRole__content--sm{
    margin: 0 auto;
    max-width: calc(800px + ( 2% * 2));
    max-width: 800px;
  }
  .ec-omLayoutRole__content--md{
    margin: 0 auto;
    max-width: calc(1000px + ( 2% * 2));
    max-width: 1000px;
  }
  .ec-omLayoutRole__content--lg{
    margin: 0 auto;
    max-width: calc(1200px + ( 2% * 2));
    max-width: 1200px;
  }
  .ec-omContentRole--sm{
    margin: 0 auto;
    max-width: calc(800px + ( 2% * 2));
    max-width: 800px;
  }
  .ec-omContentRole--md{
    margin: 0 auto;
    max-width: calc(1000px + ( 2% * 2));
    max-width: 1000px;
  }
  .ec-omContentRole--lg{
    margin: 0 auto;
    max-width: calc(1200px + ( 2% * 2));
    max-width: 1200px;
  }
  .ec-omTabRole{
    margin: 0 0 80px;
    padding: 0;
    width: 100%;
  }
  header .ec-omHeaderRole{
    height: 120px;
  }
  header .ec-omHeaderRole__inner{
    padding-top: 40px;
    padding-bottom: 28px;
    padding-bottom: 0;
  }
  header .ec-omHeaderRole__title{
    margin-right: 40px;
    width: 230px;
  }
  header .ec-omHeaderRole__center{
    display: block;
  }
  header .ec-omHeaderRole__right{
    border-left: 1px solid #3c4752;
  }
  header .ec-omHeaderRole .ec-omHeaderNav__item{
    margin: 0 12px;
  }
  header .ec-omHeaderRole .ec-omHeaderNav__item:first-child{
    margin-left: 40px;
  }
  header .ec-omPcGnavRole{
    position: absolute;
    top: 44px;
  }
  header .ec-omPcGnavRole__list{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-size: 1.6rem;
  }
  header .ec-omPcGnavRole__item{
    padding-right: 24px;
    font-size: 1.6rem;
    font-weight: 500;
  }
  header .ec-omPcGnavRole__item > a{
    display: inline-block;
    padding: 10px 0 52px;
  }
  header .ec-omPcGnavRole .is-mark{
    position: relative;
  }
  header .ec-omPcGnavRole .is-mark:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-left: 1px solid #feca3a;
    border-bottom: 1px solid #feca3a;
    transform: rotate(-45deg) translateX(-50%);
    z-index: 2010;
  }
  header .ec-omPcGnavRole .ec-omDropdownRole{
    width: 100%;
    position: fixed;
    display: none;
    top: 120px;
    left: 0;
    padding: 40px 20px 28px;
    border-top: 1px solid #feca3a;
    background-color: #fff;
  }
  header .ec-omPcGnavRole .ec-omDropdownRole__inner{
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
  }
  header .ec-omPcGnavRole .ec-omDropdownRole__item{
    margin-bottom: 12px;
    font-weight: 400;
  }
  header .ec-omPcGnavRole .ec-omDropdownRole__item a:after{
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 12px;
  }
  header .ec-omPcGnavRole .ec-omDropdownRole__title{
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: 700;
  }
  header .ec-omPcGnavRole .ec-omDropdownRole__product .ec-omDropdownRole__inner{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
  }
  header .ec-omPcGnavRole .ec-omDropdownRole__product .ec-omDropdownRole__item{
    margin-bottom: 20px;
  }
  header .ec-omPcGnavRole .ec-omDropdownRole__brand .ec-omDropdownRole__list{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header .ec-omPcGnavRole .ec-omDropdownRole__brand .ec-omDropdownRole__item{
    margin-right: 80px;
    margin-bottom: 20px;
  }
  header .ec-omGnavRole{
    display: none;
  }
  header .ec-omMenuTrigger{
    display: none;
  }
  header .ec-omSearchRole{
    top: 120px;
  }
  header .ec-omSearchRole__inner{
    max-width: 800px;
    margin: 0 auto;
  }
  header .ec-omHeaderInfoRole{
    top: 120px;
  }
  header .ec-omHeaderInfoRole__textWrap{
    padding-right: 80px;
  }
  .ec-layoutRole__footer .ec-omFooterContactRole__item:first-child{
    padding-right: 80px;
  }
  .ec-layoutRole__footer .ec-omFooterContactRole__item:last-child{
    padding-left: 80px;
  }
  .ec-layoutRole__footer .ec-omFooterNavRole__list{
    margin-right: 48px;
  }
  .ec-omQualityIconRole{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 100px;
  }
  .ec-omQualityIconRole__inner:first-child{
    position: relative;
  }
  .ec-omQualityIconRole__inner:first-child:after{
    position: absolute;
    top: 20px;
    right: 0;
    display: block;
    height: 200px;
    width: 1px;
    background-color: #3c4752;
  }
  .ec-omQualityIconRole .partition-line{
    height: 200px;
    border-right: 1px solid #3c4752;
    transform: rotate(15deg) translate(0, 60px);
    transform-origin: center 160px 0;
  }
  .ec-omBrandRole .partition-line{
    height: 200px;
    border-right: 1px solid #3c4752;
    transform: rotate(15deg) translate(0, 0);
    transform-origin: center center 0;
  }
  .top .ec-omMainVisualRole{
    padding-bottom: 134px;
    height: 796px;
    background-image: none;
    background-color: #fff;
  }
  .top .ec-omMainVisualRole:before{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 40%;
    height: 796px;
    background-image: url("../img/common/bg_mv.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .top .ec-omMainVisualRole__inner{
    height: 796px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    transition: 0.4s;
  }
  .top .ec-omMainVisualRole__inner-item{
    left: 50%;
    transform: translateX(-50%);
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 120px;
    padding-bottom: 230px;
  }
  .top .ec-omMainVisualRole__list{
    width: 864px;
    height: 486px;
  }
  .top .ec-omMainVisualRole__item img{
    height: 486px;
  }
  .top .ec-omMainVisualRole__copy{
    top: inherit;
    bottom: 0;
    right: 0;
    transform: translateX(0);
  }
  .top .ec-omMainVisualRole__copyInner{
    width: 518px;
    padding: 30px 42px;
  }
  .top .ec-omMainVisualRole__copyTitle{
    margin-bottom: 20px;
    font-size: 2.8rem;
    text-align: left;
  }
  .top .ec-omMainVisualRole__copyText{
    font-size: 1.5rem;
    text-align: left;
  }
  .top .ec-omTopContentsRole--products{
    background-image: none;
  }
  .top .ec-omPdCardWrapRole{
    margin-bottom: 80px;
  }
  .top .ec-omPdCardWrapRole:last-child{
    margin-bottom: 0;
  }
  .top .ec-omTopContentsRole--philosophy{
    width: 100%;
    background-image: url("../img/top/bg_top01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .top .ec-omTopContentsRole--philosophy .ec-omPhilosophyRole{
    margin-bottom: 100px;
  }
  .top .ec-omTopContentsRole--philosophy .ec-omAccordionRole{
    margin-bottom: 80px;
  }
  .top .ec-omTopContentsRole--quality{
    width: 100%;
    background-image: url("../img/top/bg_top02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .top .ec-omTopContentsRole--quality .ec-omMSSpromiseRole{
    max-width: 1000px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 80px;
    padding: 40px 48px;
    font-size: 1.6rem;
  }
  .top .ec-omTopContentsRole--quality .ec-omMSSpromiseRole__logo{
    margin: 0 48px 0 0;
    padding-bottom: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 180px;
    border-bottom: none;
  }
  .top .ec-omTopContentsRole--quality .ec-omMSSpromiseRole__description{
    padding-left: 48px;
    border-left: 1px solid #3c4752;
  }
  .top .ec-omTopContentsRole--quality{
    width: 100%;
    background-image: url("../img/top/bg_top02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .top .ec-omTopContentsRole--quality .ec-omMSSpromiseRole{
    max-width: 1000px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 80px;
    padding: 40px 48px;
    font-size: 1.6rem;
  }
  .top .ec-omTopContentsRole--quality .ec-omMSSpromiseRole__logo{
    margin: 0 48px 0 0;
    padding-bottom: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 180px;
    border-bottom: none;
  }
  .top .ec-omTopContentsRole--quality .ec-omMSSpromiseRole__description{
    padding-left: 48px;
    border-left: 1px solid #3c4752;
  }
  .top .ec-omTopContentsRole--shop{
    width: 100%;
    background-image: url("../img/top/bg_top01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .top .ec-omTopContentsRole--shop .ec-omShopRole__inner{
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 48px 80px;
    font-size: 1.6rem;
  }
  .top .ec-omTopContentsRole--shop .ec-omShopRole__title{
    margin-bottom: 40px;
    font-size: 2.4rem;
  }
  .top .ec-omTopContentsRole--shop .ec-omShopRole__lead{
    margin-bottom: 32px;
  }
  .product .ec-omProductRole__top{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    margin: -80px 0 0;
    padding: 80px 2% 120px;
    width: 100%;
  }
  .ec-omMypageRole .ec-navlistRole__item{
    width: 20%;
  }
  .ec-omOrthocheckPageRole .ec-omPageTitle:after{
    right: 100px;
  }
  .d-lg-none{
    display: none !important;
  }
  .d-lg-inline{
    display: inline !important;
  }
  .d-lg-block{
    display: block !important;
  }
  .d-lg-inline-block{
    display: inline-block !important;
  }
  .d-lg-flex{
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex{
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-lg-row{
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-lg-column{
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-lg-row-reverse{
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse{
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-lg-wrap{
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap{
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse{
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill{
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-lg-grow-0{
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-lg-grow-1{
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-lg-shrink-0{
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1{
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-lg-content-start{
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-lg-content-end{
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-lg-content-center{
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-lg-content-between{
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-lg-content-around{
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-lg-items-start{
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-lg-items-end{
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-lg-items-center{
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-lg-items-baseline{
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-lg-items-stretch{
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-lg-content-start{
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-lg-content-end{
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-lg-content-center{
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-lg-content-between{
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-lg-content-around{
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-lg-content-stretch{
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-lg-self-auto{
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-lg-self-start{
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-lg-self-end{
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-lg-self-center{
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-lg-self-baseline{
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-lg-self-stretch{
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .slick-dots{
    bottom: 12px;
  }
  .slick-mv .slick-dots{
    bottom: -30px;
    left: 0;
    transform: translateX(0);
  }
}
@media screen and (min-width: 1200px){
  .ec-omBgImageWrapRole{
    background: url("../img/common/bg_pc_l.png"), url("../img/common/bg_pc_r.png");
    background-repeat: repeat-y;
    background-position: left top, right top;
    background-size: 200px, 200px;
  }
  header .ec-omHeaderRole .ec-omHeaderNav__item{
    margin: 0 16px;
  }
  header .ec-omPcGnavRole__item{
    padding-right: 40px;
  }
  .top .ec-omMainVisualRole{
    height: 889px;
  }
  .top .ec-omMainVisualRole:before{
    height: 889px;
    width: 33%;
  }
  .top .ec-omMainVisualRole__inner{
    height: 889px;
  }
  .top .ec-omMainVisualRole__inner-item{
    padding-right: 150px;
    padding-bottom: 218px;
  }
  .top .ec-omMainVisualRole__list{
    width: 1066px;
    height: 600px;
  }
  .top .ec-omMainVisualRole__item img{
    height: 600px;
  }
  .top .ec-omTopContentsRole--products{
    background: url("../img/common/bg_pc_l.png"), url("../img/common/bg_pc_r.png");
    background-repeat: repeat-y;
    background-position: left top 420px, right top 310px;
    background-size: 200px, 200px;
  }
  .top .ec-omTopContentsRole--philosophy{
    background: url("../img/common/bg_pc_l.png"), url("../img/common/bg_pc_r.png"), url("../img/top/bg_top01.jpg");
    background-repeat: repeat-y;
    background-position: left top 420px, right top 400px, top center;
    background-size: 200px, 200px, cover;
  }
  .top .ec-omTopContentsRole--quality{
    background: url("../img/common/bg_pc_l.png"), url("../img/common/bg_pc_r.png"), url("../img/top/bg_top02.jpg");
    background-repeat: repeat-y;
    background-position: left top 10px, right top, top center;
    background-size: 200px, 200px, cover;
  }
  .top .ec-omTopContentsRole--nutrition{
    background: url("../img/common/bg_pc_l.png"), url("../img/common/bg_pc_r.png"), url("../img/top/bg_top02.jpg");
    background-repeat: repeat-y;
    background-position: left top 10px, right top, top center;
    background-size: 200px, 200px, cover;
  }
  .top .ec-omTopContentsRole--shop{
    background: url("../img/common/bg_pc_l.png"), url("../img/common/bg_pc_r.png"), url("../img/top/bg_top01.jpg");
    background-repeat: repeat-y;
    background-position: left top 420px, right top 400px, top center;
    background-size: 200px, 200px, cover;
  }
  .ec-omMypageRole .ec-navlistRole__item{
    width: 14.2857142857%;
  }
  .ec-omOrthocheckPageRole .ec-omPageTitle:after{
    right: 100px;
  }
  .d-xl-none{
    display: none !important;
  }
  .d-xl-inline{
    display: inline !important;
  }
  .d-xl-block{
    display: block !important;
  }
  .d-xl-inline-block{
    display: inline-block !important;
  }
  .d-xl-flex{
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex{
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-xl-row{
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-xl-column{
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-xl-row-reverse{
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse{
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-xl-wrap{
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap{
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse{
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill{
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-xl-grow-0{
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-xl-grow-1{
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-xl-shrink-0{
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1{
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-xl-content-start{
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-xl-content-end{
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-xl-content-center{
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-xl-content-between{
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-xl-content-around{
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-xl-items-start{
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-xl-items-end{
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-xl-items-center{
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-xl-items-baseline{
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-xl-items-stretch{
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-xl-content-start{
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-xl-content-end{
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-xl-content-center{
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-xl-content-between{
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-xl-content-around{
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-xl-content-stretch{
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-xl-self-auto{
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-xl-self-start{
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-xl-self-end{
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-xl-self-center{
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-xl-self-baseline{
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-xl-self-stretch{
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .slick-mv .slick-dots{
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1400px){
  .top .ec-omMainVisualRole{
    padding-bottom: 134px;
    height: 909px;
  }
  .top .ec-omMainVisualRole:before{
    height: 909px;
  }
  .top .ec-omMainVisualRole__inner{
    height: 909px;
  }
  .top .ec-omMainVisualRole__inner-item{
    padding-right: 116px;
    padding-bottom: 180px;
  }
  .top .ec-omMainVisualRole__list{
    width: 1168px;
    height: 657px;
  }
  .top .ec-omMainVisualRole__item img{
    height: 657px;
  }
}
@media screen and (min-width: 1600px){
  .top .ec-omMainVisualRole{
    height: 909px;
  }
  .top .ec-omMainVisualRole:before{
    height: 909px;
  }
  .top .ec-omMainVisualRole__inner{
    height: 909px;
  }
  .top .ec-omMainVisualRole__inner-item{
    padding-right: 234px;
    padding-bottom: 180px;
  }
  .top .ec-omMainVisualRole__list{
    width: 1168px;
    height: 657px;
  }
  .top .ec-omMainVisualRole__item img{
    height: 657px;
  }
}
@media screen and (max-width: 768px){
  .d-sm-none{
    display: none !important;
  }
  .d-sm-inline{
    display: inline !important;
  }
  .d-sm-block{
    display: block !important;
  }
  .d-sm-inline-block{
    display: inline-block !important;
  }
  .d-sm-flex{
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex{
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/*# sourceMappingURL=maps/renewal.css.map */
