@charset "UTF-8";
/* line 2, ../scss/_header.scss */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

/* line 3, ../scss/_header.scss */
.clearfix:after {
  clear: both;
}

/* line 4, ../scss/_header.scss */
.clearfix {
  zoom: 1;
}

/* line 6, ../scss/_header.scss */
body #nav.ribbon, #extra-drop,
#cartItemCount {
  display: none;
}

/* line 10, ../scss/_header.scss */
#header {
  width: 100% !important;
  max-width: 980px;
  position: relative;
}
/* line 14, ../scss/_header.scss */
#header .defaultDesktopLogo {
  height: 62px;
  background: url("../../../../../etc/designs/hello/packaged/img/global/logoNuSkin.png") no-repeat;
  display: block;
}
/* line 19, ../scss/_header.scss */
#header .defaultMobileLogo {
  width: 60px;
  height: 50px;
  background: url("images/icon-fountain.svg") no-repeat 8px;
  display: block;
  position: fixed;
  margin-top: 6px;
}
/* line 27, ../scss/_header.scss */
#header #mobileCart {
  display: none;
}
/* line 30, ../scss/_header.scss */
#header .menuRight.logIn {
  display: none;
}
/* line 33, ../scss/_header.scss */
#header .cookieLawMessage-wrap {
  display: none;
}
/* line 36, ../scss/_header.scss */
#header .menuLeft {
  left: 0;
  background: url("images/icon-hamburger.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
}
/* line 42, ../scss/_header.scss */
#header .menuLeft.png {
  background: url("images/icon-hamburger.png");
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 49, ../scss/_header.scss */
#header .menuRight {
  right: 0;
}
/* line 53, ../scss/_header.scss */
#header .menuRight.loggedIn {
  background: url("images/icon-profile.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  display: none;
}
/* line 59, ../scss/_header.scss */
#header .menuRight.loggedIn.png {
  background: url("images/icon-profile.png");
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 65, ../scss/_header.scss */
#header .mobileTrigger {
  position: absolute;
  cursor: pointer;
  display: none;
  top: 0;
  height: 64px;
  width: 64px;
}
/* line 74, ../scss/_header.scss */
#header .mobileTrigger.logIn {
  /*text-transform: uppercase;
  color: #008ab0;*/
  width: 64px;
  /*text-align:center;*/
  /* background: url("images/icon-login.svg");*/
  background: url("images/icon-profile.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
}
/* line 84, ../scss/_header.scss */
#header .mobileTrigger.logIn.png {
  /*background: url("images/icon-login.png");*/
  background: url("images/icon-profile.png");
}
/* line 88, ../scss/_header.scss */
#header .mobileTrigger.logIn a {
  position: relative;
  top: 32px;
  text-indent: -999.9em;
  display: block;
}

/* line 96, ../scss/_header.scss */
#cartItemCount {
  display: none;
}

