@charset "UTF-8";
.fjalla {
  font-family: 'Fjalla One', sans-serif; }

.kagoWrapper {
  width: 100%;
  padding-top: 5%;
  background: #fff; }
  .kagoWrapper .kagoWrapper_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 5.5vw;
    letter-spacing: .05em;
    font-weight: bold;
    color: #333;
    margin-bottom: 40px; }
    .kagoWrapper .kagoWrapper_title:before {
      content: '';
      display: inline-block;
      width: 1em;
      height: 1em;
      margin-right: 8px;
      background: url(../../common/img/cartParts/shopping-cart_02.png) no-repeat;
      background-size: contain;
      background-position: center center; }
  .kagoWrapper img {
    display: block;
    width: 100%; }

@media (min-width: 769px) {
  .kagoWrapper .kagoWrapper_title {
    font-size: 2.5rem; } }

.kagoCoupon {
  padding: 0 5% 5% 5%;
  text-align: center; }
  .kagoCoupon .kagoCoupon_header {
    text-align: center; }
  .kagoCoupon .kagoCoupon_inner {
    max-width: 780px;
    margin: 0 auto; }
    .kagoCoupon .kagoCoupon_inner span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: #333;
      color: #fff;
      text-align: center;
      height: 45px;
      padding: 8px;
      font-size: 3.5vw; }
      .kagoCoupon .kagoCoupon_inner span img {
        display: block;
        width: auto;
        height: 100%;
        margin: 0 8px; }
    .kagoCoupon .kagoCoupon_inner ul {
      padding: 5%;
      background: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .kagoCoupon .kagoCoupon_inner ul li {
        width: 100%;
        margin-bottom: 8px; }
        .kagoCoupon .kagoCoupon_inner ul li:last-child {
          margin-bottom: 0; }
  .kagoCoupon .kagoCoupon_cap {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 1.3rem; }
  .kagoCoupon .kagoCoupon_underLink {
    display: inline-block;
    text-align: center;
    margin-top: 10px; }

@media (min-width: 769px) {
  .kagoCoupon {
    padding: 0 0 30px 0; }
    .kagoCoupon .kagoCoupon_inner span {
      font-size: 1.8rem; }
    .kagoCoupon .kagoCoupon_inner ul {
      padding: 20px; }
      .kagoCoupon .kagoCoupon_inner ul li {
        width: 48%;
        margin-bottom: 0; }
        .kagoCoupon .kagoCoupon_inner ul li:hover {
          opacity: .8; }
    .kagoCoupon .kagoCoupon_underLink img {
      width: auto; }
    .kagoCoupon .kagoCoupon_cap {
      margin-top: 20px; } }

.kago {
  width: 100%;
  max-width: 1000px;
  margin: 20px auto 50px auto; }
  .kago .kago_tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 99%;
    margin: 0 auto;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .kago .kago_tab li {
      margin: 0 5px;
      position: relative;
      width: 33%;
      height: 35px;
      border-radius: 5px 5px 0 0;
      background: #ebebeb;
      color: #333;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      font-size: 1.2rem;
      font-weight: bold;
      padding: 0 20px;
      cursor: pointer; }
      .kago .kago_tab li img {
        display: block;
        width: 90%; }
      .kago .kago_tab li .kagoTab_onImg {
        display: none; }
      .kago .kago_tab li.isActive {
        color: #fff;
        height: 50px; }
        .kago .kago_tab li.isActive.kagoTab_andhabit {
          background: #333; }
        .kago .kago_tab li.isActive.kagoTab_rakuten {
          background: #bf0000; }
        .kago .kago_tab li.isActive.kagoTab_amazon {
          background: #F59403; }
        .kago .kago_tab li.isActive.kagoTab_yahoo {
          background: #FF0027; }
        .kago .kago_tab li.isActive .kagoTab_onImg {
          display: block; }
        .kago .kago_tab li.isActive .kagoTab_offImg {
          display: none; }
      .kago .kago_tab li:before {
        display: block;
        width: 5px;
        height: 5px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        position: absolute;
        left: 8px;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg); }
  .kago .kago_shopCart {
    top: 0;
    left: 0; }
    .kago .kago_shopCart.andhabitCart .kago_title {
      color: #333;
      background: #d6d2d2;
      border-top: 12px solid #333; }
    .kago .kago_shopCart.andhabitCart .kago_couponArea {
      background: #d6d2d2; }
    .kago .kago_shopCart.rakutenCart .kago_title {
      color: #bf0000;
      background: #eddada;
      border-top: 12px solid #bf0000; }
    .kago .kago_shopCart.rakutenCart .kago_couponArea {
      background: #eddada; }
    .kago .kago_shopCart.amazonCart .kago_title {
      color: #4D340B;
      background: #f4dcb6;
      border-top: 12px solid #F59403; }
    .kago .kago_shopCart.amazonCart .kago_couponArea {
      background: #f4dcb6; }
    .kago .kago_shopCart.yahooCart .kago_title {
      color: #FF0027;
      background: #ffd8d8;
      border-top: 12px solid #FF0027; }
    .kago .kago_shopCart.yahooCart .kago_couponArea {
      background: #ffd8d8; }
  .kago .kago_shopCartInnerBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5% 5% 50px 5%; }
  .kago .kago_kagoRight {
    width: 100%; }
  .kago .kago_title {
    background: #eee;
    padding: 15px;
    text-align: center;
    color: #333;
    font-weight: 700;
    font-size: 5vw;
    letter-spacing: .05em; }
  .kago .kago_haeder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .kago .kago_productName {
    text-align: left;
    margin-bottom: 20px;
    font-size: 1.6rem;
    letter-spacing: .02em;
    color: #555;
    display: block;
    width: 100%; }
  .kago .kago_productBrand {
    display: block;
    font-size: 70%;
    margin-bottom: 5px; }
  .kago .kago_productCatch {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #555;
    text-align: center; }
  .kago .kago_sku_catch {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #bf0000;
    text-align: left; }
  .kago .kago_price {
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1em;
    width: 100%;
    text-align: center; }
    .kago .kago_price span {
      vertical-align: baseline;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 1.8rem;
      color: #bf0000;
      margin-left: 5px;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      font-weight: bold;
      line-height: 1em;
      margin-right: 3px; }
      .kago .kago_price span strong {
        display: block;
        font-size: 180%;
        margin-right: 3px; }
    .kago .kago_price .label {
      display: block;
      background: #bf0000;
      padding: 5px 5px;
      color: #fff;
      font-size: 1.5rem;
      line-height: 1em;
      font-weight: normal; }
  .kago .kago_headerReadTime {
    width: 100%;
    margin: 15px 0 0 0;
    display: block; }
    .kago .kago_headerReadTime span {
      display: inline-block;
      width: 100%;
      background: #ebebeb;
      color: #bf0000;
      font-size: 1.2rem;
      padding: 5px; }
  .kago .kago_cvArea {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    .kago .kago_cvArea .kago_validateError {
      position: absolute;
      left: 50%;
      top: 0;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .kago .kago_cvArea .kago_numWrapper {
      width: 40px; }
  .kago .kago_numWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .kago .kago_numWrapper .kago_num {
      position: relative;
      width: 100%;
      text-align: center; }
      .kago .kago_numWrapper .kago_num > span {
        display: block;
        text-align: center;
        font-size: 1.2rem;
        padding: 3px;
        background: #a9a9a9;
        color: #fff;
        letter-spacing: .05em;
        font-weight: 100; }
      .kago .kago_numWrapper .kago_num:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 5px;
        right: 4px;
        z-index: 0;
        width: 7px;
        height: 30px;
        background: url(../../common/img/cartParts/numSelect.png) no-repeat;
        background-position: center center;
        background-size: contain; }
      .kago .kago_numWrapper .kago_num select {
        -webkit-appearance: none;
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 40px;
        text-align: center;
        border: 2px solid #a9a9a9;
        border-top: none;
        border-radius: 0;
        margin: 0 auto;
        background: none;
        padding: 0 5px 0 8px;
        font-size: 1.5rem; }
        .kago .kago_numWrapper .kago_num select select:focus {
          outline: none; }
  .kago .kago_cvButton {
    position: relative;
    background-color: transparent;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 70px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 35px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    font-size: 1.4rem;
    text-align: center;
    background: #333;
    color: #fff;
    overflow: hidden;
    text-decoration: none; }
    .kago .kago_cvButton.kago_cvButton_mini {
      height: 40px; }
    .kago .kago_cvButton a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      font-size: 1.4rem;
      letter-spacing: .05em;
      text-decoration: none;
      color: #fff; }
    .kago .kago_cvButton input {
      -webkit-appearance: none;
      border-radius: 0;
      border: 0;
      background: none;
      position: absolute;
      color: #fff;
      display: block;
      width: 100%;
      height: 100%;
      font-size: 1.2rem;
      letter-spacing: .05em;
      left: 0;
      top: 0; }
    .kago .kago_cvButton:hover {
      opacity: .8; }
    .kago .kago_cvButton .kago_cvButtonCover {
      display: none; }
    .kago .kago_cvButton .kago_cvIcon {
      position: absolute;
      left: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      display: block;
      width: 20px;
      height: 20px;
      background: url(../../common/img/cartParts/shopping-cart.png) no-repeat;
      background-size: contain; }
    .kago .kago_cvButton label {
      display: block;
      text-align: center; }
    .kago .kago_cvButton.false .kago_cvButtonCover {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: rgba(255, 255, 255, 0.8);
      z-index: 100; }
  .kago .kago_underCap {
    font-size: 1.2rem;
    margin-top: 20px; }
  .kago .kago_productId {
    display: block;
    text-align: right;
    margin-top: 10px; }
  .kago .kago_choiceTitle {
    display: block;
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 10px;
    letter-spacing: .08em;
    line-height: 1.2em;
    color: #555; }
    .kago .kago_choiceTitle span {
      font-size: 70%; }
  .kago .kago_currentItemArea {
    padding-top: 20px; }
  .kago .kago_validateError {
    display: block;
    height: 0;
    overflow: hidden;
    width: 100%;
    color: #bf0000;
    font-weight: bold;
    text-align: center;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    padding: 0 0; }
    .kago .kago_validateError.active {
      height: 1.5em;
      margin: 5px 0;
      -webkit-transition: all .25s;
      -o-transition: all .25s;
      transition: all .25s; }

@media (max-width: 768px) {
  .kago .kago_kagoLeft .thumSlider {
    display: none; } }

@media (min-width: 769px) {
  .kago {
    width: 1000px; }
    .kago .kago_tab {
      width: 600px;
      max-width: 1000px;
      margin: 0 auto; }
      .kago .kago_tab li {
        height: 48px;
        font-size: 1.5rem; }
        .kago .kago_tab li.isActive {
          height: 60px; }
        .kago .kago_tab li br {
          display: none; }
        .kago .kago_tab li:before {
          left: 15px; }
        .kago .kago_tab li img {
          width: auto;
          height: 25px;
          margin: 0; }
    .kago .kago_title {
      font-size: 2rem; }
    .kago .kago_haeder {
      padding-bottom: 20px;
      margin: 0 0 40px 0; }
    .kago .kago_price {
      width: auto;
      font-size: 1.5rem; }
      .kago .kago_price span {
        font-size: 2rem; }
      .kago .kago_price .label {
        font-size: 2rem; }
      .kago .kago_price br {
        display: none; }
    .kago .kago_headerReadTime {
      margin-top: 18px; }
      .kago .kago_headerReadTime span {
        width: auto;
        padding: 5px 40px;
        font-size: 1.5rem; }
    .kago .kago_cvButton {
      width: 200px;
      height: 80px;
      border-radius: 40px;
      font-size: 1.8rem; }
      .kago .kago_cvButton:hover {
        cursor: pointer; }
      .kago .kago_cvButton.kago_cvButton_mini {
        font-size: 1.5rem;
        height: 46px; }
      .kago .kago_cvButton a {
        font-size: 1.6rem;
        letter-spacing: .05em; }
      .kago .kago_cvButton input {
        font-size: 1.6rem;
        letter-spacing: .05em; }
      .kago .kago_cvButton .kago_cvIcon {
        left: 25px;
        width: 25px;
        height: 25px; }
    .kago .kago_productName {
      font-size: 2rem;
      width: auto;
      margin-bottom: 0; }
    .kago .kago_shopCartInnerBox {
      padding: 50px 0; }
    .kago .kago_kagoLeft {
      width: 48%; }
    .kago .kago_kagoRight {
      width: 48%; }
    .kago .kago_numWrapper {
      width: 50px; }
      .kago .kago_numWrapper .kago_num span {
        font-size: 1.3rem; }
      .kago .kago_numWrapper .kago_num select {
        cursor: pointer;
        font-size: 1.5rem;
        color: #555; }
    .kago .kago_cvArea .kago_numWrapper {
      width: 50px; } }

.noticeBox {
  background: #eeeeee;
  padding: 10px;
  margin: 20px 0; }
  .noticeBox ul {
    margin: 10px 0; }
    .noticeBox ul li {
      margin-bottom: 5px;
      font-size: 1.2rem;
      line-height: 1.6em;
      text-indent: -1.4em;
      margin-left: 1.4em;
      margin-bottom: 8px; }
      .noticeBox ul li:before {
        content: '■'; }
  .noticeBox .noticeBox_inner {
    background: #fff;
    padding: 10px;
    text-align: center; }
    .noticeBox .noticeBox_inner > p {
      text-align: center;
      font-size: 0.8rem;
      color: #bf0000; }
  .noticeBox .noticeBox_checkLabel {
    padding-left: calc(20px + 5px);
    line-height: 20px;
    font-size: 1.5rem;
    position: relative;
    cursor: pointer;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .noticeBox .noticeBox_checkLabel input {
      display: none; }
      .noticeBox .noticeBox_checkLabel input:checked + .noticeBox_checkBox:after {
        position: absolute;
        left: 20%;
        bottom: 5%;
        content: '';
        display: block;
        width: 5px;
        height: 15px;
        border-right: 3px solid #bf0000;
        border-bottom: 3px solid #bf0000;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
    .noticeBox .noticeBox_checkLabel .noticeBox_checkBox {
      position: absolute;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 20px;
      height: 20px;
      left: 0px;
      top: 0;
      border: 1px solid #B3B3B3;
      z-index: 3;
      box-sizing: border-box; }

.currentItem {
  width: 100%; }
  .currentItem .currentItme_label {
    padding: 5px 0;
    text-align: center;
    color: #fff;
    background: #555;
    font-size: 1.5rem; }
  .currentItem .currentItem_inner {
    background: #ebebeb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 10px 15px 10px; }
  .currentItem .currentItem_addArea {
    width: 100%; }
    .currentItem .currentItem_addArea .currentItem_item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      position: relative;
      margin-bottom: 15px;
      padding-bottom: 15px;
      border-bottom: 1px solid #ddd; }
      .currentItem .currentItem_addArea .currentItem_item:last-child {
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 0; }
  .currentItem .currentItem_img {
    display: block;
    width: 70px;
    margin-right: 5px; }
  .currentItem .currentItem_name {
    display: block;
    width: calc(100% - 115px);
    font-size: 3.2vw; }
  .currentItem .currentItem_num {
    width: 40px; }
  .currentItem .currentItem_readTime {
    display: block;
    width: 100%;
    font-size: 1rem;
    color: #bf0000;
    text-align: center;
    margin-top: 10px; }
  .currentItem .error {
    display: none;
    font-size: 1.5rem;
    color: #bf0000;
    text-align: center;
    margin: 20px 0; }
    .currentItem .error.active {
      display: block;
      width: 100%; }
  .currentItem .currentItem_deleteBtn {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -8px;
    left: -3px;
    background: #333;
    background: url(../../common/img/cartParts/deleteBtn.png) no-repeat;
    background-size: cover;
    cursor: pointer; }

@media (min-width: 769px) {
  .currentItem .currentItem_inner {
    padding: 20px 10px; }
  .currentItem .currentItem_name {
    font-size: 1.2rem;
    width: calc(100% - 183px); }
  .currentItem .currentItem_deleteBtn {
    top: -16px;
    left: -5px; }
  .currentItem .currentItem_num {
    width: auto; }
  .currentItem .currentItem_img {
    width: 100px;
    margin: 0 13px; }
  .currentItem .currentItem_readTime {
    font-size: 1.2rem;
    margin-top: 15px; } }

.rakutenCart .kagoCoupon .kagoCoupon_inner span {
  background: #bf0000; }

.rakutenCart .kago_cvButton {
  background: #bf0000;
  width: 80%; }

.amazonCart .kagoCoupon .kagoCoupon_inner span {
  background: #F59403; }

.amazonCart .kago_cvButton {
  background: #F59403; }

.yahooCart .kagoCoupon .kagoCoupon_inner span {
  background: #FF0027; }

.yahooCart .kago_cvButton {
  background: #FF0027; }

.rakutenCart_mainFormArea .selectValue {
  display: none; }

.rakutenCart_choiceTable {
  text-align: center;
  width: 100%; }
  .rakutenCart_choiceTable th {
    width: 70%;
    background: #EBEBEB;
    vertical-align: middle;
    padding: 7px;
    border: 1px solid #bbbbbb; }
    .rakutenCart_choiceTable th span {
      font-size: 80%; }
  .rakutenCart_choiceTable td {
    border: 1px solid #bbbbbb; }
    .rakutenCart_choiceTable td label {
      padding: 7px;
      display: block;
      width: 100%;
      height: 100%;
      font-size: 1.2rem; }
      .rakutenCart_choiceTable td label:hover {
        background: #fffbc7; }
      .rakutenCart_choiceTable td label input {
        -webkit-appearance: radio; }

.habitSelectWrapper {
  margin-top: 5%;
  width: 100%; }
  .habitSelectWrapper .habitSelect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: right;
    width: 90%;
    max-width: 600px;
    margin: 0 auto 5% auto;
    padding-bottom: 4%;
    border-bottom: 1px solid #ddd; }
    .habitSelectWrapper .habitSelect:last-child {
      border-bottom: none;
      padding-bottom: 0; }
    .habitSelectWrapper .habitSelect .habitSelect_thum {
      width: 30%;
      overflow: hidden;
      margin-right: 15px; }
      .habitSelectWrapper .habitSelect .habitSelect_thum img {
        display: block;
        width: 100%; }
    .habitSelectWrapper .habitSelect .habitSelect_info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-line-pack: justify;
      align-content: space-between;
      width: 70%; }
      .habitSelectWrapper .habitSelect .habitSelect_info .habitSelect_name {
        color: #555;
        display: block;
        width: 100%;
        text-align: left;
        line-height: 1.6em;
        margin-bottom: 5px;
        font-size: 3.8vw; }
        .habitSelectWrapper .habitSelect .habitSelect_info .habitSelect_name span {
          font-weight: bold;
          font-size: 110%; }
        .habitSelectWrapper .habitSelect .habitSelect_info .habitSelect_name .kago_sku_catch {
          font-size: 1.4rem;
          display: block; }
      .habitSelectWrapper .habitSelect .habitSelect_info .habitSelect_price {
        display: block;
        width: 100%;
        text-align: left; }
      .habitSelectWrapper .habitSelect .habitSelect_info .habitSelect_numSelect {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 5px; }
    .habitSelectWrapper .habitSelect .habitCartSelectWrapper {
      display: inline-block;
      position: relative; }
      .habitSelectWrapper .habitSelect .habitCartSelectWrapper:before {
        position: absolute;
        display: block;
        content: "▼";
        width: 1em;
        height: 1em;
        right: 5px;
        z-index: 0;
        top: 50%;
        -webkit-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
        transform: translateY(-60%);
        font-size: .8rem;
        color: #555; }
    .habitSelectWrapper .habitSelect .habit_cart_select {
      position: relative;
      z-index: 1;
      -webkit-appearance: none;
      display: inline-block;
      height: 50px;
      padding: 0 20px;
      font-size: 1.5rem;
      border: 2px solid #ccc;
      background: none;
      text-align: right;
      border-radius: 5px;
      cursor: pointer; }

@media (min-width: 769px) {
  .habitSelectWrapper {
    margin-top: 0; }
    .habitSelectWrapper .habitSelect {
      margin: 20px auto 0 auto;
      padding-bottom: 20px; }
      .habitSelectWrapper .habitSelect .habitSelect_thum {
        width: 250px; }
      .habitSelectWrapper .habitSelect .habitSelect_info {
        -ms-flex-line-pack: center;
        align-content: center; }
        .habitSelectWrapper .habitSelect .habitSelect_info .habitSelect_price {
          text-align: right;
          margin: 20px 0; }
        .habitSelectWrapper .habitSelect .habitSelect_info .habitSelect_name {
          text-align: right;
          font-size: 1.4rem; } }

@media (min-width: 769px) {
  .andhabitCart .kago_cvArea {
    width: 200px;
    margin: 0 auto; }
  .amazonCart .kago_cvButton {
    width: 200px; }
  .yahooCart .kago_cvButton {
    width: 200px; } }

.seibunhyou {
  padding: 5%; }

@media (min-width: 769px) {
  .seibunhyou {
    padding: 0; } }

/*------------------------------------------------------------
shopping info
------------------------------------------------------------*/
#foot_2018.andhabitCart #shopping_info_andhabit {
  display: block; }

#foot_2018.rakutenCart #shopping_info_rakuten {
  display: block; }

#foot_2018.amazonCart #shopping_info_amazon {
  display: block; }

#foot_2018.yahooCart #shopping_info_yahoo {
  display: block; }

/*------------------------------------------------------------
sliderのカスタマイズ
------------------------------------------------------------*/
.rakutenCart_left img {
  display: block;
  width: 100%; }

.kago .slick-dots {
  position: static;
  margin: 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.kago .slick-dots li {
  position: relative;
  display: block;
  width: calc((100% - 5px) / 6);
  background: #ddd;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  height: auto;
  margin-right: 1px;
  margin-bottom: 1px; }
  .kago .slick-dots li:nth-of-type(6n) {
    margin-right: 0; }

.kago .slick-dots li.slick-active:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5); }

.kago .slick-dots li button {
  display: block;
  width: 100%;
  padding: 0;
  height: auto; }

.kago .slick-dots li button:before {
  content: none; }

.kago .slick-next {
  display: block;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.5) !important;
  right: 0;
  top: 240px;
  z-index: 10; }
  .kago .slick-next:before {
    position: absolute;
    left: 5px;
    top: 10px;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.kago .slick-prev {
  display: block;
  width: 30px;
  height: 30px;
  left: 0;
  top: 240px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5) !important; }
  .kago .slick-prev:before {
    position: absolute;
    right: 5px;
    top: 10px;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }
