@charset "UTF-8";
/****************************************/
/* フォントの切り替え用クラス */
.font-serif1 h2, .font-serif1 h3, .font-serif1 h4, .font-serif1 h5,
.font-serif1 .itemHeadline_copy {
  font-family: source-han-serif-japanese, sans-serif;
}

.font-sans-serif1 {
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-style: normal;
}

/****************************************/
/**************************
Base
***************************/
/**************************
ベーススタイル
サイト全体にかかわるベーススタイルを記載
影響範囲が大きいので、
よほどのことがない限り改変しません。
***************************/
abbr, address, article, aside, audio, b, blockquote, body, canvas,
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form,
h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu,
nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody,
td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-weight: inherit;
}

html {
  color: #252525;
  font-size: 14px;
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

@media screen and (max-width: 559px) {
  html {
    font-size: 12px;
  }
}

body {
  position: relative;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: #0d2943;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: top;
}

img.lazyload {
  background: center no-repeat url("https://www.rakuten.ne.jp/gold/importshopaqua/images/loading.gif");
}

li {
  list-style: none;
}

label {
  cursor: pointer;
}

/** 範囲を限定したベーススタイル  **/
/**************************
end of ベーススタイル
**************************/
/**************************
Helper
***************************/
.hp_clearfix {
  content: "";
  display: block;
  clear: both;
}

.hp_float-l {
  float: left;
}

.hp_float-r {
  float: right;
}

.hp_upperSize {
  font-size: 1.3em;
}

.hp_moreUpperSize {
  font-size: 1.6em;
}

.hp_lowerSize {
  font-size: 0.85em;
}

.hp_redText,
.red_text {
  color: #9B2C2E;
}

.hp_redText2 {
  color: #CF2600;
}

.hp_bgcBase {
  background-color: #eaeaea;
}

.hp_bgcWhite {
  background-color: #ffffff;
  border-top: solid 1rem #eaeaea;
}

.hp_bgcBase + .hp_bgcWhite {
  border-top: none;
}

.hp_bgcDarkBlue {
  background-color: #0d2943;
  border-top: solid 1rem #eaeaea;
}

.hp_before_br::before {
  content: "\A";
  white-space: pre;
}

.hp_after_br::after {
  content: "\A";
  white-space: pre;
}

@media screen and (min-width: 960px) {
  .hp_bnr--pc {
    display: block;
  }
  .hp_bnr--sp {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .hp_bnr--pc {
    display: none;
  }
  .hp_bnr--sp {
    display: block;
  }
}

/**************************
Layout
***************************/
/**************************
Layout of footer
***************************/
.ly_footer {
  width: 100%;
}

.ly_footer_inner {
  max-width: 1210px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.ly_footer_main {
  background-color: #eaeaea;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width: 960px) {
  .ly_footer_main {
    padding-top: 50px;
  }
  .ly_footer_main .ly_footer_inner:first-child {
    display: none;
  }
}

@media screen and (min-width: 560px) and (max-width: 959px) {
  .ly_footer_main {
    padding-top: 50px;
  }
  .ly_footer_main .ly_footer_inner:first-child {
    display: none;
  }
}

.ly_footer_cats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.ly_footer_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

@media screen and (min-width: 960px) {
  .ly_footer_info {
    margin-top: 0;
  }
}

@media screen and (min-width: 560px) and (max-width: 959px) {
  .ly_footer_info {
    margin-top: 0;
  }
}

.ly_footer_info > * {
  width: calc( (100% - 62px) / 3);
}

.ly_footer_guide,
.ly_footer_customer,
.ly_footer_officials {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.ly_footer_guide {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 1fr;
      grid-template-columns: 50% 1fr;
  -ms-grid-rows: auto 1fr;
      grid-template-rows: auto 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
}

.ly_footer_guide .el_footer_lev2Tit {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
}

.ly_footer_guide_bnrs {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  margin-right: 10%;
  margin-bottom: 0;
}

.ly_footer_customer {
  padding-left: 15px;
  padding-right: 15px;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
}

.ly_footer_sub {
  background-color: #0d2943;
  padding-top: 30px;
  padding-bottom: 30px;
}

.ly_footer_sub_inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 52px 2fr 1fr;
      grid-template-columns: 52px 2fr 1fr;
  grid-column-gap: 20px;
}

.ly_footer_logo {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
}

.ly_footerSubMenu {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}

.ly_footer_copyright {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  text-align: right;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
}

@media screen and (max-width: 559px) {
  .ly_footer_main {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ly_footer_inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ly_footer_cats {
    display: block;
    margin-bottom: -10px;
  }
  .ly_footer_info {
    display: block;
  }
  .ly_footer_info > * {
    width: 100%;
  }
  .ly_footer_guide {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -ms-grid-rows: auto auto 1fr;
        grid-template-rows: auto auto 1fr;
  }
  .ly_footer_guide .el_footer_lev2Tit {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    text-align: center;
  }
  .ly_footer_guide_bnrs {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    margin-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .ft_guide_bnr:first-of-type {
    margin-bottom: 5px;
    margin-right: 5px;
  }
  .ly_footer_customer {
    display: none;
  }
  .ly_footer_officials {
    display: none;
  }
  .ly_footer_sub {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #26A1D5;
  }
  .ly_footer_sub_inner {
    -ms-grid-columns: 58px 1fr;
        grid-template-columns: 58px 1fr;
    grid-column-gap: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .ly_footer_logo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    padding: 20px 0 20px 20px;
  }
  .ly_footer_copyright {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    padding: 20px 0;
    text-align: center;
    background-color: #0d2943;
  }
  .ly_footerSubMenu {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
  }
}

@media screen and (min-width: 560px) and (max-width: 959px) {
  .ly_footer_cats {
    margin-bottom: -20px;
  }
  .ly_footer_sub {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ly_footer_sub_inner {
    -ms-grid-columns: 52px 1fr;
        grid-template-columns: 52px 1fr;
    grid-row-gap: 0;
  }
  .ly_footer_logo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
  }
  .ly_footerSubMenu {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
  }
  .ly_footer_copyright {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
  }
}

.ly_main {
  position: relative;
  padding-top: 191px;
  z-index: 1;
}

.ly_secondMain {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

@media screen and (max-width: 959px) {
  .ly_main {
    padding-top: 92px;
  }
}

/**************************
Component
***************************/
.el_btn {
  display: inline-block;
  padding: 1.5em;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  background-color: #26A1D5;
  border: solid 1px transparent;
}

.el_btn:hover, .el_btn:focus {
  color: #26A1D5;
  background-color: #fff;
  border: solid 1px currentColor;
}

@media screen and (min-width: 560px) and (max-width: 959px) {
  .el_btn {
    font-size: 16px;
  }
}

@media screen and (max-width: 559px) {
  .el_btn {
    font-size: 14px;
    padding: 1em;
  }
}

.el_btn.el_btn--arrRight {
  position: relative;
  padding-right: 4em;
}

.el_btn.el_btn--arrRight::after {
  font-family: 'icomoon';
  content: "\e901";
  position: absolute;
  top: 50%;
  right: 2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.el_btn--cart {
  background-color: #0d2943;
  width: 170px;
  min-width: 170px;
  padding: 12px;
  font-size: 16px;
  position: relative;
  margin-bottom: 5px;
}

.el_btn--cart::before {
  font-family: 'icomoon';
  content: "\e919";
  font-size: 14px;
  margin-right: 0.5em;
}

.el_btn--cart:focus, .el_btn--cart:hover {
  color: #0d2943;
}

.el_mobCart {
  position: absolute;
  width: 58px;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #0d2943;
}

.el_mobCart .el_cartIcon {
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: center;
  padding-top: 36px;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-size: 9px;
  color: white;
}

.el_mobCart .el_cartIcon::before {
  position: absolute;
  font-family: 'icomoon';
  content: "\e919";
  font-size: 16px;
  top: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.el_btn--scrollingCart::before {
  font-family: 'icomoon';
  content: "\e919";
  font-style: normal;
}

.el_btn--drawerUser {
  font-size: 14px;
  color: #26A1D5;
  background-color: #fff;
  padding: 1em;
  border-radius: 2px;
}

.bl_horizBtnList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bl_horizBtnList > li {
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin-right: 10px;
}

.bl_horizBtnList > *:last-child {
  margin-right: 0;
}

.bl_horizBtnList .el_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

#el_pagetop {
  z-index: 1000;
  position: fixed;
  bottom: 0;
  right: 0;
  display: block;
  width: 50px;
  height: 50px;
  opacity: 0.8;
  background-color: #0d2943;
  color: #fff;
  line-height: 60px;
  text-decoration: none;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#el_pagetop::before {
  font-family: 'icomoon';
  content: '\e902';
  font-size: 26px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.el_label {
  display: inline-block;
  font-size: 0.85rem;
  line-height: 1em;
  padding: 0.4em;
}

.el_label + .el_label {
  margin-left: 0.3em;
}

.el_label--carriageFree {
  color: #fff;
  background-color: #6E6E6E;
}

.el_label--benefits {
  color: #fff;
  background-color: #b58737;
}

.el_beforeIcon::before {
  display: inline-block;
  margin-right: 0.3em;
  font-family: 'icomoon';
  content: "";
}

.el_beforeIcon--aqua::before {
  color: #26A1D5;
}

.el_beforeIcon--crown::before {
  content: "\e911";
  font-size: 0.8em;
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}

.el_beforeIcon--beginner::before {
  content: "\e907";
  font-size: 1.4em;
  -webkit-transform: translateY(0.2em);
          transform: translateY(0.2em);
}

.el_beforeIcon--contact::before {
  content: "\e90a";
  font-size: 1.2em;
  -webkit-transform: translateY(0.2em);
          transform: translateY(0.2em);
}

.el_beforeIcon--mypage::before,
.el_beforeIcon--login::before {
  content: "\e905";
  font-size: 1.4em;
  -webkit-transform: translateY(0.2em);
          transform: translateY(0.2em);
}

.el_beforeIcon--newAccount::before {
  content: "\e906";
  font-size: 1.4em;
  -webkit-transform: translateY(0.2em);
          transform: translateY(0.2em);
}

.el_beforeIcon--truck::before {
  content: "\e90c";
  font-size: 1.4em;
  -webkit-transform: translateY(0.2em);
          transform: translateY(0.2em);
}

.el_beforeIcon--shipping::before {
  content: "\e90d";
  font-size: 1.4em;
  -webkit-transform: translateY(0.2em);
          transform: translateY(0.2em);
}

.el_beforeIcon--logout::before {
  content: "\e91b";
  font-size: 1.2em;
  -webkit-transform: translateY(0.2em);
          transform: translateY(0.2em);
}

.el_beforeIcon--insta::before {
  content: "\e91a";
  font-size: 1em;
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
}

.el_beforeIcon--chevRight::before {
  content: "\e904";
  font-size: 0.6em;
}

.el_beforeIcon--voice::before {
  content: "\e909";
  font-size: 1em;
}

.el_beforeIcon--table::before {
  content: "\e91c";
  font-size: 0.8em;
}

.el_beforeIcon--bookmarks::before {
  content: "\e9d3";
  font-size: 0.8em;
}

.el_beforeIcon--check::before {
  content: "\e908";
  font-size: 0.8em;
}

.el_beforeIcon--heart::before {
  content: "\e9da";
  font-size: 0.8em;
}

.el_beforeIcon--star::before {
  content: "\e912";
  font-size: 0.8em;
}

.el_beforeIcon--gift::before {
  content: "\f06b";
  font-size: 1.2em;
}

.el_beforeIcon--graduation::before {
  content: "\f19d";
  font-size: 1em;
}

.el_beforeIcon--pencil::before {
  content: "\e91d";
  font-size: 1em;
}

.el_beforeIcon--equalizer::before {
  content: "\e992";
  font-size: 1em;
}

.el_afterIcon::after {
  display: inline-block;
  margin-left: 0.3em;
  font-family: 'icomoon';
  content: "";
}

.el_afterIcon--newWindow::after {
  content: "\e90f";
  font-size: 0.8em;
}

#new_item_parts .el_loading_icon,
#bl_instagramUnit .el_loading_icon {
  margin: 2rem auto 6rem auto;
}

.el_afterIcon--chevRight::after {
  content: "\e904";
  font-size: 0.6em;
}

.bl_cardUnit {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.bl_cardUnit--col3 {
  margin-bottom: -3.38983%;
}

.bl_cardUnit--col3 > .bl_card {
  margin-right: 1.69492%;
  margin-bottom: 3.38983%;
  width: 32.20339%;
}

.bl_cardUnit--col3 > .bl_card:nth-of-type(3n) {
  margin-right: 0;
}

.bl_cardUnit--col5 {
  margin-bottom: -3.38983%;
}

.bl_cardUnit--col5 > .bl_card {
  margin-right: 1.69492%;
  margin-bottom: 3.38983%;
  width: 18.64407%;
}

.bl_cardUnit--col5 > .bl_card:nth-of-type(5n) {
  margin-right: 0;
}

.bl_cardUnit--col6 {
  margin-bottom: -3.38983%;
}

.bl_cardUnit--col6 > .bl_card {
  margin-right: 1.69492%;
  margin-bottom: 3.38983%;
  width: 15.25424%;
}

.bl_cardUnit--col6 > .bl_card:nth-of-type(6n) {
  margin-right: 0;
}

@media screen and (max-width: 959px) {
  .bl_cardUnit.bl_cardUnit--tabCol2-3 {
    margin-bottom: -20px;
  }
  .bl_cardUnit.bl_cardUnit--tabCol2-3 > .bl_card {
    margin-bottom: 20px;
  }
  .bl_cardUnit.bl_cardUnit--tabCol2-3 > .bl_card:nth-of-type(5n+1), .bl_cardUnit.bl_cardUnit--tabCol2-3 > .bl_card:nth-of-type(5n+2) {
    width: calc((100% - 10px) / 2);
  }
  .bl_cardUnit.bl_cardUnit--tabCol2-3 > .bl_card:nth-of-type(5n+3), .bl_cardUnit.bl_cardUnit--tabCol2-3 > .bl_card:nth-of-type(5n+4), .bl_cardUnit.bl_cardUnit--tabCol2-3 > .bl_card:nth-of-type(5n) {
    width: calc((100% - 20px) / 3);
  }
  .bl_cardUnit.bl_cardUnit--tabCol2-3 > .bl_card:nth-of-type(5n+1), .bl_cardUnit.bl_cardUnit--tabCol2-3 > .bl_card:nth-of-type(5n+3), .bl_cardUnit.bl_cardUnit--tabCol2-3 > .bl_card:nth-of-type(5n+4) {
    margin-right: 10px;
  }
  .bl_cardUnit.bl_cardUnit--tabCol2-3 > .bl_card:nth-of-type(5n), .bl_cardUnit.bl_cardUnit--tabCol2-3 > .bl_card:nth-of-type(5n+2) {
    margin-right: 0;
  }
  .bl_cardUnit.bl_cardUnit--tabCol4 {
    margin-bottom: -20px;
  }
  .bl_cardUnit.bl_cardUnit--tabCol4 > .bl_card {
    width: calc((100% - 30px) / 4);
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .bl_cardUnit.bl_cardUnit--tabCol4 > .bl_card:nth-of-type(4n) {
    margin-right: 0;
  }
  .bl_cardUnit.bl_cardUnit--tabCol4 > .bl_card:nth-of-type(4n+1), .bl_cardUnit.bl_cardUnit--tabCol4 > .bl_card:nth-of-type(4n+2), .bl_cardUnit.bl_cardUnit--tabCol4 > .bl_card:nth-of-type(4n+3) {
    margin-right: 10px;
  }
  .bl_cardUnit.bl_cardUnit--tabCol3 {
    margin-bottom: -20px;
  }
  .bl_cardUnit.bl_cardUnit--tabCol3 > .bl_card {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .bl_cardUnit.bl_cardUnit--tabCol3 > .bl_card:nth-of-type(3n) {
    margin-right: 0;
  }
  .bl_cardUnit.bl_cardUnit--tabCol3 > .bl_card:nth-of-type(3n+1), .bl_cardUnit.bl_cardUnit--tabCol3 > .bl_card:nth-of-type(3n+2) {
    margin-right: 10px;
  }
  .bl_cardUnit.bl_cardUnit--tabCol2 {
    margin-bottom: -20px;
  }
  .bl_cardUnit.bl_cardUnit--tabCol2 > .bl_card {
    width: calc((100% - 10px) / 2);
    margin-bottom: 20px;
  }
  .bl_cardUnit.bl_cardUnit--tabCol2 > .bl_card:nth-of-type(2n) {
    margin-right: 0;
  }
  .bl_cardUnit.bl_cardUnit--tabCol2 > .bl_card:nth-of-type(2n+1) {
    margin-right: 10px;
  }
}

@media screen and (max-width: 559px) {
  .bl_cardUnit.bl_cardUnit--spCol2-3 {
    margin-bottom: -20px;
  }
  .bl_cardUnit.bl_cardUnit--spCol2-3 > .bl_card:nth-of-type(5n+1), .bl_cardUnit.bl_cardUnit--spCol2-3 > .bl_card:nth-of-type(5n+2) {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .bl_cardUnit.bl_cardUnit--spCol2-3 > .bl_card:nth-of-type(5n+2) {
    margin-right: 0;
  }
  .bl_cardUnit.bl_cardUnit--spCol2-3 > .bl_card:nth-of-type(5n+3), .bl_cardUnit.bl_cardUnit--spCol2-3 > .bl_card:nth-of-type(5n+4), .bl_cardUnit.bl_cardUnit--spCol2-3 > .bl_card:nth-of-type(5n) {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .bl_cardUnit.bl_cardUnit--spCol2-3 > .bl_card:nth-of-type(5n) {
    margin-right: 0;
  }
  .bl_cardUnit.bl_cardUnit--spCol1-2 {
    margin-bottom: -20px;
  }
  .bl_cardUnit.bl_cardUnit--spCol1-2 > .bl_card:nth-of-type(3n) {
    width: calc((100% - 10px) / 2);
    margin-right: 0;
    margin-bottom: 20px;
  }
  .bl_cardUnit.bl_cardUnit--spCol1-2 > .bl_card:nth-of-type(3n+1) {
    margin-right: 0;
    width: 100%;
  }
  .bl_cardUnit.bl_cardUnit--spCol1-2 > .bl_card:nth-of-type(3n+2) {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .bl_cardUnit.bl_cardUnit--spCol3 {
    margin-bottom: -20px;
  }
  .bl_cardUnit.bl_cardUnit--spCol3 > .bl_card {
    width: calc((100% - 20px) / 3);
  }
  .bl_cardUnit.bl_cardUnit--spCol3 > .bl_card:nth-of-type(3n+1), .bl_cardUnit.bl_cardUnit--spCol3 > .bl_card:nth-of-type(3n+2) {
    margin-right: 10px;
  }
  .bl_cardUnit.bl_cardUnit--spCol3 > .bl_card:nth-of-type(3n) {
    margin-right: 0;
  }
  .bl_cardUnit.bl_cardUnit--spCol2 {
    margin-bottom: -20px;
  }
  .bl_cardUnit.bl_cardUnit--spCol2 > .bl_card {
    width: calc((100% - 10px) / 2);
    margin-bottom: 20px;
  }
  .bl_cardUnit.bl_cardUnit--spCol2 > .bl_card:nth-of-type(2n+1) {
    margin-right: 10px;
  }
  .bl_cardUnit.bl_cardUnit--spCol2 > .bl_card:nth-of-type(2n) {
    margin-right: 0;
  }
  .bl_cardUnit.bl_cardUnit--spCol1 > .bl_card {
    width: 100%;
    margin-right: 0;
  }
}

.bl_card {
  display: block;
  position: relative;
}

a.bl_card {
  cursor: pointer;
}

a.bl_card:focus, a.bl_card:hover {
  opacity: 0.5;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

a.bl_card.bl_card--insta:focus, a.bl_card.bl_card--insta:hover {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}

a.bl_card.bl_card--frame {
  background-color: #ffffff;
  border: solid 1px #bbbbbb;
  position: relative;
}

a.bl_card.bl_card--frame .bl_card_body {
  padding: 1em;
}

a.bl_card.bl_card--frame::after {
  font-family: 'icomoon';
  font-size: 1em;
  content: "\e904";
  position: absolute;
  right: 1em;
  bottom: 1em;
}

.bl_card_imgWrap {
  width: 100%;
  position: relative;
}

.bl_card_imgWrap > img {
  width: 100%;
}

.bl_card_imgWrap.bl_card_imgWrap--new::after {
  content: "NEW";
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  color: #ffffff;
  background-color: #E2235D;
  padding: 0.3em;
  position: absolute;
  top: 0.3em;
  left: 0.3em;
}

@media screen and (max-width: 559px) {
  .bl_card_imgWrap.bl_card_imgWrap--new::after {
    top: 0;
    left: 0;
  }
}

#bl_instagramUnit .bl_card_imgWrap {
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

#bl_instagramUnit .bl_card_imgWrap > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bl_card_body {
  font-size: 14px;
  padding-top: 0.5em;
  color: #252525;
}

.bl_card_body > * {
  margin-bottom: 0.5em;
}

.bl_card_body > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 559px) {
  .bl_card_body {
    font-size: 12px;
  }
}

.bl_card_body.bl_card_body--insta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  padding: 1.5em 1em 1em 1em;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}

.bl_card_body.bl_card_body--insta .bl_card_txt {
  color: #000;
  font-size: 1rem;
  line-height: 1.8;
}

@media screen and (min-width: 560px) and (max-width: 959px) {
  .bl_card_body.bl_card_body--insta .bl_card_txt {
    line-height: 2.2;
  }
}

a.bl_card.bl_card--insta:hover .bl_card_body.bl_card_body--insta {
  padding-top: 1em;
  opacity: 1;
}

.bl_card_txt {
  line-height: 1.3;
}

.bl_card_txt--b {
  font-size: 1rem;
  font-weight: 700;
}

.bl_card_txt--s {
  font-size: 0.9rem;
  font-weight: 400;
}

.bl_card_price {
  display: block;
  line-height: 1;
  font-weight: 500;
}

.el_after_taxin {
  position: relative;
}

.el_after_taxin::after {
  content: "円（税込）";
  font-size: .8em;
  position: relative;
}

@media screen and (min-width: 960px) {
  .el_after_taxin::after {
    font-size: .65em;
  }
}

.el_after_taxout {
  position: relative;
}

.el_after_taxout::after {
  content: "円（税別）";
  font-size: .8em;
  position: relative;
}

@media screen and (min-width: 960px) {
  .el_after_taxout::after {
    font-size: .65em;
  }
}

.bl_card--customerVoice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bl_card--customerVoice > .bl_card_imgWrap {
  width: 25%;
}

.bl_card--customerVoice > .bl_card_body {
  width: 73%;
  position: relative;
  font-size: 14px;
  line-height: 1.6;
  color: #252525;
  padding-top: 0;
  padding-left: 1.5em;
}

.bl_card--customerVoice > .bl_card_body::before {
  font-family: 'icomoon';
  content: "\e909";
  font-size: 1.15em;
  position: absolute;
  left: 0;
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}

/**************************
Project
***************************/
.ly_footer_inner a:hover {
  opacity: 0.5;
}

.el_footer_lev1Tit {
  color: #0d2943;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  display: block;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}

.el_footer_lev2Tit {
  color: #0d2943;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  display: block;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: 10px;
}

.el_footer_lev2Tit span {
  display: inline-block;
  font-size: 12px;
  margin-left: 20px;
}

.bl_footer_catNav {
  width: calc((100% - 125px)/6);
}

.el_footer_catNav_item {
  width: 100%;
  font-size: 12px;
  line-height: 1.5;
}

.el_footer_catNav_item:first-of-type {
  font-size: 14px;
  font-weight: 700;
  border-bottom: solid 1px #D1D1D1;
  margin-bottom: 5px;
}

.el_footer_catNav_item:first-of-type .el_footer_catNav_link {
  padding: 10px;
}

.el_footer_catNav_item:first-of-type .el_footer_catNav_link::after {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'icomoon';
  content: "\e904";
  font-size: 10px;
  font-weight: 400;
}

.el_footer_catNav_link {
  padding: 6px 5px;
  display: block;
  color: #0d2943;
  position: relative;
}

.el_footer_catNav_link:hover {
  opacity: 0.6;
}

.el_footer_catNav_ico {
  display: none;
}

.bl_footer_guide {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}

.ft_guide_bnr:first-of-type {
  margin-bottom: 10px;
}

.el_footer_guide_item {
  font-size: 12px;
  line-height: 1.5;
}

.el_footer_guide_link {
  padding: 6px 5px;
  display: block;
  color: #0d2943;
}

.el_customerInfo {
  font-style: normal;
  font-size: 12px;
  line-height: 1.8;
}

.el_customerInfo > em {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
}

.el_customerInfo a {
  text-decoration: underline;
}

.el_officials_bnr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  color: #0d2943;
  font-weight: 700;
  background-color: #fff;
  border-radius: 2px;
  margin-bottom: 10px;
}

.el_officials_bnr--insta::before {
  font-family: "icomoon";
  content: "\e91a";
  margin-right: 10px;
  font-size: 32px;
  font-weight: normal;
}

.el_officials_bnr--mailmag::before {
  font-family: "icomoon";
  content: "\e90e";
  margin-right: 6px;
  font-size: 32px;
  font-weight: normal;
}

.bl_footerLogo {
  display: block;
  width: 52px;
  height: 52px;
}

.bl_footerLogo_img {
  width: 100%;
  height: auto;
}

.bl_footerSubMenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.bl_footerSubMenu_item {
  list-style: none;
  margin-right: 24px;
  display: inline-block;
}

.bl_footerSubMenu_item:last-of-type {
  margin-right: 0;
}

.bl_footerSubMenu_link {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
}

.el_copyright {
  font-size: 12px;
  color: #fff;
}

@media screen and (min-width: 560px) and (max-width: 959px) {
  .bl_footer_catNav {
    width: calc((100% - 60px)/3);
    margin-bottom: 20px;
  }
  .el_footer_catNav_item {
    font-size: 11px;
  }
  .el_footer_lev2Tit span {
    font-size: 11px;
    display: block;
    margin-left: 0;
    margin-top: 1em;
  }
  .el_customerInfo {
    font-size: 11px;
  }
  .el_customerInfo > em {
    font-size: 20px;
  }
  .el_officials_bnr {
    padding: 15px;
    font-size: 16px;
  }
  .bl_footerSubMenu {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .bl_footerSubMenu_item {
    margin-right: 0;
    margin-left: 20px;
  }
}

@media screen and (max-width: 559px) {
  .bl_footer_guide {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .bl_footer_guide > * {
    width: calc((100% - 5px)/2);
    display: block;
    margin-bottom: 5px;
  }
  .el_footer_lev1Tit {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .bl_footer_catNav {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .bl_footer_catNav:last-of-type {
    margin-bottom: 0;
  }
  .el_footer_catNav_item {
    width: calc(50% - 2.5px);
    margin-bottom: 5px;
  }
  .el_footer_catNav_item:first-of-type {
    width: 100%;
    border-bottom: none;
  }
  .el_footer_catNav_item:first-of-type > .el_footer_catNav_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.2em 0.7em;
  }
  .el_footer_catNav_ico {
    display: block;
    height: 40px;
    width: auto;
    margin-right: 5px;
  }
  .el_footer_catNav_link {
    background-color: #fff;
    border-radius: 2px;
    padding: 0.7em 1em;
  }
  .el_footer_catNav_link::after {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-family: 'icomoon';
    content: "\e904";
    font-size: 10px;
    font-weight: 400;
  }
  .el_footer_guide_link {
    display: block;
    padding: 0.7em 1em;
    background-color: #fff;
    border-radius: 2px;
    position: relative;
  }
  .el_footer_guide_link::after {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-family: 'icomoon';
    content: "\e904";
    font-size: 10px;
    font-weight: 400;
  }
  .el_officials_bnr {
    width: calc((100% -5px) / 2);
  }
  .bl_footerLogo {
    width: 38px;
    height: 38px;
  }
  .bl_footerSubMenu {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bl_footerSubMenu_item {
    margin-right: 15px;
  }
  .bl_footerSubMenu_link {
    font-size: 12px;
    line-height: 1.5;
  }
}

/*
回遊用共通フッタ
（トップ、商品詳細に挿入）
*/
.ly_topMain_inner--byerChoice {
  max-width: 1260px;
  padding: 40px 10px;
}

@media screen and (min-width: 960px) {
  .ly_topMain_inner--byerChoice {
    padding: 60px 0px;
  }
}

.ly_top_choice_wrap {
  padding: 30px 10px 0px 10px;
  background-color: #fff;
  max-width: 1260px;
  position: relative;
}

.ly_top_choice_wrap .bl_cardUnit--col5 {
  margin-bottom: 0;
}

.ly_top_choice_wrap::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: solid 9px #eaeaea;
  border-left: solid 12px transparent;
  border-right: solid 12px transparent;
}

@media screen and (min-width: 960px) {
  .ly_top_choice_wrap {
    padding: 50px 40px 0px 40px;
  }
  .ly_top_choice_wrap::before {
    border-top: solid 15px #eaeaea;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
  }
}

.el_top_lev1Tit {
  text-align: center;
  font-weight: 300;
  line-height: 1;
  position: relative;
  margin-bottom: 2.8em;
}

.el_top_lev1Tit::after {
  content: "";
  width: 1em;
  height: 5px;
  position: absolute;
  bottom: calc(-1.2em - 5px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: solid 1px #0d2943;
  border-bottom: solid 1px #0d2943;
}

@media screen and (max-width: 559px) {
  .el_top_lev1Tit {
    font-size: 24px;
  }
}

@media screen and (min-width: 560px) and (max-width: 959px) {
  .el_top_lev1Tit {
    font-size: 30px;
  }
}

@media screen and (min-width: 960px) {
  .el_top_lev1Tit {
    font-size: 44px;
  }
  .el_top_lev1Tit::after {
    height: 7px;
    bottom: calc(-1.2em - 7px);
  }
}

.el_top_lev1Tit_subTit {
  color: #26A1D5;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 500;
  display: block;
  line-height: 1;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 559px) {
  .el_top_lev1Tit_subTit {
    font-size: 14px;
  }
}

@media screen and (min-width: 560px) and (max-width: 959px) {
  .el_top_lev1Tit_subTit {
    font-size: 18px;
  }
}

@media screen and (min-width: 960px) {
  .el_top_lev1Tit_subTit {
    font-size: 20px;
  }
}

.el_top_lev2Tit {
  text-align: center;
  font-weight: 500;
  line-height: 1;
  position: relative;
  margin-top: 2.5em;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 559px) {
  .el_top_lev2Tit {
    font-size: 20px;
  }
}

@media screen and (min-width: 560px) and (max-width: 959px) {
  .el_top_lev2Tit {
    font-size: 24px;
  }
}

@media screen and (min-width: 960px) {
  .el_top_lev2Tit {
    font-size: 28px;
  }
}

.el_top_lev2Tit_subTit {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: .7em;
}

@media screen and (max-width: 559px) {
  .el_top_lev2Tit_subTit {
    font-size: 12px;
  }
}

@media screen and (min-width: 560px) and (max-width: 959px) {
  .el_top_lev2Tit_subTit {
    font-size: 14px;
  }
}

@media screen and (min-width: 960px) {
  .el_top_lev2Tit_subTit {
    font-size: 16px;
  }
}

.el_top_labelRank {
  padding-top: 7px;
  width: 30px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -2px;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  background-color: #252525;
  text-align: center;
  color: white;
}

.el_top_labelRank::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 100%;
  border-left: solid 15px #252525;
  border-right: solid 15px #252525;
  border-bottom: solid 5px transparent;
}

@media screen and (max-width: 559px) {
  .el_top_labelRank {
    padding-top: 2px;
    font-size: 13px;
    width: 20px;
    height: 17px;
  }
  .el_top_labelRank::after {
    border-left: solid 10px #252525;
    border-right: solid 10px #252525;
    border-bottom: solid 3px transparent;
  }
}

.el_top_labelRank--1 {
  background-color: #b58737;
}

.el_top_labelRank--1::after {
  border-color: #b58737;
  border-left: solid 15px #b58737;
  border-right: solid 15px #b58737;
  border-bottom: solid 5px transparent;
}

@media screen and (max-width: 559px) {
  .el_top_labelRank--1 {
    padding-top: 4px;
    width: 24px;
    height: 20px;
  }
  .el_top_labelRank--1::after {
    border-left: solid 12px #b58737;
    border-right: solid 12px #b58737;
    border-bottom: solid 4px transparent;
  }
}

.el_top_labelRank--2 {
  background-color: #707070;
}

.el_top_labelRank--2::after {
  border-color: #707070;
  border-left: solid 15px #707070;
  border-right: solid 15px #707070;
  border-bottom: solid 5px transparent;
}

@media screen and (max-width: 559px) {
  .el_top_labelRank--2 {
    padding-top: 4px;
    font-size: 11px;
    width: 24px;
    height: 20px;
  }
  .el_top_labelRank--2::after {
    border-left: solid 12px #707070;
    border-right: solid 12px #707070;
    border-bottom: solid 4px transparent;
  }
}

.el_top_labelRank--3 {
  background-color: #942304;
}

.el_top_labelRank--3::after {
  border-color: #942304;
  border-left: solid 15px #942304;
  border-right: solid 15px #942304;
  border-bottom: solid 5px transparent;
}

@media screen and (max-width: 559px) {
  .el_top_labelRank--3 {
    padding-top: 2px;
    font-size: 13px;
    width: 20px;
    height: 17px;
  }
  .el_top_labelRank--3::after {
    border-left: solid 10px #942304;
    border-right: solid 10px #942304;
    border-bottom: solid 3px transparent;
  }
}

/**************************
Rakuten Module
***************************/
.ly_topMain_inner {
  width: 100%;
  max-width: 1210px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 10px;
}

@media screen and (min-width: 960px) {
  .ly_topMain_inner {
    padding: 60px 15px;
  }
}

.ly_topMain_inner.ly_topMain_inner--byerChoice {
  padding-bottom: calc(40px - 1rem);
}

@media screen and (min-width: 960px) {
  .ly_topMain_inner.ly_topMain_inner--byerChoice {
    padding-bottom: calc(60px - 1rem);
  }
}

#el_pagetop {
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  width: 50px;
  height: 50px;
  opacity: 0.8;
  background-color: #0d2943;
  color: #fff;
  line-height: 60px;
  text-decoration: none;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#el_pagetop::before {
  font-family: 'icomoon';
  content: '\e902';
  font-size: 26px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
