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

/* ---------------------------------------------------------------------
	商品詳細（ファーストビュー部分）
 --------------------------------------------------------------------- */
.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;
  padding-left: 20px;
  -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;
  padding-right: 30px;
}

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

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

@media screen and (max-width: 768px) {
  .productDetail__img {
    float: none;
    width: auto;
    margin: 40px -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: 40px;
}

@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 0px;
}

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

.favoriteBalloon {
  position: relative;
}

.favoriteBalloon .favoriteBtn {
  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%);
}

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

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

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

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

.productSlide__thumb ul {
  margin-right: -5px;
  margin-bottom: 15px;
}

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

.productSlide__thumb li {
  width: 16.6%;
  float: left;
  padding: 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;
}

.productSlide__thumb a img {
  width: 100%;
}

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

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

/* ---------------------------------------------------------------------
	画像ズームページ
 --------------------------------------------------------------------- */
.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: 40px;
}

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

.productAction ul {
  margin: 0 0 0 20px;
}

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

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

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

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

@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 {
  width: 265px;
}

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

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

@media screen and (max-width: 768px) {
  .productAction__cartBtn .btn--cart span,
  .productAction__cartBtn .btn--cartWhite 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 {
    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 20px 0 0;
  display: inline-block;
  float: left;
}

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

/* ---------------------------------------------------------------------
	商品の種類を選ぶ
 --------------------------------------------------------------------- */
.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: #FFF;
}

@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: #F0F0F0;
  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/bg-type-disabled.png) 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;
}
