@charset "UTF-8";
/* products */
/*
## item_list
*/
@-webkit-keyframes post-info-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes post-info-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page-product-list {
  overflow-x: hidden;
}

.article-detail.page-product-list .breadcrumb {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}

.page-product-list .fade {
  opacity: 0;
  transform: translate(0, 20px);
  transition: opacity 0.3s ease, transform 0.7s cubic-bezier(0.09, 0.41, 0.25, 1);
}

.page-product-list .fade.is-fadein {
  opacity: 1;
  transform: translate(0, 0);
}

.page-product-list .fade-top {
  transform: none;
}

.page-product-list .fade-top-pc {
  transform: none;
}

.page-product-list .fade.pc-delay {
  transition-delay: 0.2s;
}

.page-product-list .fade.pc-delay2 {
  transition-delay: 0.4s;
}

.page-product-list .fade.is-none-translate {
  transform: none;
}

.page-product-list .fade-pc {
  opacity: 0;
  transform: translate(0, 40px);
  transition: opacity 0.3s ease, transform 0.7s cubic-bezier(0.09, 0.41, 0.25, 1);
}

.page-product-list .fade-pc.is-fadein {
  opacity: 1;
  transform: translate(0, 0);
}

.page-product-list .fade-pc.is-none-translate {
  transform: none;
}

.page-product-list .section-item-list {
  position: relative;
  z-index: 1;
  height: auto;
  min-width: 1024px;
  margin-top: 20px;
}

.section-product-list-title {
  position: relative;
  z-index: 1;
  height: auto;
  min-width: 1024px;
  margin-top: 20px;
}

.page-product-list .section-item-list .box-title,
.section-product-list-title .box-title {
  color: #ff322d;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 0 30px 20px;
  box-sizing: border-box;
  margin-bottom: 24px;
}

.page-product-list .section-item-list .box-title:after,
.section-product-list-title .box-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #BBBBBB;
  position: absolute;
  bottom: 0;
  left: 0;
}

.page-product-list .section-item-list .box-title .title-sub,
.section-product-list-title .box-title .title-sub {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  display: block;
}

.page-product-list .section-item-list .box-title .title-main,
.section-product-list-title .box-title .title-main {
  font-size: 80px;
  font-family: "TTNormsPro-Bold", sans-serif;
  margin-top: 13px;
  letter-spacing: -0.02em;
  margin-left: -0.05em;
  display: block;
}

.page-product-list .section-item-list .box-title .text01,
.section-product-list-title .box-title .text01 {
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 24px;
  margin-top: 6px;
  color: #222;
}

.page-product-list .section-item-list .box-title .text02,
.section-product-list-title .box-title .text02 {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 24px;
  color: #777;
  margin-top: 2px;
  margin-bottom: 7px;
}

.page-product-list .section-item-list .box-count {
  font-size: 16px;
  letter-spacing: 0.05em;
  position: relative;
  /* top: -70px; */
  width: 100%;
  padding: 0 30px 0;
  margin-bottom: 14px;
  text-align: right;
  box-sizing: border-box;
  z-index: 3;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.page-product-list .section-item-list .box-count .count {
  /* position: absolute;
  top: 0px;
  right: 30px;
  width: auto; */
  font-family: "TTNormsPro-Medium", sans-serif;
  font-weight: normal;
  line-height: 1.8;
}

.page-product-list .section-item-list .box-count .search-result {
  /* position: absolute;
  top: 0px;
  right: 180px; */
  width: auto;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  display: flex;
  /*flex: 1;*/
  overflow: hidden;
  width: 85%;
  white-space: nowrap;
  position: relative;
}

.page-product-list .section-item-list .box-count .search-result:after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 90%);
  right: 0;
  height: 100%;
}

.page-product-list .section-item-list .box-count .search-result .search-condition {
  line-height: 1.8;
  text-align: left;
}

.page-product-list .section-item-list .box-count .search-result .search-condition:not(:last-child) {
  margin-right: 40px;
}

.page-product-list .section-item-list .box-count .search-result .search-condition span {
  color: #777;
  margin-right: 2px;
}

.page-product-list .section-item-list .box-filter-list {
  position: relative;
  z-index: 2;
  width: 100%;
  max-height: 62px;
  /* margin-bottom: 12px; */
  margin-bottom: 30px;
  overflow: hidden;
}

.page-product-list .section-item-list .box-filter-arrow {
  position: absolute;
  background: #fff;
  width: 60px;
  height: 100%;
  top: 0;
  z-index: 2;
  transition: opacity 0.15s;
  cursor: pointer;
}

.page-product-list .section-item-list .box-filter-arrow.is-disabled {
  opacity: 0;
  pointer-events: none;
}

.page-product-list .section-item-list .box-filter-arrow .arrow {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  transition: transform 0.2s ease-in;
}

.page-product-list .section-item-list .box-filter-arrow .arrow::after {
  content: "";
  display: block;
  border-right: 3px solid #ff322d;
  border-top: 3px solid #ff322d;
  width: 10px;
  height: 10px;
}

.page-product-list .section-item-list .box-filter-prev {
  left: 0;
}

.page-product-list .section-item-list .box-filter-next {
  right: 0;
}

.page-product-list .section-item-list .box-filter-prev .arrow {
  right: 17px;
}

.page-product-list .section-item-list .box-filter-next .arrow {
  left: 17px;
}

.page-product-list .section-item-list .box-filter-prev .arrow::after {
  transform: translate(-20%, -50%) rotate(-135deg);
}

.page-product-list .section-item-list .box-filter-next .arrow::after {
  transform: translate(-20%, -50%) rotate(45deg);
}

.page-product-list .section-item-list .box-filter-prev:hover .arrow {
  transform: translate(-5px, 0);
}

.page-product-list .section-item-list .box-filter-next:hover .arrow {
  transform: translate(5px, 0);
}

.page-product-list .section-item-list .box-filter-list dl {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  color: #ff322d;
  position: relative;
  z-index: 2;
  /* padding: 10px 30px; */
  padding: 10px 0;
  box-sizing: border-box;
  white-space: nowrap;
  font-size: 0;
}

.page-product-list .section-item-list .box-filter-list dl dt {
  margin-right: 10px;
  display: inline-block;
  padding-left: 30px;
}

.page-product-list .section-item-list .box-filter-list dl dt .btn a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-image: url("../images/common/icon-filter-list_on.svg"), url("../images/common/icon-filter-list_on_white.svg");
  background-size: 25px 16px;
  background-repeat: no-repeat;
  width: 25px;
  height: 16px;
  margin-right: 8px;
}

.page-product-list .section-item-list .box-filter-list dl dd {
  display: inline-block;
  padding-right: 20px;
}

.page-product-list .section-item-list .box-filter-list dl dd ul {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  white-space: nowrap;
}

.page-product-list .section-item-list .box-filter-list dl dd ul li {
  margin-right: 10px;
  display: inline-block;
}

.page-product-list .section-item-list .box-filter-list dl .btn a {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 400;
  background-color: transparent;
  color: #ff322d;
  border: 1px solid #ff322d;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 40px;
  padding: 0 20px;
  width: auto;
  text-align: center;
  transition: transform 0.3s cubic-bezier(0.48, 1.5, 0.56, 1.2), background 0.3s, color 0.3s;
}

@media screen and (min-width: 751px) {
  /* .page-product-list .section-item-list .box-filter-list dl dt .btn a:hover{
    color: #fff;
    background: #ff322d;
    border-color: #ff322d;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  } */
  .page-product-list .section-item-list .box-filter-list dl dt .btn a:hover:before {
    background-image: url("../images/common/icon-filter-list_on_white.svg");
  }
  .page-product-list .section-item-list .box-filter-list dl .btn a:hover {
    transform: none;
    background-color: #ff322d;
    color: #fff;
    border-color: #ff322d;
    /* color: #FF322D;
    border: 1px solid #FF322D; */
    opacity: 1;
    transform: scale(1.08);
  }
}
.page-product-list .section-item-list .box-filter-list dl dd .btn a {
  transition: all 0.2s;
  position: relative;
}

.page-product-list .section-item-list .box-filter-list dl dd .btn a.is-show-close-btn {
  color: #fff;
  border: 1px solid #FF322D;
  background: #ff322d;
}

/* .page-product-list .section-item-list .box-filter-list dl dd .btn a:hover {
  padding-left: 35px;
} */
/* .page-product-list .section-item-list .box-filter-list dl dd .btn a:hover:before {
  opacity: 1;
} */
.page-product-list .section-item-list .grid {
  margin: 0 1.639%;
}

.page-product-list .section-item-list .grid-item-sizer {
  width: 23.77%;
}

.page-product-list .section-item-list .grid-item-gutter {
  width: 1.639%;
}

.page-product-list .section-item-list .grid-child {
  color: #FFF;
  /*文字色指定*/
  background-color: #FFF;
  /*背景色*/
  width: 23.77%;
  /*周りの余白指定*/
  box-sizing: border-box;
  position: relative;
  opacity: 0;
  transform: translate(0, 40px);
  transition: opacity 0.2s ease, transform 0.7s cubic-bezier(0.09, 0.41, 0.25, 1);
  transition: opacity 0.2s ease, transform 0.7s cubic-bezier(0.09, 0.41, 0.25, 1), left 0s, top 0s;
  z-index: 1;
  margin-bottom: 2.0491%;
  float: left;
}

.page-product-list .section-item-list .grid-big {
  width: 49.1%;
}

.page-product-list .section-item-list .grid-child.is-fadein {
  opacity: 1;
  transform: translate(0, 0);
}

.page-product-list .section-item-list .grid-child:hover {
  z-index: 2;
}

.page-product-list .section-item-list .grid-child .icon-favorite {
  position: absolute;
  top: 2%;
  right: 3%;
  color: #777;
  z-index: 1;
}

.page-product-list .section-item-list .grid-child a {
  display: block;
  opacity: 1;
}

.page-product-list .section-item-list .grid-child a figure {
  transition: transform 0.3s cubic-bezier(0.48, 1.5, 0.56, 1.2), box-shadow 0.3s ease;
  box-shadow: 3px 3px 10px 0 rgba(5, 0, 1, 0);
  position: relative;
}

.page-product-list .section-item-list .grid-child a:hover figure {
  transform: scale(1.05);
  box-shadow: 3px 3px 10px 0 rgba(5, 0, 1, 0.1);
  z-index: 2;
}

.page-product-list .section-item-list .grid-child img {
  width: 100%;
}

