@charset "UTF-8";
.ec-borderedDefs {
  border: 0;
  margin-top: 24px; }
.ec-borderedDefs dl {
    border: 0;
    padding: 0; }
.ec-borderedDefs dl {
  display: flex;
  flex-wrap: wrap; }
.ec-borderedDefs dl:nth-last-of-type(1) dt {
    border-bottom: 1px solid #ffc003; }
.ec-borderedDefs dl:nth-last-of-type(1) dd {
    border-bottom: 1px solid #ddd; }
.ec-borderedDefs dl dt, .ec-borderedDefs dl dd {
    padding: 24px; }
.ec-borderedDefs dl dt {
    width: 250px;
    line-height: 1.1em;
    font-weight: 700;
    display: flex;
    align-items: center;
    border-top: 1px solid #ffc003;
    position: relative; }
.ec-borderedDefs dl dt label {
      margin-bottom: 0; }
.ec-borderedDefs dl dt .ec-required {
      background-color: red;
      color: #fff;
      padding: 4px 8px;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: 700;
      position: absolute;
      display: inline-block;
      right: 0;
      margin: auto; }
.ec-borderedDefs dl dd {
    line-height: 1.5em;
    border-top: 1px solid #ddd;
    width: calc(100% - 250px); }
.ec-borderedDefs dl .dtUpper {
    align-items: baseline; }
.ec-borderedDefs dl .childBlock {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 24px;
    margin-bottom: 24px; }
.ec-borderedDefs dl .childBlock:nth-last-of-type(1) {
      padding-bottom: 0;
      border-bottom: 0px;
      margin-bottom: 0; }
.ec-borderedDefs dl a {
    color: #3667b1; }
.ec-borderedDefs dl a:visited {
      color: #3667b1; }
.ec-borderedDefs dl .ec-zipInput {
    margin-bottom: 16px; }
.ec-borderedDefs dl input {
    margin-bottom: 0; }
.ec-borderedDefs dl .ec-input input {
    margin-bottom: 0;
    margin-top: 16px; }
.ec-borderedDefs dl .ec-input:nth-of-type(1) input {
    margin-top: 0;
    /* style */ }
.ec-borderedDefs dl .detailLink {
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: underline;
    color: #3667b1; }
.ec-borderedDefs dl .detailLink:visited {
      color: #3667b1; }
.ec-borderedDefs dl .detailLink .material-icons {
      position: relative;
      top: 5px;
      font-size: 20px;
      font-size: 2rem; }
/*--------------------------------------------------- */
/* リスト部分その② */
/*--------------------------------------------------- */
.NumberList dt {
  font-weight: 700;
  margin-bottom: 8px; }
.NumberList dd {
  margin-bottom: 48px;
  line-height: 1.5em; }
.privacyList dt:nth-of-type(1):before {
  /* style */
  content: "01 | "; }
.privacyList dt:nth-of-type(2):before {
  /* style */
  content: "02 | "; }
.privacyList dt:nth-of-type(3):before {
  /* style */
  content: "03 | "; }
.privacyList dt:nth-of-type(4):before {
  /* style */
  content: "04 | "; }
.privacyList dt:nth-of-type(5):before {
  /* style */
  content: "05 | "; }
.privacyList dt:nth-of-type(6):before {
  /* style */
  content: "06 | "; }
.privacyList dt:nth-of-type(7):before {
  /* style */
  content: "07 | "; }
.privacyList dt:nth-of-type(8):before {
  /* style */
  content: "08 | "; }
.privacyList dt:nth-of-type(9):before {
  /* style */
  content: "09 | "; }
.agreeList ol li {
  list-style-type: decimal;
  margin-left: 1em; }
/*--------------------------------------------------- */
/* お問い合わせ */
/*--------------------------------------------------- */
.ec-contactRole [type="submit"] {
  margin-top: 50px; }
.ec-contactRole .ec-para-normal {
  margin-top: 0; }
.mypage .ec-borderedDefs {
  border: 0;
  padding-top: 0; }
.mypage .ec-welcomeMsg {
  border: 0; }
/*--------------------------------------------------- */
/* お気に入り */
/*--------------------------------------------------- */
.ec-favoriteRole .ec-favoriteRole__item-image {
  border: 1px solid #ddd;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-height: 200px; }
.ec-favoriteRole .ec-favoriteRole__item .ec-closeBtn--circle {
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  min-height: initial;
  min-width: initial; }
#page_shopping_shipping .ec-addressList__item {
  display: flex;
  align-items: center; }
/*--------------------------------------------------- */
/* reset */
/*--------------------------------------------------- */
.mainImg .ec-pageHeader h1, .mainImg .ec-pageHeader .eng {
  border: 0;
  margin: 0;
  padding: 0; }
.mainImg ol, .mainImg ul {
  margin: 0;
  padding: 0; }
/*--------------------------------------------------- */
/* サブページｈエッダ― */
/*--------------------------------------------------- */
header .ec-headerNav .ec-headerNav__itemLink, header .ec-cartNavi {
  transition-duration: 0.3s;
  color: #333; }
header .ec-headerNav .ec-headerNav__itemLink:visited, header .ec-cartNavi:visited {
    color: #333; }
header .ec-headerNav .ec-headerNav__itemLink:hover, header .ec-cartNavi:hover {
    color: #888; }
/*--------------------------------------------------- */
/* サブページ */
/*--------------------------------------------------- */
.mainImg {
  position: relative;
  z-index: 1;
  padding-top: 76px;
  margin-bottom: 100px; }
.mainImg:before {
    content: "";
    z-index: -1;
    background-color: #ffc003;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    /* style */ }
.mainImg .ec-pageHeader, .mainImg .ec-mypageRole .ec-pageHeader {
    z-index: 1;
    display: flex; }
.mainImg .ec-pageHeader .flex1, .mainImg .ec-mypageRole .ec-pageHeader .flex1 {
      width: 100px;
      padding-right: 20px;
      -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl;
      font-size: 12px;
      font-size: 1.2rem;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
      color: #fff;
      text-align: center; }
.mainImg .ec-pageHeader .flex2, .mainImg .ec-mypageRole .ec-pageHeader .flex2 {
      width: calc(100% - 100px);
      position: relative;
      height: 250px; }
.mainImg .ec-pageHeader .flex2 img, .mainImg .ec-mypageRole .ec-pageHeader .flex2 img {
        height: 250px;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
.mainImg .ec-pageHeader .flex2 .headingWrap, .mainImg .ec-mypageRole .ec-pageHeader .flex2 .headingWrap {
        position: absolute;
        display: inline-block;
        top: calc(50% - 5px);
        left: calc(50% - 50px);
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        text-align: center;
        color: #fff; }
.mainImg .ec-pageHeader .flex2 .eng, .mainImg .ec-mypageRole .ec-pageHeader .flex2 .eng {
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
        font-size: 18px;
        font-size: 1.8rem; }
.mainImg .ec-pageHeader .flex2 h1, .mainImg .ec-mypageRole .ec-pageHeader .flex2 h1 {
        font-size: 40px;
        font-size: 4rem; }
.mainImg ol {
    display: flex;
    align-items: center;
    height: 56px;
    margin: auto;
    justify-content: flex-end;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
    font-size: 12px;
    font-size: 1.2rem; }
.mainImg ol .nowPage {
      color: #333; }
.mainImg ol li:not(:nth-last-of-type(1)) {
      position: relative;
      padding-right: 20px;
      margin-right: 12px; }
.mainImg ol li:not(:nth-last-of-type(1)):after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        /* style */
        content: '>'; }
.mainImg ol a {
      color: #5098b6;
      line-height: 1.1em;
      position: relative; }
.mainImg ol a:before {
        content: "";
        /* style */
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        border-bottom: 1px solid #5098b6; }
.mainImg ol a:visited {
        color: #5098b6; }
@media (min-width: 769px) {
      .ec-borderedDefs dl a:hover {
        color: #1484b3;
        transition-duration: 0.5s; }
      .ec-borderedDefs dl .detailLink:hover {
        color: #1484b3;
        transition-duration: 0.5s; }
        .mainImg ol a:hover {
          color: #888;
          transition-duration: 0.5s; }
          .mainImg ol a:hover:before {
            border-bottom: 1px solid #888; } }
@media (min-width: 1001px) {
      .mainImg:before {
        width: 2000px;
        left: -2000px;
        right: 517px; } }
@media (max-width: 1000px) {
      .mainImg:before {
        width: 255px; } }
@media (max-width: 768px) {
  header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2; }
  header:not(.fixed) h1 img path, header:not(.fixed) h1 svg path, header:not(.fixed) h1 .logoSvg path, header:not(.fixed) h1 .headLogo path {
    fill: white; }
  .mainImg {
    position: relative;
    z-index: 1;
    padding-top: 65px;
    margin-bottom: 100px; }
    .mainImg .ec-pageHeader, .mainImg .ec-mypageRole .ec-pageHeader {
      z-index: 1;
      display: flex; }
      .mainImg .ec-pageHeader .flex1, .mainImg .ec-mypageRole .ec-pageHeader .flex1 {
        width: 50px;
        padding-right: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 10px;
        font-size: 1rem;
        text-align: center; }
      .mainImg .ec-pageHeader .flex2, .mainImg .ec-mypageRole .ec-pageHeader .flex2 {
        width: calc(100% - 50px);
        height: 200px; }
        .mainImg .ec-pageHeader .flex2 img, .mainImg .ec-mypageRole .ec-pageHeader .flex2 img {
          height: 200px; }
        .mainImg .ec-pageHeader .flex2 .eng, .mainImg .ec-mypageRole .ec-pageHeader .flex2 .eng {
          font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
          font-size: 16px;
          font-size: 1.6rem; }
        .mainImg .ec-pageHeader .flex2 h1, .mainImg .ec-mypageRole .ec-pageHeader .flex2 h1 {
          font-size: 30px;
          font-size: 3rem; }
    .mainImg ol {
      height: 50px; } }
@media (max-width: 480px) {
        .ec-borderedDefs dl dt .ec-required {
          position: relative;
          right: auto;
          margin-left: 8px;
          font-size: 12px;
          font-size: 1.2rem; }
    .ec-borderedDefs dl dt, .ec-borderedDefs dl dd {
      padding: 16px 0; }
    .ec-borderedDefs dl dt {
      font-weight: 700;
      padding-bottom: 0;
      width: 100%;
      border-top: 1px solid #ffc003; }
      .ec-borderedDefs dl dt:nth-last-of-type(1) {
        border-bottom: 0; }
    .ec-borderedDefs dl dd {
      width: 100%;
      padding-top: 8px;
      border-top: 0; }
      .ec-borderedDefs dl dd:nth-last-of-type(1) {
        border-bottom: 0; }
    .ec-borderedDefs dl .childBlock {
      padding-bottom: 16px;
      margin-bottom: 16px;
      border-bottom: 1px dotted #bbb; }
      .ec-borderedDefs dl .childBlock:nth-of-type(1) {
        /* style */
        border-top: 1px dotted #bbb;
        padding-top: 16px;
        margin-top: 8px; }
  .mainImg {
    margin-bottom: 60px; }
    .mainImg:before {
      width: calc(100% - 82px); }
    .mainImg .ec-pageHeader, .mainImg .ec-mypageRole .ec-pageHeader {
      display: flex; }
      .mainImg .ec-pageHeader .flex1, .mainImg .ec-mypageRole .ec-pageHeader .flex1 {
        display: none; }
      .mainImg .ec-pageHeader .flex2, .mainImg .ec-mypageRole .ec-pageHeader .flex2 {
        width: calc(100%);
        height: 150px; }
        .mainImg .ec-pageHeader .flex2 img, .mainImg .ec-mypageRole .ec-pageHeader .flex2 img {
          height: 150px; }
        .mainImg .ec-pageHeader .flex2 .headingWrap, .mainImg .ec-mypageRole .ec-pageHeader .flex2 .headingWrap {
          top: calc(50%);
          left: calc(50%);
          width: calc(100% - 40px); }
        .mainImg .ec-pageHeader .flex2 .eng, .mainImg .ec-mypageRole .ec-pageHeader .flex2 .eng {
          font-size: 12px;
          font-size: 1.2rem;
          margin-bottom: 2px; }
        .mainImg .ec-pageHeader .flex2 h1, .mainImg .ec-mypageRole .ec-pageHeader .flex2 h1 {
          font-size: 24px;
          font-size: 2.4rem; }
    .mainImg ol {
      height: 40px; }
      .mainImg ol li {
        display: none; } }
@media all and (-ms-high-contrast: none) {
        .ec-borderedDefs dl dt label {
          margin-top: 8px; }
        .ec-borderedDefs dl dt .ec-required {
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          padding-bottom: 0; } }
