@charset "UTF-8";
.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


#visual {
  background-image: url("https://file003.shop-pro.jp/PA01479/167/assets/img/product/visual_img.jpg");
  background-size: cover;
  background-position: center;
}

#product_list {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  #product_list {
    padding-top: 125px;
    padding-bottom: 130px;
  }
}
#product_list .btnArea {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #product_list .btnArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 70px;
  }
}
#product_list .btnArea .btnStyle01 + .btnStyle01 {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #product_list .btnArea .btnStyle01 {
    padding: 0;
  }
  #product_list .btnArea .btnStyle01::after {
    right: -23px;
  }
  #product_list .btnArea .btnStyle01 + .btnStyle01 {
    margin-top: 0;
    margin-left: 43px;
  }
}
@media screen and (min-width: 1080px) {
  #product_list .btnArea .btnStyle01 + .btnStyle01 {
    margin-left: 50px;
  }
}

#product {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  #product {
    padding-top: 100px;
  }
}

#product_detail {
  padding-left: 5vw;
  padding-right: 5vw;
}
@media screen and (min-width: 768px) {
  #product_detail .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#product_detail .imgArea {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #product_detail .imgArea {
    width: 300px;
  }
}
@media screen and (min-width: 1080px) {
  #product_detail .imgArea {
    width: 450px;
  }
}
@media screen and (min-width: 1334px) {
  #product_detail .imgArea {
    width: 600px;
  }
}
#product_detail .imgArea .main {
  max-height: 600px;
  margin-bottom: 13px;
  overflow: hidden;
}
#product_detail .imgArea .main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#product_detail .imgArea .thumb .product_thumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -6.5px;
}
#product_detail .imgArea .thumb li {
  width: 20%;
  padding: 6.5px;
}
#product_detail .imgArea .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#product_detail .textArea {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  #product_detail .textArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 0;
    padding-left: 40px;
  }
}
@media screen and (min-width: 1080px) {
  #product_detail .textArea {
    padding-left: 80px;
  }
}
#product_detail .name {
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (min-width: 1080px) {
  #product_detail .name {
    font-size: 2.5rem;
  }
}
#product_detail .price {
  display: block;
  margin-top: 20px;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
}
#product_detail .price .unit {
  margin-left: 8px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1080px) {
  #product_detail .price {
    margin-top: 30px;
    font-size: 3.8rem;
  }
}
#product_detail .selectArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  #product_detail .selectArea {
    margin: 40px 0;
  }
}
#product_detail .selectArea .text {
  margin-right: 14px;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", serif;
  letter-spacing: 0.04em;
  line-height: 1;
}
#product_detail .selectArea .select {
  display: block;
  position: relative;
  z-index: 1;
  width: 167px;
}
#product_detail .selectArea .select::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 11px;
  height: 11px;
  margin: auto;
  border-right: 2px solid #282828;
  border-bottom: 2px solid #282828;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#product_detail .selectArea select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  max-width: 167px;
  padding: 11px 20px;
  background: none;
  border: 1px solid #282828;
  border-radius: 5px;
  color: #282828;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
}
#product_detail .selectArea select:focus {
  outline: none;
}
@media screen and (min-width: 768px) {
  #product_detail .selectArea select {
    font-size: 2.5rem;
  }
}
#product_detail .btn_cart {
  display: block;
  width: 100%;
  padding: 17px 0 19px;
  background: #282828;
  border: 1px solid #282828;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", serif;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
#product_detail .btn_cart:hover {
  background: #43b0e1;
  border-color: #43b0e1;
}
#product_detail .spec {
  display: block;
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
@media screen and (min-width: 768px) {
  #product_detail .spec {
    margin-top: 40px;
    padding: 40px 0;
  }
}
#product_detail .spec .box + .box {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #aaa;
}
@media screen and (min-width: 768px) {
  #product_detail .spec .box + .box {
    margin-top: 40px;
    padding-top: 40px;
  }
}
#product_detail .spec dl + dl {
  margin-top: 20px;
}
#product_detail .spec dt, #product_detail .spec dd {
  display: block;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", serif;
  letter-spacing: 0.04em;
  line-height: 1.7857;
}
#product_detail .spec dt {
  margin-bottom: 5px;
  font-weight: bold;
}
#product_detail .spec dd {
  font-weight: 400;
}
#product_detail .spec .message .ttl {
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", serif;
  letter-spacing: 0.04em;
  line-height: 1.7857;
}
#product_detail .spec .message .text {
  display: block;
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", serif;
  letter-spacing: 0.04em;
  line-height: 1.7857;
}