.page-product-list .section-item-list .grid-child .product-title {
  position: absolute;
  top: 4.2%;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.page-product-list .section-item-list .grid-child:nth-child(1) .product-title,
.page-product-list .section-item-list .grid-child:nth-child(16) .product-title {
  top: 6.3%;
}

.page-product-list .section-item-list .grid-child .product-title p {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 22px;
  color: #333333;
  overflow: hidden;
  width: 75.3333%;
  text-overflow: ellipsis;
  margin: 0 auto;
  white-space: nowrap;
}

.page-product-list .section-item-list .grid-child .product-title p.name {
  color: #777;
}

.page-product-list .section-item-list .grid-child .product-title p.price {
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 22px;
  color: #333;
  font-family: "TTNormsPro-Bold", sans-serif;
  font-weight: normal;
}
.page-product-list .section-item-list .grid-child .product-title p.price span {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
}

.page-product-list .section-item-list .grid-child .product-title .label_box {
  margin-top: 10px;
  margin-top: 7px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.page-product-list .section-item-list .grid-child .product-title .label_box .label {
  padding: 5px 7px;
  background: #000;
  border-radius: 3px;
  font-size: 10px;
  letter-spacing: 0.04em;
  line-height: 12px;
  display: block;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  margin-right: 10px;
}
.page-product-list .section-item-list .grid-child .product-title .label_box .label.label_new {
  font-family: "TTNormsPro-Bold", sans-serif;
  font-weight: normal;
}

.page-product-list .section-item-list .grid-child .product-title .label_box .label:first-of-type {
  margin-left: 0;
}

.page-product-list .section-item-list .grid-child .product-title .label_box .label:last-of-type {
  margin-right: 0;
}

.page-product-list .section-item-list .grid-child .product-title .label_box .label.label_red {
  background: #FD322C;
}

.page-product-list .section-item-list .grid-child .product-title .label_box .label.label_gray {
  background: #999999;
}

.article-detail .section-item-list .grid-child .product-title .label_box {
  margin-top: 10px;
  margin-top: 7px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  min-height: 22px;
}

.article-detail .section-item-list .grid-child .product-title .label_box .label {
  padding: 5px 7px;
  background: #000;
  border-radius: 3px;
  font-size: 10px;
  letter-spacing: 0.04em;
  line-height: 12px;
  display: block;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  margin-right: 10px;
}
.article-detail .section-item-list .grid-child .product-title .label_box .label.label_new {
  font-family: "TTNormsPro-Bold", sans-serif;
  font-weight: normal;
}

.article-detail .section-item-list .grid-child .product-title .label_box .label:first-of-type {
  margin-left: 0;
}

.article-detail .section-item-list .grid-child .product-title .label_box .label:last-of-type {
  margin-right: 0;
}

.article-detail .section-item-list .grid-child .product-title .label_box .label.label_red {
  background: #FD322C;
}

.article-detail .section-item-list .grid-child .product-title .label_box .label.label_gray {
  background: #999999;
}

.page-product-list .section-item-list .grid-child .product-title p.price span {
  font-size: 10px;
}

.page-product-list .section-item-list .box-text-result {
  padding: 17px 30px 82px;
  width: 100%;
  box-sizing: border-box;
}

.page-product-list .section-item-list .box-text-result .text-01 {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.page-product-list .section-item-list .box-text-result .text-02 {
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
}

.page-product-list .section-item-list .box-text-result .text-03 {
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.01em;
}

.page-product-list .section-item-list .search-form {
  padding: 0 30px 130px;
  width: 100%;
  box-sizing: border-box;
}

.page-product-list .section-item-list .search-form .form-bg {
  border-bottom: 1px solid #999999;
  margin: 0 auto 0;
  padding-bottom: 9px;
}

.page-product-list .section-item-list .search-form .form-bg input[type=text] {
  border: none;
  width: calc(100% - 49px);
  font-size: 16px;
  letter-spacing: 0.05em;
}

.page-product-list .section-item-list .search-form .form-bg input[type=submit] {
  height: 34px;
  width: 34px;
  position: relative;
  background: url(../../assets/images/common/icon-search.svg) center center no-repeat;
  background-size: 17px;
  text-indent: -99999px;
  border: none;
  outline: none;
  left: 3px;
}

.page-product-list .pagination {
  margin-top: 60px;
  margin-bottom: 100px;
}

.page-product-list .pagination ul {
  display: block;
  text-align: center;
  font-size: 0;
}

.page-product-list .pagination ul li {
  display: inline-block;
  vertical-align: middle;
  font-family: "TTNormsPro-Medium", sans-serif;
  font-weight: normal;
  font-size: 16px;
}

.page-product-list .pagination ul li:first-child a,
.page-product-list .pagination ul li:last-child a {
  transition: transform 0.3s ease;
}

.page-product-list .pagination ul li a.arrow {
  margin-top: 5px;
}

.page-product-list .pagination ul li:first-child img,
.page-product-list .pagination ul li:last-child img {
  width: 8px;
  height: 12px;
}

.page-product-list .pagination ul li a {
  color: #222222;
  text-decoration: none;
  display: block;
  padding: 20px 35px;
  position: relative;
}

.page-product-list .pagination ul li a:not(.arrow)::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #FF322D;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -8px;
  opacity: 0;
  transform: translate(0, 3px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.page-product-list .pagination ul li a:not(.arrow).active:after,
.page-product-list .pagination ul li a:not(.arrow):hover::after {
  opacity: 1;
  transform: translate(0, 0);
}

.page-product-list .pagination ul li:first-child a.arrow:hover {
  transform: translate(-5px, 0);
}

.page-product-list .pagination ul li:last-child a.arrow:hover {
  transform: translate(5px, 0);
}

.page-product-list .item-list h2 {
  position: relative;
  left: 26px;
  margin-bottom: -40px;
}

.page-product-list .item-list h2 .ttl01 {
  font-size: 22px;
  letter-spacing: 0.05em;
  color: #ff322d;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
}

.page-product-list .item-list h2 .ttl02 {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 50px;
  letter-spacing: -0.02em;
  line-height: 67px;
  text-align: left;
  color: #ff322d;
  margin-bottom: 24px;
}

.page-product-list .item-list .box-slider .slide .text {
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translate(-50%, 0);
  width: 76.811%;
  text-align: center;
  color: #fff;
}

.page-product-list .item-list .box-slider .slide .text .title {
  font-size: 13px;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: center;
  line-height: 22px;
}

.page-product-list .item-list .box-slider .slide .text .title .manufacturer {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-product-list .item-list .box-slider .slide .text .title .item-name {
  color: #777;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-product-list .item-list .box-slider .slide .text .price {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0;
}

.page-product-list .item-list .box-slider .slide .text .price .en {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 22px;
  color: #333333;
  font-weight: 600;
}

.page-product-list .item-list .box-slider .slide .text .price .jp {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.08em;
  line-height: 22px;
  color: #333333;
}

.page-product-list .recommend-item {
  margin: 99px 0 110px;
}

.page-product-list .section-slider .box-title {
  color: #ff322d;
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.page-product-list .section-slider .title-text {
  color: #ff322d;
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 22px;
  text-align: left;
  color: #ff322d;
  margin-top: 20px;
}

.page-product-list .section-slider .box-title .title-sub {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  display: block;
}

.page-product-list .section-slider .box-title .title-main {
  font-size: 80px;
  font-family: "TTNormsPro-Bold", sans-serif;
  margin-top: 13px;
  line-height: 0.9375;
  letter-spacing: -0.02em;
  margin-left: -0.05em;
  display: block;
}

.page-product-list .section-newborn .box-title {
  margin-bottom: -57px;
}

.page-product-list .section-newborn {
  margin-top: -101px;
}

.page-product-list .section-wedding {
  margin: 115px 0 0;
}

.page-product-list .section-wedding .box-title {
  margin-bottom: -57px;
}

.page-product-list .section-thankyou {
  margin-top: 97px;
  margin-bottom: 148px;
}

.page-product-list .section-thankyou .box-title {
  margin-bottom: -57px;
}

.page-product-list .section-mania {
  margin: 117px 0 246px;
}

.page-product-list .section-mania .slider-dots {
  top: 56px;
}

.page-product-list .section-mania .slider-dots.white .swiper-pagination-bullet {
  background: #888;
}

.page-product-list .section-mania .slider-dots.white .swiper-pagination-bullet-active {
  background: #ff322d;
}

.page-product-list .section-mania .box-title .text {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 22px;
  text-align: left;
  color: #ff322d;
  margin-top: 20px;
}

.page-product-list .box-title .title-main .arrow span::after {
  content: "";
  display: inline-block;
  border-right: 4px solid;
  border-bottom: 4px solid;
  transform: rotate(-45deg);
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin: -14px 0 0 20px;
}

@media only screen and (max-width: 768px) {
  .page-product-list {
    padding-bottom: 10px;
  }
  .page-product-list .breadcrumb {
    /* display: block; */
  }
  .page-product-list .section-item-list {
    position: relative;
    z-index: 1;
    height: auto;
    min-width: auto;
    margin-top: 10px;
  }
  .section-product-list-title {
    margin-top: 10px;
    min-width: inherit;
  }
  .section-product-list-title + .section-item-list {
    margin-top: 13px !important;
  }
  .page-product-list .section-item-list .box-title,
.section-product-list-title .box-title {
    color: #ff322d;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 15px 13px;
    box-sizing: border-box;
    margin-bottom: 13px;
  }
  .section-product-list-title .box-title {
    margin-bottom: 0;
  }
  .page-product-list .section-item-list .box-title:after,
.section-product-list-title .box-title:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #BBBBBB;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .page-product-list .section-item-list .box-title .title-sub,
.section-product-list-title .box-title .title-sub {
    font-size: 14px;
    line-height: 30px;
    font-feature-settings: "palt";
  }
  .page-product-list .section-item-list .box-title .title-main,
.section-product-list-title .box-title .title-main {
    font-size: 35px;
    margin-top: 0;
    letter-spacing: -0.02em;
    margin-left: -0.05em;
    line-height: 44px;
  }
  .page-product-list .section-item-list .box-count {
    font-size: 12px;
    letter-spacing: 0.1em;
    position: relative;
    top: 0;
    width: 100%;
    text-align: left;
    /* padding: 0 15px 15px; */
    margin-bottom: 23px;
    /* box-sizing: border-box; */
    z-index: 3;
    /* border-bottom: 1px solid #BBBBBB; */
    display: block;
    padding: 0;
  }
  .article-detail.page-product-list .section-item-list .box-count {
    margin-bottom: 20px;
  }
  .page-product-list .section-item-list .box-count:after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 90%);
    right: 0;
    bottom: 0;
    height: 27px;
  }
  .page-product-list .section-item-list .box-count .count {
    position: relative;
    top: 0;
    right: 0;
    border-bottom: 1px solid #BBBBBB;
    margin-bottom: 13px;
    padding-bottom: 12px;
    padding-left: 15px;
  }
  .page-product-list .section-item-list .box-count ul li.col-one {
    padding: 5px;
    width: 16px;
    height: 19px;
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -13px;
    cursor: pointer;
  }
  .page-product-list .section-item-list .box-count ul li.col-one span {
    background-image: url("../images/common/icon-col-one-off.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 19px;
    display: block;
  }
  .page-product-list .section-item-list .box-count ul li.col-one.active span {
    background-image: url("../images/common/icon-col-one-on.svg");
  }
  .page-product-list .section-item-list .box-count ul li.col-two {
    padding: 5px;
    width: 18px;
    height: 18px;
    position: absolute;
    top: -5px;
    right: 14.66%;
    cursor: pointer;
  }
  .page-product-list .section-item-list .box-count ul li.col-two span {
    background-image: url("../images/common/icon-col-two-off.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: block;
  }
  .page-product-list .section-item-list .box-count ul li.col-two.active span {
    background-image: url("../images/common/icon-col-two-on.svg");
  }
  .page-product-list .section-item-list .box-count .search-result {
    position: relative;
    top: 0;
    right: 0;
    padding: 0 15px;
    /* padding-bottom: 10px; */
    font-size: 15px;
    letter-spacing: 0.05em;
    width: auto;
    overflow-x: scroll;
  }
  .page-product-list .section-item-list .box-count .search-result:after {
    content: none;
  }
  .page-product-list .section-item-list .box-count .search-result .search-condition:last-child {
    padding-right: 20px;
  }
  .page-product-list-sale .section-item-list .box-count .icon {
    display: none;
  }
  .page-product-list-sale .section-item-list .box-count .count {
    border-bottom: none;
  }
  .page-product-list .section-item-list .box-filter-list {
    position: relative;
    z-index: 4;
    max-height: inherit;
    overflow: inherit;
    margin-bottom: 0;
  }
  .page-product-list .section-item-list .box-filter-arrow {
    display: none;
  }
  .page-product-list .section-item-list .box-filter-list dl {
    display: flex;
    color: #ff322d;
    width: 100%;
    overflow-x: scroll;
    position: relative;
    z-index: 2;
    padding: 0 15px;
    box-sizing: border-box;
    white-space: nowrap;
    padding-bottom: 20px;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .page-product-list .section-item-list .box-filter-list dl dt {
    margin-right: 6px;
    padding: 0;
  }
  .page-product-list .section-item-list .box-filter-list dl dt .btn a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background-image: url("../images/common/icon-filter-list_on.svg");
    background-size: 25px 16px;
    background-repeat: no-repeat;
    width: 25px;
    height: 16px;
    margin-right: 8px;
  }
  .page-product-list .section-item-list .box-filter-list dl dd {
    padding: 0;
  }
  .page-product-list .section-item-list .box-filter-list dl dd ul {
    display: flex;
  }
  .page-product-list .section-item-list .box-filter-list dl dd ul li {
    margin-right: 10px;
  }
  .page-product-list .section-item-list .box-filter-list dl .btn a {
    background-color: transparent;
    color: #FF322D;
    border: 1px solid #FF322D;
    display: inline-block;
    font-size: 13px;
    line-height: 40px;
    letter-spacing: 0.04em;
    padding: 0 12px;
    width: auto;
    text-align: center;
  }
  /* .page-product-list .section-item-list .box-filter-list dl .btn a:hover {
    background-color: transparent;
    color: #FF322D;
    border: 1px solid #FF322D;
    opacity: 1;
  } */
  .page-product-list .section-item-list .grid {
    opacity: 0;
  }
  .page-product-list .section-item-list .grid.one {
    padding: 0 0;
    -webkit-animation: post-info-animation 0.3s ease;
    animation: post-info-animation 0.3s ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .page-product-list .section-item-list .grid.one .grid-item-sizer {
    width: 100%;
  }
  .page-product-list .section-item-list .grid.one .grid-item-gutter {
    width: 0%;
  }
  .page-product-list .section-item-list .grid.one .grid-child {
    color: #FFF;
    /* 文字色指定 */
    background-color: #FFF;
    /* 背景色 */
    margin: 0 0 15px 0;
    /* 周りの余白指定 */
    box-sizing: border-box;
    position: relative;
    width: 100%;
    float: left;
  }
  .page-product-list .section-item-list .grid.one .grid-child .icon-favorite {
    position: absolute;
    top: 2%;
    right: 3%;
    color: #777;
    z-index: 1;
  }
  .page-product-list .section-item-list .grid.one .grid-child a {
    display: block;
  }
  .page-product-list .section-item-list .grid.one .grid-child a:hover figure {
    transform: none;
    z-index: 2;
  }
  .page-product-list .section-item-list .grid.one .grid-child img {
    width: 100%;
  }
  .page-product-list .section-item-list .grid.one .grid-child .product-title {
    position: absolute;
    top: 5%;
    text-align: center;
    width: 100%;
  }
  .page-product-list .section-item-list .grid.one .grid-child .product-title p {
    display: block;
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 20px;
    color: #333333;
    width: 83.188%;
  }
  .page-product-list .section-item-list .grid.one .grid-child .product-title p.name {
    color: #777;
  }
  .page-product-list .section-item-list .grid.one .grid-child .product-title p.price span {
    font-size: 10px;
  }
  .page-product-list .section-item-list .grid.two {
    padding: 0 0;
    margin-left: 0;
    opacity: 0;
    -webkit-animation: post-info-animation 0.3s ease;
    animation: post-info-animation 0.3s ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    margin: 0 auto;
    width: 92%;
  }
  .page-product-list .section-item-list .grid.two .grid-child {
    color: #FFF;
    /* 文字色指定 */
    background-color: #FFF;
    /* 背景色 */
    margin: 0 0 40px 0;
    /* 周りの余白指定 */
    box-sizing: border-box;
    position: relative;
    width: 48.55%;
    float: left;
  }
  .page-product-list .section-item-list .grid.two .grid-child:nth-child(even) {
    transition-delay: 0.2s;
  }
  .page-product-list .section-item-list .grid.two .grid-item-sizer {
    width: 48.55%;
  }
  .page-product-list .section-item-list .grid.two .grid-item-gutter {
    width: 2.66%;
  }
  /* 最初の2個 */
  /* .page-product-list .section-item-list .grid-child:nth-child(even):nth-child(-n+2){
    transition-delay: .2s;
  } */
  /* 最初の3個目から14個目まで */
  /* .page-product-list .section-item-list .grid-child:nth-child(odd):nth-child(n+3):nth-child(-n+14){
    transition-delay: .2s;
  } */
  /* 15個目以降 */
  /* .page-product-list .section-item-list .grid-child:nth-child(even):nth-child(n+15){
    transition-delay: .2s;
  } */
  /*
  .page-product-list .section-item-list .grid.two .grid-child:nth-child(1) {
    -ms-grid-column: auto;
    grid-column-start: auto;
    grid-column-end: auto;
    -ms-grid-row: auto;
    grid-row-start: auto;
    grid-row-end: auto;
  }
  .page-product-list .section-item-list .grid.two .grid-child:nth-child(16) {
    -ms-grid-column: auto;
    grid-column-start: auto;
    grid-column-end: auto;
    -ms-grid-row: auto;
    grid-row-start: auto;
    grid-row-end: auto;
  }
  .page-product-list .section-item-list .grid.two .grid-child:nth-child(3) {
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .page-product-list .section-item-list .grid.two .grid-child:nth-child(14) {
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 3;
    -ms-grid-row: 8;
    grid-row-start: 8;
    grid-row-end: 9;
  }*/
  .page-product-list .section-item-list .grid.two .grid-child .icon-favorite {
    position: absolute;
    top: 2%;
    right: 3%;
    color: #777;
    z-index: 1;
  }
  .page-product-list .section-item-list .grid.two .grid-child a {
    display: block;
    text-decoration: none;
  }
  .page-product-list .section-item-list .grid.two .grid-child a:hover figure {
    transform: none;
    z-index: 2;
  }
  .page-product-list .section-item-list .grid.two .grid-child img {
    width: 100%;
  }
  .page-product-list .section-item-list .grid.two .grid-child .product-title {
    position: relative;
    top: 0;
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
  .page-product-list .section-item-list .grid.two .grid-child .product-title p {
    display: block;
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 18px;
    color: #333333;
    width: 91.044%;
  }
  .page-product-list .section-item-list .grid.two .grid-child .product-title p.name {
    color: #777;
  }
  .page-product-list .section-item-list .grid.two .grid-child .product-title p.price {
    display: block;
  }
  .page-product-list .section-item-list .grid.two .grid-child .product-title p.price span {
    font-size: 10px;
  }
  .page-product-list .section-item-list .box-text-result {
    padding: 0 15px 68px;
    width: 100%;
    box-sizing: border-box;
  }
  .page-product-list .section-item-list .box-text-result .text-01 {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.05em;
    margin-bottom: 11px;
  }
  .page-product-list .section-item-list .box-text-result .text-02 {
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0.01em;
    margin-bottom: 11px;
    line-height: 22px;
  }
  .page-product-list .section-item-list .box-text-result .text-03 {
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0.01em;
  }
  .page-product-list .section-item-list .search-form {
    padding: 0 15px 60px;
    width: 100%;
    box-sizing: border-box;
  }
  .page-product-list .section-item-list .search-form .form-bg {
    border-bottom: 1px solid #999999;
    margin: 0 auto 0;
    padding-bottom: 5px;
  }
  .page-product-list .section-item-list .search-form .form-bg input[type=text] {
    border: none;
    margin-left: 0;
    width: calc(100% - 55px);
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .page-product-list .section-item-list .search-form .form-bg input[type=submit] {
    height: 34px;
    width: 34px;
    position: relative;
    background: url(../../assets/images/common/icon-search.svg) center center no-repeat;
    background-size: 17px;
    text-indent: -99999px;
    border: none;
    outline: none;
    left: 3px;
  }
  .page-product-list .pagination {
    margin-top: 25px;
    margin-bottom: 75px;
  }
  .page-product-list .pagination ul {
    display: block;
    text-align: center;
    font-size: 0;
  }
  .page-product-list .pagination ul li {
    display: inline-block;
    vertical-align: middle;
    font-family: "TTNormsPro-Medium", sans-serif;
    font-weight: normal;
    font-size: 15px;
  }
  .page-product-list .pagination ul li:first-child img,
.page-product-list .pagination ul li:last-child img {
    width: 8px;
    height: 12px;
  }
  .page-product-list .pagination ul li a {
    color: #222222;
    text-decoration: none;
    display: block;
    padding: 15px 18px;
    position: relative;
  }
  .page-product-list .pagination ul li a.active:after {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background-color: #FF322D;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -8px;
  }
  /* .page-product-list .related-item {
    margin: 0 0 218px;
  } */
  .page-product-list .recommend-item {
    margin: 0 0 90px;
  }
  .page-product-list .item-list h2 .ttl01 {
    font-size: 14px;
    letter-spacing: 0.04em;
    width: 100%;
    margin-bottom: 8px;
  }
  .page-product-list .item-list h2 {
    left: 0;
    /* width: 92%; */
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .page-product-list .item-list h2 .ttl02 {
    font-size: 35px;
    letter-spacing: 0;
    line-height: 40px;
    text-align: left;
    margin-bottom: -4px;
  }
  .page-product-list .item-list .box-slider .slide .text {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 91.044%;
    margin-top: 13px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-product-list .item-list .box-slider .slide .text .title {
    font-size: 12px;
    font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 18px;
    text-align: center;
    margin-bottom: 0;
  }
  .page-product-list .item-list .box-slider .slide .text .title .manufacturer {
    display: block;
  }
  .page-product-list .item-list .box-slider .slide .text .title .item-name {
    display: block;
  }
  .page-product-list .item-list .box-slider .slide .text .price .en {
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 18px;
    font-weight: 600;
  }
  .page-product-list .item-list .box-slider .slide .text .price .jp {
    margin-left: 0;
    font-weight: 600;
  }
  .page-product-list .section-slider .slider-dots {
    display: none;
  }
  .page-product-list .section-slider.section-mania .slider-dots {
    display: inherit;
    top: 7px;
  }
  .page-product-list .section-slider .box-title .title-sub {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
  .page-product-list .section-slider .box-title .title-main {
    font-size: 40px;
    letter-spacing: 0.02em;
  }
  .page-product-list .section-slider .box-title {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
  }
  .page-product-list .section-slider .title-text {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 22px;
    text-align: left;
    color: #ff322d;
  }
  .page-product-list .box-title .title-main .arrow span::after {
    content: "";
    display: inline-block;
    border-right: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    width: 6px;
    height: 6px;
    vertical-align: middle;
    margin: -9px 0 0 10px;
  }
  .page-product-list .section-mania {
    margin: 68px 0 195px;
  }
  .page-product-list .section-mania .box-title .text {
    margin-top: 8px;
  }
  .page-product-list .section-newborn .box-title {
    margin-bottom: -15px;
  }
  .page-product-list .section-wedding {
    margin: 57px 0 0;
  }
  .page-product-list .section-wedding .box-title {
    margin-bottom: -15px;
  }
  .page-product-list .section-thankyou {
    margin-top: 56px;
    margin-bottom: 125px;
  }
  .page-product-list .section-thankyou .box-title {
    margin-bottom: -15px;
  }
  .page-product-list .section-item-list .grid-child .product-title .label_box {
    margin-top: 4px;
    min-height: 17.6px;
  }
  .page-product-list .section-item-list .grid-child .product-title .label_box .label {
    padding: 4px 5px;
    display: inline-block;
    font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: 600;
    font-size: 8px;
    letter-spacing: 0.04em;
    line-height: 1.2;
  }
  .page-product-list .section-item-list .grid-child .product-title p.price span {
    font-size: 10px;
  }
}
@media only screen and (max-width: 345px) {
  .page-product-list .section-item-list .grid-child .product-title .label_box .label {
    padding: 4px 3px;
    display: inline-block;
    font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: 600;
    font-size: 8px;
    letter-spacing: 0.01em;
    line-height: 1.2;
    margin-right: 6px;
  }
  .article-detail .section-item-list .grid-child .product-title .label_box .label {
    padding: 4px 3px;
    display: inline-block;
    font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: 600;
    font-size: 8px;
    letter-spacing: 0.01em;
    line-height: 1.2;
    margin-right: 6px;
  }
}
.recommended {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  min-width: 1190px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .recommended {
    width: 93%;
    min-width: 93%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 29px;
    margin-bottom: 80px;
  }
}
.recommended .item {
  width: 160px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 11px;
  text-align: left;
  text-decoration: none;
  background-color: white;
  color: #FF322D;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-color: #ccc;
}
@media screen and (max-width: 768px) {
  .recommended .item {
    width: 50%;
    height: 36px;
  }
}
.recommended .item:first-child {
  border-left: 1px solid #ccc;
  border-radius: 5px 0px 0px 5px;
}
.recommended .item:first-child.non-active {
  background-color: #FF322D;
  color: white;
  border-top: 1px solid #FF322D;
  border-bottom: 1px solid #FF322D;
  border-left: 1px solid #FF322D;
  border-color: #FF322D;
  pointer-events: none;
}
.recommended .item:last-child {
  border-radius: 0 5px 5px 0;
  border-right: 1px solid #ccc;
}
.recommended .item:last-child.non-active {
  background-color: #FF322D;
  color: white;
  border-top: 1px solid #FF322D;
  border-bottom: 1px solid #FF322D;
  border-right: 1px solid #FF322D;
  border-color: #FF322D;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .recommended .item:last-child {
    margin-right: 25px;
  }
}

.breadcrumb {
  margin: 15px auto -10px;
}
@media screen and (min-width: 769px) {
  .breadcrumb {
    min-width: 1190px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    position: relative;
    height: 15px;
    max-width: calc(100% - 30px);
    min-width: calc(100% - 30px);
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    margin-top: 15px;
    overflow: hidden;
  }
  .breadcrumb.text-overflow::after {
    content: "...";
    position: absolute;
    height: 15px;
    background-color: #fff;
    right: 0;
    top: 0;
    color: #777;
  }
  .breadcrumb ol {
    position: absolute;
    left: 0;
    top: 0;
  }
}

.refine-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 100;
  visibility: hidden;
}

.refine-wrap.active {
  visibility: visible;
}

.refine-wrap .refine-cover {
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.refine-wrap .refine-cover.active {
  opacity: 1;
}

.refine-wrap .refine-menu-button-wrap {
  position: absolute;
  top: 31px;
  left: 30px;
  z-index: 9000;
}

.refine-wrap .refine-menu-button-wrap .refine-menu-trigger {
  position: relative;
  width: 20px;
  height: 17px;
  display: block;
  opacity: 0;
  transition: opacity 0.2s;
}

.refine-wrap .refine-menu-button-wrap .refine-menu-trigger.active {
  opacity: 1;
  transition-delay: 0s;
}

.refine-wrap .refine-menu-button-wrap .refine-menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #222222;
  transition: all 0.3s ease;
}

.refine-wrap .refine-menu-button-wrap .refine-menu-trigger span:nth-of-type(1) {
  top: 0;
}

.refine-wrap .refine-menu-button-wrap .refine-menu-trigger span:nth-of-type(2) {
  top: 8px;
}

.refine-wrap .refine-menu-button-wrap .refine-menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.refine-wrap .refine-menu-button-wrap .refine-menu-trigger.active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}

.refine-wrap .refine-menu-button-wrap .refine-menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.refine-wrap .refine-menu-button-wrap .refine-menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}

.refine-wrap .refine-menu-wrap {
  width: 500px;
  height: 100%;
  position: fixed;
  left: 0;
  transform: translate(-500px, 0);
  background-color: #ffffff;
  padding: 86px 30px 60px;
  box-sizing: border-box;
  overflow: auto;
  top: 0;
  transition: transform 0.4s ease;
  z-index: 8000;
  pointer-events: none;
  overflow-x: hidden;
}

.refine-wrap .refine-menu-wrap h2 {
  font-size: 18px;
  color: #ff322d;
  line-height: 40px;
  padding: 0 10px 0 10px;
  letter-spacing: 0.04em;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
}

.refine-wrap .refine-menu-wrap ul li a {
  display: block;
  border-bottom: 1px solid #eeeeee;
  text-decoration: none;
  font-size: 16px;
  color: #222222;
  line-height: 50px;
  padding: 0 10px 0 10px;
  position: relative;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  cursor: pointer;
}

.refine-wrap .refine-menu-wrap ul.sort {
  margin-bottom: 42px;
}

.refine-wrap .refine-menu-wrap ul.sort li a:before {
  content: "";
  display: inline-block;
  vertical-align: -3px;
  width: 16px;
  height: 16px;
  border: 1px solid #cccccc;
  border-radius: 15px;
  position: absolute;
  right: 9px;
  top: 33%;
}

.refine-wrap .refine-menu-wrap ul.sort li a.active:after {
  content: " ";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  position: absolute;
  top: 42%;
  background: #FF322D;
  text-shadow: 0px;
  right: 13px;
  display: inline-block;
}

.refine-wrap .refine-menu-wrap ul.filter li a:after {
  content: "";
  width: 6px;
  height: 9px;
  background-size: 6px 9px;
  background-image: url(../../assets/images/common/icon-menu-right.svg);
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
}

.refine-wrap .refine-menu-wrap ul li .under-category {
  position: absolute;
  top: 0;
  width: 500px;
  right: -500px;
  height: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all 0.3s ease;
  box-sizing: border-box;
  padding: 14px 0;
  overflow: auto;
  pointer-events: none;
  overflow-x: hidden;
}

.refine-wrap .refine-menu-wrap ul li .under-category.active {
  right: 0;
  pointer-events: auto;
}

.refine-wrap .refine-menu-wrap ul li .under-category .back {
  width: 84%;
  margin: 0 auto 0;
}

.refine-wrap .refine-menu-wrap ul li .under-category h2 {
  width: 84%;
  margin: 0 auto;
  margin-top: 19px;
}

.refine-wrap .refine-menu-wrap ul li .under-category ul a {
  padding: 0 10px 0 10px;
  width: 84%;
  margin: 0 auto;
}

.refine-wrap .refine-menu-wrap ul li .under-category .back a {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 50px;
  color: #666;
  border-bottom: none;
  position: relative;
  padding: 0 0 0 35px;
  width: 100%;
}

.refine-wrap .refine-menu-wrap ul li .under-category .back a:after {
  content: none;
}

.refine-wrap .refine-menu-wrap ul li .under-category .back a::before {
  content: "";
  width: 6px;
  height: 9px;
  background-size: 6px 9px;
  background-image: url(../../assets/images/common/icon-menu-left.svg);
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  left: 2px;
  transform: translate(0, -50%);
}

.refine-wrap .refine-menu-wrap ul li .under-category .brand li a:after {
  content: "";
  background-image: url(../../assets/images/common/icon-check.svg);
  width: 14px;
  height: 10px;
  background-size: 14px 10px;
  display: block;
}

.refine-wrap .refine-menu-wrap ul li .under-category .brand li a.active:after {
  background-image: url(../../assets/images/common/icon-check-active.svg);
}

.refine-wrap .refine-menu-wrap ul li .under-category .price li a:after {
  content: "";
  background-image: url(../../assets/images/common/icon-check.svg);
  width: 14px;
  height: 10px;
  background-size: 14px 10px;
  display: block;
}

.refine-wrap .refine-menu-wrap ul li .under-category .price li a.active:after {
  background-image: url(../../assets/images/common/icon-check-active.svg);
}

.refine-wrap .refine-menu-wrap ul li .under-category .clear {
  position: absolute;
  top: 27px;
  right: 12px;
}

.refine-wrap .refine-menu-wrap ul li .under-category .clear a {
  border-bottom: none;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #777;
  line-height: initial;
}

.refine-wrap .refine-menu-wrap ul li .under-category .clear a:after {
  content: none;
}

.refine-wrap .refine-menu-wrap ul li .menu-grandson ul li a:after {
  transform: translate(0, -50%) rotate(90deg);
}

.refine-wrap .refine-menu-wrap ul li .menu-accordion {
  display: none;
  background-color: #EEEEEE;
  margin-top: -1px;
  padding: 12px 0 15px;
}

.refine-wrap .refine-menu-wrap ul li .menu-accordion li a {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 20px;
  color: #222;
  padding: 10px 20px 10px;
  box-sizing: border-box;
  pointer-events: all;
}

.refine-wrap .refine-menu-wrap ul li .menu-grandson .menu-accordion li a:after {
  right: 0;
  transform: translate(0, -50%) rotate(0deg);
}

.refine-wrap .refine-menu-wrap.active {
  transform: translate(0, 0);
  pointer-events: auto;
}

@media only screen and (max-width: 768px) {
  .refine-wrap {
    z-index: 99;
  }
  .refine-wrap .refine-menu-wrap {
    width: 320px;
    transform: translate(-320px, 0);
    padding: 117px 21px 60px;
  }
  .refine-wrap .refine-menu-wrap h2 {
    font-size: 14px;
    letter-spacing: 0.12em;
    padding: 0 0 0 0;
  }
  .refine-wrap .refine-menu-wrap ul li a {
    font-size: 13px;
    letter-spacing: 0.05em;
    padding: 0 0 0 0;
  }
  .refine-wrap .refine-menu-wrap ul.sort li a.active:after {
    width: 8px;
    height: 8px;
    right: 9px;
    top: 42%;
  }
  .refine-wrap .refine-menu-wrap ul.sort li a:before {
    width: 14px;
    height: 14px;
    right: 5px;
    top: 33%;
  }
  .refine-wrap .refine-menu-button-wrap {
    top: 73px;
    left: 16px;
  }
  .refine-wrap .refine-menu-wrap ul li .under-category {
    width: 320px;
    right: -320px;
    padding: 0 0 14px;
  }
  .refine-wrap .refine-menu-wrap ul li .under-category .back {
    width: 89%;
    margin: 55px auto 0;
  }
  .refine-wrap .refine-menu-wrap ul li .under-category .back a {
    font-size: 15px;
    padding: 0px 0 0 21px;
  }
  .refine-wrap .refine-menu-wrap ul li .under-category .clear {
    position: absolute;
    top: 67px;
    right: 25px;
  }
  .refine-wrap .refine-menu-wrap ul li .under-category .clear a {
    text-decoration: underline;
    font-size: 13px;
    letter-spacing: 0.01em;
    text-align: right;
    color: #777;
  }
  .refine-wrap .refine-menu-wrap ul li .under-category .btn {
    width: auto;
    position: absolute;
    top: 55px;
    right: 20px;
    z-index: 1;
  }
  .refine-wrap .refine-menu-wrap ul li .under-category .btn a {
    border-radius: 0;
    font-size: 13px;
    color: #777;
    border: none;
    text-decoration: underline;
    top: 0;
    font-weight: 300;
  }
  .refine-wrap .refine-menu-wrap ul li .under-category .btn a:hover {
    background-color: inherit;
    color: #777;
  }
  .refine-wrap .refine-menu-wrap ul li .menu-accordion li a {
    font-size: 13px;
    letter-spacing: 0.05em;
  }
}
/* =========================
  detail
  =========================*/
.page-product-detail {
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 24px;
  min-width: 1024px;
  position: relative;
  /* z-index: 1; */
  overflow: hidden;
}

#content-wrap.page-product-detail.social {
  padding-top: 0;
}

.page-product-detail .fade {
  opacity: 0;
  transform: translate(0, 20px);
  transition: opacity 0.4s ease, transform 0.7s cubic-bezier(0.09, 0.41, 0.25, 1);
}

.page-product-detail .fade.is-fadein {
  opacity: 1;
  transform: translate(0, 0);
}

.page-product-detail .fade-top {
  transform: none;
}

.page-product-detail .fade-top-pc {
  transform: none;
}

.page-product-detail .fade.pc-delay {
  transition-delay: 0.2s;
}

.page-product-detail .fade.pc-delay2 {
  transition-delay: 0.4s;
}

.page-product-detail .fade.is-none-translate {
  transform: none;
}

.page-product-detail .fade-pc {
  opacity: 0;
  transform: translate(0, 40px);
  transition: opacity 0.4s ease, transform 0.7s cubic-bezier(0.09, 0.41, 0.25, 1);
}

.page-product-detail .fade-pc.is-fadein {
  opacity: 1;
  transform: translate(0, 0);
}

.page-product-detail .fade-pc.is-none-translate {
  transform: none;
}

.page-product-detail a {
  color: inherit;
}

.page-product-detail .breadcrumb {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  margin: 15px auto 0;
}

.page-product-detail.social .breadcrumb {
  display: none;
}

.page-product-detail .area-error {
  position: fixed;
  top: 130px;
  width: 100%;
  left: 0;
  height: 40px;
  text-align: center;
  background: #ff322d;
  z-index: 20;
  transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s;
  transform: translate(0, -40px);
  display: none;
}

.page-product-detail .area-error.is-show {
  transform: translate(0, 0);
  display: block;
}

.page-product-detail.social .area-error.is-show {
  transform: translate(0, -40px);
  display: none;
}

.page-product-detail .area-error .text-error {
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 40px;
  text-align: center;
  color: #fff;
}

.page-product-detail .area-error .text-error {
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 40px;
  text-align: center;
  color: #fff;
}

.page-product-detail .shopping-nav {
  position: fixed;
  height: 90px;
  /*width: 100%;*/
  right: 0;
  bottom: 20px;
  z-index: 10;
  /*min-width: 1024px;*/
}

.page-product-detail .shopping-nav.is-absolute {
  position: absolute;
  bottom: auto;
  left: 0;
}

.page-product-detail .shopping-nav .box-nav {
  position: relative;
  background: #fff;
  border-radius: 30px;
  height: 100%;
  margin: 0 100px 0 0;
  padding: 0 0 0 30px;
  box-shadow: 2px 1px 6px rgba(5, 0, 1, 0.11);
  z-index: 2;
  transition: transform 0.3s cubic-bezier(0.67, 1.5, 0.6, 1), opacity 0.2s;
  transform: scale(0, 0);
  transform-origin: right bottom;
  opacity: 0;
}

.page-product-detail .shopping-nav.is-show .box-nav {
  transform: scale(1, 1);
  opacity: 1;
}

.page-product-detail .shopping-nav .box-nav::before {
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  background: #fff;
  border-radius: 30px;
  z-index: 2;
}

.page-product-detail .shopping-nav .box-nav::after {
  content: "";
  display: block;
  background: url(../images/common/img-item-ballon-tail.svg) no-repeat center center;
  background-size: contain;
  width: 33px;
  height: 17px;
  position: absolute;
  right: -18px;
  bottom: 15px;
  filter: drop-shadow(2px 1px 6px rgba(5, 0, 1, 0.11));
  z-index: 1;
}

.page-product-detail .shopping-nav .box-nav form {
  height: 100%;
}

.page-product-detail .shopping-nav .inner {
  margin: 0 auto;
  width: 94% !important;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 5;
}

@-webkit-keyframes btnRumbleAnim {
  0% {
    transform: translate(0, 0);
  }
  79.5% {
    transform: translate(0, 0);
  }
  81% {
    transform: translate(5px, 0);
  }
  82% {
    transform: translate(-5px, 0);
  }
  83% {
    transform: translate(4px, 0);
  }
  84% {
    transform: translate(-3px, 0);
  }
  89% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes btnRumbleAnim {
  0% {
    transform: translate(0, 0);
  }
  79.5% {
    transform: translate(0, 0);
  }
  81% {
    transform: translate(5px, 0);
  }
  82% {
    transform: translate(-5px, 0);
  }
  83% {
    transform: translate(4px, 0);
  }
  84% {
    transform: translate(-3px, 0);
  }
  89% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.page-product-detail .shopping-nav .box-btn {
  max-width: 300px;
  min-width: 300px;
  width: 30%;
}

.page-product-detail .shopping-nav .box-btn .btn {
  height: 60px;
  width: 100%;
  pointer-events: none;
  -webkit-animation: btnRumbleAnim 8.8s infinite;
  animation: btnRumbleAnim 8.8s infinite;
}

.page-product-detail .shopping-nav .btn-disabled {
  width: 40%;
  max-width: 350px;
}

.page-product-detail .shopping-nav .box-btn.btn-disabled .btn {
  -webkit-animation: none;
          animation: none;
}

.page-product-detail .shopping-nav .box-btn.btn-disabled button {
  color: #ff322d;
  background-color: #ffffff;
  border: 1px solid #ff322d;
}

.page-product-detail.social .shopping-nav .box-btn .btn {
  pointer-events: all;
}

.page-product-detail .shopping-nav .box-btn .btn.waiting-order {
  pointer-events: none !important;
  -webkit-animation: none !important;
          animation: none !important;
}
.page-product-detail .shopping-nav .box-btn .btn.waiting-order button {
  background-color: #999999;
  color: white;
  border: 1px solid #999999;
}
.page-product-detail .shopping-nav .box-btn .btn.waiting-order button .ico {
  display: none;
}

.page-product-detail .shopping-nav .box-btn .btn.soldout-order {
  pointer-events: none !important;
  -webkit-animation: none !important;
          animation: none !important;
}
.page-product-detail .shopping-nav .box-btn .btn.soldout-order button {
  background-color: #999999;
  color: white;
  border: 1px solid #999999;
}
.page-product-detail .shopping-nav .box-btn .btn.soldout-order button .ico {
  display: none;
}

.page-product-detail .shopping-nav .box-btn .btn.is-clickable {
  pointer-events: all;
}

.page-product-detail .shopping-nav .box-btn .btn.is-clickable a .ico::before,
.page-product-detail .shopping-nav .box-btn .btn.is-clickable button .ico::before {
  opacity: 0;
}

.page-product-detail .shopping-nav .box-btn .btn.is-clickable a .ico::after,
.page-product-detail .shopping-nav .box-btn .btn.is-clickable button .ico::after {
  opacity: 1;
}

.page-product-detail .shopping-nav .box-btn .btn.is-clickable a:hover .ico::before,
.page-product-detail .shopping-nav .box-btn .btn.is-clickable button:hover .ico::before {
  /* opacity: 1; */
}

.page-product-detail .shopping-nav .box-btn .btn.is-clickable a:hover .ico::after,
.page-product-detail .shopping-nav .box-btn .btn.is-clickable button:hover .ico::after {
  /* opacity: 0; */
}

.page-product-detail .shopping-nav .box-btn .btn a,
.page-product-detail .shopping-nav .box-btn .btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.page-product-detail.social .shopping-nav .box-btn .btn.active a,
.page-product-detail.social .shopping-nav .box-btn .btn.active button {
  display: none;
}

.page-product-detail.social .shopping-nav .box-btn .btn .text {
  display: none;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #ff322d;
  padding: 20px 0;
}

.page-product-detail.social .shopping-nav .box-btn .btn.active .text {
  display: block;
}

.page-product-detail .shopping-nav .box-btn .btn-cart a .ico,
.page-product-detail .shopping-nav .box-btn .btn-cart button .ico {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  width: 25px;
  height: 22px;
  vertical-align: middle;
}

.page-product-detail .shopping-nav .box-btn .btn-cart a .ico::before,
.page-product-detail .shopping-nav .box-btn .btn-cart a .ico::after,
.page-product-detail .shopping-nav .box-btn .btn-cart button .ico::before,
.page-product-detail .shopping-nav .box-btn .btn-cart button .ico::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: opacity 0.3s ease;
}

.page-product-detail .shopping-nav .box-btn .btn-cart a .ico::before,
.page-product-detail .shopping-nav .box-btn .btn-cart button .ico::before {
  background-image: url(../images/common/icon-cart-red.svg);
}

.page-product-detail .shopping-nav .box-btn .btn-cart a .ico::after,
.page-product-detail .shopping-nav .box-btn .btn-cart button .ico::after {
  background-image: url(../images/common/icon-cart-white.svg);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.page-product-detail .shopping-nav .box-btn .btn-cart a:hover,
.page-product-detail .shopping-nav .box-btn .btn-cart button:hover {
  border-color: #ff322d;
  background: #ff322d;
  color: #fff;
}

.page-product-detail .shopping-nav .box-btn .btn-cart a:hover .ico::after,
.page-product-detail .shopping-nav .box-btn .btn-cart button:hover .ico::after {
  opacity: 1;
}

.page-product-detail .shopping-nav .btn-ico {
  background: #fff url(../images/common/icon-face.svg) no-repeat center center;
  background-size: 19px auto;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  position: absolute;
  right: 30px;
  bottom: 0;
  box-shadow: 2px 1px 6px rgba(5, 0, 1, 0.11);
}

.page-product-detail .shopping-nav .select-wrapper {
  display: flex;
  flex-grow: 1;
  width: calc(100% - 345px);
  margin-right: 45px;
}

.page-product-detail .shopping-nav .box-select {
  position: relative;
  border: none;
  margin: 0 50px 0 0;
  padding: 0;
  /*max-width: 36%;*/
}

.page-product-detail .shopping-nav .box-select select,
.page-product-detail .shopping-nav .box-select input[type=text],
.page-product-detail .shopping-nav .box-select input[type=number] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 0;
}

.page-product-detail .shopping-nav .box-select-text {
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  font-size: 16px;
}

.page-product-detail.social .shopping-nav .box-select-text {
  cursor: inherit;
}

.page-product-detail .shopping-nav .box-select-text .text {
  color: #999;
  margin-right: 15px;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  white-space: nowrap;
}

.page-product-detail .shopping-nav .box-select-text .value {
  font-family: "TTNormsPro-Bold", sans-serif;
  font-weight: normal;
  position: relative;
  padding-right: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 130px;
}

.page-product-detail .shopping-nav .box-select-text .value::before,
.page-product-detail .shopping-nav .box-select-text .value::after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background: #333;
  position: absolute;
  top: 50%;
  transition: transform 0.2s;
}

.page-product-detail.social .shopping-nav .box-select-text .value::before,
.page-product-detail.social .shopping-nav .box-select-text .value::after {
  content: none;
}

.page-product-detail .shopping-nav .box-select-text .value::before {
  transform: rotate(45deg);
  right: 5px;
}

.page-product-detail .shopping-nav .box-select-text .value::after {
  transform: rotate(-45deg);
  right: 0;
}

.page-product-detail .shopping-nav .box-select-text.is-modal-open .value::before {
  transform: rotate(-45deg);
}

.page-product-detail .shopping-nav .box-select-text.is-modal-open .value::after {
  transform: rotate(45deg);
}

.page-product-detail .shopping-nav .box-select-color .box-select-text .value {
  min-width: 49px;
  text-align: center;
}

.page-product-detail .shopping-nav .box-select input[type=text].input-large,
.page-product-detail .shopping-nav .box-select input[type=number].input-large {
  z-index: 2;
}

.page-product-detail .shopping-nav-btn {
  display: none;
}

.page-product-detail .section-item {
  background: #f2f2f2;
  padding: 93px 0 90px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}

.page-product-detail .section-item::before {
  content: "";
  display: block;
  background: #f2f2f2;
  position: absolute;
  left: 0;
  top: -50px;
  height: 50px;
  width: 100%;
}

.page-product-detail .section-item .content {
  width: 47vw;
  min-width: 491px;
  margin: 0 0 0 auto;
}

.page-product-detail .section-item .content > .inner {
  width: 86.5%;
  margin: 0 13% 0 auto;
  margin-right: 26%;
  margin-left: 0;
}

.page-product-detail .section-item .content .brand {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #999;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 9px;
}

.page-product-detail .section-item .content .brand a {
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.page-product-detail .section-item .content .brand a:hover::after {
  background-color: transparent;
}
.page-product-detail .section-item .content .brand a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #999999;
  left: 0;
  bottom: -2px;
  transition: background-color 0.5s ease;
}

.page-product-detail .section-item .content .name {
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}
.page-product-detail .section-item .content .name span {
  display: block;
  word-break: break-all;
}
.page-product-detail .section-item .content .name span.keyword {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 600;
  color: #999;
  margin-bottom: 13px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .content .name span.keyword {
    margin-top: 3px;
    line-height: 16px;
    margin-bottom: 0;
  }
}

.page-product-detail.social .section-item .content .name {
  margin-bottom: 20px;
}

.page-product-detail .section-item .content .price {
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-family: "TTNormsPro-Medium", sans-serif;
  font-weight: normal;
  margin-bottom: 16px;
}
.page-product-detail .section-item .content .price .price_start::after {
  content: " ~ ";
  display: inline;
}

.page-product-detail .section-item .content .price .tax {
  font-size: 14px;
  font-weight: 500;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

.page-product-detail .section-item .content .board {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 20px;
  margin-bottom: 19px;
  color: #ff322d;
}

.page-product-detail .section-item .content .board a {
  text-decoration: none;
  position: relative;
  left: 1px;
}

.page-product-detail .section-item .content .board .ico {
  display: inline-block;
  background: url(../images/product_detail/icon-board-off.svg) no-repeat center center;
  background-size: 18px 20px;
  height: 20px;
  width: 18px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 13px;
  transition: transform 0.3s cubic-bezier(0.48, 1.5, 0.56, 1.2);
}

.page-product-detail .section-item .content .board .ico::after {
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  background-image: url(../images/product_detail/icon-board-on.svg);
  visibility: hidden;
}

.page-product-detail .section-item .content .board a:hover .ico {
  transform: scale(1.08);
  transform: scale(1.08);
}

.page-product-detail .section-item .content .board .text {
  vertical-align: middle;
}

.page-product-detail .section-item .content .board.on .ico {
  background-image: url(../images/product_detail/icon-board-on.svg);
}

.page-product-detail .section-item .content .description {
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 24px;
  margin-bottom: 8px;
}

.page-product-detail .section-item .content .more {
  font-family: "TTNormsPro-Medium", sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 22px;
  margin-bottom: 23px;
}

.page-product-detail .section-item .content .box-color .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 11px;
}
.page-product-detail .section-item .content .box-color .title {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 19px;
  text-align: left;
  color: #999;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .content .box-color .title {
    font-size: 15px;
    line-height: 20px;
  }
}
.page-product-detail .section-item .content .box-color .item {
  width: calc((100% - 48px) / 5);
  margin-right: 12px;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.page-product-detail .section-item .content .box-color .item:before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .content .box-color .item {
    width: calc((100% - 12px) / 5);
    margin-right: 3px;
  }
}
.page-product-detail .section-item .content .box-color .item .img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-product-detail .section-item .content .box-color .item:nth-child(5n) {
  margin-right: 0;
}
.page-product-detail .section-item .content .box-color .item:nth-child(n+6) {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .page-product-detail .section-item .content .box-color .item:hover::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 3px solid #FF322D;
    box-sizing: border-box;
  }
}
.page-product-detail .section-item .content .box-color .item.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 3px solid #FF322D;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .content .box-color .item.active::after {
    border: 2px solid #FF322D;
  }
}
.page-product-detail .section-item .content .box-color .item.soldout {
  border: 2px solid #ccc;
  position: relative;
  pointer-events: none;
}
.page-product-detail .section-item .content .box-color .item.soldout::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, transparent, transparent 49%, #ccc 49%, #ccc 51%, transparent 51%, transparent);
}
.page-product-detail .section-item .content .box-color .item.soldout .img {
  opacity: 0.5;
}

.page-product-detail .section-item .content .box-select {
  position: relative;
}
.page-product-detail .section-item .content .box-select select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .content .box-select select {
    z-index: 2;
    font-size: 16px;
  }
}
.page-product-detail .section-item .content .box-select input[type=text] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 0;
}
.page-product-detail .section-item .content .box-select.product-attribute {
  border-bottom: 1px solid #ccc;
  margin-top: 40px;
  padding-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .content .box-select.product-attribute {
    margin-top: 27px;
  }
}
.page-product-detail .section-item .content .box-select.product-attribute .box-select-text {
  display: flex;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
}
.page-product-detail .section-item .content .box-select.product-attribute .box-select-text .text {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: left;
  color: #999;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .content .box-select.product-attribute .box-select-text .text {
    font-size: 15px;
    line-height: 20px;
  }
}
.page-product-detail .section-item .content .box-select.product-attribute .box-select-text .value {
  font-family: "TTNormsPro-Bold", sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 30px;
  margin-right: 19px;
  text-align: right;
  flex: 1 1 0%;
}
.page-product-detail .section-item .content .box-select.product-attribute .box-select-text .value.no-select {
  color: #999999;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .content .box-select.product-attribute .box-select-text .value {
    font-size: 15px;
    line-height: 20px;
    margin-right: 30px;
  }
}
.page-product-detail .section-item .content .box-select.product-attribute .ico-arrow {
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 0;
  top: 15px;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .content .box-select.product-attribute .ico-arrow {
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}
.page-product-detail .section-item .content .box-select.product-attribute .ico-arrow::before {
  transform: rotate(45deg);
  right: 4px;
  content: "";
  width: 7px;
  height: 1px;
  background: #999;
  position: absolute;
  top: 50%;
  transition: transform 0.2s;
}
.page-product-detail .section-item .content .box-select.product-attribute .ico-arrow::after {
  transform: rotate(-45deg);
  right: 0;
  content: "";
  width: 7px;
  height: 1px;
  background: #999;
  position: absolute;
  top: 50%;
  transition: transform 0.2s;
}
@media screen and (min-width: 769px) {
  .page-product-detail .section-item .content .box-select.product-attribute .modal-select {
    left: auto;
    right: -90px;
    bottom: 50px;
  }
}
.page-product-detail .section-item .content .box-select.box-select-quantity {
  border-bottom: 1px solid #ccc;
  margin-top: 19px;
  padding-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .content .box-select.box-select-quantity {
    margin-top: 18px;
  }
}
@media screen and (min-width: 769px) {
  .page-product-detail .section-item .content .box-select.box-select-quantity .modal-select {
    left: auto;
    right: -90px;
    bottom: 50px;
  }
}
.page-product-detail .section-item .content .box-select.box-select-quantity .box-select-text {
  display: flex;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
}
.page-product-detail .section-item .content .box-select.box-select-quantity .box-select-text .text {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: left;
  color: #999;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .content .box-select.box-select-quantity .box-select-text .text {
    font-size: 15px;
    line-height: 20px;
  }
}
.page-product-detail .section-item .content .box-select.box-select-quantity .value {
  font-family: "TTNormsPro-Medium", sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 30px;
  margin-right: 19px;
  text-align: right;
  flex: 1 1 0%;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .content .box-select.box-select-quantity .value {
    font-size: 15px;
    line-height: 20px;
    margin-right: 30px;
  }
}
.page-product-detail .section-item .content .box-select.box-select-quantity .ico-arrow {
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 0;
  top: 15px;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .content .box-select.box-select-quantity .ico-arrow {
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}
.page-product-detail .section-item .content .box-select.box-select-quantity .ico-arrow::before {
  transform: rotate(45deg);
  right: 4px;
  content: "";
  width: 7px;
  height: 1px;
  background: #999;
  position: absolute;
  top: 50%;
  transition: transform 0.2s;
}
.page-product-detail .section-item .content .box-select.box-select-quantity .ico-arrow::after {
  transform: rotate(-45deg);
  right: 0;
  content: "";
  width: 7px;
  height: 1px;
  background: #999;
  position: absolute;
  top: 50%;
  transition: transform 0.2s;
}

.page-product-detail .section-item .content .box-unitprice {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 17px;
  text-align: left;
  color: #999;
  margin-left: 0px;
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .content .box-unitprice {
    margin-top: 28px;
    margin-left: 0px;
  }
}
.page-product-detail .section-item .content .box-unitprice .price {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 17px;
  text-align: left;
  color: #999;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .content .box-unitprice .price {
    font-size: 11px;
    line-height: 15px;
  }
}
.page-product-detail .section-item .content .box-unitprice .tax {
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.08em;
  line-height: 15px;
  text-align: left;
  color: #999;
  margin-left: 6px;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .content .box-unitprice .tax {
    font-size: 9px;
    line-height: 15px;
    margin-left: 0;
  }
}

