@media (max-width: 768px) {
    .header__logo {
        width: 195px;
        margin-left: 80px;
        zoom: inherit;
        margin-left: 46px;
        text-align: left;
    }
    .header__logo img {
	    width: 110px;
      zoom: inherit;
    }
}

@media screen and (max-width: 768px) {
  .header__cart, .header__mypage {
    position: relative;
    display: inherit;
  }

  .header__mypage {
    right: 8px;
  }

  .header__mypage .header__mypageBtn {
    position: absolute;
    right: 40px;
  }

  .header__cart {
    right: -20px;
  }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

body {
    background-color: #FBFBFB
}

main {
    padding-top: 240px
}

p {
    font-size: 14px;
  }

@media (max-width: 768px) {
    main {
        padding-top: 40vw
    }
}

.header__link {
    transition: opacity 0.2s ease-in-out;
    margin-top: 48px
}

.header__link:hover {
    opacity: 0.6
}

@media (max-width: 768px) {
    .header__link {
        margin-top: 6vw
    }
}

.header__logo {
    width: 320px
}

@media (max-width: 768px) {
    .header__logo {
        width: 52vw
    }
}

.title {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto
}

@media (max-width: 768px) {
    .title {
        padding: 0 5.2vw
    }
}

.title__img {
    width: 262px
}

@media (max-width: 768px) {
    .title__img {
        width: 49vw
    }
}

.title__lead {
    margin-top: 22px;
    font-size: 14px
}

@media (max-width: 768px) {
    .title__lead {
        margin-top: 3.9vw;
        font-size: 3.65vw;
        line-height: 1.78
    }
}

.cardWrap {
    max-width: 1200px;
    margin: 138px auto 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

@media (max-width: 768px) {
    .cardWrap {
        margin: 0 5.2vw;
        border: none
    }
}

.card {
    width: calc(33.33% - 20px);
    margin: 38px 10px 0
}

@media (max-width: 768px) {
    .card {
        width: 100%;
        margin: 7.8vw 0 0
    }
}

@media (max-width: 768px) {
    .card:first-child {
        margin-top: 9.4vw
    }
}

.card__labelwrapper {
    display: flex
}

.card__labelwrapper>div:not(:first-child) {
    margin-left: 1px
}

.card__label {
    display: inline-block;
    padding: 10px 20px;
    font-size: 0;
    vertical-align: bottom;
    background-color: #3E3A39
}

@media (max-width: 768px) {
    .card__label {
        padding: 2.6vw 5.2vw
    }
}

.card__label img {
    height: 9px
}

@media (max-width: 768px) {
    .card__label img {
        height: 2.6vw;
        width: auto;
    }
}

.card__label--new {
    background-color: #c6b9be
}

.card__inner {
    background-color: #FFF;
    box-shadow: 2px 2px 5px rgba(35, 24, 21, 0.05)
}

@media (max-width: 768px) {
    .card__inner {
        box-shadow: 0.26vw 0.26vw 0.65vw rgba(35, 24, 21, 0.05)
    }
}

.card__thumb {
    position: relative;
    display: block;
    padding-bottom: 60.32%;
    cursor: pointer
}

.card__thumb:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 25.7%;
    height: 0;
    padding-bottom: 25.7%;
    background: url("/contents/product/mr/howto/images/bg-icon-play.png") center center no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%)
}

@media (max-width: 768px) {
    .card__thumb:before {
        width: 15vw;
        padding-bottom: 15vw
    }
}

.card__thumb img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    width: 100%
}

.card__detail {
    padding: 38px 50px 40px
}

@media (max-width: 768px) {
    .card__detail {
        padding: 3.4vw 11.7vw 12px
    }
}

.card__title {
    margin-bottom: 20px;
    line-height: 1.5;
    min-height: 48px
}

@media (max-width: 768px) {
    .card__title {
        margin-bottom: 3.4vw;
        font-size: 4.3vw;
        line-height: 1.52
    }
}

.card__title span {
    display: inline-block
}

.card__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 48px;
    padding: 0 20px;
    font-size: 12px;
    color: #FFF;
    background: #5C5A5A;
    cursor: pointer
}

.card__btn:after {
    content: "";
    display: block;
    position: absolute;
    right: 14px;
    width: 5px;
    height: 9px;
    background: url("/contents/product/mr/howto/images/bg-icon-arrow-white.png") center center no-repeat;
    background-size: cover
}

@media (max-width: 768px) {
    .card__btn {
        height: 14.8vw;
        padding: 0 4.8vw;
        font-size: 3.2vw
    }

    .card__btn:after {
        content: "";
        display: block;
        position: absolute;
        right: 4vw;
        width: 1.6vw;
        height: 2.4vw;
        background-size: auto 100%
    }
}

.is-pc .card__thumb,
.is-pc .card__link,
.is-pc .card__btn {
    transition: opacity 0.2s ease-in-out
}

.is-pc .card__thumb:hover,
.is-pc .card__link:hover,
.is-pc .card__btn:hover {
    opacity: 0.6
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 501;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    display: none
}

@media (max-width: 768px) {
    .modal {
        overflow-y: scroll
    }
}

.modal.is-active {
    opacity: 1;
    max-width: inherit;
}

@media (min-width: 769px) {
    .modal.is-active {
        display: flex !important;
    }
}

.modal__inner {
    position: relative;
    z-index: 2;
    width: calc(100% - 40px);
    max-width: 898px
}

@media (max-width: 768px) {
    .modal__inner {
        top: 5.2vw;
        left: 5.2vw;
        width: calc(100% - 10.4vw);
        padding-bottom: 5.2vw;
        transform: none
    }
}

.modal__close {
    width: 42px;
    height: 54px;
    font-size: 0;
    background: url("/contents/product/mr/common/images/bg-icon-close-pc.png") center bottom no-repeat;
    background-size: 100% auto;
    cursor: pointer;
    position: absolute;
    top: 29px;
    right: 28px;
    z-index: 2;
    border: none;
}

@media (max-width: 768px) {
    .modal__close {
        width: 9.9vw;
        height: 14.5vw;
        background-image: url("/contents/product/mr/common/images/bg-icon-close-sp.png")
    }
}

@media (max-width: 768px) {
    .modal__close {
        top: 3.9vw;
        right: 3.9vw
    }
}

.modal__bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(62, 58, 57, 0.75);
    cursor: pointer
}

.is-pc .modal__close {
    transition: opacity 0.2s ease-in-out
}

.is-pc .modal__close:hover {
    opacity: 0.6
}

.product {
    display: none;
    padding: 66px 20px 78px;
    background-color: #FFF
}

@media (max-width: 768px) {
    .product {
        padding: 9.8vw 5.9vw 3.9vw
    }
}

.product.is-active {
    display: block
}

@media (min-width: 769px) {
    .product__slide {
        margin: 0 30px
    }
}

.product__slideItem {
    float: left
}

@media (min-width: 769px) {
    .product__slideItem {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .product__slideItem.slick-slide {
        display: flex
    }
}

@media (max-width: 768px) {
    .product__slideItem {
        display: block
    }
}

.product__ph {
    width: 124px;
    margin-left: 48px
}

@media (max-width: 768px) {
    .product__ph {
        display: block;
        width: 21.5vw;
        margin: 0 auto
    }
}

.product__info {
    width: 374px;
    margin-left: 93px
}

@media (max-width: 768px) {
    .product__info {
        width: 100%;
        margin: 9vw 0 0
    }
}

.product__title {
    line-height: 1.5;
    font-size: 20px
}

@media (max-width: 768px) {
    .product__title {
        font-size: 5.2vw
    }
}

.product__copy {
    margin-top: 10px;
    font-size: 12px;
    line-height: 2
}

@media (max-width: 768px) {
    .product__copy {
        margin-top: 3.9vw;
        font-size: 3.65vw;
        line-height: 1.57
    }
}

.product__price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 45px;
    font-size: 12px;
    letter-spacing: 0
}

@media (max-width: 768px) {
    .product__price {
        margin-top: 8.5vw;
        font-size: 3.65vw
    }
}

@media (min-width: 769px) {
    .product__priceMultiple {
        position: relative;
        padding-right: 30px
    }

    .product__priceMultiple::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 14px;
        width: 1px;
        height: 10px;
        background-color: #3E3A39;
        transform: translateY(-50%)
    }
}

@media (max-width: 768px) {
    .product__priceMultiple {
        display: block;
        width: 100%
    }
}

.product__btnWrap {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (min-width: 769px) {
    .product__btnWrap {
        margin-top: 30px
    }
}

@media (max-width: 768px) {
    .product__btnWrap {
        margin-top: 8.3vw
    }
}

.product__btnWrap--single {
    display: block
}

.product__btnWrap--single a {
    width: 100%
}

.product__btnWrap--single+.product__btnWrap {
    margin-top: 4px
}

@media (max-width: 768px) {
    .product__btnWrap--single+.product__btnWrap {
        margin-top: 4px
    }

    .product__btnWrap--single+.product__btnWrap a {
        margin-top: 0
    }
}

.product__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 185px;
    height: 46px;
    font-size: 12px;
    line-height: 1.33;
    text-align: center;
    background: url("/contents/product/mr/common/images/bg-icon-blank.svg") center right 14px no-repeat;
    background-size: 16px 16px;
    background-color: #DBDCDC
}

@media (max-width: 768px) {
    .product__btn {
        width: calc(50% - 3px);
        height: 14.3vw;
        margin-top: 2.6vw;
        padding: 0 3.26vw;
        font-size: 3.2vw;
        background-position: center right 2.6vw;
        background-size: 2.9vw 2.9vw;
        background-color: #DBDCDC
    }

    .product__btn:first-child {
        padding: 0 6.5vw 0 3.26vw
    }
}

@media (min-width: 769px) {
    .product__caption {
        width: 640px;
        margin: 10px auto;
        font-size: 12px
    }
}

@media (max-width: 768px) {
    .product__caption {
        font-size: 2.66vw;
        margin: 7.2vw 0 0.8vw
    }
}

.product__thumb {
    display: flex
}

@media (min-width: 769px) {
    .product__thumb {
        width: 640px;
        margin: 0 auto
    }
}

@media (max-width: 768px) {
    .product__thumb {
        padding-bottom: 20px;
        overflow-x: auto;
        overflow-y: hidden
    }
}

.product__thumbNav {
    position: relative;
    width: 44px;
    min-width: 44px;
    margin-right: 10px;
    cursor: pointer
}

@media (max-width: 768px) {
    .product__thumbNav {
        width: 16vw;
        min-width: 16vw;
        margin-right: 1.2vw
    }
}

.product__thumbNav.is-current::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: solid 1px #5A5C5C
}

.product__thumbImg {
    width: 100%
}

.product .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    overflow: hidden;
    width: 29px;
    height: 55px;
    margin-top: -27px;
    padding-top: 55px;
    text-indent: 100%;
    white-space: nowrap;
    background: url("/contents/product/mr/howto/images/bg-icon-arrow-pc.png") center center no-repeat;
    background-size: 29px 55px;
    cursor: pointer
}

@media (max-width: 768px) {
    .product .slick-arrow {
        top: 22.8vw;
        width: 4.267vw;
        height: 7.467vw;
        margin-top: -3.73vw;
        padding-top: 7.467vw;
        background: url("/contents/product/mr/howto/images/bg-icon-arrow-sp.png") center center no-repeat;
        background-size: 100% auto
    }
}

.is-pc .product .slick-arrow {
    transition: opacity 0.2s ease-in-out
}

.is-pc .product .slick-arrow:hover {
    opacity: 0.6
}

.product .slick-arrow.slick-prev {
    left: 0;
    transform: rotate(180deg)
}

.product .slick-arrow.slick-next {
    right: 0
}

.is-pc .product__btn {
    transition: opacity 0.2s ease-in-out;
    will-change: opacity
}

.is-pc .product__btn:hover {
    opacity: 0.6
}




/*  */
.header__logo {
  width: 238px;
  margin-left: 250px;
}

@media (max-width: 768px) {
  .header__logo {
      width: 195px;
      margin-left: 80px;
      zoom: inherit;
      margin-left: 60px;
  }

  header .header__logo img {
    zoom: inherit;
    width: 110px;
  }
}

.header .header__logo {
margin-left: 0;
}

.header__top {
  position: absolute;
  z-index: 2;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .header__top {
    position: relative;
    padding: 0 20px;
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          align-items: center;
}

.header__logo {
  width: 242px;
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .header__logo {
    width: auto;
    padding-top: 16px;
  }
}

.header__logo--sub {
  width: 111px;
}

@media screen and (max-width: 768px) {
  .header__logo--sub {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .nav img {
    width: 100%;
  }
}

header {
  border-bottom: none;
  background: inherit;
  z-index: 101;
  position: inherit;
}

header.is-scroll {
  -webkit-transform: translateY(-101%);
          transform: translateY(-101%);
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 768px) {
  header.is-scroll {
    -webkit-transform: translateY(-320%);
            transform: translateY(-320%);
  }
}

header.is-fixed {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: .3s;
  transition: .3s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateZ(0);
}

.header__top {
  background: #fff;
}

.header {
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .header {
    padding: 10px 0;
  }
}

.header__logo {
  padding-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .header__logo {
    width: 52vw;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

.header__logo--sub {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .header__logo--sub {
    margin-left: 90px;
    margin-right: 10px;
  }
}

.header__content {
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          top: calc(50% - 14px);
}

@media screen and (max-width: 768px) {
    .header__content {
        position: relative;
        display: contents;
    }
}


@media screen and (max-width: 768px) {
  .header__logo--sub {
    width: 55px;
  }
}

.header__cartBtn {
    position: relative;
  }

@media screen and (max-width: 768px) {
  .header__cartBtn img {
/*
    width: auto;
    height: auto;
*/
  }
}

.navBlock {
  background-color: #dbdcdc;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  padding-top: 74px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .navBlock {
    padding-top: 0;
  }
}

.navBlock__inner {
  max-width: 1400px;
  margin: 0 auto;
}

.navBlock__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navBlock__listItem {
  width: calc(100% / 5);
}

@media screen and (max-width: 768px) {
  .navBlock__listItem {
    width: calc(100% / 3);
  }
  .navBlock__listItem:nth-child(3) {
    border-right: none;
  }
  .navBlock__listItem:nth-child(4) {
    width: 50%;
    border-top: 1.5px solid #fff;
  }
  .navBlock__listItem:nth-child(5) {
    width: 50%;
    border-top: 1.5px solid #fff;
    border-right: none;
  }
}

.navBlock__listItem__link {
  text-align: center;
  border-right: 1px solid #fff;
  font-size: 18px;
  width: 100%;
  display: inline-block;
  color: #3e3a3a;
  text-decoration: none;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .navBlock__listItem__link {
    font-size: 9px;
    padding: 12px 0;
    margin-top: 0;
    border-right: 1.5px solid #fff;
  }
}

.navBlock__listItem__link:hover {
  text-decoration: none;
}

.navBlock__listItem__link span {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .navBlock__listItem__link span {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .navBlock__listItem:nth-child(even) .navBlock__listItem__link {
    border-right: none;
  }
}

@media screen and (max-width: 768px) {
  .navBlock__listItem:nth-child(1) .navBlock__listItem__link {
    border-bottom: 1px solid #fff;
  }
}

@media screen and (max-width: 768px) {
  .navBlock__listItem:nth-child(2) .navBlock__listItem__link {
    border-bottom: 1px solid #fff;
    border-right: 1.5px solid #fff;
  }
}

@media screen and (max-width: 768px) {
  .navBlock__listItem:nth-child(3) .navBlock__listItem__link {
    border-bottom: 1px solid #fff;
    border-right: none;
  }
}

@media screen and (max-width: 768px) {
  .navBlock__listItem:nth-child(4) .navBlock__listItem__link {
    border-right: 1.5px solid #fff;
  }
}

.navBlock__listItem:last-child .navBlock__listItem__link {
  border-right: none;
}

.navBlock.is-scroll {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .navBlock.is-hide {
    -webkit-transform: translateY(-101%);
            transform: translateY(-101%);
  }
}

@media screen and (max-width: 768px) {
  .header img {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
    .header__cart, .header__mypage {
      position: relative;
      display: inherit;
    }

    .header__mypage {
      right: 8px;
    }

    .header__mypage .header__mypageBtn {
        position: absolute;
        right: 40px;
      }

    .header__cart {
      right: -20px;
    }
  }

  /* ヘッダーバルーン */
  .headerBalloon {
    padding: 30px;
    border: 1px solid #e0e0e0;
    background: #fafafa;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .header__mypageContent {
    display: none;
    position: absolute;
    bottom: 0;
    right: -60px;
    width: 380px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 110;
  }
  .header__mypageContent.is-active .headerBalloon {
    opacity: 1;
  }
  .tag {
    display: inline-block;
    line-height: 1;
    min-height: 20px;
    padding: 4px 5px 2px;
    background: #fff;
    font-size: 12px;
    font-family: "open sans","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    border: 1px solid #5c5a5a;
    color: #231815;
    margin: 0 5px 10px;
  }
  .headerBalloon:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 11px;
    right: 0;
    margin-left: -3px;
    border-bottom: 10px solid #e0e0e0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    -webkit-transform: scale(.7,1) translateX(-50%);
    transform: scale(.7,1) translateX(-50%);
  }
  .headerBalloon:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 13px;
    right: 0;
    margin-left: -3px;
    border-bottom: 10px solid #fafafa;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    -webkit-transform: scale(.7,1) translateX(-50%);
    transform: scale(.7,1) translateX(-50%);
  }
  ul.tagWrap {
    font-size: 0;
    margin: 0 -5px -10px;
  }
  .headerBalloon .tagWrap {
    margin-bottom: 0;
  }
  .headerBalloon__btn2col, .headerBalloon__btn2col--rev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0;
  }
  .headerBalloon__btn2col li, .headerBalloon__btn2col--rev li {
    width: 130px;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .headerBalloon__btn2col li:first-child, .headerBalloon__btn2col--rev li:first-child {
    width: 180px;
  }
  .headerBalloon__btn2col--rev li:last-child {
    width: 180px;
  }
  .headerBalloon__btn2col li a span, .headerBalloon__btn2col--rev li a span {
    text-decoration: none;
  }
  .btn--cart, .btn--cart.is-disabled, .btn--cartL, .btn--cartRegular, .btn--cart[disabled], .btn--strong, .btn--strongSmall {
    background: #5c5a5a;
    border: none;
  }
  .btn--cart span, .btn--cart.is-disabled span, .btn--cartL span, .btn--cartRegular span, .btn--cart[disabled] span, .btn--strong span, .btn--strongSmall span {
    font-weight: 700;
    color: #fff;
  }
  .link--nextWhite {
    display: inline-block;
    position: relative;
    padding: 0 1em;
  }
  .headerBalloon .link--nextWhite {
    background: url(/contents/common/images/bg-link-arrow-next.png) right center no-repeat;
    background-size: 5px 9px;
    background-image: url(/contents/common/images/bg-link-arrow-next-white.png);
    font-size: 14px;
  }
  .link--next::after {
    content: "";
    display: inline-block;
    background: right bottom url(/contents/common/images/bg-link-arrow-next.png) no-repeat;
    background-size: 5px 9px;
    width: 1em;
    height: 1em;
  }

  .header__cartContent {
    display: none;
    position: absolute;
    bottom: 0;
    right: -60px;
    width: 380px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 110;
  }
  .header__cartContent.is-active .headerBalloon {
    opacity: 1;
  }
  .headerBalloon__cartInfo {
    text-align: left;
  }
  .headerBalloon__cartInfo dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .headerBalloon__cartInfo dt {
    width: 50%;
    font-family: "open sans","游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","YuGothic Medium","游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
    font-weight: 400;
  }
  .headerBalloon__cartInfo ul:last-child {
    margin: 20px 0 0;
  }
  .headerBalloon__cartInfo ul:last-child li {
    margin: 0;
    padding: 0;
  }
  .headerBalloon__cartInfo .btn--strongSmall {
    text-decoration: none;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .headerBalloon__cartInfo .btn--strongSmall span {
    text-decoration: none;
  }
  .btn--strongSmall {
    width: 320px;
    text-align: center;
    color: #231815;
    box-sizing: border-box;
    height: 40px;
    padding: 0 10px;
  }
  @media (max-width: 768px) {
    .btn--strongSmall {
      width: 100%;
    }
  }
  a.btn--strongSmall span {
    display: table-cell;
    vertical-align: middle;
  }
  a.btn--strongSmall {
    display: table;
    border-collapse: separate;
  }
  .btn--strongSmall:last-child {
    margin-right: 0;
  }
  .headerBalloon__btn2col li a, .headerBalloon__btn2col--rev li a {
    width: 100%;
  }


  @media (max-width: 768px) {
    .header__mypageContent {
      top: 76px;
      bottom: auto;
      left: 0;
      right: 0;
      width: auto;
      margin: 0 -20px;
      padding: 0 20px;
      -webkit-transform: inherit;
      transform: inherit;
      overflow-x: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
    }
    .headerBalloon {
      margin: 0 -20px;
      padding: 40px 20px;
      border: none;
      background: #fff;
      opacity: 1;
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px);
    }
    .header__mypageContent.is-active .headerBalloon {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    .headerBalloon:before, .headerBalloon:after {
      display: none;
    }

    .headerBalloon__btn2col li, .headerBalloon__btn2col--rev li {
      width: 45%;
    }
    .headerBalloon__btn2col li:first-child, .headerBalloon__btn2col--rev li:first-child {
      width: 55%;
    }
    .headerBalloon__btn2col--rev li:last-child {
      width: 55%;
    }

    .header__cartContent {
      top: 76px;
      bottom: auto;
      left: 0;
      right: 0;
      width: auto;
      margin: 0 -20px;
      padding: 0 20px;
      -webkit-transform: inherit;
      transform: inherit;
      overflow-x: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
    }
  }


  .productTable__errorClose {
    position: absolute;
    top: 3px;
    right: 10px;
    color: #d70014;
    text-decoration: none;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    cursor: pointer;
  }
  .productTable__errorClose:before {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90b";
    font-size: 24px;
    line-height: 1;
    vertical-align: -5px;
  }
  .productTable__error {
    position: absolute;
    top: 50%;
    right: 20px;
    left: 20px;
    margin-top: 0 !important;
    font-size: 14px;
    line-height: 1.8;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    z-index: 10;
  }
  .productTable__error.is-show {
    opacity: 1;
  }


  a.btn {
    display: table;
    border-collapse: separate;
  }
  a.btn span {
    display: table-cell;
    vertical-align: middle;
  }

  .tag, .tag--active, .tag--blue, .tag--bluePurple, .tag--campaign, .tag--category, .tag--end, .tag--eng, .tag--gold, .tag--gray, .tag--green, .tag--kuchikomi, .tag--new, .tag--orange, .tag--pink, .tag--premium, .tag--purple, .tag--require, .tag--sample, .tag--special, .tag--standard, .tag--thinPurple, .tag--vip, .tag--yellowGreen {
    display: inline-block;
    line-height: 1;
    min-height: 20px;
    padding: 4px 5px 2px;
    background: #fff;
    font-size: 12px;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    border: 1px solid #5c5a5a;
    color: #231815;
  }
  ul.tagWrap .tag, ul.tagWrap .tag--active, ul.tagWrap .tag--blue, ul.tagWrap .tag--bluePurple, ul.tagWrap .tag--campaign, ul.tagWrap .tag--category, ul.tagWrap .tag--end, ul.tagWrap .tag--eng, ul.tagWrap .tag--gold, ul.tagWrap .tag--gray, ul.tagWrap .tag--green, ul.tagWrap .tag--kuchikomi, ul.tagWrap .tag--new, ul.tagWrap .tag--orange, ul.tagWrap .tag--pink, ul.tagWrap .tag--premium, ul.tagWrap .tag--purple, ul.tagWrap .tag--require, ul.tagWrap .tag--sample, ul.tagWrap .tag--special, ul.tagWrap .tag--standard, ul.tagWrap .tag--thinPurple, ul.tagWrap .tag--vip, ul.tagWrap .tag--yellowGreen {
    margin: 0 5px 10px;
  }
  .tag--standard {
    color: #9a9a9a;
    border-color: #9a9a9a;
  }
  .tag--special {
    color: #9b885e;
    border-color: #9b885e;
  }
  .tag--vip {
    color: #ef857d;
    border-color: #ef857d;
  }
  .tag--gold {
    color: #ef857d;
    border-color: #ef857d;
  }
  .tag--premium {
    color: #ef857d;
    border-color: #ef857d;
  }

  .headerBalloon__userInfo {
    text-align: left;
  }

  .headerBalloon__userInfo dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .headerBalloon__userInfo dt {
    font-family: "open sans","游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","YuGothic Medium","游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
    font-weight: 400;
    font-size: 20px;
  }
  .headerBalloon__userInfo dt span {
    font-size: 14px;
  }
  .headerBalloon__userInfo dd {
    font-size: 16px;
  }

  .headerBalloon__notice {
    margin: 0;
    padding: 20px 0 0;
    text-align: center;
  }

  .headerBalloon__notice a {
    -webkit-tap-highlight-color: transparent;
    color: #231815;
    text-decoration: underline;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }

  .headerBalloon__2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0 0;
  }
  .headerBalloon__2col li {
    width: 150px;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  @media (max-width: 768px) {
    .headerBalloon__2col li {
      width: 45%;
    }
  }
  .btn {
    width: 320px;
    height: 64px;
    padding: 0 20px;
    margin-right: 5px;
    text-align: center;
    background: #fff;
    border: 1px solid #5c5a5a;
    color: #231815;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border .4s ease;
    transition: border .4s ease;
    text-decoration: none;
  }
  .btn .link--next {
    position: relative;
    padding: 0 1em;
    background: url(/contents/common/images/bg-link-arrow-next.png) right center no-repeat;
    background-size: 5px 9px;
    text-decoration: none;
  }
  .btn .link--next::after {
    display: none;
  }
  .headerBalloon__2col li a {
    width: 100%;
    text-decoration: none;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    font-size: 14px;
  }
  .headerBalloon__2col li .btn, .headerBalloon__2col li .btn--AmazonLogin, .headerBalloon__2col li .btn--AmazonPay, .headerBalloon__2col li .btn--cart, .headerBalloon__2col li .btn--cartDisabled, .headerBalloon__2col li .btn--cartL, .headerBalloon__2col li .btn--cartRegular, .headerBalloon__2col li .btn--cartWhite, .headerBalloon__2col li .btn--deleteCart, .headerBalloon__2col li .btn--favorite, .headerBalloon__2col li .btn--modify, .headerBalloon__2col li .btn--post, .headerBalloon__2col li .btn--reload, .headerBalloon__2col li .btn--reviews, .headerBalloon__2col li .btn--small, .headerBalloon__2col li .btn--strong, .headerBalloon__2col li .btn--strongSmall {
    height: 44px;
  }

  .headerBalloon__userInfo ul:last-child {
    margin: 20px 0 0;
  }

  .headerBalloon__bnr {
    margin-top: 20px;
  }

  @media screen and (max-width:768px) {
    header {
      height: auto;
    }
  }

  @media screen and (max-width:768px) {
    .container {
      padding: 0;
    }
  }

  .footer a.footer__link {
    display: inline-block;
    color: inherit;
    text-decoration: none;
  }

  @media screen and (max-width:768px) {
    .is-hide--sp,
    .step__icon--check::before,
    .step__icon--confirm::before,
    .step__icon--input::before,
    .step__icon--point::before,
    .step__icon--thanks::before,
    .step__icon::before,
    img.step__icon,
    img.step__icon--check,
    img.step__icon--confirm,
    img.step__icon--input,
    img.step__icon--point,
    img.step__icon--thanks {
      display: none !important
    }
  }
  @media screen and (min-width:769px) {
    .is-hide--pc {
      display: none !important
    }
  }