/* line 99, ../scss/_header.scss */
.miniCartPsv {
  display: inline-block;
}
/* line 100, ../scss/_header.scss */
.miniCartPsv.hideMiniCartPsv {
  display: none;
}
/* line 104, ../scss/_header.scss */
.miniCartPsv .psvLabels .psvLabel {
  display: inline-block;
  color: #363636;
  font-family: 'proxima-nova', 'OpenSans', 'Pridi', 'NotoSans', 'NotoSansSC', 'NotoSansHebrew', 'NotoSansJapanese', 'Hiragino Kaku Gothic Pro', 'Yu Gothic Medium', 'Yu Gothic', Meiryo, 'source-han-sans-japanese', 'source-han-sans-korean', 'source-han-sans-simplified-c', Helvetica, Arial, sans-serif;
  font-size: 100%;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 768px) {
  /* line 119, ../scss/_header.scss */
  #header .cookieLawMessage-wrap {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 126, ../scss/_header.scss */
  body.ja_JP #header .menuLeft::after {
    content: "メニュー";
    position: absolute;
    top: 40px;
    text-align: center;
    margin: 10px auto;
    width: 64px;
    font-size: 10px;
    color: #646569;
  }

  /* line 136, ../scss/_header.scss */
  body.ja_JP #mobileCart::after {
    content: "カート";
    position: absolute;
    top: 40px;
    text-align: center;
    margin: 10px auto;
    width: 64px;
    font-size: 10px;
    color: #646569;
  }

  /* line 146, ../scss/_header.scss */
  body.ja_JP .mobileTrigger.logIn::after {
    content: "ログイン";
    position: absolute;
    top: 40px;
    text-align: center;
    margin: 10px auto;
    width: 64px;
    font-size: 10px;
    color: #646569;
  }

  /* line 156, ../scss/_header.scss */
  body.ja_JP .menuRight.loggedIn::after {
    content: "アカウント";
    position: absolute;
    top: 40px;
    text-align: center;
    margin: 10px auto;
    width: 64px;
    font-size: 10px;
    color: #646569;
  }

  /* line 167, ../scss/_header.scss */
  .simpleHeader div#logo {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 42px;
  }

  /* line 175, ../scss/_header.scss */
  div#logo {
    background: url("images/icon-fountain.svg");
    background-size: 46px;
    background-position: 50%;
    background-repeat: no-repeat;
    left: inherit;
    top: 0;
    height: 64px;
    position: relative;
    cursor: pointer;
    width: 61px;
    margin: 0 auto;
  }
  /* line 187, ../scss/_header.scss */
  div#logo.png {
    background: url("images/icon-fountain.svg");
    background-position: center center;
    background-repeat: no-repeat;
  }

  /* line 196, ../scss/_header.scss */
  #mobileSearch.png {
    background: url("images/icon-search.png");
    background-position: center center;
    background-repeat: no-repeat;
  }

  /* line 201, ../scss/_header.scss */
  #mobileCart {
    background: url("images/icon-cart.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    height: 64px;
    width: 64px;
    top: 0;
    right: 65px;
    position: absolute;
    cursor: pointer;
    background-size: 28px;
  }
  /* line 212, ../scss/_header.scss */
  #mobileCart.png {
    background: url("images/icon-cart.png");
    width: 64px;
    height: 64px;
    background-position: center center;
    background-repeat: no-repeat;
  }

  /* line 220, ../scss/_header.scss */
  #mobileCartLink {
    display: block;
    width: 47px;
    height: 65px;
    position: relative;
    top: 0;
    left: 0;
  }

  /* line 228, ../scss/_header.scss */
  #cartItemCount {
    display: block;
    color: #C71013;
    position: absolute;
    top: 13px;
    left: 37px;
    font-size: 13px;
    text-align: center;
  }

  /* line 238, ../scss/_header.scss */
  div#header {
    height: auto;
    min-height: 65px;
    position: fixed;
    top: 0;
    z-index: 2019180;
    background: #ffffff;
    border-bottom: 1px solid #e1e1e1;
    width: 100vw !important;
  }
  /* line 248, ../scss/_header.scss */
  div#header #headerDivider {
    position: absolute;
    bottom: 0;
  }
  /* line 252, ../scss/_header.scss */
  div#header .mobileTrigger {
    display: block;
  }
  /* line 255, ../scss/_header.scss */
  div#header .cookieLawMessage-wrap {
    display: block;
  }

  /* line 259, ../scss/_header.scss */
  .toolBarMark {
    height: 65px;
    position: relative;
  }

  /* line 263, ../scss/_header.scss */
  #cart {
    display: none !important;
  }

  /* line 266, ../scss/_header.scss */
  #adrEditModeCart {
    display: none !important;
  }

  /* line 269, ../scss/_header.scss */
  #home {
    margin: 30px 0 0 0;
  }

  /* line 272, ../scss/_header.scss */
  #mainWrapper {
    overflow: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s;
  }

  /* line 279, ../scss/_header.scss */
  #content {
    width: 100%;
    margin-top: 77px;
  }
  /* line 282, ../scss/_header.scss */
  #content .section {
    float: none;
  }

  /* line 286, ../scss/_header.scss */
  body {
    overflow-x: hidden;
    max-width: 100%;
  }

  /* line 290, ../scss/_header.scss */
  #mainNav {
    display: none;
  }

  /* line 293, ../scss/_header.scss */
  .ribbon {
    display: none;
  }

  /* line 296, ../scss/_header.scss */
  .breadcrumb {
    display: none;
  }
}
/* line 1, ../scss/_leftSideNav.scss */
#leftNavSideBar, #leftNavSideBar:before, #leftNavSideBar:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7, ../scss/_leftSideNav.scss */
#leftNavSideBar {
  width: 100%;
  position: fixed;
  left: -100%;
  top: 0;
  background: #666;
  color: #fff;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s;
  z-index: 2000000010;
}
/* line 21, ../scss/_leftSideNav.scss */
#leftNavSideBar a {
  text-decoration: none;
  color: #fff;
  display: block;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #777;
  padding: 0 15px;
}
/* line 31, ../scss/_leftSideNav.scss */
#leftNavSideBar #language .firstLvl {
  color: #cccccc;
  padding: 13px 15px;
  font-size: 12px;
  margin-left: 0;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 40, ../scss/_leftSideNav.scss */
#leftNavSideBar #language .languages {
  border-bottom: 1px solid #777;
  padding: 0 0 13px;
}
/* line 44, ../scss/_leftSideNav.scss */
#leftNavSideBar #language li a {
  padding: 0 30px;
  border-bottom: none;
  height: 35px;
}
/* line 50, ../scss/_leftSideNav.scss */
#leftNavSideBar .leftNavClose {
  height: 42px;
  background: url("images/close-icon.svg") 10px 10px no-repeat;
  background-size: 24px 24px;
  cursor: pointer;
  border-bottom: 1px solid #777;
}
/* line 57, ../scss/_leftSideNav.scss */
#leftNavSideBar .backLink {
  display: none;
  height: 42px;
  position: relative;
}
/* line 62, ../scss/_leftSideNav.scss */
#leftNavSideBar .topLevelNav {
  margin: 0;
  width: 100%;
}
/* line 66, ../scss/_leftSideNav.scss */
#leftNavSideBar .topLevelNav ul {
  margin-right: 0;
}
/* line 69, ../scss/_leftSideNav.scss */
#leftNavSideBar .topLevelNav li {
  margin-top: 0;
}
/* line 71, ../scss/_leftSideNav.scss */
#leftNavSideBar .topLevelNav li a.rightArrow {
  position: relative;
}
/* line 74, ../scss/_leftSideNav.scss */
#leftNavSideBar .topLevelNav li a.rightArrow:after {
  content: '';
  background: url("images/arrow.svg") no-repeat;
  height: 0;
  width: 0;
  position: absolute;
  padding: 12px;
  right: 0;
  top: 10px;
}
/* line 87, ../scss/_leftSideNav.scss */
#leftNavSideBar .subLevelNav {
  display: none;
  margin-left: 0;
  margin-top: 0;
}
/* line 91, ../scss/_leftSideNav.scss */
#leftNavSideBar .subLevelNav .firstLvl {
  margin-top: 0;
}
/* line 94, ../scss/_leftSideNav.scss */
#leftNavSideBar .subLevelNav .secondLvl {
  font-size: 13px;
  margin-top: 0;
  text-transform: uppercase;
  background: #878787;
  font-weight: bold;
}
/* line 101, ../scss/_leftSideNav.scss */
#leftNavSideBar .subLevelNav ul {
  margin: 0;
}
/* line 105, ../scss/_leftSideNav.scss */
#leftNavSideBar .secondLvlList li a {
  font-size: 13px;
  padding: 0 30px;
}

/* line 110, ../scss/_leftSideNav.scss */
body.pushRight #leftNavSideBar {
  left: 0;
}