.page-product-detail .section-item .content .box-addcart {
  margin-top: 16px;
}
.page-product-detail .section-item .content .box-addcart .btn button {
  width: 100%;
  height: 60px;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 21px;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  background-color: #FF322D;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .content .box-addcart .btn button {
    font-size: 14px;
  }
}
.page-product-detail .section-item .content .box-addcart .btn button .sub {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.09em;
  line-height: 15px;
  text-align: left;
  color: #ff322d;
  margin-top: 2px;
  margin-bottom: -2px;
  margin-left: 6px;
  display: none;
  justify-content: center;
  align-items: flex-start;
}
.page-product-detail .section-item .content .box-addcart .btn button .ico {
  display: inline-block;
  position: relative;
  margin-right: 7px;
  width: 28px;
  height: 24px;
  vertical-align: middle;
  margin-left: -2px;
  margin-top: -8px;
}
.page-product-detail .section-item .content .box-addcart .btn button .ico::before {
  background-image: url(../images/common/icon-cart-white.svg);
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: opacity 0.3s ease;
  opacity: 1;
}
.page-product-detail .section-item .content .box-addcart .btn button .ico::after {
  background-image: url(../images/common/icon-cart-red.svg);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.page-product-detail .section-item .content .box-addcart .btn.disable button {
  background-color: #fff;
  color: #ff322d;
  pointer-events: none;
}
.page-product-detail .section-item .content .box-addcart .btn.disable button .sub {
  display: flex;
}
.page-product-detail .section-item .content .box-addcart .btn.disable button .ico::before {
  opacity: 0;
}
.page-product-detail .section-item .content .box-addcart .btn.disable button .ico::after {
  opacity: 1;
}
.page-product-detail .section-item .content .box-addcart .btn.soldout button {
  background-color: #CCCCCC;
  color: #fff;
  pointer-events: none;
  border: 1px solid #ccc;
}
.page-product-detail .section-item .content .box-addcart .btn.soldout button .sub {
  display: flex;
  color: #fff;
}
.page-product-detail .section-item .content .box-addcart .btn.soldout button .ico {
  display: none;
}
.page-product-detail .section-item .content .box-addcart .btn.soldout button .ico::before {
  opacity: 0;
}
.page-product-detail .section-item .content .box-addcart .btn.soldout button .ico::after {
  opacity: 0;
}

.page-product-detail .section-item .content .box-addcart .btn.reserved button {
  background-color: #CCCCCC;
  color: #fff;
  pointer-events: none;
  border: 1px solid #ccc;
}
.page-product-detail .section-item .content .box-addcart .btn.reserved button .ico::before {
  opacity: 1;
}
.page-product-detail .section-item .content .box-addcart .btn.reserved button .ico::after {
  opacity: 0;
}

.page-product-detail .section-item .content .board {
  margin-top: 37px;
  margin-bottom: 37px;
}

.page-product-detail .section-item .content .box-tags {
  font-size: 0;
  margin-bottom: 30px;
}

.page-product-detail .section-item .content .box-tags .tag {
  font-size: 13px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.page-product-detail .section-item .content .box-tags .box-tags_title {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 21px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .content .box-tags .box-tags_title {
    font-size: 15px;
    line-height: 20px;
  }
}

.page-product-detail .section-item .content .box-tags .box-tags_container {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .content .box-tags .box-tags_container {
    margin-top: 8px;
  }
}
.page-product-detail .section-item .content .box-tags .box-tags_container + .box-tags_title {
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .content .box-tags .box-tags_container + .box-tags_title {
    margin-top: 13px;
  }
}

@media screen and (min-width: 769px) {
  .page-product-detail .section-item .content .box-tags .tag:hover {
    color: #ff322d;
  }
}
.page-product-detail .section-item .content .box-tags .tag a {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #666;
  border-radius: 6px;
  padding: 2px 14px;
  background-color: transparent;
  pointer-events: all;
  color: #666;
}
@media screen and (min-width: 769px) {
  .page-product-detail .section-item .content .box-tags .tag a:hover {
    opacity: 1;
    border-color: #EF7A65;
    background-color: transparent;
    color: #EF7A65;
  }
}

.page-product-detail .section-item .content .box-tags .tag.active a {
  border: 1px solid #C35941;
  background-color: #EF7A65;
  color: #FFFFFF;
  pointer-events: all;
}
@media screen and (min-width: 769px) {
  .page-product-detail .section-item .content .box-tags .tag.active a:hover {
    opacity: 1;
    border-color: #C35941;
    background-color: #C35941;
    color: #FFFFFF;
  }
}

.page-product-detail .section-item .content .box-delivery-block {
  background-color: #fff;
  border-radius: 6px;
  max-height: 200px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.2s ease;
}
.page-product-detail .section-item .content .box-delivery-block.active .img {
  transform: rotate(180deg);
}
.page-product-detail .section-item .content .box-delivery-block.active::after {
  background: transparent;
}
.page-product-detail .section-item .content .box-delivery-block::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 90px;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%);
  z-index: 2;
  transition: background 0.5s ease;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .content .box-delivery-block::after {
    height: 121px;
  }
}
.page-product-detail .section-item .content .box-delivery-block .open-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 90px;
  width: 100%;
  z-index: 3;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .content .box-delivery-block .open-btn {
    height: 121px;
  }
}
.page-product-detail .section-item .content .box-delivery-block .open-btn .img {
  width: 10px;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .content .box-delivery-block {
    margin-top: 33px;
    border-radius: 9px;
    max-height: 212px;
  }
}
.page-product-detail .section-item .content .box-delivery-block > .box {
  padding: 42px 50px 63px;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .content .box-delivery-block > .box {
    padding-left: 27px;
    padding-right: 27px;
    padding-top: 22px;
  }
}
.page-product-detail .section-item .content .box-delivery-block .detail-title {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: left;
  color: #ff322d;
}
.page-product-detail .section-item .content .box-delivery-block .detail-title + .detail-deliverytext {
  padding-top: 0px;
  margin-top: 15px;
  border-top: none;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .content .box-delivery-block .detail-title + .detail-deliverytext {
    padding-top: 0px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .content .box-delivery-block .detail-title {
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 20px;
  }
}
.page-product-detail .section-item .content .box-delivery-block .detail-text {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 24px;
  text-align: left;
  color: #222;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .content .box-delivery-block .detail-text {
    margin-top: 18px;
    line-height: 24px;
  }
}
.page-product-detail .section-item .content .box-delivery-block .detail-text span {
  display: block;
}
.page-product-detail .section-item .content .box-delivery-block .detail-text .info {
  font-weight: bold;
}
.page-product-detail .section-item .content .box-delivery-block .detail-text .shipping {
  color: #FF322D;
}
.page-product-detail .section-item .content .box-delivery-block .detail-deliverytext {
  border-top: 1px solid #F2F2F2;
  padding-top: 30px;
  margin-top: 30px;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 17px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .content .box-delivery-block .detail-deliverytext {
    padding-top: 27px;
    margin-top: 25px;
  }
}
.page-product-detail .section-item .content .box-delivery-block .box-select-delivery {
  border-bottom: 1px solid #999;
  margin-top: 10px;
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .content .box-delivery-block .box-select-delivery {
    margin-top: 15px;
    padding-bottom: 13px;
  }
}
@media screen and (min-width: 769px) {
  .page-product-detail .section-item .content .box-delivery-block .box-select-delivery .modal-select {
    left: auto;
    right: -84px;
    bottom: 50px;
  }
}
.page-product-detail .section-item .content .box-delivery-block .box-select-delivery .box-select-text {
  display: flex;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
}
.page-product-detail .section-item .content .box-delivery-block .box-select-delivery .text-addressee {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: left;
  color: #999;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .content .box-delivery-block .box-select-delivery .text-addressee {
    letter-spacing: 0.1em;
    font-size: 15px;
    line-height: 20px;
  }
}
.page-product-detail .section-item .content .box-delivery-block .box-select-delivery .value {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 30px;
  margin-right: 19px;
  text-align: right;
  flex: 1 1 0%;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .content .box-delivery-block .box-select-delivery .value {
    letter-spacing: 0.1em;
    font-size: 15px;
    line-height: 20px;
    margin-right: 30px;
  }
}
.page-product-detail .section-item .content .box-delivery-block .box-select-delivery .ico-arrow {
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.page-product-detail .section-item .content .box-delivery-block .box-select-delivery .ico-arrow::before {
  transform: rotate(45deg);
  right: 4px;
  content: "";
  width: 7px;
  height: 1px;
  background: #999;
  position: absolute;
  top: 50%;
  transition: transform 0.2s;
}
.page-product-detail .section-item .content .box-delivery-block .box-select-delivery .ico-arrow::after {
  transform: rotate(-45deg);
  right: 0;
  content: "";
  width: 7px;
  height: 1px;
  background: #999;
  position: absolute;
  top: 50%;
  transition: transform 0.2s;
}
.page-product-detail .section-item .content .box-delivery-block .delivery-date {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 21px;
  text-align: left;
  color: #222;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .content .box-delivery-block .delivery-date {
    letter-spacing: 0.04em;
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
    margin-top: 14px;
  }
}
.page-product-detail .section-item .content .box-delivery-block .delivery-text {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 24px;
  text-align: left;
  color: #222;
  margin-top: 19px;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .content .box-delivery-block .delivery-text {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.05em;
  }
}
.page-product-detail .section-item .content .box-delivery-block .delivery-text.delivery-text-isolate {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .content .box-delivery-block .delivery-text.delivery-text-isolate {
    margin-top: 20px;
  }
}
.page-product-detail .section-item .content .box-delivery-block .delivery-text.delivery-text-multibuy {
  margin-top: 0;
}

