@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?dlnjoj");
  src: url("fonts/icomoon.eot?dlnjoj#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?dlnjoj") format("truetype"), url("fonts/icomoon.woff?dlnjoj") format("woff"), url("fonts/icomoon.svg?dlnjoj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.tableIngredientWrap table {
  width: 100%;
  border-top: 1px solid #E0E0E0;
}

.tableIngredientWrap table th,
.tableIngredientWrap table td {
  border-bottom: 1px solid #E0E0E0;
  vertical-align: top;
  font-size: 14px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tableIngredientWrap table th {
  padding: 20px;
  background: #FAFAFA;
  font-family: "open sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}

.android .tableIngredientWrap table th, .tableIngredientWrap .android table th {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .tableIngredientWrap table th {
    padding: 10px 20px;
  }
}

.tableIngredientWrap table th p,
.tableIngredientWrap table th span {
  font-family: "open sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}

.android .tableIngredientWrap table th p, .tableIngredientWrap .android table th p, .android .tableIngredientWrap table th span, .tableIngredientWrap .android table th span {
  font-weight: 700;
}

.tableIngredientWrap table th .tag--require {
  vertical-align: 1px;
}

.win10 .tableIngredientWrap table th .tag--require, .tableIngredientWrap .win10 table th .tag--require {
  vertical-align: 3px;
  padding-top: 6px;
}


.tableIngredientWrap table td {
  padding: 20px;
}

@media screen and (max-width: 768px) {
  
  .tableIngredientWrap table td {
    padding: 20px 20px 40px;
  }
}

/* ---------------------------------------------------------------------
	商品詳細（ファーストビュー部分）
 --------------------------------------------------------------------- */
header {
  z-index: 100010;
}

.headerOverlay {
  z-index: 100009;
}

.overlay {
  z-index: 100011;
}

.modal {
  z-index: 100012;
}

@media (max-height: 540px), (max-width: 480px) {
  .krkr-chat {
    z-index: 100011 !important;
  }
}

.productDetail::after {
  content: "";
  clear: both;
  display: table;
}

@media screen and (max-width: 768px) {
  .productDetail::after {
    content: none;
  }
}

.productDetail__ttl {
  float: right;
  width: 50%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .productDetail__ttl {
    float: none;
    width: auto;
    padding: 0;
  }
}

.productDetail__ttl .tagWrap {
  display: block;
  margin-top: 0;
}

.productDetail__ttl .h1 {
  position: relative;
  margin: 25px 0;
}

@media screen and (max-width: 768px) {
  .productDetail__ttl .h1 {
    margin: 0;
  }
}

.productDetail__ttl .favoriteBtn {
  top: 0;
  bottom: 10px;
  font-size: 14px;
}

.productDetail__sup {
  margin: 0 0 10px !important;
}

.productDetail__title {
  margin: 5px 0 0 !important;
}

.productDetail__img {
  float: left;
  width: 50%;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 800px;
}

@media screen and (max-width: 768px) {
  .productDetail__img {
    float: none;
    width: auto;
    margin: 20px -20px 0;
    padding: 0 20px;
    border-top: solid 1px #E0E0E0;
    min-height: auto;
  }
}

.productDetail__img .tagWrap {
  display: block;
}

.productDetail__order {
  float: right;
  width: 50%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .productDetail__order {
    float: none;
    width: auto;
    padding: 0;
  }
}

.productDetail__order > .productTable {
  margin-bottom: 40px;
}

.productDetail__order > .productTable td {
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .productDetail__order > .productTable td {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .productDetail__order > .productTable .productTable__action ul {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .productDetail__order > .productTable .productTable__orderWrap {
    display: block;
  }
}

.productDetail__order > .productTable .productTable__orderWrap .btn--cart,
.productDetail__order > .productTable .productTable__orderWrap .btn--cartRegular {
  position: relative;
  width: 265px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .productDetail__order > .productTable .productTable__orderWrap .btn--cart,
  .productDetail__order > .productTable .productTable__orderWrap .btn--cartRegular {
    width: 100%;
  }
}

.productDetail__order > .productTable .productTable__orderWrap .btn--cart:before, .productDetail__order > .productTable .productTable__orderWrap .btn--cart:after,
.productDetail__order > .productTable .productTable__orderWrap .btn--cartRegular:before,
.productDetail__order > .productTable .productTable__orderWrap .btn--cartRegular:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #999;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  background-color: #999;
}

.productDetail__order > .productTable .productTable__orderWrap .btn--cart:before,
.productDetail__order > .productTable .productTable__orderWrap .btn--cartRegular:before {
  top: 50%;
  right: 1px;
  width: 12px;
  height: 2px;
}

@media screen and (max-width: 768px) {
  .productDetail__order > .productTable .productTable__orderWrap .btn--cart:before,
  .productDetail__order > .productTable .productTable__orderWrap .btn--cartRegular:before {
    right: 0;
    height: 1px;
    opacity: 1;
  }
}

.productDetail__order > .productTable .productTable__orderWrap .btn--cart:after,
.productDetail__order > .productTable .productTable__orderWrap .btn--cartRegular:after {
  top: 50%;
  right: 6px;
  width: 2px;
  height: 12px;
}

@media screen and (max-width: 768px) {
  .productDetail__order > .productTable .productTable__orderWrap .btn--cart:after,
  .productDetail__order > .productTable .productTable__orderWrap .btn--cartRegular:after {
    width: 1px;
    opacity: 1;
  }
}

.productDetail__order > .productTable .productTable__orderWrap .btn--cart.is-active:before,
.productDetail__order > .productTable .productTable__orderWrap .btn--cartRegular.is-active:before {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.productDetail__order > .productTable .productTable__orderWrap .btn--cart.is-active:after,
.productDetail__order > .productTable .productTable__orderWrap .btn--cartRegular.is-active:after {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.productDetail__order > .productTable .productTable__orderWrap .btn--cart:before, .productDetail__order > .productTable .productTable__orderWrap .btn--cart:after,
.productDetail__order > .productTable .productTable__orderWrap .btn--cartRegular:before,
.productDetail__order > .productTable .productTable__orderWrap .btn--cartRegular:after {
  opacity: 0.65;
}

@media screen and (max-width: 768px) {
  .productDetail__order > .productTable .productTable__orderWrap .btn--cart:before, .productDetail__order > .productTable .productTable__orderWrap .btn--cart:after,
  .productDetail__order > .productTable .productTable__orderWrap .btn--cartRegular:before,
  .productDetail__order > .productTable .productTable__orderWrap .btn--cartRegular:after {
    opacity: 1;
  }
}

.productDetail__order > .productTable .productTable__orderWrap .btn--cart:before,
.productDetail__order > .productTable .productTable__orderWrap .btn--cartRegular:before {
  right: 11px;
  background-color: #FFF;
}

@media screen and (max-width: 768px) {
  .productDetail__order > .productTable .productTable__orderWrap .btn--cart:before,
  .productDetail__order > .productTable .productTable__orderWrap .btn--cartRegular:before {
    right: 10px;
  }
}

.productDetail__order > .productTable .productTable__orderWrap .btn--cart:after,
.productDetail__order > .productTable .productTable__orderWrap .btn--cartRegular:after {
  right: 16px;
  background-color: #FFF;
}

.productDetail__order > .productTable .productTable__price {
  text-align: left;
}

.productDetail__order .productTable__info > ul {
  padding-right: 0;
}

.productDetail .productDetail__help {
  margin-right: -20px;
}

.productDetail .productDetail__help::after {
  content: "";
  clear: both;
  display: table;
}

@media screen and (max-width: 768px) {
  .productDetail .productDetail__help {
    margin-bottom: 40px;
  }
}

.productDetail .productDetail__help li {
  float: left;
  margin: 0 20px 0 0;
  font-size: 12px;
}

.productDetail .productDetail__topic {
  margin-top: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .productDetail .productDetail__topic {
    margin-top: 20px;
  }
}

.productDetail .productDetail__topic a {
  display: table;
  width: 100%;
  border: solid 1px #E0E0E0;
  text-decoration: none;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

@media screen and (max-width: 768px) {
  .productDetail .productDetail__topic a {
    text-decoration: none;
  }
}

.productDetail .productDetail__topic a:hover {
  text-decoration: none;
}

.productDetail .productDetail__topic a:hover {
  opacity: 0.65;
}

.productDetail .productDetail__topic img {
  display: table-cell;
  width: 120px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .productDetail .productDetail__topic img {
    width: 60px;
  }
}

.productDetail .productDetail__topic .link--next {
  position: relative;
  display: table-cell;
  width: 100%;
  padding: 0 20px;
  vertical-align: middle;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .productDetail .productDetail__topic .link--next {
    text-decoration: none;
  }
}

.productDetail .productDetail__topic .link--next:hover {
  text-decoration: none;
}

.productDetail .productDetail__topic .link--next::after {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 14px;
}

.edge .productDetail .productDetail__topic .link--next::after {
  margin-top: -11px;
}

.ie .productDetail .productDetail__topic .link--next::after {
  top: auto;
  margin-top: 1px;
}

.android .productDetail .productDetail__topic .link--next::after {
  margin-top: -8px;
}

.productDetail__shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  border: solid 1px #E0E0E0;
}

@media screen and (max-width: 768px) {
  .productDetail__shop {
    text-align: center;
    display: block;
  }
}

.productDetail__shop p {
  margin: 0 20px 0 0;
}

@media screen and (max-width: 768px) {
  .productDetail__shop p {
    margin: 0 0 10px;
  }
}

.productDetail__shop .btn--small {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .productDetail__shop .btn--small {
    width: 100%;
  }
}

.productDetail__sns ul {
  line-height: 1;
  letter-spacing: -.4em;
}

.android .productDetail__sns ul {
  letter-spacing: -1em;
}

@media screen and (max-width: 768px) {
  .productDetail__sns ul {
    text-align: center;
  }
}

.productDetail__sns li {
  display: inline-block;
  letter-spacing: 0;
  vertical-align: top;
  margin-right: 10px;
}

.productDetail__sns li:last-child {
  margin-right: 0;
}

.ie .productDetail__sns .tw {
  display: none;
}

.productDetail__complete {
  overflow: hidden;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 24px 0;
  opacity: 0;
  background: #ef857d;
  font-size: 14px;
  text-decoration: none;
  font-family: "open sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  text-align: center;
  color: #fff;
  z-index: 1020;
}

.android .productDetail__complete {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .productDetail__complete {
    position: fixed;
    top: 50%;
    left: 0;
    padding: 10px 0;
  }
}

.productDetail__complete:hover {
  text-decoration: none;
}

.productDetail__set {
  margin: 20px auto;
}

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

.productDetail__btn {
  border: 1px solid #fff;
  background: url(/contents/common/images/bg-link-arrow-next-white.png) right 6px center no-repeat;
  background-size: 5px 9px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
  font-size: 12px;
  text-align: center;
  width: 110px;
  margin: 12px auto 0;
  padding: 3px 18px 3px 18px;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .productDetail__btn {
    margin: 10px auto 0;
  }
}

.ie .productDetail__btn {
  padding-bottom: 0px;
}

.productDetail__btn .link-next {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  font-weight: bold;
}

.productDetail__bnr {
  margin: 20px 0 0;
}

.productDetail__bnr img {
  width: 100%;
}

.productDetail__campaign {
  margin-top: 25px;
}

.productDetail__campaign__item {
  background: #FFFCFC;
  border: 1px solid #FFE2DF;
  padding-bottom: 10px;
}

.productDetail__campaign__item + .productDetail__campaign__item {
  margin-top: 8px;
}

.productDetail__campaign__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 0;
}

.productDetail__campaign__heading.js-slideToggle {
  cursor: pointer;
}

.productDetail__campaign__heading__tag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  color: #EF857D;
  padding: 0 3px;
  border: 1px solid #EF857D;
  background: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 768px) {
  .productDetail__campaign__heading__tag {
    margin-right: 5px;
  }
}

.productDetail__campaign__heading__tag.new {
  color: #ffffff;
  background: #EF857D;
}

.productDetail__campaign__heading__tag.campaign {
  color: #EF857D;
  background: #ffffff;
}

.productDetail__campaign__heading__tag.info {
  color: #EF857D;
  background: #ffffff;
}

.productDetail__campaign__heading__text {
  margin: 0 !important;
  font-weight: 500;
  line-height: 23px;
  color: #760800;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 768px) {
  .productDetail__campaign__heading__text {
    font-size: 13px;
  }
}

.productDetail__campaign__heading__icon {
  width: 12px;
  height: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 5px;
  margin-left: 10px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.productDetail__campaign__heading__icon::before, .productDetail__campaign__heading__icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #EF857D;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.productDetail__campaign__heading__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}

.productDetail__campaign__heading.is-open .productDetail__campaign__heading__icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.productDetail__campaign__heading.is-open .productDetail__campaign__heading__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.productDetail__campaign__heading.js-slideToggle:hover .productDetail__campaign__heading__tag {
  opacity: 0.65;
}

@media screen and (max-width: 768px) {
  .productDetail__campaign__heading.js-slideToggle:hover .productDetail__campaign__heading__tag {
    opacity: 1;
  }
}

.productDetail__campaign__heading.js-slideToggle:hover .productDetail__campaign__heading__text {
  opacity: 0.65;
}

@media screen and (max-width: 768px) {
  .productDetail__campaign__heading.js-slideToggle:hover .productDetail__campaign__heading__text {
    opacity: 1;
  }
}

.productDetail__campaign__heading.js-slideToggle:hover .productDetail__campaign__heading__icon {
  opacity: 0.65;
}

@media screen and (max-width: 768px) {
  .productDetail__campaign__heading.js-slideToggle:hover .productDetail__campaign__heading__icon {
    opacity: 1;
  }
}

.productDetail__campaign__content {
  padding: 0 10px;
}

.productDetail__campaign__content > *:first-child {
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  .productDetail__campaign__content > *:first-child {
    padding-top: 12px;
  }
}

.productDetail__campaign__content__text {
  margin: 0 !important;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .productDetail__campaign__content__text {
    font-size: 13px;
  }
}

.productDetail__campaign__content__text + .productDetail__campaign__content__text {
  margin-top: 1em !important;
}

.productDetail__campaign__content__text a {
  color: #760800 !important;
}

.productDetail__free {
  margin-top: 20px;
}

.productDetail__free__alert-heading {
  margin: 0 !important;
  font-weight: 700;
  font-size: 13px;
  line-height: 19.5px;
  color: #ef857d;
}

@media screen and (max-width: 768px) {
  .productDetail__free__alert-heading {
    font-size: 12px;
    line-height: 18px;
  }
}

.productDetail__free__alert-text {
  margin: 0 !important;
  font-weight: 500;
  font-size: 13px;
  line-height: 19.5px;
  color: #ef857d;
}

@media screen and (max-width: 768px) {
  .productDetail__free__alert-text {
    font-size: 12px;
    line-height: 18px;
  }
}

.productDetail__free__alert-text a {
  color: #ef857d !important;
}

.addCart__complete {
  overflow: hidden;
  display: block;
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 12px 0;
  opacity: 0;
  background: #ef857d;
  font-size: 14px;
  font-family: "open sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #fff;
  z-index: 1020;
}

.android .addCart__complete {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .addCart__complete {
    position: fixed;
    top: 50%;
    left: 0;
    padding: 10px 0;
  }
}

.addCart__complete:hover {
  text-decoration: none;
}

.addCart__btn {
  border: 1px solid #fff;
  background: url(/contents/common/images/bg-link-arrow-next-white.png) right 6px center no-repeat;
  background-size: 5px 9px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
  font-size: 12px;
  text-align: center;
  width: 110px;
  margin: 12px auto 0;
  padding: 3px 18px 3px 18px;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .addCart__btn {
    margin: 10px auto 0;
  }
}

.ie .addCart__btn {
  padding-bottom: 0px;
}

.addCart__btn .link-next {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  font-weight: bold;
}

.addCart__view {
  border: 1px solid #231815;
  background-size: 5px 9px;
  color: #231815;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  width: 318px;
  margin: 12px auto 0;
  padding: 10px 0;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .addCart__view {
    margin: 10px auto 0;
  }
}

.ie .addCart__view {
  padding-bottom: 0px;
}

.addCart__view:hover {
  text-decoration: none !important;
}

.addCart__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}

.addCart__col:first-child {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 16px;
  width: 80px;
}

.addCart__col:first-child img {
  width: 100%;
}

.favoriteBalloon {
  position: relative;
}

.favoriteBalloon .favoriteBtn {
  top: 10px;
}

.favoriteBalloon + p {
  margin-top: 10px;
}

.productTableFav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -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: -20px;
  margin-bottom: 20px;
}

.productTableFav__content {
  display: none;
  position: relative;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .productTableFav__content {
    width: 100%;
  }
}

.productTableFav__content .btn--favorite {
  position: relative;
  height: 40px;
  width: 265px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .productTableFav__content .btn--favorite {
    width: 100%;
  }
}

.productTableFav__content .btn--favorite .favoriteBtn {
  top: 50%;
  right: 10px;
  margin-top: -11px;
}

.productTableFav__content .favoriteBtnAlert {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  z-index: 10;
}

.productTableFav__content .favoriteBtnAlert .balloon--right .balloon__inner::before {
  top: auto;
  right: 50%;
  bottom: -26px;
  border-top: 10px solid #e0e0e0;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  -webkit-transform: scale(1, 0.7) translate(50%, -50%);
          transform: scale(1, 0.7) translate(50%, -50%);
}

.productTableFav__content .favoriteBtnAlert .balloon--right .balloon__inner::after {
  top: auto;
  right: 50%;
  bottom: -24px;
  border-top: 10px solid #fafafa;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  -webkit-transform: scale(1, 0.7) translate(50%, -50%);
          transform: scale(1, 0.7) translate(50%, -50%);
}

.addCart02 {
  width: 94.67vw;
  max-width: 600px;
  background: #ffffff;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1000000;
  opacity: 0;
}
.addCart02__heading {
  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;
  position: relative;
  height: 100px;
}
.addCart02__heading__textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.addCart02__heading__icon {
  width: 20px;
  margin-right: 6px;
}
.addCart02__heading__icon img {
  display: block;
  width: 100%;
}
.addCart02__heading__text {
  font-weight: 700;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .addCart02__heading__text {
    font-size: 16px;
  }
}
.addCart02__heading__close {
  width: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.addCart02__heading__close img {
  display: block;
  width: 100%;
}
.addCart02__heading__close:hover {
  opacity: 0.7;
}
.addCart02__content {
  padding: 0 40px 40px;
}
@media screen and (max-width: 768px) {
  .addCart02__content {
    padding: 0 20px 40px;
  }
}
.addCart02__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.addCart02__info__img {
  width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}
.addCart02__info__img img {
  display: block;
  width: 100%;
}
.addCart02__info__text {
  font-size: 16px;
  line-height: 1.5;
}
.addCart02__info__idwrap {
  font-size: 16px;
  line-height: 1.5;
}
.addCart02__info__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5px;
}
.addCart02__info__tag__item {
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
  color: #EF857D;
  padding: 0 3px;
  border: 1px solid #EF857D;
}
.addCart02__buttonwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.addCart02__button01 {
  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;
  width: 100%;
  max-width: 320px;
  height: 50px;
  margin-top: 20px;
  text-decoration: none;
  background: #5C5A5A;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.addCart02__button01__text {
  font-weight: 700;
  color: #ffffff;
}
.addCart02__button01:hover {
  text-decoration: none;
  opacity: 0.7;
}
.addCart02__button02 {
  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;
  width: 100%;
  max-width: 320px;
  height: 38px;
  border: 1px solid #000000;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 15px;
}
.addCart02__button02:hover {
  opacity: 0.7;
}

/* ---------------------------------------------------------------------
	画像のスライド
 --------------------------------------------------------------------- */
.productSlide {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .productSlide {
    margin-top: 20px;
  }
}

.productSlide--thumbHide, .productSlide--thumbSub {
  display: none;
}

@media screen and (max-width: 768px) {
  .productSlide--thumbHide, .productSlide--thumbSub {
    display: block;
    opacity: 0;
    height: 0;
  }
}

.productSlide__main {
  position: relative;
}

.productSlide__list {
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.productSlide__list.slick-initialized {
  opacity: 1;
}

.productSlide__listItem {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.productSlide__listItem video {
  display: block;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 110px);
  -o-object-fit: contain;
     object-fit: contain;
  max-width: none;
}

.productSlide__img, .productSlide__imgZoom {
  position: relative;
  display: inline-block;
}

.productSlide__img img, .productSlide__imgZoom img {
  display: block;
  width: 100%;
}

.productSlide__img img::-moz-selection, .productSlide__imgZoom img::-moz-selection {
  background-color: transparent;
}

.productSlide__img img::selection, .productSlide__imgZoom img::selection {
  background-color: transparent;
}

.productSlide__imgZoom {
  display: block;
}

.productSlide__imgZoom:after {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 28px;
  height: 28px;
  background: center center url(/contents/common/images/img-icon-product-zoom-.png) no-repeat;
  background-size: 28px 28px;
}

.productSlide__imgZoom:hover {
  cursor: url(/contents/common/images/img-cursor-zoom-in.cur), url(/contents/common/images/img-cursor-zoom-in.png), default;
}

.productSlide__imgZoom.is-zoomIn {
  cursor: url(/contents/common/images/img-cursor-move.cur), url(/contents/common/images/img-cursor-move.png), default;
}

.productSlide__imgZoom.is-zoomIn:after {
  background-image: url(/contents/common/images/img-icon-product-zoom-minus.png);
}

.productSlide__movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.productSlide__movieInner {
  position: relative;
  width: 100%;
  padding: calc(315 / 560 * 100%) 0 0;
}

@media screen and (max-width: 768px) {
  .productSlide__movieInner {
    overflow: hidden;
  }
}

.productSlide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.productSlide__spMovieCover {
  display: none;
}

@media screen and (max-width: 768px) {
  .productSlide__spMovieCover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
}

@media screen and (max-width: 768px) {
  .productSlide__spMovieCover.is-hide {
    display: none;
  }
}

.productSlide__text {
  position: relative;
  margin: 10px 0 0;
}

.productSlide__text ul {
  margin: 0;
}

.productSlide__text li {
  display: none;
  font-size: 12px;
}

.productSlide__text li.is-show {
  display: block;
}

@media screen and (max-width: 768px) {
  .productSlide__thumb {
    display: none;
  }
}

.productSlide__thumb ul {
  margin-right: -5px;
  margin-bottom: 15px;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.productSlide__thumb li {
  position: relative;
  width: 15.6%;
  margin: 0 1% 1% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.productSlide__thumb a {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  padding: 3px;
}

.productSlide__thumb a img {
  width: 100%;
}

.productSlide__thumb a.is-active {
  background: #5C5A5A;
  color: #fff;
}

.productSlide__thumb a.is-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 2px #5C5A5A;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.productSlide__thumb a span {
  font-size: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#productSlide .productSlide__thumb span {
  display: none;
}

@media screen and (max-width: 768px) {
  .productSlide .productSlide__thumb {
    text-align: center;
  }
  .productSlide .productSlide__thumb ul {
    display: inline-block;
    margin-right: 0;
  }
  .productSlide .productSlide__thumb li {
    float: left;
    margin: 0 10px 5px;
    padding: 0;
    width: auto;
  }
  .productSlide .productSlide__thumb a {
    width: 8px;
    height: 8px;
    border: solid 1px #999;
    background-color: #FFF;
  }
  .productSlide .productSlide__thumb a.is-active {
    border-color: #5C5A5A;
    background-color: #5C5A5A;
  }
  .productSlide .productSlide__thumb a.is-active::after {
    content: none;
  }
  .productSlide .productSlide__thumb img {
    display: none;
  }
  .productChoice .productSlide__thumb ul {
    margin: 0 -8px;
  }
  .productChoice .productSlide__thumb li {
    margin: 0 4px;
    padding: 0;
    width: calc(25% - 8px);
  }
}

/* ---------------------------------------------------------------------
	画像ズームページ
 --------------------------------------------------------------------- */
.zoomContent, .zoomContent--simple {
  margin: 0;
  padding: 0;
}

.zoomContent__inner {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.zoomContent__inner.is-active {
  opacity: 1;
}

.zoomContent__img {
  width: 100%;
}

.zoomContent .zoomer, .zoomContent--simple .zoomer {
  background: none;
}

.zoomContent .zoomer .zoomer-positioner, .zoomContent--simple .zoomer .zoomer-positioner {
  margin-top: -20px;
}

.zoomContent .zoomer-controls, .zoomContent--simple .zoomer-controls {
  display: none;
}

.zoomContent__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity .5s linear;
  transition: opacity .5s linear;
  opacity: 0;
  z-index: 1100;
}

.zoomContent__icon.is-active {
  opacity: 1;
}

.zoomContent__icon img {
  width: auto;
}

.zoomContent__icon.is-hide img {
  opacity: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.zoomContent__close {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  text-align: center;
  cursor: pointer;
}

.zoomContent__close span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 5px 14px;
  background: #8a8a8a;
  font-size: 14px;
  font-family: "open sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.android .zoomContent__close span {
  font-weight: 700;
}

.zoomContent--simple .zoomContent__img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.zoomContent--simple .zoomContent__img img {
  width: 100%;
}

/* ---------------------------------------------------------------------
	商品画像下　画像タグ
 --------------------------------------------------------------------- */
ul.tagWrap--img {
  margin: 0 -5px -10px;
}

ul.tagWrap--img::after {
  content: "";
  clear: both;
  display: table;
}

.tag--img {
  float: left;
  padding: 0 5px 10px;
}

.tag--img img {
  width: auto;
  height: 50px;
}

/* ---------------------------------------------------------------------
	サンプルの申し込み
 --------------------------------------------------------------------- */
.productSample {
  margin-bottom: 20px;
  margin-top: 16px;
}

.productSample__ttl {
  border: solid 1px #E0E0E0;
}

.productSample__ttl p {
  position: relative;
  margin: 0;
  padding: 10px 30px 10px 10px;
}

.productSample__ttl p:before, .productSample__ttl p:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #231815;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  opacity: 0.65;
}

@media screen and (max-width: 768px) {
  .productSample__ttl p:before, .productSample__ttl p:after {
    opacity: 1;
  }
}

.productSample__ttl p:before {
  top: 50%;
  right: 11px;
  width: 12px;
  height: 2px;
}

@media screen and (max-width: 768px) {
  .productSample__ttl p:before {
    right: 10px;
    height: 1px;
  }
}

.productSample__ttl p:after {
  top: 50%;
  right: 16px;
  width: 2px;
  height: 12px;
}

@media screen and (max-width: 768px) {
  .productSample__ttl p:after {
    width: 1px;
  }
}

.productSample__ttl.is-open p:before {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.productSample__ttl.is-open p:after {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.productSample__content {
  padding: 0 20px;
  border-right: solid 1px #E0E0E0;
  border-bottom: solid 1px #E0E0E0;
  border-left: solid 1px #E0E0E0;
  background-color: #FAFAFA;
}

.productSample .productTable {
  margin-bottom: 0;
  border-bottom: 0;
}

.productSample .productTable tr:first-child td {
  border-top: 0;
}

.productSample .productTable td {
  position: relative;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .productSample .productTable td {
    padding: 20px;
  }
}

@media screen and (max-width: 359px) {
  .productSample .productTable td {
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  .productSample .productTable__title {
    padding-right: 0;
  }
}

@media screen and (max-width: 359px) {
  .productSample .productTable__num {
    margin-left: 5px;
  }
}

@media screen and (max-width: 359px) {
  .productSample .productTable__cartBtn {
    margin-left: 10px;
  }
}

.productSample .btn--cart,
.productSample .btn--cart.is-disabled,
.productSample .btn--cartWhite,
.productSample .btn--cartWhite.is-disabled,
.productSample .btn--cart[disabled],
.productSample .btn--cartWhite[disabled] {
  width: 260px;
}

@media screen and (max-width: 768px) {
  .productSample .btn--cart,
  .productSample .btn--cart.is-disabled,
  .productSample .btn--cartWhite,
  .productSample .btn--cartWhite.is-disabled,
  .productSample .btn--cart[disabled],
  .productSample .btn--cartWhite[disabled] {
    width: 100%;
    margin: 0;
  }
  .productSample .btn--cart::after,
  .productSample .btn--cart.is-disabled::after,
  .productSample .btn--cartWhite::after,
  .productSample .btn--cartWhite.is-disabled::after,
  .productSample .btn--cart[disabled]::after,
  .productSample .btn--cartWhite[disabled]::after {
    content: none;
  }
}

/* ---------------------------------------------------------------------
	動画
 --------------------------------------------------------------------- */
.productMovie {
  width: 640px;
  height: 360px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .productMovie {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 56.2%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .productMovie iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }
}

/* ---------------------------------------------------------------------
	注釈
 --------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .productNotes {
    margin-right: -20px;
    margin-left: -20px;
    padding: 0 20px;
  }
}

.productNotes ul {
  counter-reset: cnt;
  margin: 40px 0;
}

.productNotes ul > li {
  position: relative;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .productNotes ul > li {
    line-height: 1.866;
  }
}

.productNotes ul > li + li {
  margin-top: 2px;
}

/* ---------------------------------------------------------------------
	商品詳細・囲み
 --------------------------------------------------------------------- */
.productEnclosure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.productEnclosure p {
  margin-top: 0;
  margin-bottom: 0;
}

.productEnclosure p.productEnclosure__ttl {
  margin-bottom: 10px;
}

.productEnclosure__copy, .productEnclosure__price, .productEnclosure__num {
  font-size: 12px;
}

.productEnclosure__price .txt--M {
  margin: 0 5px;
}

.productEnclosure__col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.productEnclosure__col:first-child {
  width: 33.33%;
  padding-right: 10px;
}

.productEnclosure__col:first-child img {
  width: 100%;
}

.productEnclosure__col:last-child {
  width: 66.67%;
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  .productEnclosure {
    display: block;
  }
  .productEnclosure::after {
    content: "";
    clear: both;
    display: table;
  }
  .productEnclosure__col:first-child {
    float: left;
    width: calc(50% + 10px);
    margin-bottom: 10px;
    padding-right: 20px;
  }
  [data-andver^="4"] .productEnclosure__col:first-child {
    min-width: 48%;
    max-width: 48%;
  }
  .productEnclosure__col:last-child {
    width: auto;
    padding-left: 0;
  }
}

.productEnclosure dt {
  margin-bottom: 10px;
}

/* ---------------------------------------------------------------------
	クイック注文
 --------------------------------------------------------------------- */
.quickOrder::after {
  content: "";
  clear: both;
  display: table;
}

.quickOrder p {
  margin-top: 0;
  margin-bottom: 0;
}

.quickOrder p.quickOrder__ttl {
  margin-bottom: 10px;
}

.quickOrder__copy, .quickOrder__price, .quickOrder__num {
  font-size: 12px;
}

.quickOrder__price .txt--M {
  margin: 0 5px;
}

.quickOrder__col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}

.quickOrder__col:first-child {
  float: left;
  width: 33.33%;
  padding-right: 10px;
}

.quickOrder__col:first-child img {
  width: 100%;
}

.quickOrder__col:last-child {
  width: 66.67%;
  padding-left: 10px;
}

.quickOrder .productAction {
  width: 66.66%;
  margin-left: 33.33%;
}

.quickOrder .productAction__cartBtn {
  width: 100%;
  min-width: 180px;
  max-width: 265px;
}

.quickOrder .productAction__cartBtn .btn--cart {
  min-width: 180px;
  width: 100%;
}

@media (max-width: 1100px) {
  .quickOrder .productAction {
    clear: both;
  }
}

@media screen and (max-width: 768px) {
  .quickOrder__col:first-child {
    min-width: calc(50% + 10px);
    max-width: calc(50% + 10px);
    padding-right: 20px;
  }
  [data-andver^="4"] .quickOrder__col:first-child {
    min-width: 48%;
    max-width: 48%;
  }
  .quickOrder__col:last-child {
    width: auto;
    padding-left: 0;
  }
  .quickOrder .productAction {
    clear: both;
    width: auto;
    margin-left: 0;
  }
}

.quickOrder dt {
  margin-bottom: 10px;
}

/* ---------------------------------------------------------------------
	商品ご利用ステップ
 --------------------------------------------------------------------- */
.productStep > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 80px;
}

@media screen and (max-width: 768px) {
  .productStep > ul {
    display: block;
    margin-bottom: 60px;
  }
}

.productStep a {
  display: block;
  overflow: hidden;
  padding: 19px;
  border: solid 1px #E0E0E0;
  text-decoration: none;
  text-decoration: none;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

@media screen and (max-width: 768px) {
  .productStep a {
    text-decoration: none;
  }
}

.productStep a:hover {
  text-decoration: none;
}

.productStep a:hover {
  opacity: 0.65;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .productStep a:hover {
    opacity: 1;
  }
}

.productStep a:hover span {
  text-decoration: none;
}

.productStep a span {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .productStep a {
    padding: 19px 9px;
  }
}

.productStep li {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-right: 40px;
  height: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.productStep li.is-active a {
  padding: 18px;
  border: solid 2px #5C5A5A;
}

@media screen and (max-width: 768px) {
  .productStep li {
    width: auto;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: left;
  }
}

.productStep li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  border-top: solid 8px transparent;
  border-bottom: solid 8px transparent;
  border-left: solid 10px #E0E0E0;
  margin-top: -8px;
}

@media screen and (max-width: 768px) {
  .productStep li::after {
    top: auto;
    right: auto;
    bottom: -15px;
    left: 50%;
    border-top: solid 10px #E0E0E0;
    border-right: solid 8px transparent;
    border-bottom: 0;
    border-left: solid 8px transparent;
    margin: 0 0 0 -10px;
  }
}

.productStep li:last-child {
  margin-right: 0;
}

.productStep li:last-child::after {
  content: none;
}

.productStep__inner {
  position: relative;
  height: 260px;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .productStep__inner {
    display: table;
    height: auto;
  }
}

.productStep__inner dt {
  position: absolute;
  width: 100%;
  top: 8%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-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;
}

.android .productStep__inner dt {
  font-weight: 400 !important;
}

@media screen and (max-width: 768px) {
  .productStep__inner dt {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.productStep__inner dd {
  position: absolute;
  width: 100%;
  top: 75%;
}

@media screen and (max-width: 768px) {
  .productStep__inner dd {
    position: static;
    font-size: 14px;
  }
}

.productStep__img {
  position: absolute;
  top: 35px;
  width: 152px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.productStep__img img {
  width: 100%;
}

@media screen and (max-width: 1279px) {
  .productStep__img {
    width: 100px;
    top: 25%;
  }
}

@media screen and (max-width: 768px) {
  .productStep__img {
    display: table-cell;
    vertical-align: middle;
    width: 60px;
    min-width: 60px;
    position: static;
    margin: 0;
    padding-right: 10px;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@media screen and (max-width: 768px) {
  .productStep__txt {
    display: table-cell;
    vertical-align: middle;
  }
}

/* ---------------------------------------------------------------------
	商品購入（ページ内汎用）
 --------------------------------------------------------------------- */
.productAction {
  position: relative;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .productAction {
    width: 100%;
  }
  .productContent__row .productAction {
    margin-top: 0;
  }
}

.productAction ul {
  margin: 0 0 0 20px;
  width: 100%;
}

@media (max-width: 1140px) {
  .productAction ul {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin: 12px 0 0;
    width: auto;
  }
}

.productAction__orderWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .productAction__orderWrap {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .productTable__info + .productAction__orderWrap {
    margin-top: 20px;
  }
}

.productAction__orderWrap > span {
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .productAction__orderWrap > span {
    font-size: 12px;
  }
}

.productContent__buy .productAction__order {
  text-align: center;
}

.productAction__order + .productAction__order {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .productAction__order:first-of-type {
    padding-right: 20px;
  }
}

.productAction__date {
  font-size: 10px;
  margin: 22px 10px 0 2px;
}

@media screen and (max-width: 768px) {
  .productAction__date {
    position: absolute;
    top: 55%;
    left: 55px;
    margin: 0;
  }
}

.productAction__txt {
  margin-top: 10px;
  font-size: 12px;
  margin-left: 1em;
  text-indent: -1em;
}

.productAction__txt + .productAction__txt {
  margin-top: 0;
}

.productAction__num {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 60px;
  max-width: 60px;
  margin: 0 0 0 15px;
}

.productContent__buy .productAction__num,
.productContent__regularBuy .productAction__num {
  margin: 0 0 0 10px;
}

@media screen and (max-width: 768px) {
  .productAction__num {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 6px;
  }
}

.productAction__num option {
  min-width: inherit;
}

.productAction__num + .txt--unit {
  margin-left: 10px;
}

.productAction__link {
  margin-top: 20px;
  text-align: right;
}

.productAction__link .btn--cart {
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .productAction__cartBtn {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
}

.productAction__cartBtn .btn--cart,
.productAction__cartBtn .btn--cartWhite,
.productAction__cartBtn .btn--cartRegular {
  height: 64px;
}

.productAction__cartBtn .btn--cart,
.productAction__cartBtn .btn--cartWhite,
.productAction__cartBtn .btn--favorite,
.productAction__cartBtn .btn--cartRegular {
  width: 100%;
  max-width: 265px;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 768px) {
  .productAction__cartBtn .btn--cart,
  .productAction__cartBtn .btn--cartWhite,
  .productAction__cartBtn .btn--favorite,
  .productAction__cartBtn .btn--cartRegular {
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    text-decoration: none;
    max-width: none;
    margin: 0 auto;
  }
}

.productAction__cartBtn .btn--cart.is-disabled:hover,
.productAction__cartBtn .btn--cartWhite.is-disabled:hover,
.productAction__cartBtn .btn--favorite.is-disabled:hover,
.productAction__cartBtn .btn--cartRegular.is-disabled:hover {
  background: #e0e0e0;
}

.productAction__cartBtn .btn--cart.is-disabled:hover span,
.productAction__cartBtn .btn--cartWhite.is-disabled:hover span,
.productAction__cartBtn .btn--favorite.is-disabled:hover span,
.productAction__cartBtn .btn--cartRegular.is-disabled:hover span {
  opacity: .4;
}

@media screen and (max-width: 375px) {
  .productAction__cartBtn .btn--cart,
  .productAction__cartBtn .btn--cartWhite,
  .productAction__cartBtn .btn--favorite,
  .productAction__cartBtn .btn--cartRegular {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .productAction__cartBtn .btn--cart span,
  .productAction__cartBtn .btn--cartWhite span,
  .productAction__cartBtn .btn--favorite span,
  .productAction__cartBtn .btn--cartRegular span {
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .productAction__cartBtn .btn--cart span.link--next,
  .productAction__cartBtn .btn--cartWhite span.link--next,
  .productAction__cartBtn .btn--favorite span.link--next,
  .productAction__cartBtn .btn--cartRegular span.link--next {
    padding-right: 1em;
  }
}

.productAction__regular {
  white-space: nowrap;
  text-align: right;
  margin-right: 270px;
  margin-bottom: 10px;
}

.productAction__regular span {
  font-size: 14px;
  display: inline-block;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .productAction__regular span {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .productAction__regular {
    display: inline-block;
    text-align: left;
    margin: 0 10px 10px 0;
    float: left;
  }
}

.productAction--reg {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .productAction--reg {
    position: relative;
  }
}

.productAction--reg .productAction__regular {
  text-align: left;
  margin: 0 12px 0 0;
  display: inline-block;
  float: left;
}

.productAction--reg .productAction__orderWrap {
  display: inline-block;
}

.productAction__favoriteBtn {
  display: block;
  margin-top: 15px;
  position: relative;
}

.productAction__favoriteBtn .favoriteBtnAlert {
  top: 100%;
}

@media screen and (min-width: 769px) {
  .productAction__favoriteBtn .favoriteBtnAlert {
    right: 0;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 768px) {
  .productAction__favoriteBtn .favoriteBtnAlert {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.productAction__favoriteBtn .favoriteBtnAlert ul {
  margin-left: 0;
}

.productAction__favoriteBtn .favoriteBtnAlert .balloon--right .balloon__inner {
  margin-right: 0;
}

.productAction__favoriteBtn .balloon--right .balloon__inner::before {
  top: -4px;
  left: 50%;
  -webkit-transform: scale(1, 0.7) translate(-50%, -50%) rotate(270deg);
          transform: scale(1, 0.7) translate(-50%, -50%) rotate(270deg);
}

@media screen and (min-width: 769px) {
  .productAction__favoriteBtn .balloon--right .balloon__inner::before {
    left: 62px;
  }
}

.productAction__favoriteBtn .balloon--right .balloon__inner::after {
  top: -2px;
  left: 50%;
  -webkit-transform: scale(1, 0.7) translate(-50%, -50%) rotate(270deg);
          transform: scale(1, 0.7) translate(-50%, -50%) rotate(270deg);
}

@media screen and (min-width: 769px) {
  .productAction__favoriteBtn .balloon--right .balloon__inner::after {
    left: 62px;
  }
}

@media screen and (min-width: 769px) {
  .productAction__favoriteBtn .btn--favorite {
    width: 100%;
  }
}

.productAction__favoriteBtn .btn--favorite.is-active {
  border: 1px solid #9C9B9B;
  color: #231815;
}

.productAction__favoriteBtn .btn--favorite.is-disabled {
  opacity: 1;
  pointer-events: none;
}

.productAction__favoriteBtn .btn--favorite.is-disabled span {
  opacity: .4;
}

/* ---------------------------------------------------------------------
	商品の種類を選ぶ
 --------------------------------------------------------------------- */
.productType ul {
  margin: 0 -5px -10px;
  letter-spacing: -.4em;
}

.android .productType ul {
  letter-spacing: -1em;
}

.productType__col, .productType__col--large, .productType__col--img {
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
  text-align: center;
  letter-spacing: 0;
  vertical-align: top;
}

.productType__col--large {
  width: 50%;
}

.productType__col--img {
  width: 20%;
}

.productType__btn {
  display: block;
  text-decoration: none;
  padding: 8px;
  font-size: 12px;
  border: solid 1px #BBB;
  background-color: #F5F5F5;
}

@media screen and (max-width: 768px) {
  .productType__btn {
    text-decoration: none;
  }
}

.productType__btn:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .productType__btn {
    background-color: transparent;
  }
}

.productType__btn.is-active {
  background-color: #FFF;
  border: solid 2px #5C5A5A;
  padding: 7px;
  font-family: "open sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}

.android .productType__btn.is-active {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .productType__btn.is-active {
    background-color: #FFF;
  }
}

.productType__btn.is-disabled {
  border-color: #E0E0E0;
  cursor: default;
  background: url(/contents/common/images/small/bg-type-disabled.svg) no-repeat top left;
  background-size: 100% 100%;
}

.productType__col--img .productType__btn {
  padding: 0;
  position: relative;
  background-color: transparent;
  border: 0;
}

.productType__col--img .productType__btn.is-active {
  color: #FFF;
  background-color: #5C5A5A;
}

.productType__col--img .productType__btn.is-active::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 2px #5C5A5A;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.productType__col--img .productType__btn.is-disabled {
  background: none;
  border-color: transparent;
}

.productType__col--img .productType__btn.is-disabled .figure--full {
  background-color: #333;
}

.productType__col--img .productType__btn.is-disabled .figure__img {
  opacity: .6;
}

.productType .tag--new,
.productType .tag--campaign,
.productType .tag--end {
  display: block;
  height: auto;
  min-height: 20px;
  margin-top: 5px;
  padding-right: 0;
  padding-bottom: 3px;
  padding-left: 0;
}

@media screen and (max-width: 374px) {
  .productType .tag--new,
  .productType .tag--campaign,
  .productType .tag--end {
    font-size: 10px;
  }
}

p + .productType {
  margin-top: 10px;
}

p + .productType + p {
  margin-top: 20px;
}

/* ---------------------------------------------------------------------
	スタティック格納領域
 --------------------------------------------------------------------- */
.block--static {
  margin: 80px 0;
}

@media screen and (max-width: 768px) {
  .block--static {
    margin: 60px -20px;
  }
}

/* ---------------------------------------------------------------------
	商品の説明・原材料
 --------------------------------------------------------------------- */
.productMaterial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px 0;
}

@media screen and (max-width: 768px) {
  .productMaterial {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .productMaterial:last-child {
    margin-bottom: 0;
  }
}

.productMaterial .exchange__ttl {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  margin-bottom: 10px;
  font-family: "open sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}

.android .productMaterial .exchange__ttl {
  font-weight: 700;
}

.productMaterial .productMaterial__ttl {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  margin-bottom: 10px;
  font-family: "open sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}

.android .productMaterial .productMaterial__ttl {
  font-weight: 700;
}

.productMaterial__img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  min-width: 80px;
  max-width: 80px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .productMaterial__img {
    float: left;
    min-width: inherit;
    max-width: inherit;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .productMaterial__img img {
    max-width: 60px;
  }
}

.productMaterial__txt {
  width: calc(100% - 100px);
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media screen and (max-width: 768px) {
  .productMaterial__txt {
    clear: both;
    width: auto;
  }
}

.productMaterial__txt p {
  margin-top: 0;
  margin-bottom: 0;
}

.productMaterial .enclosure {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  font-size: 12px;
  margin-bottom: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .productMaterial .enclosure {
    width: auto;
  }
}

/* ---------------------------------------------------------------------
	商品の全成分・原材料テーブル
 --------------------------------------------------------------------- */
.tableIngredientWrap {
  width: 880px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .tableIngredientWrap {
    width: auto;
  }
}

.tableIngredientWrap + .tableIngredientWrap {
  margin-top: 20px;
}

.tableIngredientWrap table {
  table-layout: fixed;
}

.tableIngredientWrap table th,
.tableIngredientWrap table td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.tableIngredientWrap table .ingredDouble {
  border-bottom: 3px double #E0E0E0;
}

/* ---------------------------------------------------------------------
	モーダル内部
 --------------------------------------------------------------------- */
.modalProduct {
  line-height: 1.8;
  margin: 40px -40px 0 0;
  padding: 0 40px 40px 0;
}

@media screen and (max-width: 768px) {
  .modalProduct {
    margin: 0;
    padding: 0;
  }
}

.modalProduct p.modalProduct__ttl {
  font-size: 20px;
  margin-bottom: 7px;
}

@media screen and (max-width: 768px) {
  .modalProduct p.modalProduct__ttl {
    font-size: 16px;
  }
}

.modalProduct p.modalProduct__copy {
  margin-bottom: 7px;
  font-size: 14px;
}

.modalProduct p.modalProduct__num {
  margin-bottom: 5px;
  font-size: 12px;
}

.modalProduct p.modalProduct__price {
  font-size: 12px;
}

.modalProduct p.modalProduct__price .txt--M {
  margin: 0 2px;
  font-size: 16px !important;
}

.modalProduct p.modalProduct__priceSub {
  font-size: 12px;
}

.modalProduct p.modalProduct__priceSub + .modalProduct__price {
  margin-top: 10px;
}

.modalProduct p.modalProduct__campaign {
  font-size: 12px;
}

.modalProduct p.modalProduct__campaign + .modalProduct__price {
  margin-top: 10px;
}

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

@media screen and (max-width: 768px) {
  .modalProduct__row {
    display: block;
  }
}

.modalProduct__col:first-child {
  max-width: 280px;
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .modalProduct__col:first-child {
    min-width: 0;
    max-width: 100%;
    margin-right: 0;
  }
}

.modalProduct__col:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.modalProduct__itemRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.modalProduct__itemCol:first-child {
  min-width: 80px;
  max-width: 80px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .modalProduct__itemCol:first-child {
    min-width: 60px;
    max-width: 60px;
  }
}

.modalProduct__itemCol:last-child {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.modalProduct .productAction {
  margin-top: 20px;
}

.modalProduct .notes {
  margin-top: 10px;
}

.modalProduct__bdr {
  height: 1px;
  margin: 20px 0;
  border-top: solid 1px #E0E0E0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modalProduct .btn--cartWhite {
  background: #fff;
}

.modalProduct .btn--cartWhite span {
  font-weight: 700;
}

/* ---------------------------------------------------------------------
	追加情報モーダル （アイコンの説明、アイコンの見方、サイズ表）
 --------------------------------------------------------------------- */
.informationModal {
  line-height: 1.8;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .informationModal {
    padding-bottom: 0;
  }
}

.informationModal__title {
  margin: 80px 0 60px;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .informationModal__title {
    margin: 40px 0;
    font-size: 20px;
  }
}

.informationModal__title:first-child {
  margin-top: 15px;
}

.informationModal__scrollInner {
  padding: 0 40px 0 0;
}

.informationModal__nav {
  margin: 0 0 10px;
}

.informationModal__nav li {
  display: inline-block;
  margin-right: 20px;
}

.informationModal__heading, .informationModal__heading--bdr {
  margin: 60px 0 20px;
  font-size: 20px;
}

.informationModal__heading:first-child, .informationModal__heading--bdr:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .informationModal__heading, .informationModal__heading--bdr {
    margin: 40px 0 20px;
    font-size: 16px;
  }
}

.informationModal__heading--bdr {
  border-bottom: 1px solid #E0E0E0;
}

.informationModal__list, .informationModal__list--bdr, .informationModal__list--1colBdr {
  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;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .informationModal__list, .informationModal__list--bdr, .informationModal__list--1colBdr {
    display: block;
  }
}

.informationModal__list > li, .informationModal__list--bdr > li, .informationModal__list--1colBdr > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 20px);
}

@media screen and (max-width: 768px) {
  .informationModal__list > li, .informationModal__list--bdr > li, .informationModal__list--1colBdr > li {
    width: auto;
  }
}

.informationModal__list > li:nth-child(n + 3), .informationModal__list--bdr > li:nth-child(n + 3), .informationModal__list--1colBdr > li:nth-child(n + 3) {
  margin-top: 20px;
}

.informationModal__list--bdr > li, .informationModal__list--1colBdr > li {
  padding: 20px 0;
  border-bottom: 1px solid #E0E0E0;
}

@media screen and (max-width: 768px) {
  .informationModal__list--bdr > li, .informationModal__list--1colBdr > li {
    padding: 10px 0;
  }
}

.informationModal__list--bdr > li:nth-child(1n + 3), .informationModal__list--1colBdr > li:nth-child(1n + 3) {
  margin-top: 0;
}

.informationModal__list--bdr > li:nth-child(1), .informationModal__list--1colBdr > li:nth-child(1) {
  border-top: 1px solid #E0E0E0;
}

.informationModal__list--bdr > li:nth-child(2), .informationModal__list--1colBdr > li:nth-child(2) {
  border-top: 1px solid #E0E0E0;
}

@media screen and (max-width: 768px) {
  .informationModal__list--bdr > li:nth-child(2), .informationModal__list--1colBdr > li:nth-child(2) {
    border-top: none;
  }
}

.informationModal__list--1colBdr > li {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .informationModal__list--1colBdr > li {
    display: block;
  }
}

.informationModal__list--1colBdr > li .informationModal__icon, .informationModal__list--1colBdr > li .informationModal__icon--center {
  text-align: center;
}

.informationModal__list--1colBdr > li .informationModal__icon + div, .informationModal__list--1colBdr > li .informationModal__icon--center + div {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .informationModal__list--1colBdr > li .informationModal__icon + div, .informationModal__list--1colBdr > li .informationModal__icon--center + div {
    margin-top: 10px;
  }
}

.informationModal__icon, .informationModal__icon--center {
  display: block;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .informationModal__icon, .informationModal__icon--center {
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .informationModal__icon img, .informationModal__icon--center img {
    width: auto;
  }
}

.informationModal__icon + div, .informationModal__icon--center + div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.informationModal__icon--center {
  margin: 0 auto;
}

.informationModal__centerImg {
  margin: 10px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .informationModal__centerImg img {
    width: auto;
    max-width: 100%;
  }
}

.informationModal__table, .informationModal__table--half, .informationModal__sizeTable {
  width: 100%;
  margin: 40px 0 0;
}

.informationModal__table:last-child, .informationModal__table--half:last-child, .informationModal__sizeTable:last-child {
  margin-bottom: 0;
}

.row .informationModal__table, .row .informationModal__table--half, .row .informationModal__sizeTable {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .row .informationModal__table, .row .informationModal__table--half, .row .informationModal__sizeTable {
    margin-top: 40px;
  }
}

.informationModal__table th, .informationModal__table--half th, .informationModal__sizeTable th,
.informationModal__table td,
.informationModal__table--half td,
.informationModal__sizeTable td {
  border: 1px solid #E0E0E0;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .informationModal__table th, .informationModal__table--half th, .informationModal__sizeTable th,
  .informationModal__table td,
  .informationModal__table--half td,
  .informationModal__sizeTable td {
    font-size: 12px;
  }
}

.informationModal__table th, .informationModal__table--half th, .informationModal__sizeTable th {
  background: #FAFAFA;
  text-align: left;
  width: 165px;
}

@media screen and (max-width: 768px) {
  .informationModal__table th, .informationModal__table--half th, .informationModal__sizeTable th {
    width: 87px;
    padding: 5px;
  }
}


.informationModal__table td,
.informationModal__table--half td,
.informationModal__sizeTable td {
  text-align: center;
}

@media screen and (max-width: 768px) {
  
  .informationModal__table td,
  .informationModal__table--half td,
  .informationModal__sizeTable td {
    padding: 5px 2px;
    white-space: nowrap;
  }
}

.informationModal__table--half {
  width: 61%;
}

@media screen and (max-width: 768px) {
  .informationModal__sizeTable {
    margin: 40px 0;
  }
}

.informationModal__sizeTable caption {
  margin: 40px 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #E0E0E0;
  font-size: 16px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .informationModal__sizeTable caption {
    margin: 0 0 20px;
    font-size: 14px;
  }
}

.informationModal__sizeTable th {
  text-align: center;
  width: 70px;
}

.productTable__regular {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .productTable__regular {
    margin-top: 0;
    margin-bottom: 10px;
  }
}

/* ---------------------------------------------------------------------
	モーダルアコーディオン部分
 --------------------------------------------------------------------- */
.modalAccordion {
  margin-top: 20px;
}

.modalAccordion__content {
  margin: 10px 0;
}

.modalAccordion__content dt {
  border: 1px solid #BBB;
  padding: 10px 5px 0;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .modalAccordion__content dt {
    background: #fff;
    padding: 10px 38px 10px 48px;
  }
}

.modalAccordion__content dt:before, .modalAccordion__content dt:after {
  content: "";
  display: block;
  position: absolute;
  background: #BBB;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.modalAccordion__content dt:before {
  top: 50%;
  right: 11px;
  width: 12px;
  height: 1px;
}

.modalAccordion__content dt:after {
  top: 50%;
  right: 16px;
  width: 1px;
  height: 12px;
}

.modalAccordion__content dt.is-open:before {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.modalAccordion__content dt.is-open:after {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.modalAccordion__content dd {
  background: #FAFAFA;
  border: 1px solid #BBB;
  border-top: none;
  padding: 10px;
  display: none;
}

.modalAccordion .is-disabled.input--checkbox,
.modalAccordion .is-disabled.input--radio {
  pointer-events: none;
}

.modalAccordion__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.modalAccordion__item {
  padding: 0 1.5%;
  width: 30%;
}

@media screen and (max-width: 768px) {
  .modalAccordion__item {
    width: 47%;
  }
}

.modalAccordion__item .figure--full {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .modalAccordion__item .is-check.input--checkbox,
  .modalAccordion__item .is-check.input--radio {
    border: none;
  }
}

.modalAccordion .tagWrap {
  display: inline-block;
  margin-right: 4px;
}

@media screen and (max-width: 768px) {
  .modalAccordion .tagWrap {
    position: absolute;
    top: 10px;
    left: 5px;
  }
}

.modalAccordion__link {
  margin-top: 10px;
}

.modalAccordion__link .btn--cart {
  margin-left: auto;
}

.modalAccordion__stock {
  color: #779ED7;
}

.modalNote {
  border-top: 1px solid #E0E0E0;
  padding-top: 14px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .modalNote {
    margin-top: 14px;
  }
}

@media screen and (max-width: 768px) {
  .modal--spBalloon::before {
    z-index: -1;
  }
  .modal--spBalloon .tagWrap {
    margin-left: 0;
  }
}

/* ---------------------------------------------------------------------
	ABテスト 口コミバー部分
 --------------------------------------------------------------------- */
.abTestA {
  display: none;
}

/* ---------------------------------------------------------------------
	ABテスト レコメンド
 --------------------------------------------------------------------- */
.modalRecommend__cart a {
  display: block;
  border: 1px solid #ef857d;
  background: #ef857d url(/contents/common/images/bg-link-arrow-next-white.png) right 6px center no-repeat;
  background-size: auto;
  background-size: 5px 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  line-height: 1.5;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin: 12px auto 0;
  padding: 12px 18px;
  text-decoration: none;
}

.modalRecommend__shopping {
  display: block;
  cursor: pointer;
  border: 2px solid #ef857d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ef857d;
  line-height: 1.5;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin: 12px auto 0;
  padding: 12px 18px;
  text-decoration: none;
}

.review {
  margin-bottom: 0px !important;
}

@media screen and (max-width: 768px) {
  .review {
    display: inline-block;
  }
}

.review .link--bottom {
  text-decoration: underline;
}

.review [class^="tag"] {
  margin: 0 10px 10px 0;
}

.review__block {
  display: block;
}

@media screen and (max-width: 768px) {
  .review__block {
    display: inline-block;
  }
}

.review__star {
  margin-right: 10px;
}

#kutikomi {
  margin-top: -30px;
  padding-top: 30px;
}

.productDetail .slick-num {
  text-align: center;
  position: relative;
  display: none;
}

@media screen and (max-width: 768px) {
  .productDetail .slick-num {
    display: block;
  }
}

.productDetail .slick-num-center {
  background: url(/contents/common/images/small/img-arrow-center.png) no-repeat top 2px center;
  background-size: 14px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 5px;
}

.productDetail .slick-prev {
  z-index: 1100;
  height: 48px;
  width: 48px;
  left: 16px;
  top: calc(100vw / 1320 * 255);
  -webkit-transform: none;
          transform: none;
}

.productDetail .slick-prev::before {
  background: url(/contents/common/images/small/img-arrow-prev02.png) no-repeat center center;
  background-size: contain;
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  opacity: 1;
}

@media screen and (min-width: 1620px) {
  .productDetail .slick-prev {
    top: 326px;
  }
}

@media screen and (max-width: 1024px) {
  .productDetail .slick-prev {
    top: 190px;
  }
}

@media screen and (max-width: 768px) {
  .productDetail .slick-prev {
    height: calc(100vw / 375 * 40);
    width: calc(100vw / 375 * 40);
    left: calc(100vw / 375 * 8);
    top: 44.66vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.productDetail .slick-next {
  z-index: 1100;
  height: 48px;
  width: 48px;
  right: 16px;
  top: calc(100vw / 1320 * 255);
  -webkit-transform: none;
          transform: none;
}

.productDetail .slick-next::before {
  background: url(/contents/common/images/small/img-arrow-next02.png) no-repeat center center;
  background-size: contain;
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  opacity: 1;
}

@media screen and (min-width: 1620px) {
  .productDetail .slick-next {
    top: 326px;
  }
}

@media screen and (max-width: 1024px) {
  .productDetail .slick-next {
    top: 190px;
  }
}

@media screen and (max-width: 768px) {
  .productDetail .slick-next {
    height: calc(100vw / 375 * 40);
    width: calc(100vw / 375 * 40);
    right: calc(100vw / 375 * 8);
    top: 44.66vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

/* ---------------------------------------------------------------------
	カート部分
 --------------------------------------------------------------------- */
.productChoice {
  float: right;
  width: 50%;
  padding: 25px 30px;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F5F5F5;
}

@media screen and (max-width: 768px) {
  .productChoice {
    float: none;
    padding: 25px 20px;
    margin: 0 -20px;
    width: auto;
  }
}

.productChoice__head {
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
}

.productChoice__head + p {
  margin: 12px 0 0;
}

.productChoice__item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -10px -7.5px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.productChoice__list {
  padding: 2px;
  position: relative;
  margin: 10px 7.5px;
  max-width: 80px;
  cursor: pointer;
}

.productChoice__list.is-active {
  background: #5C5A5A;
  color: #fff;
}

.productChoice__list a span {
  margin-top: 6px;
}

.productChoice__tag {
  border: 1px solid #EF857D;
  background: #fff;
  color: #EF857D;
  display: inline-block !important;
  font-size: 10px;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.productChoice__btn img {
  margin-bottom: 8px;
}

.productChoice .productSample__ttl,
.productChoice .productSample__content {
  background: #fff;
}

.productChoice__sup {
  margin: 5px 0 10px;
  font-size: 12px;
}

.productContent {
  border-top: 1px solid #E0E0E0;
  padding-top: 25px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .productContent {
    margin-bottom: 20px;
  }
}

.productContent__campaignTxt {
  color: #D46A67;
  font-size: 16px;
  font-weight: bold;
}

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

.productContent__number {
  margin-bottom: 4px;
}

.productContent__num {
  font-size: 23px !important;
}

.productContent__price {
  font-size: 12px;
}

.productContent__item {
  font-size: 20px;
  margin: 0 0 12px !important;
}

@media screen and (max-width: 768px) {
  .productContent__item {
    font-size: 16px;
  }
}

.productContent__desc {
  font-size: 16px;
}

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

.productContent__buy {
  background: #fff;
  border: 1px solid #DDDDDD;
  margin-top: 16px;
}

.productContent__buy .productAction {
  margin: 0;
  padding: 18px 0;
}

.productContent__buy .productAction__col {
  padding: 2px 20px;
}

.productContent__buy .productAction__cartBtn {
  margin-top: 10px;
  margin-left: 0;
  text-align: right;
}

.productContent__buy .productAction__cartBtn .btn--cart {
  margin: 0 0 0 auto;
  height: 64px;
}

.productContent__buy .productPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  white-space: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  font-size: 12px;
}

@media (max-width: 1140px) {
  .productContent__buy .productPrice {
    width: 100%;
  }
}

.productContent__buy .productPrice span {
  font-size: 12px;
}

.productContent__buy .productPrice span .is-linethrough {
  text-decoration: line-through;
}

.productContent__buy .productPrice .txt--alert {
  font-size: 23px;
}

.productContent__buy .productPrice .productAction__orderWrap {
  margin-left: 20px;
}

.productContent__purchase {
  padding: 8px 20px;
  font-weight: bold;
  border-bottom: 1px solid #DDDDDD;
}

.productContent__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .productContent__row {
    display: block;
  }
}

.productContent__sel {
  font-weight: bold;
}

.productContent__price span {
  font-size: 23px;
}

.productContent__price .txt--endOfSale,
.productContent__price .txt--outOfStock {
  font-size: 12px;
}

.productContent__price .notes {
  margin: 10px 0;
}

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

@media screen and (max-width: 768px) {
  .productContent__select {
    margin-top: 40px;
  }
}

.productContent__select + .productContent__buy {
  position: relative;
}

.productContent__select + .productContent__buy::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 25%;
  top: -10px;
  margin-left: -3px;
  border-bottom: 10px solid #DDD;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  -webkit-transform: scale(0.7, 1) translateX(-50%);
          transform: scale(0.7, 1) translateX(-50%);
}

.productContent__select + .productContent__buy::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 25%;
  top: -8px;
  margin-left: -3px;
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  -webkit-transform: scale(0.7, 1) translateX(-50%);
          transform: scale(0.7, 1) translateX(-50%);
}

.productContent__radio {
  background: #fff;
  border: 3px solid #fff;
  padding: 0;
  width: calc(50% - 10px);
  text-align: center;
}

.productContent__radio.is-active {
  border: 3px solid #5C5A5A;
}

.productContent__radio .input--radio {
  padding: 14px 0;
  display: block;
  border: none;
  background: transparent;
}

.productContent__radio .input--radio input[type="radio"] + span::before {
  background: url(/contents/common/images/small/bg-radiobtn.svg) left center no-repeat;
  background-size: contain;
}

.productContent__radio .input--radio input:checked[type="radio"] + span::before {
  background: url(/contents/common/images/small/bg-radiobtn-check.svg) left center no-repeat;
  background-size: contain;
}

.productContent__radio .input--radio span {
  font-weight: bold;
}

.productContent__exRadio {
  background: #fff;
  border: 3px solid #fff;
  color: #D46A67;
  padding: 0;
  width: calc(50% - 10px);
  position: relative;
  text-align: center;
}

.productContent__exRadio.is-active {
  border: 3px solid #EF847D;
}

.productContent__exRadio .input--radio {
  padding: 14px 0;
  display: block;
  border: none;
  background: transparent;
}

.productContent__exRadio .input--radio input[type="radio"] + span::before {
  background: url(/contents/common/images/small/bg-radiobtn.svg) left center no-repeat;
  background-size: contain;
}

.productContent__exRadio .input--radio input:checked[type="radio"] + span::before {
  background: url(/contents/common/images/small/bg-radiobtn-check-pink.svg) left center no-repeat;
  background-size: contain;
}

.productContent__exRadio .input--radio span {
  font-weight: bold;
}

.productContent__sale {
  color: #D46A67;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.productContent__regularBuy {
  background: #FCF9F9;
  border: 1px solid #EF847D;
  display: none;
  font-size: 12px;
  margin-top: 16px;
  padding: 20px;
  position: relative;
}

.productContent__regularBuy .productAction--reg {
  min-width: 290px;
}

@media screen and (max-width: 768px) {
  .productContent__regularBuy .productAction--reg {
    min-width: inherit;
  }
}

.productContent__regularBuy .productAction--reg span {
  font-size: 12px;
}

.productContent__regularBuyArrow::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 22%;
  top: -10px;
  margin-left: -3px;
  border-bottom: 10px solid #EF847D;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  -webkit-transform: scale(0.7, 1) translateX(-50%);
          transform: scale(0.7, 1) translateX(-50%);
}

@media screen and (max-width: 768px) {
  .productContent__regularBuyArrow::before {
    right: 20%;
  }
}

.productContent__regularBuyArrow::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 22%;
  top: -8px;
  margin-left: -3px;
  border-bottom: 10px solid #FCF9F9;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  -webkit-transform: scale(0.7, 1) translateX(-50%);
          transform: scale(0.7, 1) translateX(-50%);
}

@media screen and (max-width: 768px) {
  .productContent__regularBuyArrow::after {
    right: 20%;
  }
}

.productContent__deal {
  color: #D46A67;
  font-size: 12px !important;
  font-weight: bold;
  margin-left: 10px;
}

.productContent__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px -10px;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .productContent__info {
    display: block;
    margin: 16px 0;
  }
}

.productContent__infoCol {
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .productContent__infoCol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 0 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.productContent__infoCol img {
  margin-right: 6px;
  width: 25px;
}

.productContent__about {
  background: url(/contents/common/images/icon-about.svg) no-repeat center left;
  padding-left: 20px;
  text-decoration: underline;
  font-size: 12px;
}

.productContent__alert {
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .productContent__alert {
    margin: 20px 0 0;
  }
}

.productContent__alert .txt--alert {
  font-size: 12px;
}

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

.productContent__campaignTag__text {
  margin: 0 !important;
  font-weight: 700;
  font-size: 12px;
  line-height: 21px;
  color: #EF857D;
  padding: 0 4px;
  border: 1px solid #EF857D;
}

.productContent__info02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 10px;
}

.productContent__info02__inner {
  width: 100%;
  max-width: 265px;
}

@media screen and (max-width: 768px) {
  .productContent__info02__inner {
    max-width: 100%;
  }
}

.productContent__info02__text {
  margin: 0 !important;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .productContent__info02__text {
    text-align: left;
  }
}

/* ---------------------------------------------------------------------
	カルーセル
 --------------------------------------------------------------------- */
.smallSlide {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 10px;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .smallSlide {
    margin-right: -10px;
    margin-left: -10px;
    padding-bottom: 10px;
    padding-left: 0;
  }
}

.smallSlide__item {
  position: relative;
  float: left;
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 5px 0;
}

@media screen and (max-width: 768px) {
  .smallSlide__item {
    width: 33%;
  }
}

.smallSlide__item.is-active {
  background: #5C5A5A;
}

.smallSlide__item.is-active a {
  color: #fff;
}

.smallSlide .link--img img {
  width: 100%;
}

.smallSlide p {
  margin: 10px 0 0;
}

@media screen and (max-width: 768px) {
  .smallSlide p {
    margin: 5px 0 0;
  }
}

.smallSlide__ttl a {
  text-decoration: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (max-width: 768px) {
  .smallSlide__ttl a {
    text-decoration: none;
  }
}

.smallSlide__ttl a:hover {
  text-decoration: none;
}

.smallSlide__price {
  font-size: 12px;
}

.smallSlide .tagWrap {
  margin: 10px -5px 0;
}

.smallSlide .smallSlide__cartBtn {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .smallSlide .smallSlide__cartBtn {
    left: 10px;
    width: 120px;
  }
}

.smallSlide .btn--cart {
  width: 100%;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  .smallSlide .btn--cart span {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .smallSlide .btn--cart span:before {
    display: none;
  }
}

.smallSlide .slick-next,
.smallSlide .slick-prev {
  z-index: 3;
  width: 30px;
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: border .4s ease;
  transition: border .4s ease;
}

@media screen and (max-width: 768px) {
  .smallSlide .slick-next,
  .smallSlide .slick-prev {
    top: 50%;
  }
}

.smallSlide .slick-next:hover,
.smallSlide .slick-prev:hover {
  border-color: #999;
}

.smallSlide .slick-next:hover::before,
.smallSlide .slick-prev:hover::before {
  opacity: 0.65;
}

.smallSlide .slick-next::before,
.smallSlide .slick-prev::before {
  content: "";
  display: block;
  width: 28px;
  height: 9px;
  opacity: 1;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.smallSlide .slick-next::after,
.smallSlide .slick-prev::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.smallSlide .slick-prev {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, whitesmoke), to(rgba(245, 245, 245, 0)));
  background: -webkit-linear-gradient(left, whitesmoke 30%, rgba(245, 245, 245, 0) 100%);
  background: linear-gradient(to right, whitesmoke 30%, rgba(245, 245, 245, 0) 100%);
  height: 100%;
}

.smallSlide .slick-prev::before {
  background: url(/contents/common/images/bg-link-arrow-prev.png) center center no-repeat;
  background-size: 6px 12px;
}

.smallSlide .slick-prev::after {
  z-index: -1;
}

.smallSlide .slick-next {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(30%, whitesmoke), to(rgba(245, 245, 245, 0)));
  background: -webkit-linear-gradient(right, whitesmoke 30%, rgba(245, 245, 245, 0) 100%);
  background: linear-gradient(to left, whitesmoke 30%, rgba(245, 245, 245, 0) 100%);
  height: 100%;
}

.smallSlide .slick-next::before {
  background: url(/contents/common/images/bg-link-arrow-next.png) center center no-repeat;
  background-size: 6px 12px;
}

.smallSlide .slick-next::after {
  z-index: -1;
}

.smallSlide .slick-disabled {
  display: none !important;
}

.smallSlide + ul {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .smallSlide + ul {
    margin-top: 30px;
  }
}

.smallSlide + .notes {
  margin-top: 20px;
}

.smallSlide__icon {
  text-align: center;
}

.smallSlide__del {
  text-align: center;
}

.smallSlide__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px 0 0;
}

@media screen and (max-width: 768px) {
  .smallSlide__txt {
    display: table-cell;
    vertical-align: middle;
  }
}

.smallSlide__txt .tagWrap {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.smallSlide .ranking {
  position: absolute;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .smallSlide .ranking {
    position: static;
    margin-bottom: 10px;
  }
}

/* ---------------------------------------------------------------------
	商品の種別を選択
 --------------------------------------------------------------------- */
.productItemSelect ul {
  margin: 0 -5px -10px 0;
  letter-spacing: -.4em;
}

@media screen and (max-width: 768px) {
  .productItemSelect ul {
    margin: 0 -5px 0 0;
  }
}

.android .productItemSelect ul {
  letter-spacing: -1em;
}

.productItemSelect__col, .productItemSelect__col--large, .productItemSelect__col--img {
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
  letter-spacing: 0;
  vertical-align: top;
}

.productItemSelect__col--large {
  width: 50%;
}

.productItemSelect__col--img {
  width: 15.6%;
  margin: 0 1% 20px 0;
  position: relative;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .productItemSelect__col--img {
    width: 24%;
    margin: 0 1% 10px 0;
  }
}

.productItemSelect__btn {
  display: block;
  text-decoration: none;
  padding: 8px;
  font-size: 12px;
  border: solid 1px #BBB;
  background-color: #FFF;
}

@media screen and (max-width: 768px) {
  .productItemSelect__btn {
    text-decoration: none;
  }
}

.productItemSelect__btn:hover {
  text-decoration: none;
}

.productItemSelect__btn.is-disabled {
  opacity: .6;
}

.productItemSelect__btn.is-disabled:hover {
  opacity: .6;
}

@media screen and (max-width: 768px) {
  .productItemSelect__btn {
    background-color: transparent;
  }
}

.productItemSelect__btn span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.productItemSelect__btn img {
  width: 100%;
}

.productItemSelect__btn.is-active {
  background-color: #F0F0F0;
  border: solid 2px #5C5A5A;
  padding: 7px;
}

@media screen and (max-width: 768px) {
  .productItemSelect__btn.is-active {
    background-color: #FFF;
  }
}

.productItemSelect__btn.is-disabled {
  border-color: #E0E0E0;
  cursor: default;
  background: url(/contents/common/images/bg-type-disabled.png) no-repeat top left;
  background-size: 100% 100%;
}

.productItemSelect__col--img .productItemSelect__btn {
  padding: 3px;
  position: relative;
  background-color: transparent;
  border: 0;
}

.productItemSelect__col--img .productItemSelect__btn.is-active {
  color: #FFF;
  background-color: #5C5A5A;
}

.productItemSelect__col--img .productItemSelect__btn.is-active::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 2px #5C5A5A;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.productItemSelect__col--img .productItemSelect__btn.is-disabled {
  background: none;
  border-color: transparent;
}

.productItemSelect__col--img .productItemSelect__btn.is-disabled .figure--full {
  background-color: #333;
}

.productItemSelect__col--img .productItemSelect__btn.is-disabled .figure__img {
  opacity: .6;
}

.productItemSelect .tag--new,
.productItemSelect .tag--campaign,
.productItemSelect .tag--end {
  display: block;
  height: auto;
  text-align: center;
  min-height: 20px;
  margin-top: 5px;
  padding-right: 0;
  padding-bottom: 3px;
  padding-left: 0;
}

@media screen and (max-width: 374px) {
  .productItemSelect .tag--new,
  .productItemSelect .tag--campaign,
  .productItemSelect .tag--end {
    font-size: 10px;
  }
}

p + .productItemSelect {
  margin-top: 10px;
}

p + .productItemSelect + p {
  margin-top: 20px;
}

.productItemSelect__txt {
  display: none !important;
}

.productScroll, .productScroll--regular {
  background: #F5F5F5;
  padding: 2px 0;
  position: fixed;
  bottom: -250px;
  right: 0;
  z-index: 1000;
  -webkit-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}

.productScroll ul, .productScroll--regular ul {
  margin-top: 0;
  margin-bottom: 0;
}

.productScroll--regular {
  display: none;
}

@media screen and (max-width: 768px) {
  .productScroll--regular .productAction {
    width: 100%;
  }
  .productScroll--regular .productAction ul {
    min-width: inherit;
  }
  .productScroll--regular .productAction .btn--cartRegular {
    padding: 0 5px;
  }
  .productScroll--regular .productAction .btn--cartRegular span::before {
    margin-right: 5px;
  }
  .productScroll--regular .productAction__num {
    height: 30px;
    min-width: 50px;
    font-size: 12px;
  }
}

.productScroll.is-active, .is-active.productScroll--regular {
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .productScroll, .productScroll--regular {
    width: 100%;
  }
}

.productScroll__subTitle {
  font-size: 11px;
}

.productScroll__item {
  border: 1px solid #5C5A5A;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  font-size: 11px;
  padding: 18px 8px 8px;
  position: relative;
  text-decoration: none;
  height: 48px;
  margin-left: 15px;
}

.productScroll__item::before {
  content: "";
  background: url(/contents/common/images/bg-form-select-arrow.png) top center no-repeat;
  background-size: 19px,5px;
  position: absolute;
  top: 4px;
  left: 50%;
  width: 38px;
  height: 10px;
  -webkit-transform: translateX(-35%) rotateX(180deg);
          transform: translateX(-35%) rotateX(180deg);
}

.productScroll__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .productScroll__col {
    padding: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.productScroll__title {
  width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
  .productScroll__title {
    width: calc(100% - 76px);
  }
}

.productScroll .productAction, .productScroll--regular .productAction {
  margin: 0;
}

.productScroll .productAction__order, .productScroll--regular .productAction__order {
  display: -ms-grid;
  display: grid;
  font-size: 10px;
  text-align: center;
  white-space: nowrap;
}

.productScroll .productAction__order .productAction__num, .productScroll--regular .productAction__order .productAction__num {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .productScroll .productAction__order .productAction__num, .productScroll--regular .productAction__order .productAction__num {
    margin-top: 4px;
    padding-left: 6px;
    padding-right: 0;
    height: 30px;
    min-width: 40px;
  }
}

.productScroll .productAction__purchase, .productScroll--regular .productAction__purchase {
  font-size: 10px;
  padding: 0 10px;
  white-space: nowrap;
}

.productScroll .productAction__purchase .txt--emphasis, .productScroll--regular .productAction__purchase .txt--emphasis {
  font-size: 12px;
}

.productScroll .productAction__cartBtn .btn--cart, .productScroll--regular .productAction__cartBtn .btn--cart {
  width: 170px;
  height: 50px;
  min-width: auto;
}

.productScroll .productAction__cartBtn .btn--cart.is-disabled span::before, .productScroll--regular .productAction__cartBtn .btn--cart.is-disabled span::before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  display: inline-block;
  margin-right: 10px;
  vertical-align: -3px;
  font-size: 20px;
}

span:hover .productScroll .productAction__cartBtn .btn--cart.is-disabled span::before, span:hover .productScroll--regular .productAction__cartBtn .btn--cart.is-disabled span::before {
  text-decoration: none;
}

.win8 .productScroll .productAction__cartBtn .btn--cart.is-disabled span, .win8 .productScroll--regular .productAction__cartBtn .btn--cart.is-disabled span {
  padding-top: 0;
}

.productScroll .productAction__cartBtn .btn--cartRegular.is-disabled span::before, .productScroll--regular .productAction__cartBtn .btn--cartRegular.is-disabled span::before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  display: inline-block;
  margin-right: 10px;
  vertical-align: -3px;
  font-size: 20px;
}

span:hover .productScroll .productAction__cartBtn .btn--cartRegular.is-disabled span::before, span:hover .productScroll--regular .productAction__cartBtn .btn--cartRegular.is-disabled span::before {
  text-decoration: none;
}

.productScroll .productAction__price, .productScroll--regular .productAction__price {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .productScroll .productAction__orderWrap, .productScroll--regular .productAction__orderWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.productScroll .btn--cart, .productScroll--regular .btn--cart,
.productScroll .btn--cartRegular,
.productScroll--regular .btn--cartRegular {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 247px;
  height: 48px;
  margin: 0;
}

.productSlide__firstView {
  display: none;
  position: relative;
}

.productSlide__firstView:first-child {
  display: block;
}

@media screen and (max-width: 768px) {
  .productSlide__firstView::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-image: url("/contents/common/images/small/img-zoom.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 8px;
    right: 8px;
  }
}

.smallSlider {
  position: relative;
  margin-right: -10px;
  margin-left: -10px;
  overflow-x: hidden;
}

@media screen and (min-width: 769px) {
  .smallSlider {
    margin-left: 0;
  }
}

.smallSlider .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.smallSlider .swiper-slide.is-disabled .swiper-slide-inner {
  opacity: .6;
}

.smallSlider .swiper-slide.is-disabled .figure--full {
  background-color: #333;
}

.smallSlider .swiper-slide.is-disabled .figure--full img {
  opacity: .6;
}

.smallSlider .swiper-slide-inner {
  padding: 5px;
}

.smallSlider .swiper-slide.is-active .swiper-slide-inner {
  background: #5C5A5A;
  color: #fff;
}

.smallSlider .swiper-slide img {
  width: 100%;
}

.smallSlider .swiper-slide .smallSlider__txt {
  font-size: 12px;
}

.smallSlider .swiper-slide .smallSlider__txt .smallSlider__item {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: 65.6px;
}

.smallSlider .swiper-next,
.smallSlider .swiper-prev {
  position: absolute;
  z-index: 3;
  width: 40px;
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: border .4s ease;
  transition: border .4s ease;
  top: 0;
}

.smallSlider .swiper-next:hover,
.smallSlider .swiper-prev:hover {
  border-color: #999;
}

.smallSlider .swiper-next:hover::before,
.smallSlider .swiper-prev:hover::before {
  opacity: 0.65;
}

.smallSlider .swiper-next::before,
.smallSlider .swiper-prev::before {
  content: "";
  display: block;
  width: 28px;
  height: 9px;
  opacity: 1;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.smallSlider .swiper-next::after,
.smallSlider .swiper-prev::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.smallSlider .swiper-prev {
  left: -10px;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, whitesmoke), to(rgba(245, 245, 245, 0)));
  background: -webkit-linear-gradient(left, whitesmoke 30%, rgba(245, 245, 245, 0) 100%);
  background: linear-gradient(to right, whitesmoke 30%, rgba(245, 245, 245, 0) 100%);
  height: 100%;
  width: 30px;
  padding-left: 10px;
}

.smallSlider .swiper-prev::before {
  background: url(/contents/common/images/bg-link-arrow-prev.png) center center no-repeat;
  background-size: 6px 12px;
}

.smallSlider .swiper-prev::after {
  z-index: -1;
}

.smallSlider .swiper-next {
  right: -10px;
  background: -webkit-gradient(linear, right top, left top, color-stop(30%, whitesmoke), to(rgba(245, 245, 245, 0)));
  background: -webkit-linear-gradient(right, whitesmoke 30%, rgba(245, 245, 245, 0) 100%);
  background: linear-gradient(to left, whitesmoke 30%, rgba(245, 245, 245, 0) 100%);
  height: 100%;
}

.smallSlider .swiper-next::before {
  background: url(/contents/common/images/bg-link-arrow-next.png) center center no-repeat;
  background-size: 6px 12px;
}

.smallSlider .swiper-next::after {
  z-index: -1;
}

.smallSlider .swiper-button-disabled {
  display: none;
}

.smallSlider [class*="tag-"] {
  width: 100%;
  text-align: center;
}

.tStep {
  background: #EDEAD9;
  padding: 26px 12px;
  margin: 5px;
}

@media screen and (min-width: 769px) {
  .tStep {
    margin-top: 30px;
    margin: 30px 0 0;
    padding: 30px 30px;
  }
}

@media screen and (max-width: 768px) {
  .tStep--pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .tStep--sp {
    display: none;
  }
}

.tStep .h2 {
  font-weight: bold;
  margin: 0;
}

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

.tStep__col, .tStep__col--plus, .tStep__col--space {
  width: calc(30.75%);
  position: relative;
}

@media screen and (min-width: 769px) {
  .tStep__col, .tStep__col--plus, .tStep__col--space {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) {
  .tStep__col, .tStep__col--plus, .tStep__col--space {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tStep__col > p, .tStep__col--plus > p, .tStep__col--space > p {
  text-align: center;
}

.tStep__col p, .tStep__col--plus p, .tStep__col--space p {
  margin: 0;
}

.tStep__col::after, .tStep__col--plus::after, .tStep__col--space::after {
  content: "";
  background: url(/contents/common/images/small/img-step-arrow-black.png) no-repeat;
  background-size: cover;
  width: 5px;
  height: 9px;
  position: absolute;
  top: 43%;
  right: -9.5%;
}

@media screen and (min-width: 769px) {
  .tStep__col::after, .tStep__col--plus::after, .tStep__col--space::after {
    top: calc(50% - 5px);
    width: 10px;
    height: 18px;
    right: -8%;
  }
}

.tStep__col:last-child::after, .tStep__col--plus:last-child::after, .tStep__col--space:last-child::after {
  content: none;
}

.tStep__col--plus::after {
  background-image: url(/contents/common/images/small/img-step-plus.png);
  width: 10px;
  height: 11px;
}

@media screen and (max-width: 768px) {
  .tStep__col--plus::after {
    top: 32%;
    width: 8px;
    height: 9px;
  }
}

.tStep__col--space::after {
  background-image: none;
}

@media screen and (max-width: 768px) {
  .tStep__col--2col {
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .tStep__col--2col {
    width: calc(50% - 25px);
  }
}

.tStep__col--2col::after {
  right: -30px;
}

@media screen and (max-width: 768px) {
  .tStep__col--2col::after {
    right: -30%;
  }
}

.tStep__num {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: -4px;
}

.tStep__name {
  font-size: 12px;
}

.tStep .btn--strong {
  padding: 0 4px;
  font-size: 12px;
  white-space: nowrap;
  height: 40px;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .tStep .btn--strong {
    max-width: 230px;
  }
  .tStep .btn--strong span {
    font-size: 14px;
  }
}

.tStep__price {
  text-align: center;
  margin-bottom: 20px;
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .tStep__price {
    text-align: left;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 8px;
  }
}

@media screen and (min-width: 769px) {
  .tStep__price {
    font-size: 12px;
    text-align: left;
  }
}

.tStep__price span {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .tStep__price span {
    font-size: 13px;
  }
}

.tStep .tStep__cartBtn {
  margin: auto 0 6px;
}

.tStep__follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  position: relative;
}

@media screen and (min-width: 769px) {
  .tStep__follow {
    background: #fff;
    padding: 20px;
    width: 66%;
    margin-top: 0;
    margin-right: 40px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (max-width: 768px) {
  .tStep__follow .tStep__cartBtn {
    width: 105px;
  }
}

.tStep__followCol:first-child {
  width: 31.75%;
  margin-right: 20px;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

@media screen and (min-width: 769px) {
  .tStep__followCol:first-child {
    width: 120px;
  }
  .tStep__followCol:first-child img {
    max-width: 130px;
  }
}

@media screen and (min-width: 769px) {
  .tStep__followCol:nth-child(2) {
    width: 52%;
  }
  .tStep__followCol:nth-child(2) P {
    margin: 5px 0;
  }
}

.tStep__followCol:last-child {
  width: 68.25%;
}

@media screen and (min-width: 769px) {
  .tStep__followCol:last-child {
    width: 230px;
  }
}

.tStep__recommendation {
  margin-top: 20px;
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .tStep__recommendation {
    width: 32%;
  }
}

.tStep__recommendation a {
  background: #FFFCEC url(/contents/common/images/bg-link-arrow-next.png) right 10px center no-repeat;
  background-size: auto;
  background-size: 5px 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  font-weight: bold;
  padding: 10px 20px;
  width: 100%;
}

.tStep__title {
  font-size: 16px;
}

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

.tStep__title + p {
  font-size: 12px;
}

.tStep__subTitle {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.25;
}

.tStep__subTitle + p {
  font-size: 12px;
}

.tStep__subTitle span {
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .tStep__subTitle span {
    font-size: 14px;
  }
}

.tStep__img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 20px 20px;
  max-width: 180px;
}

@media screen and (min-width: 769px) {
  .tStep__img {
    padding: 20px 20px;
  }
}

.tStep__img img {
  max-width: 130px;
}

.tStep__txt {
  padding: 10px;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 769px) {
  .tStep__txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 20px 20px 0;
  }
}

.tStep__annotation {
  margin-top: 6px !important;
  font-size: 12px;
  text-align: right;
}

.tStep__end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.tStepProduct {
  margin-top: 30px;
}

.tStepProduct p {
  margin: 0;
}

.tStepProduct__title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 1px solid #E0E0E0;
  padding: 10px 20px;
  width: 100%;
}

.tStepProduct__title span {
  width: 100%;
}

.tStepProduct__title::before {
  right: 15px;
  background: #231815;
}

.tStepProduct__title::after {
  right: 20px;
  background: #231815;
}

.tStepProduct__price {
  margin-top: 12px;
}

.tStepProduct__item, .tStepProduct__item--link, .tStepProduct__item--linkArea {
  border: 1px solid #E0E0E0;
  padding: 20px 24px 20px 10px;
  margin-top: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tStepProduct__item--link {
  background: url(/contents/common/images/bg-link-arrow-next.png) right 10px center no-repeat;
  background-size: auto;
  background-size: 5px 9px;
}

.tStepProduct__item--linkArea {
  background: url(/contents/common/images/bg-link-arrow-next.png) right 10px center no-repeat;
  background-size: auto;
  background-size: 5px 9px;
  display: block;
}

.tStepProduct__img {
  text-align: center;
  width: 100px;
}

@media screen and (max-width: 768px) {
  .tStepProduct__img {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

.tStepProduct__img img {
  width: 100%;
}

.tStepProduct__num {
  display: block;
  font-size: 15px;
  font-weight: bold;
}

.tStepProduct__name {
  font-size: 12px;
}

.tStepProduct__content {
  background: #fff;
}

.tStepProduct__content a {
  text-decoration: none;
}

.tStepProduct__detail {
  padding-left: 20px;
}

.tStepProduct__comments {
  font-size: 11px;
}

.tStepProduct__itemTitle {
  font-size: 16px;
}

.tStepProduct__itemTxt, .tStepProduct__itemPrice {
  font-size: 12px;
}

.tStepProduct__subTitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

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

/* 比較表モーダル */
.aging {
  margin-top: 40px;
  line-height: 1.8;
}

.aging p {
  font-size: 12px;
  margin: 0;
}

.aging a {
  text-decoration: none;
}

.aging__title {
  margin-bottom: 20px;
  margin-left: 10px;
}

.agingItem + .aging__title {
  margin-top: 30px;
}

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

.aging__cap {
  font-size: 10px;
  white-space: nowrap;
}

.aging__col:first-child {
  background: url(/contents/common/images/bg-aging.png) no-repeat;
  background-size: 100% 100%;
  background-position-y: 30px;
  width: 50px;
  text-align: center;
}

.aging__col:last-child {
  padding-top: 18px;
  padding-left: 6px;
}

.agingItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0 0;
}

.agingItem img {
  width: 90px;
}

.agingItem__col:first-child {
  width: 90px;
}

.agingItem__col:last-child {
  width: calc(100% - 90px);
}

.agingItem__memo {
  background: #e9e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  min-height: 36px;
  width: 100%;
  padding: 0 8px;
  margin: 6px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.agingItem .notes {
  font-size: 8px;
  margin-top: 4px;
}

.agingItem--2row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}

.agingItem__2col {
  width: 50%;
}

.agingItem__2col:first-child {
  padding-right: 12px;
}

.agingItem__2col:last-child {
  padding-left: 12px;
}

.agingItem__2col img {
  width: 90px;
}

.agingItem__2col .notes {
  font-size: 8px;
  margin-top: 4px;
}

.agingItem__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__close {
  background: transparent;
}

.productModal .productModal__Wrap {
  padding-bottom: 60px;
  margin-top: 40px;
}

.iphone .productModal .productModal__Wrap {
  padding-bottom: 160px;
}

.productModal__content .txt--alert {
  display: inline-block;
  margin-top: 20px;
  font-size: 12px;
}

.productModal__content .productModal__txt {
  margin-top: 10px;
  font-size: 12px;
  margin-left: 74px;
}

@media screen and (max-width: 768px) {
  .productModal__content .productModal__txt {
    margin-top: 0;
    margin-left: 64px;
  }
}

.productModal__content .productModal__txt .txt--outOfStock,
.productModal__content .productModal__txt .txt--endOfSale {
  font-size: 12px;
}

.productModal__content .productModal__price {
  white-space: nowrap;
}

.productModal__content .productModal__price .txt--alert {
  display: inline;
  margin-top: 0;
  font-size: 23px;
}

.modal__iconClose {
  background: #f5f5f5;
  border-top: 1px solid #e0e0e0;
  position: -webkit-sticky;
  position: sticky;
  text-align: center;
  padding: 30px 0;
  left: 0;
  bottom: -20px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .modal__iconClose {
    position: fixed;
    left: 20px;
    bottom: 0;
    width: calc(100% - 40px);
  }
}

.modal__iconClose::before {
  content: "";
  display: block;
  position: absolute;
  top: -61px;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(60%, #f5f5f5), to(#f5f5f5));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #f5f5f5 60%, #f5f5f5 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #f5f5f5 60%, #f5f5f5 100%);
  height: 60px;
  width: 100%;
}

.modal__iconClose.is-hide::before {
  content: none;
}

.modal__iconClose div {
  cursor: pointer;
  width: 110px;
  margin: 0 auto;
}

.modal__iconClose span {
  position: relative;
}

.modal__iconClose span::before, .modal__iconClose span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 40px);
  width: 2px;
  height: 16px;
  background: #333;
}

.modal__iconClose span::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.modal__iconClose span::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.onePlusItem .txt--S {
  font-weight: bold;
}

.onePlusItem .recommendSlide__ttl a {
  font-size: 12px;
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .recommendSlide__info br {
    display: none;
  }
}

.productList .productModal .productAction__num {
  min-width: auto;
}

@media screen and (max-width: 768px) {
  .productList .productModal .productAction__num {
    max-width: none;
  }
}

/* 全成分・成分・原材料表示モーダル */
.productButtonPc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  max-width: 510px;
  margin-top: 20px;
  padding-bottom: 20px;
}

.productButtonPc__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 160px;
  height: 40px;
  border: 1px solid #DDDDDD;
  padding: 0 14px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.productButtonPc__item + .productButtonPc__item {
  margin-left: 15px;
}

.productButtonPc__item:hover {
  opacity: 0.7;
}

.productButtonPc__text {
  font-size: 14px;
  margin: 0 !important;
}

.productButtonPc__arrow {
  width: 6px;
}

.productButtonPc__arrow img {
  display: block;
  width: 100%;
}

.productButtonSp {
  margin-bottom: 20px;
}

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

.productButtonSp__block + .productButtonSp__block {
  margin-top: 20px;
}

.productButtonSp__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 7.5px);
  height: 40px;
  border: 1px solid #DDDDDD;
  padding: 0 14px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.productButtonSp__item + .productButtonSp__item {
  margin-left: 15px;
}

.productButtonSp__text {
  font-size: 14px;
  margin: 0 !important;
}

.productButtonSp__arrow {
  width: 6px;
}

.productButtonSp__arrow img {
  display: block;
  width: 100%;
}

.productModal02 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100100;
  width: 100%;
  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;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.productModal02__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.productModal02__inner {
  background: #ffffff;
  width: 90%;
  max-width: 880px;
  height: 70vh;
  height: 82svh;
  position: relative;
  z-index: 10;
}

.productModal02__item {
  height: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.productModal02__item__heading {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  position: relative;
}

.productModal02__item__heading__text {
  font-size: 22px;
}

.productModal02__item__heading__close {
  width: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.productModal02__item__heading__close img {
  display: block;
  width: 100%;
}

.productModal02__item__heading__close:hover {
  opacity: 0.7;
}

.productModal02__item__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow-y: auto;
  padding: 0 40px 40px;
}

.productModal02__item__nav {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: solid 1px #e0e0e0;
}

.productModal02__item__nav__item {
  width: calc(50% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 5px;
}

.productModal02__item__nav__item:nth-of-type(odd) {
  margin-right: 20px;
}

.productModal02__item__nav__item:hover {
  opacity: 0.7;
}

.productModal02__item__nav__arrow {
  width: 9px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px;
}

.productModal02__item__nav__arrow img {
  display: block;
  width: 100%;
}

.productModal02__item__list {
  margin-top: 40px;
}

.productModal02__item__list__item {
  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;
  margin-top: 40px;
}

.productModal02__item__list__title {
  font-weight: 700;
  font-size: 12px;
  width: 100%;
}

.productModal02__item__list__img {
  width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 10px;
  margin-right: 10px;
}

.productModal02__item__list__img img {
  display: block;
  width: 100%;
}

.productModal02__item__list__text {
  font-size: 12px;
  width: calc(100% - 90px);
  margin-top: 10px;
}

.productModal02__item .tableIngredientWrap {
  width: 100%;
}

.productModal02__item .tableIngredientWrap table th {
  font-size: 12px;
}

.productModal02__item .tableIngredientWrap table td {
  font-size: 12px;
}

.productModal02__item.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.productModal02.is-active {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .productModal02__item__heading__close:hover {
    opacity: 1;
  }
  .productModal02__item__content {
    padding: 0 20px 20px;
  }
  .productModal02__item__nav__item {
    width: 100%;
  }
  .productModal02__item__nav__item:nth-of-type(odd) {
    margin-right: 0;
  }
  .productModal02__item__nav__item:hover {
    opacity: 1;
  }
  .productModal02__item__list__title {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
    width: calc(100% - 70px);
  }
  .productModal02__item__list__img {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    width: 60px;
    margin-top: 0;
  }
  .productModal02__item__list__text {
    -webkit-box-ordinal-group: 31;
        -ms-flex-order: 30;
            order: 30;
    width: 100%;
  }
}