/* ========================================================================== */
/*                                 Media Queries                              */
/* ========================================================================== */
@media only screen and (max-width: 767px) {
  /* line 119, ../scss/_leftSideNav.scss */
  #language li {
    margin-top: 0;
  }

  /* line 124, ../scss/_leftSideNav.scss */
  body.pushRight #leftNavSideBar .fixedNavLinks {
    top: 0;
    z-index: 1000;
    background-color: #666666;
  }
  /* line 129, ../scss/_leftSideNav.scss */
  body.pushRight #leftNavSideBar .navLinks {
    overflow-y: auto;
    overflow-x: hidden;
  }
}
/* line 1, ../scss/_rightSideNav.scss */
#rightNavSideBar {
  position: fixed;
  height: 100%;
  top: 0;
  right: -100%;
  width: 100%;
  z-index: 20000000020;
  max-width: 100vw;
  background: #555;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s;
  overflow-x: hidden;
  overflow-y: auto;
}
/* line 18, ../scss/_rightSideNav.scss */
#rightNavSideBar #logInForm.modal {
  position: relative;
  transform: none !important;
  -webkit-transform: none !important;
  top: auto;
  left: auto;
  right: auto;
  margin: 0;
  width: 100%;
  max-height: initial !important;
  height: auto !important;
}
/* line 30, ../scss/_rightSideNav.scss */
#rightNavSideBar #logInForm.modal p {
  font-size: 14px;
  padding-top: 5px;
}
/* line 35, ../scss/_rightSideNav.scss */
#rightNavSideBar #logInForm.modal .close {
  display: none;
}
/* line 40, ../scss/_rightSideNav.scss */
#rightNavSideBar .rightNavClose {
  position: relative;
  display: block;
  cursor: pointer;
  border-bottom: 1px solid #777;
  width: 100%;
  height: 48px;
}
/* line 48, ../scss/_rightSideNav.scss */
#rightNavSideBar .rightNavClose .close {
  position: absolute;
  top: 0;
  right: 20px;
  height: 24px;
  font-size: 24px;
  color: white;
  cursor: pointer;
  width: 24px;
}
/* line 58, ../scss/_rightSideNav.scss */
#rightNavSideBar .rightNavClose .close:before {
  color: white;
  font-size: 50px;
}
/* line 64, ../scss/_rightSideNav.scss */
#rightNavSideBar .formBtn {
  margin-top: 10px;
}
/* line 67, ../scss/_rightSideNav.scss */
#rightNavSideBar .wrapper {
  margin: 0 20px;
}
/* line 71, ../scss/_rightSideNav.scss */
#rightNavSideBar #myAccountItems li {
  display: block;
  margin-top: 15px;
}
/* line 76, ../scss/_rightSideNav.scss */
#rightNavSideBar #myAccount {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #666;
}
/* line 81, ../scss/_rightSideNav.scss */
#rightNavSideBar a {
  text-decoration: none;
  color: #fff;
}
/* line 85, ../scss/_rightSideNav.scss */
#rightNavSideBar a.btn.btn-primary {
  margin-left: 0;
  right: 20px;
  min-height: auto;
  line-height: 2;
  margin-top: -10px;
  position: absolute;
}
/* line 94, ../scss/_rightSideNav.scss */
#rightNavSideBar .title {
  color: #ccc;
  font-weight: normal;
  font-size: 16px;
  margin-top: 10px;
  padding-top: 10px;
  width: 100%;
  overflow: hidden;
  line-height: 2;
}
/* line 104, ../scss/_rightSideNav.scss */
#rightNavSideBar .title .userName {
  margin-right: 10px;
}
/* line 108, ../scss/_rightSideNav.scss */
#rightNavSideBar ul li {
  font-size: 13px;
  margin-top: 4px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 767px) {
  /* line 118, ../scss/_rightSideNav.scss */
  #loginDialogPlaceHolder {
    max-width: 300px;
    width: 100%;
  }
  /* line 122, ../scss/_rightSideNav.scss */
  #loginDialogPlaceHolder #logInForm {
    margin-top: 5px;
  }
  /* line 125, ../scss/_rightSideNav.scss */
  #loginDialogPlaceHolder #logInForm #logInFormTop {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    background-color: #555;
    border: none;
    position: static;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    height: auto;
  }
  /* line 139, ../scss/_rightSideNav.scss */
  #loginDialogPlaceHolder #logInForm #logInFormTop header {
    padding-top: 10px;
  }
  /* line 143, ../scss/_rightSideNav.scss */
  #loginDialogPlaceHolder #logInForm #logInFormTop label {
    color: #ffffff;
  }
  /* line 146, ../scss/_rightSideNav.scss */
  #loginDialogPlaceHolder #logInForm #logInFormTop a.text-btn {
    float: none;
  }
  /* line 149, ../scss/_rightSideNav.scss */
  #loginDialogPlaceHolder #logInForm #logInFormTop fieldset {
    float: none;
    width: 100%;
  }
  /* line 153, ../scss/_rightSideNav.scss */
  #loginDialogPlaceHolder #logInForm #logInFormTop .links {
    float: none;
    width: 100%;
  }
  /* line 157, ../scss/_rightSideNav.scss */
  #loginDialogPlaceHolder #logInForm #logInFormTop .links a {
    color: #fff;
    text-decoration: underline;
    font-weight: normal;
    line-height: 2em;
    font-size: 14px;
  }
  /* line 164, ../scss/_rightSideNav.scss */
  #loginDialogPlaceHolder #logInForm #logInFormTop input {
    width: 92%;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    font-size: 16px;
    height: 28px;
    padding: 3px 5px;
  }
  /* line 172, ../scss/_rightSideNav.scss */
  #loginDialogPlaceHolder #logInForm #logInFormTop p {
    float: none;
    clear: left;
    width: 100%;
    color: #fff;
  }
  /* line 178, ../scss/_rightSideNav.scss */
  #loginDialogPlaceHolder #logInForm #logInFormTop h5 {
    float: none;
    width: 100%;
    margin-bottom: 12px;
    color: #ffffff;
    font-weight: normal;
  }
  /* line 185, ../scss/_rightSideNav.scss */
  #loginDialogPlaceHolder #logInForm #logInFormTop .logInFormErrors {
    float: none;
    clear: left;
    width: 100%;
    padding-bottom: 0;
    padding: 10px;
    background: #fff;
  }
  /* line 193, ../scss/_rightSideNav.scss */
  #loginDialogPlaceHolder #logInForm #logInFormTop .logInFormPanel {
    height: auto;
    max-height: none;
  }
  /* line 196, ../scss/_rightSideNav.scss */
  #loginDialogPlaceHolder #logInForm #logInFormTop .logInFormPanel .loginMsg {
    color: #ffffff;
    display: none;
    font-size: 14px;
    margin-bottom: 10px;
  }

  /* line 207, ../scss/_rightSideNav.scss */
  #myAccountItems a {
    line-height: 2em;
    font-size: 14px;
  }

  /* line 212, ../scss/_rightSideNav.scss */
  .pushLeft #rightNavSideBar {
    display: block !important;
    right: 0 !important;
  }
}
@media print {
  /* line 219, ../scss/_rightSideNav.scss */
  #rightNavSideBar {
    display: none;
  }
}