#product_other {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 5vw;
  padding-right: 5vw;
}
@media screen and (min-width: 768px) {
  #product_other {
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
#product_other .contents + .contents {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  #product_other .contents + .contents {
    margin-top: 150px;
  }
}
#product_other .flex_layout .flex_imgArea {
  max-width: 472px;
}
#product_other .textStyle01 {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", serif;
}
#product_other .textArea .textStyle01 {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #product_other .textArea .textStyle01 {
    margin-top: 30px;
  }
}
#product_other .textArea + .product_other_img {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #product_other .textArea + .product_other_img {
    margin-top: 50px;
  }
}
#product_other .product_other_img {
  display: block;
}
#product_other .product_other_img.is-border-radius {
  overflow: hidden;
  border-radius: 5px;
}
#product_other .product_make_list {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #product_other .product_make_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
  }
}
@media screen and (min-width: 1334px) {
  #product_other .product_make_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#product_other .product_make_list .detail + .detail {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #product_other .product_make_list .detail {
    width: calc((100% - 100px) / 3);
  }
  #product_other .product_make_list .detail + .detail {
    margin-top: 0;
  }
}
#product_other .product_make_list .name {
  display: block;
  margin-bottom: 15px;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.3181;
}
@media screen and (min-width: 768px) {
  #product_other .product_make_list .name {
    margin-bottom: 30px;
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 1080px) {
  #product_other .product_make_list .name {
    font-size: 3.5rem;
  }
}
#product_other .product_make_list .img {
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
#product_other .product_make_list .text {
  display: block;
  margin-top: 25px;
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", serif;
  letter-spacing: 0.04em;
  line-height: 1.8666;
}
@media screen and (min-width: 768px) {
  #product_other .product_make_list .text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1079px) {
  #product_other .product_make_list .text br {
    display: none;
  }
}
#product_other .btnArea {
  margin-top: 50px;
}
#product_other .btnArea .btnStyle01 {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #product_other .btnArea {
    margin-top: 100px;
  }
}

.product_list {
  display: block;
}

@media screen and (min-width: 640px) {
  .product_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px;
  }
}

@media screen and (min-width: 1080px) {
  .product_list {
    margin: -35px -75px;
  }
}

@media screen and (max-width: 639px) {
  .product_list>li+li {
    margin-top: 40px;
  }
}

@media screen and (min-width: 640px) {
  .product_list>li {
    width: 50%;
    padding: 20px;
  }
}

@media screen and (min-width: 1080px) {
  .product_list>li {
    width: 33.3333333333%;
    padding: 35px 75px;
  }
}

.product_list .product .thumb {
  overflow: hidden;
}

.product_list .product .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.product_list .product .textArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.product_list .product .textArea::after {
  content: "";
  display: block;
  width: 46px;
  height: 7px;
  margin: auto;
  background-image: url("https://file003.shop-pro.jp/PA01479/167/assets/img/common/icon_arrow.svg");
  background-size: 100% 100%;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.product_list .product .detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product_list .product .tag.is-disabled {
  border-color: #aaa;
  background-color: #aaa;
  pointer-events: none;
}

.product_list .product .name {
  display: block;
  width: 100%;
  max-width: 195px;
  color: #282828;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", serif;
  letter-spacing: 0.04em;
  line-height: 1.5625;
}

.product_list .product .price {
  display: block;
  margin-top: 7px;
  color: #282828;
  font-size: 2rem;
  font-weight: 400;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", serif;
  letter-spacing: 0.04em;
  line-height: 1.45;
}

.product_list .product .price .unit {
  font-size: 1.6rem;
}

.product_list .product .price .tax {
  font-size: 1.5rem;
}

.product_list .product .price.is-sale {
  color: #aaa;
  font-size: 1.8rem;
}

.product_list .product .price.is-sale .unit {
  font-size: 1.4rem;
}

.product_list .product .price.is-sale .tax {
  font-size: 1.3rem;
}

.product_list .product .tag {
  display: block;
  margin-top: 15px;
  padding: 20px 0;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
  background-color: #aaa;
}

.product_list .product:hover .thumb img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.7;
}

.product_list .product:hover .textArea::after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.empty {
  padding: 40px 0;
}

.empty p {
  display: block;
  text-align: center;
}

.product_pager {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .product_pager {
    margin-top: 80px;
  }
}

.product_pager .pager_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product_pager li+li {
  margin-left: 10px;
}

.product_pager .link {
  display: block;
  color: #282828;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}

@media screen and (min-width: 768px) {
  .product_pager .link {
    font-size: 2rem;
  }
}

.product_pager .link.is-num {
  width: 30px;
  opacity: 0.5;
  text-align: center;
}

.product_pager .link.is-num.is-current {
  opacity: 1;
  pointer-events: none;
}

.product_pager .link.is-prev,
.product_pager .link.is-next {
  position: relative;
  z-index: 1;
  opacity: 0.5;
}

.product_pager .link.is-prev::after,
.product_pager .link.is-next::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 1px solid #fff;
  opacity: 0.5;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.product_pager .link.is-prev .icon,
.product_pager .link.is-next .icon {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 5px;
  margin: auto;
}

.product_pager .link.is-prev .icon path,
.product_pager .link.is-next .icon path {
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.product_pager .link.is-prev {
  padding-left: 15px;
}

.product_pager .link.is-prev .icon {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.product_pager .link.is-next {
  padding-right: 15px;
}

.product_pager .link.is-next .icon {
  right: 0;
}

.product_pager .link.is-disabled {
  pointer-events: none;
}

.product_pager .link:hover.is-num {
  color: #1F90C3;
  opacity: 1;
}

.product_pager .link:hover.is-prev,
.product_pager .link:hover.is-next {
  color: #1F90C3;
  opacity: 1;
}

.product_pager .link:hover.is-prev .icon path,
.product_pager .link:hover.is-next .icon path {
  fill: #1F90C3;
}