.page-product-detail .section-item .content .box-attention {
  border-radius: 6px;
  margin-top: 39px;
  border: 2px solid #ff322d;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .content .box-attention {
    margin-top: 25px;
  }
}
.page-product-detail .section-item .content .box-attention .title {
  width: 100%;
  height: 35px;
  background: #ff322d;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 21px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .content .box-attention .title {
    height: 30px;
    font-size: 15px;
    line-height: 20px;
  }
}
.page-product-detail .section-item .content .box-attention .text {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 25px;
  padding-bottom: 29px;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 24px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .content .box-attention .text {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 22px;
    padding-left: 29px;
    padding-right: 29px;
  }
}

.page-product-detail .section-detail .product-detail {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.2s ease;
}
.page-product-detail .section-detail .product-detail::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60px;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F7F7F7 50%);
  z-index: 2;
  transition: opacity 0.2s ease;
  pointer-events: none;
  opacity: 1;
}
.page-product-detail .section-detail .product-detail.detail {
  max-height: 139px;
}
@media screen and (min-width: 769px) {
  .page-product-detail .section-detail .product-detail.detail {
    max-height: 156px;
  }
  .page-product-detail .section-detail .product-detail.detail::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 88px;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F7F7F7 70%);
    z-index: 2;
    transition: opacity 0.2s ease;
    pointer-events: none;
    opacity: 1;
  }
}
.page-product-detail .section-detail .product-detail.brand {
  max-height: 176px;
}
@media screen and (min-width: 769px) {
  .page-product-detail .section-detail .product-detail.brand::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60px;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F7F7F7 80%);
    z-index: 2;
    transition: opacity 0.2s ease;
    pointer-events: none;
    opacity: 1;
  }
}
.page-product-detail .section-detail .product-detail.concierge {
  max-height: 207px;
}
.page-product-detail .section-detail .product-detail.story {
  max-height: 219px;
}
.page-product-detail .section-detail .product-detail .open-btn {
  position: absolute;
  top: 23px;
  right: 15px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-detail .product-detail .open-btn {
    top: 13px;
  }
}
.page-product-detail .section-detail .product-detail .open-btn .img {
  width: 10px;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.page-product-detail .section-detail .product-detail.active {
  transition: max-height 0.2s ease;
}
.page-product-detail .section-detail .product-detail.active::after {
  opacity: 0;
}
.page-product-detail .section-detail .product-detail.active .open-btn {
  pointer-events: all;
}
.page-product-detail .section-detail .product-detail.active .open-btn .img {
  transform: rotate(180deg);
}
.page-product-detail .section-detail .product-detail.active .container {
  cursor: auto;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-detail .product-detail {
    border-radius: 9px;
  }
}
.page-product-detail .section-detail .product-detail .container {
  padding: 37px 80px 46px 36px;
  background-color: #F2F2F2;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-detail .product-detail .container {
    padding-top: 27px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 27px;
  }
}
.page-product-detail .section-detail .product-detail .container .title {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 21px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-detail .product-detail .container .title {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.04em;
  }
}
.page-product-detail .section-detail .product-detail .container .text {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 22px;
  text-align: left;
  color: #222;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-detail .product-detail .container .text {
    font-size: 13px;
    line-height: 20px;
    margin-top: 23px;
    letter-spacing: 0.04em;
  }
}
.page-product-detail .section-detail .product-detail .container .concierge-box {
  width: 100%;
  margin-top: 19px;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-detail .product-detail .container .concierge-box {
    margin-top: 23px;
  }
}
.page-product-detail .section-detail .product-detail .container .concierge-box .item {
  width: 79.6%;
  margin-right: 0;
  margin-left: auto;
  background-color: #FFFFFF;
  position: relative;
  padding: 40px 122px 40px 50px;
  border-radius: 20px;
  box-shadow: 2.83px 2.83px 7px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-detail .product-detail .container .concierge-box .item {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 37px;
    padding-bottom: 24px;
  }
}
.page-product-detail .section-detail .product-detail .container .concierge-box .item .text {
  margin-top: 0;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 25px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-detail .product-detail .container .concierge-box .item .text {
    font-size: 11px;
    line-height: 19px;
  }
}
.page-product-detail .section-detail .product-detail .container .concierge-box .item .profile {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  right: 40px;
  top: -22px;
  filter: drop-shadow(5.66px 5.66px 14px rgba(5, 0, 1, 0.15));
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-detail .product-detail .container .concierge-box .item .profile {
    right: 25px;
    top: -27px;
  }
}
.page-product-detail .section-detail .product-detail .container .concierge-box .item .profile img {
  width: 100%;
}
.page-product-detail .section-detail .product-detail .container .concierge-box .item + .item {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-detail .product-detail .container .concierge-box .item + .item {
    margin-top: 42px;
  }
}
.page-product-detail .section-detail .product-detail .container .story-box {
  margin-top: 28px;
}
.page-product-detail .section-detail .product-detail .container .story-box .item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-detail .product-detail .container .story-box .item {
    flex-direction: column;
  }
}
.page-product-detail .section-detail .product-detail .container .story-box .item + .item {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-detail .product-detail .container .story-box .item + .item {
    margin-top: 93px;
  }
}
.page-product-detail .section-detail .product-detail .container .story-box .img-box {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-detail .product-detail .container .story-box .img-box {
    width: 100%;
  }
}
.page-product-detail .section-detail .product-detail .container .story-box .img-box img {
  width: 100%;
}
.page-product-detail .section-detail .product-detail .container .story-box .text-box {
  width: 55%;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-detail .product-detail .container .story-box .text-box {
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }
}
.page-product-detail .section-detail .product-detail .container .story-box .text-box .text {
  margin-top: 0;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 22px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-detail .product-detail .container .story-box .text-box .text {
    line-height: 24px;
  }
}
.page-product-detail .section-detail .product-detail + .product-detail {
  margin-top: 5px;
}

