@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 Header
***************************/
.ly_header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: #fff;
}

.ly_header_inner {
  max-width: 1210px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.ly_logoSubmenu {
  margin-top: 20px;
}

.el_welcomeMsg + .ly_logoSubmenu {
  margin-top: 0;
}

.ly_headerNavi {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.ly_globalNavi_mega {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 100%;
  height: auto;
  background-color: #efefef;
  position: absolute;
  left: 0;
  z-index: 50;
}

.el_globalNavi_item--lev1:hover > .ly_globalNavi_mega {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.ly_globalNavi_mega_inner {
  width: 1180px;
  margin: 0 auto;
  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;
  padding: 5px 0 10px 0;
}

.ly_header--mob {
  display: none;
}

.ly_header--mobSub {
  display: none;
}

.ly_logoSearch {
  margin-top: 5px;
  margin-bottom: 5px;
  height: 60px;
}

.ly_headerSearch {
  width: 100%;
  background-color: #eaeaea;
}

.ly_drawer_user {
  padding: 10px;
  background-color: #eaeaea;
}

.ly_drawer_search {
  padding: 20px 10px;
}

@media screen and (max-width: 959px) {
  .ly_header {
    display: none;
  }
  .ly_header--mob {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    background: #fff;
    border-bottom: solid 1px #eaeaea;
    z-index: 200;
  }
  .ly_header--mobSub {
    display: block;
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 210;
  }
}

.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;
}

/**************************
Project
***************************/
/*
送料、即日出荷
その他インフォメーションバナー
お知らせ
*/
.bl_infoBnr {
  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;
}

.el_infoBnr_item {
  background-color: #26A1D5;
  width: 49.4%;
  padding: 1em;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  line-height: 1.5em;
  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;
}

.el_infoBnr_item strong {
  font-weight: 500;
}

@media screen and (max-width: 959px) {
  .el_infoBnr_item {
    font-size: 10px;
  }
}

@media screen and (max-width: 559px) {
  .bl_infoBnr {
    display: block;
  }
  .el_infoBnr_item {
    width: 100%;
    margin-bottom: 5px;
  }
  .el_infoBnr_item:last-of-type {
    margin-bottom: 0;
  }
}

.el_paypay_bnr {
  text-align: center;
}

@media screen and (max-width: 559px) {
  .el_paypay_bnr img {
    width: 100%;
    height: auto;
  }
}

.bl_infoList {
  border-top: solid 1px #cfcfcf;
  line-height: 1.5;
}

.bl_infoList_item {
  background-color: #F5F5F5;
  border-bottom: solid 1px #cfcfcf;
  padding: 1.5em;
  font-size: 14px;
}

.bl_infoList_item strong {
  color: #21486c;
  font-weight: 700;
}

.bl_infoList_header {
  font-size: 1.15em;
  color: #21486c;
  font-weight: 700;
  text-decoration: underline;
}

.bl_infoList_item.bl_infoList_item--attention > .bl_infoList_header {
  color: #9B2C2E;
}

.bl_infoList_item.bl_infoList_item--attention strong {
  color: #9B2C2E;
}

.bl_infoList_item.bl_infoList_item--attention a {
  color: #9B2C2E;
}

.bl_infoList_body {
  margin-top: 0.5em;
  font-size: 0.9rem;
  display: none;
}

.bl_infoList_body--em {
  background-color: #ffffff;
  border: solid 2px #eaeaea;
  padding: 0.5em;
  margin-top: 0.5em;
}

.el_infoList_label {
  display: inline-block;
  line-height: 1;
  padding: 0.3em;
  margin-right: 0.4em;
  font-weight: 500;
}

.el_infoList_label.el_label--red {
  background-color: #9B2C2E;
  color: #fff;
}

.el_infoList_label.el_label--blue {
  background-color: #0d2943;
  color: #fff;
}

@media screen and (max-width: 959px) {
  .bl_infoList_item {
    padding: 1em;
    font-size: 12px;
  }
}

.el_welcomeMsg {
  font-size: 12px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.ly_drawer_user > .el_welcomeMsg {
  padding: 0.5em 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.el_welcomeMsg_name {
  font-size: 1.2em;
  color: #0d2943;
  font-weight: 700;
  display: inline-block;
  margin-left: 0.3em;
  margin-right: 0.3em;
}

a.el_welcomeMsg_name {
  color: #26A1D5;
  text-decoration: underline;
}

.el_headerLogo {
  display: block;
  width: 290px;
  height: 44px;
}

.el_headerLogo--mob {
  position: absolute;
  width: 200px;
  left: 50%;
  top: 15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

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

.bl_subNavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.el_subNavi_item {
  margin-left: 10px;
  font-size: 12px;
}

.el_subNavi_item a:hover {
  color: #26A1D5;
}

.el_subNavi_item.el_beforeIcon--mypage.hp_login--true, .el_subNavi_item.el_beforeIcon--login.hp_login--false, .el_subNavi_item.el_beforeIcon--logout.hp_login--true, .el_subNavi_item.el_beforeIcon--newAccount.hp_login--false {
  display: block;
}

.el_subNavi_item.el_beforeIcon--mypage.hp_login--false, .el_subNavi_item.el_beforeIcon--login.hp_login--true, .el_subNavi_item.el_beforeIcon--logout.hp_login--false, .el_subNavi_item.el_beforeIcon--newAccount.hp_login--true {
  display: none;
}

.bl_search {
  width: 100%;
  padding: 10px 0;
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.ly_searchIconTxt {
  background-color: #ffffff;
  border: solid 1px #C5C5C5;
  height: 36px;
  width: 50%;
  max-width: 360px;
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.el_searchIcon {
  background-color: #26A1D5;
  width: 34px;
  height: 34px;
  padding: 6px;
}

.el_searchIcon input {
  background-color: #26A1D5;
  width: 22px;
  height: 22px;
}

.el_searchTxt {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  border: none;
  font-size: 14px;
  padding: 0 10px;
}

.bl_hotWords {
  margin-bottom: -5px;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.el_hotWord {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 6px 12px;
  background: #ffffff;
  border: solid 1px #C5C5C5;
  border-radius: 12px;
}

.el_hotWord:hover {
  background: #cfcfcf;
}

.el_hotWord_link::before {
  content: "#";
}

.ly_drawer_search .bl_search {
  width: 100%;
  padding: 0;
  margin-left: 0;
  border: none;
  display: block;
}

.ly_drawer_search .ly_searchIconTxt {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}

.ly_drawer_search .el_searchIcon {
  margin-left: 0;
}

.ly_drawer_search .el_searchTxt {
  width: calc(100% - 27px);
  font-size: 14px;
}

.ly_drawer_search .bl_hotWords {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ly_drawer_search .el_hotWord {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 5px;
  margin-right: 5px;
  height: 22px;
  padding: 4px 12px;
  border-radius: 11px;
}

.el_drawer_userMenus.hp_login--true {
  display: none;
}

.el_drawer_userMenus.hp_login--false {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bl_globalNavi {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.el_globalNavi_item--lev1 {
  height: 55px;
  margin-right: 2.4em;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  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;
}

.el_globalNavi_item--lev1:last-child {
  margin-right: 0;
}

.el_globalNavi_link--lev1 {
  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;
  height: 100%;
  border-bottom: solid 2px #fff;
  letter-spacing: 0.8px;
}

.el_globalNavi_link--lev1:hover {
  color: #26a1d5;
  border-bottom: solid 2px #26a1d5;
}

.el_globalNavi_link--lev1.el_globalNavi_link--sale {
  background-color: #D53C7F;
  color: #ffffff;
  padding: 0.6rem 1.4rem;
  height: auto;
  border: solid 2px transparent;
}

.el_globalNavi_link--lev1.el_globalNavi_link--sale:hover {
  color: #D53C7F;
  background-color: #FFFFFF;
  border: solid 2px #D53C7F;
}

.el_globalNavi_item--lev2 {
  font-size: 12px;
  line-height: 1.5;
  padding: 0.4em;
}

.el_globalNavi_item--lev2:first-of-type {
  font-size: 16px;
  font-weight: 700;
}

.el_globalNavi_item--lev2:first-of-type .el_globalNavi_link--lev2 {
  color: #26a1d5;
}

.el_globalNavi_link--lev2 {
  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;
}

.el_globalNavi_link--lev2:hover {
  color: #26a1d5;
}

.el_globalNavi_mega_catIco {
  height: 40px;
  width: auto;
  margin-right: 5px;
}

.ly_header--mobinner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bl_mobileHeaderNav {
  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-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 32px;
  background-color: #0d2943;
}

.el_mobileHeaderNav_item {
  display: block;
  width: 100%;
  height: 100%;
  border-right: solid 1px rgba(255, 255, 255, 0.3);
}

.el_mobileHeaderNav_item:last-of-type {
  border-right: none;
}

.el_mobileHeaderNav_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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  line-height: 1;
  width: 100%;
  height: 100%;
  color: #ffffff;
}

.el_mobileHeaderNav_link:hover {
  color: #0d2943;
  background-color: #eaeaea;
}

.ly_drawer {
  z-index: 600;
  overflow: auto;
  position: fixed;
  top: 0;
  left: -100%;
  height: 100%;
  width: 90%;
  max-width: calc(100% - 53px);
  background: #fff;
}

#el_hamburgerBtn {
  display: none;
}

.el_hamburgerBtn {
  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;
  position: absolute;
  width: 64px;
  height: 60px;
  left: 0;
  top: 0;
}

.el_hamburgerBtn_icon {
  font-size: 10px;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  position: relative;
  padding-top: 20px;
}

.el_hamburgerBtn_icon::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  left: 0;
  top: 4px;
  border-top: solid 2px #0d2943;
  border-bottom: solid 2px #0d2943;
}

.el_closeDrawer {
  position: fixed;
  z-index: 500;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
}

.el_closeDrawer_btn {
  position: absolute;
  padding-top: 34px;
  right: 10px;
  top: 10px;
  font-size: 10px;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}

.el_closeDrawer_btn::before, .el_closeDrawer_btn::after {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 50%;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #fff;
}

.el_closeDrawer_btn::before {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

.el_closeDrawer_btn::after {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

/*チェックが入ったらコンテンツを表示*/
#el_hamburgerBtn:checked ~ .ly_drawer {
  left: 0;
  -webkit-transition: left .3s;
  transition: left .3s;
}

/*チェックが入ったらコンテンツ外を暗くする*/
#el_hamburgerBtn:checked ~ .el_closeDrawer {
  opacity: .8;
  left: 0;
}

.bl_drawerNav {
  border-top: solid 1px #cfcfcf;
  line-height: 1;
}

.el_drawerNav_item_link {
  color: #0d2943;
}

.el_drawerNav_item_link:focus, .el_drawerNav_item_link:hover {
  color: #26A1D5;
}

.el_drawerNav_item--lev1 > .el_drawerNav_item_link {
  position: relative;
  display: block;
  padding: 1.1em 1em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  border-bottom: solid 1px #cfcfcf;
}

.el_drawerNav_item--lev1 > .el_drawerNav_item_link::after {
  font-family: 'icomoon';
  content: "\e901";
  position: absolute;
  right: .8em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.el_drawerNav_item--lev2 {
  display: block;
  font-size: 14px;
  padding: 0.8em 1.5em;
  border-bottom: solid 1px #cfcfcf;
}

.el_drawerNav_item--lev2::before {
  display: inline-block;
  content: "●";
  font-size: 10px;
  margin-right: 0.5em;
  color: #26A1D5;
}

.bl_drawerSubNavi {
  margin-top: 5px;
}

.el_drawerSubNavi_item {
  padding: 0.8em 1em;
  font-size: 14px;
}

.el_drawerSubNavi_item.el_beforeIcon--mypage.hp_login--true, .el_drawerSubNavi_item.el_beforeIcon--login.hp_login--false, .el_drawerSubNavi_item.el_beforeIcon--logout.hp_login--true, .el_drawerSubNavi_item.el_beforeIcon--newAccount.hp_login--false {
  display: block;
}

.el_drawerSubNavi_item.el_beforeIcon--mypage.hp_login--false, .el_drawerSubNavi_item.el_beforeIcon--login.hp_login--true, .el_drawerSubNavi_item.el_beforeIcon--logout.hp_login--false, .el_drawerSubNavi_item.el_beforeIcon--newAccount.hp_login--true {
  display: none;
}

.ly_drawer_officials_bnrs {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 40px;
  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;
}

.el_drawer_offiBnr {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  text-align: center;
  display: inline-block;
  position: relative;
  padding-top: 34px;
  margin: 0 15px;
  color: #0d2943;
}

.el_drawer_offiBnr--insta::before {
  font-family: "icomoon";
  content: "\e91a";
  font-size: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.el_drawer_offiBnr--mailmag::before {
  font-family: "icomoon";
  content: "\e90e";
  font-size: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/**************************
Rakuten Module
***************************/
/*
楽天イベントバナー
*/
.ly_eventInfo {
  width: 100%;
  margin: 0 auto;
  max-width: 1210px;
  padding: 1.2rem 0 1.4rem 0;
}

@media screen and (max-width: 959px) {
  .ly_eventInfo {
    padding: 0.8rem 0 1.2rem 0;
  }
}

.el_eventInfo_hd {
  color: #ffffff;
  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;
  margin-bottom: 10px;
}

@media screen and (max-width: 959px) {
  .el_eventInfo_hd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0.5rem;
  }
}

.el_eventInfo_tit {
  font-size: 1.4rem;
  font-weight: 500;
  margin-right: 15px;
  position: relative;
}

.el_eventInfo_tit::before {
  position: absolute;
  left: -35px;
  top: 0;
  content: "";
  width: 26px;
  height: 26px;
  background-image: url(../images/cracker.svg);
  background-repeat: no-repeat;
}

@media screen and (max-width: 959px) {
  .el_eventInfo_tit {
    margin-right: 0;
    margin-bottom: 0.5rem;
    -webkit-transform: translateX(17px);
            transform: translateX(17px);
  }
}

.el_eventInfo_point {
  font-size: 1rem;
  font-weight: 500;
  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;
}

.el_eventInfo_pointNum {
  font-family: Arial, helvetica !important;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  color: #B70000;
  padding: 0.1em 0.2em;
  margin: 0 0.2em;
  background-color: #ffffff;
  border: solid 1px #B70000;
  border-radius: 2px;
}

@media screen and (max-width: 959px) {
  .el_eventInfo_pointNum {
    font-size: 1.8rem;
  }
}

.ly_eventBnrs {
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.ly_eventBnrs.ly_eventBnrs-1_0col {
  max-width: 487px;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

.ly_eventBnrs.ly_eventBnrs-1_2col {
  -ms-grid-columns: 2fr 1fr 1fr;
      grid-template-columns: 2fr 1fr 1fr;
}

@media screen and (max-width: 959px) {
  .ly_eventBnrs.ly_eventBnrs-1_2col {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .ly_eventBnrs.ly_eventBnrs-1_2col .bl_eventBnr-super {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }
}

.ly_eventBnrs.ly_eventBnrs-1_4col {
  -ms-grid-columns: 2fr 1fr 1fr 1fr 1fr;
      grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 959px) {
  .ly_eventBnrs.ly_eventBnrs-1_4col {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .ly_eventBnrs.ly_eventBnrs-1_4col .bl_eventBnr-super {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }
}

.ly_eventBnrs.ly_eventBnrs-0_2col {
  max-width: 490px;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 959px) {
  .ly_eventBnrs.ly_eventBnrs-0_2col {
    max-width: 100%;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.ly_eventBnrs.ly_eventBnrs-0_4col {
  max-width: 750px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 959px) {
  .ly_eventBnrs.ly_eventBnrs-0_4col {
    max-width: 100%;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.bl_eventBnr img {
  width: 100%;
  height: auto;
}

.el_endDate {
  background-color: #717171;
  color: white;
  font-size: 0.81rem;
  padding: 0.2em 0.5em;
}

.ly_header.ly_header-second {
  position: relative;
}

.ly_globalNavi_mega {
  top: 100px;
}

.ly_header.ly_header-fixed {
  position: fixed;
}

.ly_header.ly_header-fixed .ly_globalNavi_mega {
  top: 120px;
}

.ly_secondMain {
  margin-top: 2rem;
}

.ly_secondMain_inner {
  width: 100%;
  max-width: 1210px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}

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

.hp_bgcDarkBlue {
  border-top: none;
}

/* 新着一覧 */
.ly_hd_newItems {
  border-bottom: solid 1px #cfcfcf;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.el_hd_newitemsTit {
  text-align: center;
  margin-bottom: 1rem;
}

.bl_hd_newItems {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
}

.el_hd_newItems-item {
  width: calc((100% - 15px * 7) / 8);
  margin-left: 15px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.el_hd_newItems-item:hover {
  opacity: 0.6;
}

.ly_secondInfoarea {
  margin-top: 1rem;
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (min-width: 960px) {
  .ly_secondInfoarea {
    max-width: 1180px;
  }
}

.ly_secondInfoarea.bnr_shipInfo a {
  display: block;
  width: 100%;
  position: relative;
  border: solid 2px #a7a7a7;
  text-align: center;
}

.ly_secondInfoarea.bnr_shipInfo a:after {
  font-family: 'icomoon';
  color: #434343;
  font-size: 18px;
  font-weight: bold;
  content: "\e904";
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ly_secondInfoarea.bnr_shipInfo:hover a {
  border: solid 2px #CF2600;
}

.ly_secondInfoarea.bnr_shipInfo:hover a:after {
  color: #CF2600;
}