@media screen and (min-width: 769px) {
  .page-product-detail .section-item .content .box-tags .tag a:hover {
    opacity: 1;
    border-color: #ff322d;
  }
}
.page-product-detail.social .section-item .content .expiration-date {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #999;
  margin-bottom: 10px;
}

.page-product-detail.social .section-item .content .expiration-date span + span {
  margin: 0 0 0 50px;
  color: #ff322d;
}

.page-product-detail.social .section-item .content .inquiry-number {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #999;
}

.page-product-detail.social .section-item .content .inquiry-number span + span {
  margin: 0 0 0 17px;
}

.page-product-detail .section-item .inner > .box-text {
  transform: none !important;
}

.page-product-detail .section-item .box-img {
  width: 46.4vw;
  min-width: 533px;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0px;
  flex-direction: row-reverse;
}

.page-product-detail .section-item .box-img .box-slider {
  z-index: auto;
  margin: 0 auto;
  position: relative;
  list-style: none;
  padding: 0;
  overflow: hidden;
}

.page-product-detail .section-item .box-img .slider {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.page-product-detail .section-item .box-img .slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  z-index: 1;
  overflow: hidden;
}

.page-product-detail .section-item .box-img .slide.swiper-slide-active {
  z-index: 2;
}

.page-product-detail .section-item .box-img img {
  width: 100%;
  height: auto;
}

.page-product-detail .section-item .box-img .zoom-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 2;
}

.page-product-detail .section-item .box-img .zoom-img.is-show {
  opacity: 1;
}

.page-product-detail .section-item .box-img .img-slider {
  width: calc(100% - 110px);
  margin: 0 auto 0 40px;
  max-width: 60vh;
}

.page-product-detail .section-item .box-img .img-slider .slide {
  transition-property: opacity;
}
@media screen and (min-width: 769px) {
  .page-product-detail .section-item .box-img .img-slider .slide {
    position: relative;
  }
  .page-product-detail .section-item .box-img .img-slider .slide::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    background: linear-gradient(#f2f2f2 0%, rgba(242, 242, 242, 0.84) 25.32%, rgba(242, 242, 242, 0.71) 48.99%, rgba(242, 242, 242, 0) 100%);
    top: 0;
    left: 0;
    z-index: 1;
  }
}

.page-product-detail .section-item .box-img .nav-slider {
  width: 40px;
  height: 345px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 0 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .box-img .nav-slider {
    width: calc(100% - 85px);
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
}

.page-product-detail .section-item .box-img .nav-slider .slider {
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .page-product-detail .section-item .box-img .nav-slider .slider {
    height: 300px;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .box-img .nav-slider .slider {
    width: 100%;
  }
}

.page-product-detail .section-item .box-img .nav-slider .slide {
  transition: opacity 0.3s ease;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .page-product-detail .section-item .box-img .nav-slider .slide {
    width: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .box-img .nav-slider .slide {
    width: calc((100% - 40px) / 5);
    height: auto;
    margin-bottom: 0;
  }
}

.page-product-detail .section-item .box-img .nav-slider .slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  transition: background 0.3s ease;
  z-index: 1;
  box-sizing: border-box;
  background: rgba(34, 34, 34, 0);
}

@media screen and (min-width: 769px) {
  .page-product-detail .section-item .box-img .nav-slider .slide:hover::after {
    background: rgba(34, 34, 34, 0.5);
  }
  .page-product-detail .section-item .box-img .nav-slider .slide.is-active::after {
    background: rgba(34, 34, 34, 0.5);
  }
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .box-img .nav-slider .slide.swiper-slide-thumb-active::after {
    background: rgba(34, 34, 34, 0.5);
  }
}
.page-product-detail .section-item .box-img .nav-slider .slider-arrows .slider-arrow {
  width: 40px;
  height: 25px;
  position: absolute;
  cursor: pointer;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .box-img .nav-slider .slider-arrows .slider-arrow {
    width: 25px;
  }
}

@media screen and (min-width: 769px) {
  .page-product-detail .section-item .box-img .nav-slider .slider-arrows .slider-arrow::before,
.page-product-detail .section-item .box-img .nav-slider .slider-arrows .slider-arrow::after {
    content: "";
    display: block;
    width: 9px;
    height: 2px;
    background: #ff322d;
    position: absolute;
    top: 22px;
  }
}

.page-product-detail .section-item .box-img .nav-slider .slider-arrows .slider-arrow::before {
  transform: rotate(45deg);
  left: 13px;
}

.page-product-detail .section-item .box-img .nav-slider .slider-arrows .slider-arrow::after {
  transform: rotate(-45deg);
  right: 13px;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .box-img .nav-slider .slider-arrows .slider-arrow::after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

.page-product-detail .section-item .box-img .nav-slider .slider-arrows .slider-arrow-prev {
  top: 0;
  left: 0;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .box-img .nav-slider .slider-arrows .slider-arrow-prev {
    bottom: 0;
    top: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: -30px;
  }
}

@media screen and (min-width: 769px) {
  .page-product-detail .section-item .box-img .nav-slider .slider-arrows .slider-arrow-prev:hover {
    transform: translate(0, -3px) rotate(180deg);
  }
}
.page-product-detail .section-item .box-img .nav-slider .slider-arrows .slider-arrow-next {
  bottom: 10px;
}
@media screen and (min-width: 769px) {
  .page-product-detail .section-item .box-img .nav-slider .slider-arrows .slider-arrow-next {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-item .box-img .nav-slider .slider-arrows .slider-arrow-next {
    bottom: 0;
    top: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: -30px;
  }
}

@media screen and (min-width: 769px) {
  .page-product-detail .section-item .box-img .nav-slider .slider-arrows .slider-arrow-next:hover {
    transform: translate(0, 3px);
  }
}
.page-product-detail .section-item .box-img .nav-slider .slider-arrows .slider-arrow.is-disabled {
  opacity: 0;
}

.page-product-detail .section-item .slider-dots {
  display: none;
}

.page-product-detail .section-detail {
  /* padding: 90px 0 155px; */
  padding: 90px 0 100px;
  max-width: 1120px;
  margin: 0 auto 40px;
  /* margin: 0 auto 200px; */
}
@media screen and (min-width: 769px) {
  .page-product-detail .section-detail {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.page-product-detail.social .section-detail {
  padding: 90px 0 100px;
}

.page-product-detail .section-detail .box-detail {
  max-width: 1120px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  margin-top: 77px;
}

.page-product-detail .section-detail iframe {
  max-width: 1120px;
  width: 95%;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-detail iframe {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}

.page-product-detail .section-detail .box-detail .box-left {
  width: 42.5%;
  margin-right: 10%;
}

.page-product-detail .section-detail .box-detail .box-right {
  width: 47.5%;
}

.page-product-detail .section-detail .box-detail .detail-title {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  color: #222;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 22px;
  margin-bottom: 10px;
}

.page-product-detail .section-detail .box-detail .detail-text {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 20px;
}

.page-product-detail .section-detail .box-detail .package-img-box {
  width: 100%;
  margin-top: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-detail .box-detail .package-img-box {
    margin-top: 18px;
  }
}

.page-product-detail .section-detail .box-detail .package-img {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-detail .box-detail .package-img {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
  }
  .page-product-detail .section-detail .box-detail .package-img:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .page-product-detail .section-detail .box-detail .package-img + .package-img {
    margin-left: 10px;
  }
}

.page-product-detail .section-detail .box-detail .detail-list {
  overflow: hidden;
}

.page-product-detail .section-detail .box-detail .detail-list dt {
  width: 120px;
  float: left;
  margin-right: 15px;
}

.page-product-detail .section-detail .box-detail .detail-list dd {
  width: calc(100% - 135px);
  display: block;
  float: left;
  text-align: left;
}

.page-product-detail .section-detail .box-detail .detail-list dd:not(:last-child) {
  margin-bottom: 20px;
}

.page-product-detail .section-detail .box-detail .box-delivery .box-select {
  border-bottom: 1px solid #999;
  margin-top: 10px;
  padding-bottom: 8px;
  position: relative;
}

.page-product-detail .section-detail .box-detail .box-delivery .box-select .box-select-text {
  display: flex;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
}

.page-product-detail .section-detail .box-detail .box-delivery .box-select .text-addressee {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: left;
  color: #999;
}

.page-product-detail .section-detail .box-detail .box-delivery .box-select .text-selected {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 30px;
  margin-right: 40px;
  text-align: right;
  flex: 1 1 0%;
}

.page-product-detail .section-detail .box-detail .box-delivery .box-select .ico-arrow {
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 0;
  top: 15px;
}

.page-product-detail .section-detail .box-detail .box-delivery .box-select .ico-arrow::before,
.page-product-detail .section-detail .box-detail .box-delivery .box-select .ico-arrow::after {
  content: "";
  width: 7px;
  height: 1px;
  background: #999;
  position: absolute;
  top: 50%;
  transition: transform 0.2s;
}

.page-product-detail .section-detail .box-detail .box-delivery .box-select .ico-arrow::before {
  transform: rotate(45deg);
  right: 4px;
}

.page-product-detail .section-detail .box-detail .box-delivery .box-select .ico-arrow::after {
  transform: rotate(-45deg);
  right: 0;
}

.page-product-detail .section-detail .box-detail .box-delivery .box-select .box-select-text.is-modal-open .ico-arrow::before {
  transform: rotate(-45deg);
}

.page-product-detail .section-detail .box-detail .box-delivery .box-select .box-select-text.is-modal-open .ico-arrow::after {
  transform: rotate(45deg);
}

.page-product-detail .section-detail .box-detail .box-delivery .box-select select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  cursor: pointer;
}

.page-product-detail .section-detail .box-detail .box-delivery .modal-select {
  left: auto;
  right: -90px;
  bottom: 50px;
}

.page-product-detail .section-detail .box-detail .box-delivery .delivery-date {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 22px;
  text-align: left;
  margin-top: 17px;
}

.page-product-detail .section-detail .box-detail .box-delivery .delivery-text {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 24px;
  margin-top: 13px;
}

.page-product-detail .section-detail .box-detail .box-delivery .delivery-text.delivery-text-multibuy {
  margin-top: 0;
}

.page-product-detail .box-delivery .is-hide {
  display: none;
}

.page-product-detail .section-detail .box-detail .box-item-detail {
  margin-top: 39px;
}

.page-product-detail.social .section-detail .box-detail .box-item-detail {
  margin-top: 0;
}

.page-product-detail .section-detail .box-detail .box-spec {
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 20px;
  margin-top: 57px;
}

.page-product-detail .section-detail .box-detail .box:first-child {
  margin-top: 0;
}

.page-product-detail .section-detail .box-detail .box-guide {
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 19px;
  margin-top: 37px;
}

.page-product-detail .section-detail .box-detail .box-guide .detail-title {
  margin-bottom: 12px;
}

.page-product-detail .section-detail .box-detail .box-guide .list li:not(:first-child) {
  margin-top: 5px;
}

.page-product-detail .section-detail .box-detail + .box-photo {
  margin-top: 57px;
}

.page-product-detail .section-detail .box-photo {
  width: 92.188%;
  margin: 74px auto 0;
}

.page-product-detail .section-detail .box-photo img {
  width: 100%;
  height: auto;
}

.page-product-detail .section-detail .box-photo .title {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 30px;
  max-width: 820px;
  width: 100%;
  margin: 24px auto 0 0;
}

.page-product-detail .section-detail .box-photo .text {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 24px;
  max-width: 820px;
  width: 100%;
  margin: 15px auto 0 0;
}

.page-product-detail .item-list .box-title {
  color: #ff322d;
  text-align: left;
  margin-bottom: 20px;
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  margin: 0 auto -19px;
  position: relative;
  z-index: 2;
}

.page-product-detail .item-list h2 .ttl01 {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 14px;
}

.page-product-detail .item-list h2 .ttl02 {
  font-family: "TTNormsPro-Bold", sans-serif;
  font-weight: normal;
  font-size: 50px;
  letter-spacing: -0.02em;
  line-height: 1;
}

.page-product-detail .item-list .box-slider .slide > a:hover {
  opacity: 1;
}

.page-product-detail .related-item {
  margin-top: 200px;
  /* overflow: hidden; */
}

.page-product-detail .recommend-item {
  margin-top: 200px;
  /* overflow: hidden; */
}

.page-product-detail .related-item + .recommend-item {
  margin-top: 79px;
}

body.global-menu-hide .page-product-detail .area-error {
  top: 80px;
}

.page-product-detail .box-select .modal-select {
  position: absolute;
  bottom: 71px;
  left: -50px;
  width: 300px;
  background: #fff;
  box-shadow: 2px 1px 6px rgba(5, 0, 1, 0.11);
  display: none;
  z-index: -1000;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.page-product-detail .box-select .modal-select.is-show {
  display: block;
  pointer-events: all;
}

.page-product-detail .box-select .modal-select.is-active {
  z-index: auto !important;
}
.page-product-detail .box-select .modal-select.is-active .modal-inner {
  overflow: auto;
}

.page-product-detail .box-select .modal-select .modal-overlay {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  display: none;
}

.page-product-detail .box-select .modal-select.is-active .modal-overlay {
  display: block;
}

.page-product-detail .box-select .modal-select::before {
  width: 30px;
  height: 20px;
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  z-index: 2;
}

.page-product-detail .box-select .modal-select::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #fff;
  transform: rotate(45deg) translate(-50%, 0);
  position: absolute;
  left: 50%;
  bottom: -10px;
  box-shadow: 2px 1px 6px rgba(5, 0, 1, 0.11);
  z-index: 1;
}

.page-product-detail .box-select .modal-select .modal-inner {
  position: relative;
  z-index: 2;
  padding: 14px 20px 0;
  max-height: 220px;
}

.page-product-detail .box-select .modal-select .title {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 30px;
  text-align: center;
  color: #ff322d;
  padding-bottom: 11px;
  border-bottom: 1px solid #efefef;
  width: 100%;
}

.page-product-detail .box-select .modal-select .option-list li {
  text-align: center;
  border-bottom: 1px solid #efefef;
  position: relative;
  height: 39px;
  display: flex;
  align-items: center;
}

.page-product-detail .box-select .modal-select .option-list input[type=radio] {
  display: block;
  width: 100%;
  height: 40px;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}
.page-product-detail .box-select .modal-select .option-list input[type=radio][name=quantity] + .text {
  font-family: "TTNormsPro-Bold", sans-serif;
  font-weight: normal;
}

.page-product-detail .box-select .modal-select .option-list input[type=radio].disabled {
  pointer-events: none;
  cursor: default;
}

.page-product-detail .box-select .modal-select .option-list input[type=text],
.page-product-detail .box-select .modal-select .option-list input[type=number] {
  margin: 0 auto;
  display: block;
  width: 110px;
  height: 30px;
  opacity: 0;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  font-family: "TTNormsPro-Medium", sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  color: #222;
  z-index: 3;
  position: relative;
  z-index: 3;
  padding: 5px;
  box-sizing: border-box;
}

.page-product-detail .box-select .modal-select .option-list input[type=text]:focus,
.page-product-detail .box-select .modal-select .option-list input[type=number]:focus {
  opacity: 1;
  background-color: #fff !important;
  pointer-events: all;
}

.page-product-detail .box-select .modal-select .option-list input[type=number]::-webkit-inner-spin-button,
.page-product-detail .box-select .modal-select .option-list input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.page-product-detail .box-select .modal-select .option-list .text {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  z-index: 1;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.page-product-detail .box-select .modal-select .option-list .text::before {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.page-product-detail .box-select .modal-select .option-list .text::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  background: #ff322d;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0;
}

.page-product-detail .box-select .modal-select .option-list input[type=radio]:checked + .text::after {
  opacity: 1;
}

.page-product-detail .box-select .modal-select .option-list input[type=radio].disabled + .text {
  opacity: 0.5;
}

.page-product-detail .box-select .modal-select .error {
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 22px;
  text-align: center;
  color: #00f;
  margin-top: 16px;
  opacity: 0;
}

.page-product-detail .box-select .modal-select .error.is-show {
  opacity: 1;
}

.page-product-detail .box-select .modal-select .contact {
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 24px;
  margin: 23px 0 0;
  text-align: center;
  padding-bottom: 20px;
}

.modal-alcohol {
  position: fixed;
  display: none;
  z-index: -1000;
  transition: opacity 0.3s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
}

.modal-alcohol.is-show {
  display: flex;
}

.modal-alcohol.is-active {
  z-index: 1001;
}

.page-product-detail .section-item .content .modal-alcohol .inner,
.modal-alcohol .inner {
  height: auto;
  width: 700px;
  background: #fff;
  text-align: center;
  padding: 61px 0 63px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-alcohol .title {
  font-size: 20px;
  letter-spacing: 0.12em;
  line-height: 30px;
  color: #ff322d;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 33px;
}

.modal-alcohol .text {
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 26px;
  margin-bottom: 35px;
}

.modal-alcohol .btn a,
.modal-alcohol .btn button {
  width: 300px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.05em;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .modal-alcohol .btn.red a:hover,
.modal-alcohol .btn.red button:hover {
    background-color: #ff322d;
    color: #fff;
  }
}

@media screen and (min-width: 769px) {
  .modal-alcohol .btn.gray a:hover,
.modal-alcohol .btn.gray button:hover {
    background-color: #f2f2f2;
    color: #ff322d;
    border-color: #f2f2f2;
  }
}

.modal-alcohol .btn-yes {
  margin-bottom: 30px;
}

.page-product-detail .social_gift_pr2 .intro {
  border-top: 1px solid #EEEEEE;
  padding: 68px 0 0;
  margin: 99px 0 0;
}

.page-product-detail .social_gift_pr2 .intro .min_title {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: left;
  color: #ff322d;
  margin: 0 0 10px;
}

.page-product-detail .social_gift_pr2 .intro .title {
  font-family: "TTNormsPro-Bold", sans-serif;
  font-weight: normal;
  font-size: 80px;
  letter-spacing: -0.02em;
  line-height: 80px;
  text-align: left;
  color: #ff322d;
  margin: 0 0 24px;
}

.page-product-detail .social_gift_pr2 .intro .jp_title {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.06em;
  line-height: 35px;
  text-align: left;
  color: #ff322d;
  margin: 0 0 13px;
}

.page-product-detail .social_gift_pr2 .intro .comment {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 24px;
  text-align: left;
  color: #ff322d;
  margin: 0 0 51px;
}
.page-product-detail .social_gift_pr2 .intro .comment:nth-of-type(4) {
  margin-bottom: 10px;
}
.page-product-detail .social_gift_pr2 .intro .comment:last-of-type {
  margin: 0 0 51px;
}

.page-product-detail .social_gift_pr2 .card {
  padding: 26px 0 0;
}

.page-product-detail .social_gift_pr2 .card .title {
  font-family: "TTNormsPro-Bold", sans-serif;
  font-weight: normal;
  font-size: 36px;
  letter-spacing: 0.06em;
  line-height: 35px;
  text-align: left;
  color: #ff322d;
  margin: 0 0 19px;
}

.page-product-detail .social_gift_pr2 .card .jp_title {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 28px;
  text-align: left;
  color: #ff322d;
  margin: 0 0 43px;
}

.page-product-detail .social_gift_pr2 .outro {
  padding: 0 0 100px;
  margin: 0px 0 0px;
}

.page-product-detail .social_gift_pr2 .outro .title {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: left;
  color: #222;
  margin: 0 0 6px;
}

.page-product-detail .social_gift_pr2 .outro .comment {
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 24px;
  color: #222222;
  margin: 0 0 6px;
}

.page-product-detail .social_gift_pr2 .outro .comment span {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
}

.page-product-detail .social_gift_pr2 .outro .link {
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 24px;
  color: #222;
}

.page-product-detail .social_gift_pr2 .outro .link a {
  text-decoration: underline;
}

.page-product-detail .social_gift_pr2 .image {
  margin-bottom: 31px;
}

.page-product-detail.social .shopping-nav .select-wrapper {
  display: table;
  padding: 10px 0;
}

.page-product-detail.social .shopping-nav .box-select {
  display: table-cell;
  vertical-align: middle;
}

.page-product-detail.social .shopping-nav {
  min-height: 90px;
  height: inherit;
}

.page-product-detail.social .shopping-nav .box-nav {
  min-height: 90px;
  display: table;
}

.page-product-detail.social .shopping-nav.is-absolute .box-nav {
  display: flex;
  align-items: center;
}

.page-product-detail.social .shopping-nav.is-absolute .box-nav form {
  width: 100%;
}

.page-product-detail.social .shopping-nav .box-select-text {
  display: table;
}

.page-product-detail.social .shopping-nav .box-select-text .text {
  display: table-cell;
  vertical-align: middle;
}

.page-product-detail.social .shopping-nav .box-select-text .value {
  display: table-cell;
  white-space: inherit;
  overflow: inherit;
  text-overflow: inherit;
  vertical-align: middle;
  width: 91px;
  word-break: break-word;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .page-product-detail .section-item .content > .inner {
    width: 80%;
    margin-top: 47px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1100px) {
  .page-product-detail .shopping-nav .box-select {
    margin: 0 30px 0 0;
  }
  .page-product-detail .shopping-nav .box-select-text .text {
    font-size: 14px;
  }
  .page-product-detail .shopping-nav .box-select-text .value {
    font-size: 14px;
  }
}
@media only screen and (min-width: 769px) and (max-height: 800px) {
  .page-product-detail .section-item .box-img .img-slider {
    max-width: 480px;
  }
}
@media only screen and (max-width: 768px) {
  #content-wrap.page-product-detail.social {
    padding-top: 56px;
  }
  .page-product-detail {
    min-width: auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 90px;
  }
  .page-product-detail.social {
    display: flex !important;
    padding-bottom: 97px;
  }
  .page-product-detail .fade-top-pc {
    transform: translate(0, 20px);
  }
  .page-product-detail .fade.pc-delay,
.page-product-detail .fade.pc-delay2 {
    transition-delay: 0s;
  }
  .page-product-detail .fade.sp-delay {
    transition-delay: 0.2s;
  }
  .page-product-detail .fade.sp-delay2 {
    transition-delay: 0.4s;
  }
  .page-product-detail .fade-pc {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .page-product-detail .fade-sp {
    opacity: 0;
    transform: translate(0, 20px);
    transition: opacity 0.4s ease, transform 0.7s cubic-bezier(0.09, 0.41, 0.25, 1);
  }
  .page-product-detail .fade-sp.is-fadein {
    opacity: 1;
    transform: translate(0, 0);
  }
  .page-product-detail .breadcrumb {
    display: none;
    /* left: 0;
    -webkit-transform: none;
            transform: none;
    padding: 0;
    white-space: nowrap;
    overflow: auto;
    width: 100%;
    padding: 8px 15px 0;
    margin: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; */
  }
  .page-product-detail .slider-dots {
    position: absolute;
    bottom: 7px !important;
    left: 0;
    text-align: center;
    z-index: 3;
  }
  .page-product-detail .slider-dots .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    margin: 0 2px !important;
    transition: background 0.3s;
    cursor: pointer;
    overflow: hidden;
    opacity: 1;
    background: #888;
  }
  .page-product-detail .slider-dots .swiper-pagination-bullet-active {
    background: #ff322d;
  }
  .page-product-detail .slider-arrows {
    position: absolute;
    z-index: 3;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
  }
  .page-product-detail .slider-arrows .slider-arrow {
    position: absolute;
    top: 50%;
    pointer-events: all;
    cursor: pointer;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) {
  .page-product-detail .slider-arrows .slider-arrow {
    transform: translate(0, -50%);
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .slider-arrows .slider-arrow::after {
    content: "";
    width: 11px;
    height: 11px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border: none;
    border-right: 2px solid #ff322d;
    border-bottom: 2px solid #ff322d;
    z-index: 3;
    outline: none;
    background: none;
    font-size: 0;
    padding: 0;
    transition: opacity 0.3s;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .page-product-detail .slider-arrows .slider-arrow::after {
    border-right: 2px solid #222;
    border-bottom: 2px solid #222;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .slider-arrows .slider-arrow-prev {
    left: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .slider-arrows .slider-arrow-prev::after {
    transform: translate(-50%, -50%) rotate(135deg);
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .slider-arrows .slider-arrow-next {
    right: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .slider-arrows .slider-arrow-next::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .slider-arrows .slider-arrow.is-disabled {
    cursor: default;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .slider-arrows .slider-arrow.is-disabled::after {
    opacity: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .area-error {
    top: 55px;
    height: 30px;
    transform: translate(0, -30px);
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .area-error .text-error {
    line-height: 30px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-item {
    padding: 0px 0 0;
    height: auto;
    display: block;
    /* margin-bottom: 28px; */
    margin-bottom: 75px;
    order: 2;
    overflow: visible;
    min-height: inherit;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail.social .section-item {
    min-height: 590px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-item .content {
    width: 100%;
    min-width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-item .content .inner {
    width: 100%;
    margin: 0 auto 0;
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-item .content .box-title {
    position: relative;
    width: 100%;
    padding: 0 5%;
    z-index: 2;
    font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: 600;
    box-sizing: border-box;
    margin-top: 21px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-item .content .brand {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 16px;
    text-align: left;
    margin-bottom: 19px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-item .content .name {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 18px;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-item .content .price {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 18px;
    text-align: left;
    margin-bottom: 0;
    margin-top: 4px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-item .content .price .tax {
    font-size: 9px;
    margin-left: 3px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-item .content .box-text {
    padding: 26px 15px 0;
    padding-top: 34px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail.social .section-item .content .box-text {
    padding: 14px 15px 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-item .content .board {
    margin-bottom: 15px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-item .content .board .ico {
    height: 18px;
    width: 20px;
    margin-right: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-item .content .description {
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 21px;
    margin-bottom: 13px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-item .content .more {
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: 22px;
    /* margin-bottom: 25px; */
    margin-bottom: 0;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail.social .section-item .content .expiration-date {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail.social .section-item .content .inquiry-number {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-item .content .box-tags {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-item .content .box-tags .tag {
    font-size: 12px;
    margin-right: 9px;
    margin-bottom: 7px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-item .content .box-tags .tag a {
    border-radius: 5px;
    padding: 0 13px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-item .box-img {
    width: 100%;
    margin: 0 auto;
    min-width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: auto;
    transform: none;
    flex-direction: column;
    margin-top: -117px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-item .box-img .box-slider {
    z-index: auto;
    margin: 0 auto;
    position: relative;
    list-style: none;
    padding: 0;
    overflow: hidden;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-item .box-img .slider {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-item .box-img .slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-item .box-img img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-item .box-img .zoom-img {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-item .box-img .img-slider {
    width: 100%;
    margin: 0 auto;
    max-width: none;
    position: relative;
  }
  .page-product-detail .section-item .box-img .img-slider::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 128px;
    background: linear-gradient(#f2f2f2 0%, rgba(242, 242, 242, 0.84) 25.32%, rgba(242, 242, 242, 0.71) 48.99%, rgba(242, 242, 242, 0) 100%);
    top: 0;
    left: 0;
    z-index: 1;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-item .box-img .img-slider .slide {
    transition-property: opacity;
    position: relative;
  }
  .page-product-detail .section-item .box-img .img-slider .slide img {
    width: 86%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-item .nav-slider .slider-arrows {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-item .slider-arrows {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-item .slider-dots {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .shopping-nav {
    min-width: auto;
    height: auto;
    position: relative;
    /* padding: 10px 15px 0; */
    padding: 25px 15px 0;
    box-sizing: border-box;
    margin-bottom: 0;
    order: 3;
    z-index: 1;
    bottom: auto;
    left: auto;
    transform: none;
    background-color: #ffffff;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .shopping-nav.is-show .box-nav {
    transform: none;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .shopping-nav.is-open-modal {
    z-index: 99;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail.social .shopping-nav {
    padding: 13px 15px 0;
    order: 2;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .shopping-nav.is-absolute {
    position: relative;
    left: auto;
    bottom: auto;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .shopping-nav .select-wrapper {
    display: block;
    max-width: none;
    margin-right: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .shopping-nav .box-nav {
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .shopping-nav .box-nav .inner {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .shopping-nav .box-nav::after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .shopping-nav .box-select {
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc;
    margin-right: 0;
    margin: 0 0 17px 0;
    max-width: none;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .shopping-nav .box-select-text {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .shopping-nav .box-select-text .text {
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .shopping-nav .box-select-text .text .comma {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .shopping-nav .box-select-text .value {
    max-width: calc(100% - 64px);
    display: block;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: right;
    line-height: 24px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .shopping-nav .box-select-text .value::before,
.page-product-detail .shopping-nav .box-select-text .value::after {
    width: 10px;
    height: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .shopping-nav .box-select-text .value::before {
    right: 7px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .shopping-nav .box-select-color .box-select-text .value {
    min-width: auto;
    text-align: initial;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .shopping-nav .box-select select {
    pointer-events: all;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .shopping-nav .box-btn {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .shopping-nav .box-btn .btn-gift {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .shopping-nav .btn-ico {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .shopping-nav-btn {
    display: block;
    background: #fff url(../images/product_detail/icon_cart_product.svg) no-repeat center center;
    background-size: contain;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    box-shadow: 2px 1px 6px rgba(5, 0, 1, 0.11);
    position: fixed;
    right: 10px;
    bottom: 10px;
    transition: opacity 0.3s ease;
    z-index: 10;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .shopping-nav-btn a {
    display: block;
    height: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .shopping-nav-btn.is-hide {
    opacity: 0;
    pointer-events: none;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-detail {
    padding: 0;
    margin: 0 auto;
    order: 4;
    z-index: 1;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail.social form[name=delivery] {
    order: 3;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail.social .section-detail {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-detail .inner {
    padding: 0 15px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-detail .box-detail {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-detail .box-detail .box-left {
    width: 100%;
    margin-right: 0;
    margin-top: 67px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-detail .box-detail .box-right {
    width: 100%;
    margin-top: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-detail .box-detail .detail-title {
    font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.09em;
    line-height: 1;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-detail .box-detail .detail-text {
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-detail .box-detail .detail-list dt {
    width: auto;
    float: none;
    margin-right: 0;
    line-height: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-detail .box-detail .detail-list dd {
    width: auto;
    float: none;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-detail .box-detail .detail-list dd:not(:last-child) {
    margin-bottom: 19px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-detail .box-detail .box-delivery .box-select {
    margin-top: 9px;
    padding-bottom: 6px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-detail .box-detail .box-delivery .box-select .text-addressee {
    font-size: 15px;
    letter-spacing: 0.01em;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-detail .box-detail .box-delivery .box-select .text-selected {
    font-size: 15px;
    margin-right: 20px;
    letter-spacing: 0.01em;
    max-width: calc(100vw - 120px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-detail .box-detail .box-delivery .box-select select {
    z-index: 2;
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-detail .box-detail .box-delivery .box-select .ico-arrow {
    top: 11px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-detail .box-detail .box-delivery .box-select .ico-arrow::before,
.page-product-detail .section-detail .box-detail .box-delivery .box-select .ico-arrow::after {
    width: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-detail .box-detail .box-delivery .box-select .ico-arrow::after {
    right: -3px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-detail .box-detail .box-delivery .delivery-date {
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 22px;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-detail .box-detail .box-delivery .delivery-text {
    font-size: 13px;
    letter-spacing: 0.02em;
    line-height: 23px;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-detail .box-detail .box-item-detail {
    margin-top: 36px;
    max-width: none;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-detail .box-detail .box-spec {
    margin-top: 38px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-detail .box-detail .box-others {
    margin-top: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-detail .box-detail .box-guide {
    margin-top: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-detail .box-detail .box:first-child {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-detail .box-detail .box-guide .list li {
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-detail .box-detail .box-guide .list li:not(:first-child) {
    margin-top: 7px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-detail .box-detail + .box-photo {
    margin-top: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-detail .box-photo {
    width: 100%;
    margin: 36px auto 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-detail .box-photo img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-detail .box-photo .title {
    font-size: 20px;
    width: 100%;
    margin: 24px auto 0 0;
    letter-spacing: 0.03em;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-detail .box-photo .text {
    margin: 7px auto 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .item-list {
    order: 5;
    z-index: 1;
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .item-list .box-title {
    color: #ff322d;
    text-align: left;
    margin-bottom: 20px;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .item-list h2 .ttl01 {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .item-list h2 .ttl02 {
    font-size: 35px;
    letter-spacing: 0;
    line-height: 1;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .item-list .box-slider .slide > a:hover {
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .item-list .slider-dots {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .related-item {
    margin-top: 76px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .recommend-item {
    margin-top: 73px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .related-item + .recommend-item {
    margin-top: 73px;
  }
}
@media only screen and (max-width: 768px) {
  body.global-menu-hide .page-product-detail .area-error {
    top: 55px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .box-select .modal-select {
    position: fixed;
    top: 55px;
    left: 0;
    /* bottom: auto; */
    bottom: 0;
    width: 100%;
    padding: 0;
    /* height: 100%; */
    height: auto;
  }
  .page-product-detail .box-select .modal-select.is-active {
    overflow: auto;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .box-select .modal-select::before {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: none;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .box-select .modal-select.is-active {
    z-index: 100 !important;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .box-select .modal-select .modal-overlay {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .box-select .modal-select .title {
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 15px;
    padding-bottom: 29px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .box-select .modal-select .option-list li {
    height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .box-select .modal-select .option-list .text {
    font-size: 13px;
    letter-spacing: 0.08em;
    text-align: left;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .box-select .modal-select .option-list .text::before {
    width: 18px;
    height: 18px;
    border-radius: 9px;
    right: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .box-select .modal-select .option-list .text::after {
    width: 10px;
    height: 10px;
    right: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .box-select .modal-select .option-list input[type=radio] {
    height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .box-select .modal-select .option-list input[type=text].input-large,
.page-product-detail .box-select .modal-select .option-list input[type=number].input-large {
    width: 95px;
    height: 40px;
    margin: 0 auto 0 0;
    text-align: left;
    font-size: 13px;
    letter-spacing: 0.08em;
    padding: 5px 14px;
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .box-select .modal-select .modal-inner {
    position: relative;
    z-index: 2;
    background: #fff;
    margin-top: 15px;
    padding: 30px 20px;
    max-height: none;
    overflow: initial;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .box-select .modal-select .error {
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 22px;
    text-align: left;
    margin-top: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .box-select .modal-select .contact {
    font-size: 13px;
    line-height: 24px;
    text-align: left;
    margin-top: 7px;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .box-select .modal-select .btn-close {
    position: absolute;
    right: 20px;
    top: 18px;
    width: 15px;
    height: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .box-select .modal-select .btn-close a {
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .box-select .modal-select .btn-close a::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/common/icon-close.svg) no-repeat center center;
    background-size: contain;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .section-item .content .modal-alcohol .inner,
.modal-alcohol .inner {
    width: 100%;
    padding: 75px 0 80px;
    position: relative;
    top: auto;
    left: auto;
    transform: inherit;
  }
}
@media only screen and (max-width: 768px) {
  .modal-alcohol .title {
    font-size: 20px;
    letter-spacing: 0.01em;
    line-height: 30px;
    color: #ff322d;
    font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .modal-alcohol .text {
    width: 92%;
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 25px;
    margin: 0 auto 34px;
  }
}
@media only screen and (max-width: 768px) {
  .modal-alcohol .btn a,
.modal-alcohol .btn button {
    width: 92%;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 768px) {
  .modal-alcohol .btn-yes {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .modal-alcohol .btn-close {
    display: none;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 16px;
    height: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .modal-alcohol .btn-close a {
    height: 100%;
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .modal-alcohol .btn-close a::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/common/icon-close.svg) no-repeat center center;
    background-size: contain;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .social_gift_pr2 {
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .social_gift_pr2:before {
    content: "";
    position: absolute;
    display: block;
    width: 100vw;
    height: 1px;
    background-color: #ccc;
    top: 0px;
    left: -4.5%;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .social_gift_pr2:after {
    content: "";
    position: absolute;
    display: block;
    width: 100vw;
    height: 1px;
    background-color: #ccc;
    bottom: 0px;
    left: -4.5%;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .social_gift_pr2 .intro {
    border-top: none;
    padding: 43px 0 0;
    margin: 77px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .social_gift_pr2 .intro .min_title {
    font-size: 14px;
    letter-spacing: 0.05em;
    margin: 0px 0 4px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .social_gift_pr2 .intro .title {
    font-size: 40px;
    letter-spacing: -0.02em;
    line-height: 40px;
    margin: 0 0 18px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .social_gift_pr2 .intro .jp_title {
    font-size: 17px;
    letter-spacing: 0.01em;
    line-height: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .social_gift_pr2 .intro .comment {
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 24px;
    margin: 0 0 26px;
  }
  .page-product-detail .social_gift_pr2 .intro .comment:nth-of-type(4) {
    margin-bottom: 5px;
  }
  .page-product-detail .social_gift_pr2 .intro .comment:last-of-type {
    margin: 0 0 26px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .social_gift_pr2 .card {
    padding: 13px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .social_gift_pr2 .card .title {
    font-size: 24px;
    letter-spacing: 0.02em;
    line-height: 25px;
    text-align: left;
    margin: 0 0 12px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .social_gift_pr2 .card .jp_title {
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 25px;
    margin: 0 0 24px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .social_gift_pr2 .outro {
    margin: 40px 0 -23px;
    padding: 0 0 44px;
    border-bottom: none;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .social_gift_pr2 .outro .title {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 15px;
    color: #222;
    margin: 0 0 11px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .social_gift_pr2 .outro .comment {
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 20px;
    text-align: left;
    color: #222;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail .social_gift_pr2 .outro .link {
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 20px;
    text-align: left;
    color: #222;
    margin-top: 13px;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail.social .shopping-nav.is-show .box-nav {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail.social .shopping-nav .select-wrapper {
    display: block;
    max-width: none;
    margin-right: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail.social .shopping-nav .box-select {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail.social .shopping-nav .box-select-text {
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  .page-product-detail.social .shopping-nav .box-select-text .value {
    width: inherit;
  }
}
/* D_0701_ボード選択(モーダル) */
.onemore-switch {
  height: 70px;
  width: 100%;
  display: flex;
  background-color: #F2F2F2;
}
@media screen and (max-width: 768px) {
  .onemore-switch {
    height: 50px;
  }
}
.onemore-switch .switch {
  width: 50%;
  height: 100%;
  background-color: #E6E6E6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px 6px 0 0;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  box-shadow: 0px -12px 12px -7px #ccc inset;
  pointer-events: all;
  cursor: pointer;
}
.onemore-switch .switch::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 6px;
  width: 100%;
  background-color: #CCC;
}
@media screen and (max-width: 768px) {
  .onemore-switch .switch::after {
    height: 5px;
  }
}
.onemore-switch .switch .product-svg {
  margin-right: 21px;
}
@media screen and (max-width: 768px) {
  .onemore-switch .switch .product-svg {
    margin-right: 10px;
    width: 19px;
  }
}
.onemore-switch .switch .onemore-svg {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .onemore-switch .switch .onemore-svg {
    width: 19px;
  }
}
.onemore-switch .switch .text {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 21px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 768px) {
  .onemore-switch .switch .text {
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 15px;
    text-align: left;
  }
}
.onemore-switch .switch.active {
  pointer-events: none;
  background-color: #fff;
  box-shadow: none;
}
.onemore-switch .switch.active .text {
  color: #FF322D;
}
.onemore-switch .switch.active .product-svg .a {
  fill: #fff;
  stroke: #FF322D;
}
.onemore-switch .switch.active .product-svg .b {
  fill: #FF322D;
}
.onemore-switch .switch.active .onemore-svg .a,
.onemore-switch .switch.active .onemore-svg .b {
  stroke: #FF322D;
}
.onemore-switch .switch.active::after {
  background-color: #FF322D;
}

.onemore-item {
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .onemore-item {
    margin-top: 32px;
    padding-bottom: 40px;
  }
}
.onemore-item .title-box .sub-title {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 27px;
  text-align: left;
  color: #ff322d;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .onemore-item .title-box .sub-title {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 20px;
  }
}
.onemore-item .title-box .title {
  font-family: "TTNormsPro-Bold", sans-serif;
  font-weight: normal;
  font-size: 80px;
  letter-spacing: -0.02em;
  line-height: 80px;
  text-align: left;
  color: #ff322d;
  text-transform: uppercase;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .onemore-item .title-box .title {
    font-size: 35px;
    letter-spacing: -0.02em;
    line-height: 44px;
    margin-top: 2px;
  }
}
.onemore-item .title-box .description {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 17px;
  text-align: left;
  color: #222;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .onemore-item .title-box .description {
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 21px;
  }
}
.onemore-item .items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 29px;
}
.onemore-item .items .item {
  width: calc((100% - 50px) / 6);
  margin-right: 10px;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .onemore-item .items .item {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (min-width: 769px) {
  .onemore-item .items .item:nth-child(6n) {
    margin-right: 0;
  }
  .onemore-item .items .item:nth-child(n+7) {
    margin-top: 50px;
  }
  .onemore-item .items .item:hover .img {
    transform: scale(1.05);
    box-shadow: 3px 3px 10px 0 rgba(5, 0, 1, 0.1);
  }
}
@media screen and (max-width: 768px) {
  .onemore-item .items .item:nth-child(3n) {
    margin-right: 0;
  }
  .onemore-item .items .item:nth-child(n+4) {
    margin-top: 20px;
  }
}
.onemore-item .items .item .img {
  width: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.onemore-item .items .item .name {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 17px;
  text-align: center;
  color: #222;
  margin-top: 9px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .onemore-item .items .item .name {
    font-size: 10px;
    letter-spacing: 0.02em;
    line-height: 15px;
    text-align: left;
    color: #999;
    margin-top: 10px;
  }
}
.onemore-item .items .item .brand {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 17px;
  text-align: center;
  color: #999;
  margin-top: 5px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .onemore-item .items .item .brand {
    font-size: 10px;
    letter-spacing: 0.02em;
    line-height: 15px;
    text-align: left;
    color: #222;
    margin-top: 4px;
  }
}
.onemore-item .items .item .price {
  font-family: "TTNormsPro-Medium", sans-serif;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 17px;
  text-align: center;
  color: #222;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .onemore-item .items .item .price {
    font-size: 11px;
    letter-spacing: 0.02em;
    line-height: 17px;
    text-align: left;
    color: #999;
    margin-top: 3px;
  }
}
.onemore-item .items .item .price .tax {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .onemore-item .items .item .price .tax {
    font-size: 9px;
  }
}
.onemore-item .more {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .onemore-item .more {
    margin-top: 40px;
  }
}
.onemore-item .more .btn {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 17px;
  text-align: center;
  color: #ff322d;
  display: flex;
  width: 520px;
  height: 60px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #FF322D;
  color: #FF322D;
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.48, 1.5, 0.56, 1.2), color 0.3s ease, boder-color 0.3s ease, background-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .onemore-item .more .btn {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (min-width: 769px) {
  .onemore-item .more .btn:hover {
    transform: scale(1.05);
    background-color: #ff322d;
    color: #fff;
  }
}

.page-product-detail .section-detail .box-detail.switch-product {
  display: none;
}
.page-product-detail .section-detail .box-detail.switch-product.active-switch {
  display: flex;
}
@media screen and (max-width: 768px) {
  .page-product-detail .section-detail .box-detail.switch-product.active-switch {
    display: block;
  }
}

.switch-product,
.switch-more {
  display: none;
}
.switch-product.active-switch,
.switch-more.active-switch {
  display: block;
}

.box-order-info .text {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 17px;
  text-align: left;
  color: #ff322d;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .box-order-info .text {
    margin-top: 17px;
  }
}

.page-product-detail .shopping-nav .box-btn {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  margin-top: 30px;
}

.page-product-detail .shopping-nav .box-btn .btn-gift {
  display: none;
}

.page-product-detail .shopping-nav .btn-ico {
  display: none;
}

.page-product-detail .shopping-nav-btn {
  display: block;
  background: #fff url(../images/product_detail/icon_cart_product.svg) no-repeat center center;
  background-size: contain;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  box-shadow: 2px 1px 6px rgba(5, 0, 1, 0.11);
  position: fixed;
  right: 10px;
  bottom: 10px;
  transition: opacity 0.3s ease;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .page-product-detail .shopping-nav-btn {
    bottom: 36px;
    right: 30px;
  }
}

.page-product-detail .shopping-nav-btn a {
  display: block;
  height: 100%;
  width: 100%;
}

.page-product-detail .shopping-nav-btn.is-hide {
  opacity: 0;
  pointer-events: none;
}

.page-brands {
  position: relative;
  min-width: 1024px;
}

.article-list .page-brands .breadcrumb {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}

.page-brands a {
  text-decoration: none;
}

.page-brands a:hover {
  opacity: 1;
  color: #ff322d;
}

.page-brands .block-title {
  /* position: fixed;
  top: 130px;
  left: 0; */
  width: 100%;
  background: #fff;
  min-width: 1024px;
  /* position: relative; */
}

.page-brands .box-title {
  padding: 47px 30px 18px;
  color: #ff322d;
}

.page-brands .box-title .title-sub {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 22px;
  font-feature-settings: "palt";
  letter-spacing: 0.12em;
  display: block;
}

.page-brands .box-title .title-main {
  margin-top: 11px;
  margin-left: -0.05em;
  font-family: "TTNormsPro-Bold", sans-serif;
  font-weight: normal;
  font-size: 80px;
  letter-spacing: -0.02em;
  display: block;
}

.page-brands .brands-index {
  width: 100%;
  height: 75px;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  left: 0;
  /* top: 159px; */
  /*top: 308px;*/
  background: #fff;
  border-top: 1px solid #bbb;
}

.page-brands .brands-index.is-fixed {
  top: 80px;
  position: fixed;
  transform: translate(0, 50px);
  transition: transform 0.3s ease;
}

.page-brands .brands-index.is-unfixed {
  position: absolute;
  top: auto;
  bottom: 93px;
}

body.global-menu-hide .page-brands .brands-index.is-fixed {
  transform: translate(0, 0);
  /* transition: none; */
}

.page-brands .brands-index .list-index {
  border-bottom: 1px solid #efefef;
  width: 92.18%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.page-brands .brands-index .list-index li {
  position: relative;
  overflow: hidden;
  margin: 0 30px;
  padding: 3px 0;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.page-brands .brands-index .list-index li::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 3px);
  width: 100%;
  height: 2px;
  background: #ff322d;
  content: "";
  transition: transform 0.3s ease;
}

.page-brands .brands-index .list-index li.is-active::after,
.page-brands .brands-index .list-index li:hover::after {
  transform: translate(0, 0);
}

.page-brands .brands-index .list-index li a:hover {
  color: inherit;
}

.page-brands .brands-list-wrap {
  width: 92.18%;
  margin: 0 auto;
  padding: 76px 0 80px;
}

.page-brands .brands-list {
  display: flex;
  width: 100%;
  padding: 47px 0 33px;
  border-top: 1px solid #efefef;
}

.page-brands .brands-list:first-child {
  border-top: none;
}

.page-brands .brands-list .title-list {
  margin: 0 162px 0 30px;
  color: #ff322d;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  text-align: left;
  letter-spacing: 0.04em;
}

.page-brands .brands-list .list {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;*/
  width: 100%;
  height: auto;
  -moz-column-count: 3;
       column-count: 3;
}

.page-brands .brands-list#brands-h .list {
  height: auto;
}

.page-brands .brands-list .list li {
  width: 100%;
  margin-bottom: 9px;
  font-size: 13px;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.01em;
}

.page-brands .brands-list .list li:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .page-brands {
    min-width: auto;
  }
  .page-brands a:hover {
    color: inherit;
  }
  .page-brands .breadcrumb {
    display: none;
  }
  .page-brands .block-title {
    /* top: 55px; */
    min-width: auto;
    position: relative;
  }
  .page-brands .block-title.is-unfixed {
    bottom: 95px;
  }
  .page-brands .box-title {
    padding: 20px 15px 18px;
    border-bottom: 1px solid #bbb;
  }
  .page-brands .box-title .title-sub {
    font-size: 14px;
    letter-spacing: 0.12em;
  }
  .page-brands .box-title .title-main {
    margin-top: 11px;
    margin-left: -0.05em;
    font-size: 35px;
    letter-spacing: -0.02em;
  }
  .page-brands .brands-index {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: none;
    height: 126px;
    margin: 0 auto;
    border-top: none;
    border-bottom: 1px solid #bbb;
    /*top: 153px;*/
    top: 100px;
  }
  .page-brands .brands-index.is-fixed {
    top: 56px;
    /* top: 106px; */
    /* transition: none; */
    transform: translate(0, 50px);
  }
  body.global-menu-hide .page-brands .brands-index.is-fixed {
    transform: translate(0, 0);
    /* transition: none; */
    top: 56px;
  }
  body.global-menu-hide .page-brands .brands-index.is-unfixed,
.page-brands .brands-index.is-unfixed {
    position: absolute;
    top: auto;
    bottom: 66px;
    transform: translate(0, 0);
  }
  .page-brands .brands-index .list-index {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 94%;
    height: 79%;
    margin: 0 auto;
    border-bottom: none;
  }
  .page-brands .brands-index .list-index li {
    position: relative;
    overflow: hidden;
    width: 20%;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
  }
  .page-brands .brands-index .list-index li::after {
    left: 50%;
    transform: translate(-50%, 3px);
    width: 15px;
    height: 1px;
  }
  .page-brands .brands-index .list-index li:hover::after {
    transform: translate(-50%, 3px);
  }
  .page-brands .brands-index .list-index li.is-active::after {
    transform: translate(-50%, 0);
  }
  .page-brands .brands-list-wrap {
    width: 100%;
    max-width: none;
    padding: 126px 0 70px;
  }
  .page-brands .brands-list {
    display: flex;
    box-sizing: border-box;
    width: auto;
    padding: 25px 10px 25px;
    margin: 0 15px;
    border-top: 1px solid #bbb;
  }
  .page-brands .brands-list:first-child {
    border-top: none;
  }
  .page-brands .brands-list .title-list {
    margin: 0 15% 0 0;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.04em;
  }
  .page-brands .brands-list .list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .page-brands .brands-list#brands-h .list {
    height: inherit;
  }
  .page-brands .brands-list .list li {
    width: 100%;
    margin-bottom: 7px;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    letter-spacing: 0.01em;
  }
}
@media only screen and (max-width: 360px) {
  .page-brands .box-title .title-main {
    font-size: 30px;
  }
}