.products .l-main--products {
  background: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7), color-stop(30%, #EFEFEF));
  background: linear-gradient(to bottom, #F7F7F7 0%, #EFEFEF 30%);
}
.products .l-main--products .l-container {
  background: url(/assets/images/products/bg_top.png) no-repeat center top;
  background-size: 100%;
  padding: 125px 0 0;
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
}
@media screen and (max-width:767px) {
  .products .l-main--products .l-container {
    background: url(/assets/images/products/bg_top_sp.png) no-repeat center top;
    background-size: 100%;
    padding: 16vw 0 0;
  }
}
.products .p-anchor-link ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width:768px) {
  .products .p-anchor-link ul li {
    max-width: 200px;
  }
}

.block-mv {
  position: relative;
}
.block-mv .l-inner {
  max-width: 1600px;
  position: relative;
  min-height: 580px;
}
@media screen and (max-width: 1120px) {
  .block-mv .l-inner {
    min-height: auto;
  }
}
@media screen and (max-width:767px) {
  .block-mv .l-inner {
    min-height: auto;
  }
}
@media screen and (max-width: 1120px) {
  .block-mv--des .l-inner {
    min-height: 53.5714285714vw;
  }
}
.block-mv__img {
  background: url(/assets/images/products/mv_img.jpg) no-repeat center top;
  background-size: cover;
  width: 800px;
  height: 480px;
  position: absolute;
  right: 0;
  top: -8px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 1;
}
@media screen and (max-width: 1120px) {
  .block-mv__img {
    width: 62.5vw;
    height: 42.8571428571vw;
  }
}
@media screen and (max-width:767px) {
  .block-mv__img {
    background: url(/assets/images/products/mv_img_sp.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
    margin-bottom: 12vw;
    width: 93.6vw;
    height: 58.6666666667vw;
    right: -6.4vw;
    border-top-left-radius: 1.3333333333vw;
    border-bottom-left-radius: 1.3333333333vw;
  }
}
.block-mv__des {
  font-size: 1.4rem;
  position: absolute;
  top: 480px;
  left: calc(100% - 800px);
  padding: 0 20px;
}
@media screen and (max-width: 1120px) {
  .block-mv__des {
    left: calc(100% - 62.5vw);
    top: 42.8571428571vw;
  }
}
@media screen and (max-width:767px) {
  .block-mv__des {
    position: relative;
    top: -10vw;
    left: 6.4vw;
    padding-left: 0;
    padding-right: 9.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 1.8;
  }
}
.block-mv__info {
  padding-top: 165px;
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 1120px) {
  .block-mv__info {
    padding: 126px 20px 0;
  }
}
@media screen and (max-width:767px) {
  .block-mv__info {
    padding: 20vw 0 0 3.2vw;
  }
}
.block-mv__title {
  font-size: 7.2rem;
  font-family: "Jost", sans-serif;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-weight: normal;
}
@media screen and (max-width: 1240px) {
  .block-mv__title {
    font-size: 5vw;
  }
}
@media screen and (max-width: 1120px) {
  .block-mv__title {
    margin-bottom: 1.7857142857vw;
  }
}
@media screen and (max-width:767px) {
  .block-mv__title {
    font-size: 11.2vw;
    margin-bottom: 2.6666666667vw;
  }
}
.block-mv__txt {
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
  position: relative;
  z-index: 2;
  letter-spacing: -0.015em;
}
@media screen and (max-width: 1120px) {
  .block-mv__txt {
    margin-bottom: 22.3214285714vw;
  }
}
@media screen and (max-width: 840px) {
  .block-mv__txt {
    margin-bottom: 29.7619047619vw;
  }
}
@media screen and (max-width:767px) {
  .block-mv__txt {
    font-size: 3.4666666667vw;
    margin-bottom: 12vw;
    letter-spacing: 0.02em;
  }
}

.block-filter {
  background: #fff;
  position: relative;
  z-index: 5;
}
.block-filter .l-inner {
  max-width: 1118px;
  padding: 64px 0 48px;
  position: relative;
}
@media screen and (max-width: 1118px) {
  .block-filter .l-inner {
    padding: 64px 20px 45px;
  }
}
@media screen and (max-width:767px) {
  .block-filter .l-inner {
    padding: 14.9333333333vw 6.4vw 8vw;
  }
}
.block-filter__clear {
  width: 90px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #0A0A0A;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  position: absolute;
  right: 0;
  top: 26px;
  cursor: pointer;
}
@media screen and (max-width: 1118px) {
  .block-filter__clear {
    right: 20px;
  }
}
@media screen and (max-width:767px) {
  .block-filter__clear {
    width: 21.3333333333vw;
    height: 6.9333333333vw;
    line-height: 6.9333333333vw;
    border: 0.2666666667vw solid #0A0A0A;
    border-radius: 0.6666666667vw;
    font-size: 3.4666666667vw;
    right: 6.4vw;
    top: 5.3333333333vw;
  }
}
.block-filter__clear i {
  font-style: normal;
  position: relative;
}
.block-filter__clear i:after {
  content: "";
  height: 1px;
  background: #0A0A0A;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  display: block;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media print, screen and (min-width:768px) {
  .block-filter__clear:hover i:after {
    opacity: 1;
  }
}

.list-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (max-width:767px) {
  .list-category {
    margin: 0 -2.8vw;
  }
}
.list-category__item {
  width: calc(25% - 20px);
  margin: 0 10px 19px;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width:767px) {
  .list-category__item {
    width: calc(50% - 5.6vw);
    margin: 0 2.8vw;
  }
}
@media print, screen and (min-width:768px) {
  .list-category__item:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width:767px) {
  .list-category__item:nth-child(even) .c-form-checkbox {
    padding-left: 1.3333333333vw;
  }
}
.list-category__item .c-form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #e9e9e9;
  height: 82px;
  position: relative;
  padding: 0 10px 0 20px;
}
@media screen and (max-width: 1024px) {
  .list-category__item .c-form-checkbox {
    padding-left: 1.953125vw;
  }
}
@media screen and (max-width:767px) {
  .list-category__item .c-form-checkbox {
    height: 14.9333333333vw;
    padding: 0;
    border-bottom: 1px solid #e9e9e9;
  }
}
.list-category__item .c-form-checkbox .list-category__info {
  padding: 0 5px 0 0;
  position: initial;
}
.list-category__item .c-form-checkbox .list-category__info:before {
  display: none;
}
.list-category__item .c-form-checkbox .list-category__info span {
  width: 100%;
  min-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width:767px) {
  .list-category__item .c-form-checkbox .list-category__info span {
    height: 100%;
    line-height: 1.8;
  }
}
.list-category__item .c-form-checkbox span {
  padding-left: 44px;
  letter-spacing: 0.04em;
  font-size: 1.5rem;
  font-weight: 500;
  width: calc(100% - 60px);
}
@media screen and (max-width: 1024px) {
  .list-category__item .c-form-checkbox span {
    font-size: 1.46484375vw;
    padding-left: 3.41796875vw;
    width: calc(100% - 2.8593vw);
  }
}
@media screen and (max-width:767px) {
  .list-category__item .c-form-checkbox span {
    font-size: 3.4666666667vw;
    padding-left: 5.8666666667vw;
    letter-spacing: -0.04em;
    width: 100%;
  }
}
.list-category__item .c-form-checkbox span i {
  position: absolute;
  border-top: 2px solid #0A0A0A;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width:767px) {
  .list-category__item .c-form-checkbox span i {
    border-top: 1px solid #0A0A0A;
    bottom: -0.1333333333vw;
  }
}
.list-category__item .c-form-checkbox span:before {
  border: 1px solid #8E8E8E;
  border-radius: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .list-category__item .c-form-checkbox span:before {
    width: 2.34375vw;
    height: 2.34375vw;
    top: 50%;
  }
}
@media screen and (max-width:767px) {
  .list-category__item .c-form-checkbox span:before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    border: 0.2666666667vw solid #8E8E8E;
  }
}
.list-category__item .c-form-checkbox span:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 1024px) {
  .list-category__item .c-form-checkbox span:after {
    top: 0.68359375vw;
    left: 0.68359375vw;
    width: 1.07421875vw;
    height: 0.5859375vw;
  }
}
@media screen and (max-width:767px) {
  .list-category__item .c-form-checkbox span:after {
    border-top: 0.2666666667vw solid #fff;
    border-right: 0.2666666667vw solid #fff;
    top: 2.4vw;
    left: 1.0666666667vw;
    width: 2vw;
    height: 1.3333333333vw;
  }
}
.list-category__item .c-form-checkbox span input[type=checkbox]:checked + span:before {
  border: 1px solid #0A0A0A;
}
.list-category__item .c-form-checkbox span input[type=checkbox]:checked + span + i {
  opacity: 1;
}
.list-category__img {
  width: 60px;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 1024px) {
  .list-category__img {
    width: 5.859375vw;
  }
}
@media screen and (max-width:767px) {
  .list-category__img {
    display: none;
  }
}

.block-list {
  background: url(/assets/images/products/list_bg.png) no-repeat center top;
  background-size: 100%;
  padding: 347px 0 120px;
  margin-top: -170px;
  position: relative;
}
.block-list:after {
  background: url(/assets/images/products/pickup_bg.png) no-repeat center bottom;
  background-size: 100%;
  content: "";
  width: 100%;
  height: 22.4500525762vw;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width:767px) {
  .block-list:after {
    display: none;
  }
}
@media screen and (max-width: 1599px) {
  .block-list {
    padding: 21.875vw 0 12.5vw;
    margin-top: -10.625vw;
  }
}
@media screen and (max-width:767px) {
  .block-list {
    background: url(/assets/images/products/list_bg_sp.png) no-repeat center top;
    background-size: 100%;
    padding: 10.6666666667vw 0 12.6666666667vw;
    margin-top: 0;
  }
}
@media screen and (max-width:767px) {
  .block-list .l-inner {
    padding: 0 6.4vw;
  }
}
.block-list__title {
  font-size: 2.2rem;
  padding-bottom: 20px;
  margin-bottom: 64px;
  position: relative;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width:767px) {
  .block-list__title {
    font-size: 4.2666666667vw;
    padding-bottom: 4.4vw;
    margin-bottom: 10.6666666667vw;
  }
}
.block-list__title:after {
  content: "";
  width: 23px;
  height: 2px;
  background: #d5d5d5;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width:767px) {
  .block-list__title:after {
    width: 10.6666666667vw;
    height: 0.2666666667vw;
  }
}
.block-list hr {
  background: #B2B2B2;
  height: 1px;
  margin: 70px 0 97px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:767px) {
  .block-list hr {
    margin: 8.6666666667vw 0 12.9333333333vw;
  }
}

.list-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px 50px;
}
@media screen and (max-width:767px) {
  .list-products {
    margin: 0 -1.4666666667vw 11.3333333333vw;
  }
}
@media screen and (max-width:767px) {
  .list-products--02 {
    margin-bottom: 8vw;
  }
}
.list-products--02 .list-products__name {
  font-size: 1.6rem;
}
@media screen and (max-width:767px) {
  .list-products--02 .list-products__name {
    font-size: 3.4666666667vw;
  }
}
.list-products--02 .list-products__thumb {
  margin-bottom: 18px;
}
@media screen and (max-width:767px) {
  .list-products--02 .list-products__thumb {
    margin-bottom: 2vw;
  }
}
.list-products__item {
  width: calc(25% - 20px);
  margin: 0 10px 30px;
}
@media screen and (max-width:767px) {
  .list-products__item {
    width: calc(50% - 2.9333vw);
    margin: 0 1.4666666667vw 4.4vw;
  }
}
.list-products__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media print, screen and (min-width:768px) {
  .list-products__link:hover .list-products__thumb img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .list-products__link:hover .list-products__name:after {
    opacity: 1;
  }
}
.list-products__thumb {
  width: 100%;
  max-width: 265px;
  height: 100%;
  max-height: 240px;
  min-height: 240px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 8px;
}
@media screen and (max-width: 1160px) {
  .list-products__thumb {
    min-height: 20.6896551724vw;
    height: 20.6896551724vw;
  }
}
@media screen and (max-width:767px) {
  .list-products__thumb {
    max-width: 42.1333333333vw;
    max-height: 32vw;
    border-radius: 1.3333333333vw;
    margin-bottom: 1.3333333333vw;
    min-height: 32vw;
    height: 32vw;
  }
}
.list-products__thumb img,
.list-products__thumb picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.list-products__name {
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.04em;
}
.list-products__name:after {
  content: "";
  height: 1px;
  background: #0A0A0A;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width:767px) {
  .list-products__name {
    font-size: 3.4666666667vw;
    text-align: left;
    display: block;
    width: 100%;
  }
}

.list-recommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
  position: relative;
  z-index: 2;
}
.list-recommend.is-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:767px) {
  .list-recommend.is-center {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width:767px) {
  .list-recommend {
    margin: 0 -2.2666666667vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.list-recommend__item {
  width: calc(25% - 20px);
  margin: 0 10px 20px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .list-recommend__item {
    width: calc(50% - 4.533333vw);
    margin: 0 2.2666666667vw 6vw;
    border-radius: 0.6666666667vw;
  }
}
.list-recommend__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .list-recommend__link:hover .list-recommend__thumb img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-filter: blur(12px);
            filter: blur(12px);
  }
  .list-recommend__link:hover .list-recommend__info {
    opacity: 1;
  }
}
.list-recommend__thumb {
  width: 100%;
  height: 100%;
  max-width: 265px;
  max-height: 240px;
}
@media screen and (max-width:767px) {
  .list-recommend__thumb {
    max-width: 41.3333333333vw;
    max-height: 34.6666666667vw;
    margin-bottom: 2.6666666667vw;
    border-radius: 0.6666666667vw;
    overflow: hidden;
  }
}
.list-recommend__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.list-recommend__info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(10, 10, 10, 0.4);
  opacity: 0;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  color: #fff;
  padding: 23px 30px;
  border-radius: 5px;
}
@media screen and (max-width:767px) {
  .list-recommend__info {
    position: relative;
    opacity: 1;
    background: none;
    color: #8E8E8E;
    padding: 0;
    border-radius: 0.6666666667vw;
  }
}
.list-recommend__title {
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 13px;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
  display: block;
  text-align: center;
}
@media screen and (max-width:767px) {
  .list-recommend__title {
    font-size: 4vw;
    color: #0A0A0A;
    border-bottom: 0.2666666667vw solid #B2B2B2;
    padding-bottom: 2vw;
    margin-bottom: 3.0666666667vw;
  }
}
.list-recommend__txt {
  font-size: 1.4rem;
  text-align: left;
  display: block;
}
@media screen and (max-width:767px) {
  .list-recommend__txt {
    font-size: 3.4666666667vw;
    letter-spacing: 0.04em;
    line-height: 1.6;
  }
}

.block-detail {
  padding: 87px 0 120px;
}
@media screen and (max-width:767px) {
  .block-detail {
    padding: 16vw 0 16vw;
  }
}
.block-detail .l-inner {
  max-width: 1300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 90px;
  padding-right: 0;
}
@media screen and (max-width: 1300px) {
  .block-detail .l-inner {
    padding: 0 20px;
    max-width: 1160px;
  }
}
@media screen and (max-width:767px) {
  .block-detail .l-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 6.4vw;
  }
}
.block-detail__title {
  font-size: 2.6rem;
  font-family: "Jost", sans-serif;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 62px;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1599px) {
  .block-detail__title {
    margin-bottom: 4vw;
    font-size: 1.625vw;
    padding-bottom: 1.375vw;
  }
}
@media screen and (max-width: 1024px) {
  .block-detail__title {
    font-size: 2.1875vw;
  }
}
@media screen and (max-width:767px) {
  .block-detail__title {
    font-size: 6.4vw;
    padding-bottom: 4.2666666667vw;
    margin: 0 0 10vw;
    letter-spacing: 0.03em;
  }
}
.block-detail__title:after {
  content: "";
  width: 23px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #d5d5d5;
  display: block;
}
@media screen and (max-width:767px) {
  .block-detail__title:after {
    width: 6.1333333333vw;
    height: 0.2666666667vw;
  }
}
.block-detail__info {
  width: 26.6666%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 55px;
}
@media screen and (max-width: 1599px) {
  .block-detail__info {
    padding-right: 3.4375vw;
  }
}
@media screen and (max-width:767px) {
  .block-detail__info {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0;
  }
}
.block-detail__slide {
  width: 73.3333%;
  max-width: 880px;
  overflow: hidden;
  margin-top: 5px;
}
@media screen and (max-width:767px) {
  .block-detail__slide {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.block-detail__name {
  font-size: 3.4rem;
  margin-bottom: 11px;
  font-weight: normal;
}
@media screen and (max-width: 1599px) {
  .block-detail__name {
    font-size: 2.125vw;
    margin-bottom: 0.6875vw;
  }
}
@media screen and (max-width: 1024px) {
  .block-detail__name {
    font-size: 3.1875vw;
  }
}
@media screen and (max-width:767px) {
  .block-detail__name {
    font-size: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.block-detail__code {
  font-size: 1.8rem;
}
@media screen and (max-width: 1599px) {
  .block-detail__code {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 1024px) {
  .block-detail__code {
    font-size: 1.6875vw;
  }
}
@media screen and (max-width:767px) {
  .block-detail__code {
    font-size: 3.4666666667vw;
    margin-bottom: 6.5333333333vw;
  }
}

.slider-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4px;
}
@media screen and (max-width:767px) {
  .slider-thumb {
    -ms-flex-wrap: initial;
        flex-wrap: initial;
    margin: 0 -7.4666666667vw 0 -1.0666666667vw;
    padding-bottom: 4.6666666667vw;
    width: calc(100% + 7.46666vw);
  }
}
.slider-thumb__item {
  width: calc(25% - 8px);
  margin: 8px 4px 0;
  max-width: 60px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width:767px) {
  .slider-thumb__item {
    width: 16vw;
    min-width: 16vw;
    max-width: 16vw;
    border-radius: 0.6666666667vw;
    margin: 0 1.0666666667vw;
  }
  .slider-thumb__item:last-child {
    margin-right: 6.6666666667vw;
    width: 22.6666666667vw;
    min-width: 22.6666666667vw;
    max-width: 22.6666666667vw;
  }
  .slider-thumb__item:last-child img {
    width: 16vw;
    min-width: 16vw;
    max-width: 16vw;
  }
}
.slider-thumb__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media print, screen and (min-width:768px) {
  .slider-thumb__item:hover {
    opacity: 0.85;
  }
}
.slider-thumb__item:after {
  content: "";
  display: block;
  border: 1px solid #0A0A0A;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width:767px) {
  .slider-thumb__item:after {
    width: 16vw;
    min-width: 16vw;
    max-width: 16vw;
  }
}
.slider-thumb__item.is-active:after {
  opacity: 1;
}

.slider-product {
  position: relative;
}
@media screen and (max-width:767px) {
  .slider-product {
    margin-bottom: 7.3333333333vw;
  }
}
.slider-product__item {
  max-width: 880px;
  pointer-events: none;
}
.slider-product__item img {
  border-radius: 5px;
}

.block-info {
  background: url(/assets/images/products/detail/detail_bg.png) no-repeat center top #f2f2f2;
  background-size: 100%;
  padding: 0;
}
@media screen and (max-width:767px) {
  .block-info {
    background: url(/assets/images/products/detail/detail_bg_sp.png) no-repeat center top;
    background-size: 100%;
  }
}
@media screen and (max-width:767px) {
  .block-info .l-inner {
    padding: 0 6.4vw;
  }
}
.block-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width:767px) {
  .block-info__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 13.0666666667vw;
  }
}
@media print, screen and (min-width:768px) {
  .block-info__item--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.block-info__item--reverse .block-info__content {
  padding: 0 80px 0 0;
}
@media screen and (max-width:767px) {
  .block-info__item--reverse .block-info__content {
    padding: 0;
  }
}
.block-info__img {
  width: 50%;
}
@media screen and (max-width:767px) {
  .block-info__img {
    width: 100%;
    margin-bottom: 10vw;
  }
}
.block-info__img img {
  border-radius: 5px;
}
@media screen and (max-width:767px) {
  .block-info__img img {
    border-radius: 1.3333333333vw;
  }
}
.block-info__content {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  padding-left: 80px;
  line-height: 2.1;
  letter-spacing: 0.04em;
}
@media screen and (max-width:767px) {
  .block-info__content {
    width: 100%;
    font-size: 3.7333333333vw;
    padding: 0;
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
}
.block-info__anchor {
  max-width: 950px;
  margin: 110px auto 0;
}
@media screen and (max-width:767px) {
  .block-info__anchor {
    max-width: 65.2vw;
    margin-top: 16vw;
  }
}
@media screen and (max-width: 860px) and (min-width: 768px) {
  .block-info__anchor.p-anchor-link ul {
    margin-left: -15px;
    margin-right: -15px;
  }
  .block-info__anchor.p-anchor-link ul li {
    margin-left: 15px;
    margin-right: 15px;
  }
  .block-info__anchor.p-anchor-link ul li a:after {
    right: 10px;
  }
}

.detail-title {
  padding-bottom: 40px;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 56px;
  font-weight: normal;
}
@media screen and (max-width:767px) {
  .detail-title {
    padding-bottom: 5.3333333333vw;
    margin-bottom: 9.6vw;
  }
}
.detail-title:after {
  content: "";
  width: 64px;
  height: 1px;
  background: #B2B2B2;
  display: block;
  bottom: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width:767px) {
  .detail-title:after {
    width: 10.6666666667vw;
  }
}
.detail-title__en {
  font-family: "Jost", sans-serif;
  font-size: 3.6rem;
  font-weight: normal;
}
@media screen and (max-width:767px) {
  .detail-title__en {
    font-size: 6.9333333333vw;
  }
}
.detail-title__jp {
  font-size: 1.5rem;
  font-weight: normal;
}
@media screen and (max-width:767px) {
  .detail-title__jp {
    font-size: 3.7333333333vw;
  }
}

.block-color {
  padding: 120px 0 20px;
}
@media screen and (max-width:767px) {
  .block-color {
    padding: 5.3333333333vw 0 10vw;
  }
}
.block-color__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 106px auto 0;
}
@media screen and (max-width:767px) {
  .block-color__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width:767px) {
  .block-color__wrap {
    margin-top: 9.6vw;
  }
}
.block-color__slide {
  width: 53.85%;
  max-width: 560px;
  height: 522px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .block-color__slide {
    height: 50.1923076923vw;
    width: 53.8461538462vw;
  }
}
@media screen and (max-width:767px) {
  .block-color__slide {
    width: 100%;
    max-width: 100%;
    height: 84vw;
    border-radius: 1.3333333333vw;
  }
}
.block-color__slide .slick-prev, .block-color__slide .slick-next {
  top: 46%;
}
.block-color__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.block-color__content.is-current {
  z-index: 5;
  opacity: 1;
}
.block-color__info {
  width: 46.15%;
  padding-left: 65px;
}
@media screen and (max-width: 1040px) {
  .block-color__info {
    padding-left: 6.25vw;
  }
}
@media screen and (max-width: 980px) {
  .block-color__info {
    padding-left: 4.5918367347vw;
  }
}
@media screen and (max-width:767px) {
  .block-color__info {
    width: 100%;
    padding: 0;
    background: #E2E2E2;
    padding: 6.4vw 3.2vw 6.4vw 6.4vw;
    border-radius: 1.3333333333vw;
    margin-top: 7.0666666667vw;
    position: relative;
  }
  .block-color__info:after {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 30px solid #E2E2E2;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -4vw;
  }
}
@media screen and (max-width:767px) {
  .block-color__scroll {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 58.6666666667vw;
  }
}
.block-color__title {
  font-size: 1.5rem;
  margin: 0 0 5px -5px;
}
@media screen and (max-width:767px) {
  .block-color__title {
    font-size: 3.7333333333vw;
    margin: 0 0 0.6666666667vw 0;
  }
}
@media screen and (max-width:767px) {
  .block-color__thumb {
    margin-left: -0.6666666667vw;
  }
}
@media screen and (max-width:767px) {
  .block-color__thumb + .block-color__title {
    margin-top: 2.6666666667vw;
  }
}
.block-color .slider-color img {
  border-radius: 5px;
}
@media screen and (max-width:767px) {
  .block-color .slider-color img {
    height: 74.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}
.block-color .slider-color__txt {
  margin-top: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #8E8E8E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:767px) {
  .block-color .slider-color__txt {
    font-size: 3.7333333333vw;
    margin-top: 3.3333333333vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.block-color .slider-color__txt span {
  font-size: 1.6rem;
  margin-right: 40px;
  color: #000;
  font-weight: 400;
}
@media screen and (max-width:767px) {
  .block-color .slider-color__txt span {
    font-size: 3.7333333333vw;
    margin-right: 5.3333333333vw;
  }
}
.block-color .color-thumb {
  margin: 0 -8px 36px;
  white-space: nowrap;
  opacity: 0;
}
.block-color .color-thumb.slick-initialized {
  opacity: 1;
}
@media screen and (max-width: 1040px) {
  .block-color .color-thumb {
    margin-bottom: 3.4615384615vw;
  }
}
@media screen and (max-width:767px) {
  .block-color .color-thumb {
    margin: 0;
  }
}
.block-color .color-thumb .slick-track {
  -webkit-transform: none !important;
          transform: none !important;
  width: 100% !important;
}
@media screen and (max-width:767px) {
  .block-color .color-thumb .slick-track {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.block-color .color-thumb.is-current .slick-current.color-thumb__item:after {
  opacity: 1;
}
.block-color .color-thumb__item {
  width: 60px !important;
  height: 56px;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 4px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 1040px) {
  .block-color .color-thumb__item {
    width: 5.7692307692vw !important;
    height: 5.3846153846vw;
  }
}
@media screen and (max-width:767px) {
  .block-color .color-thumb__item {
    width: 16vw !important;
    height: 16vw !important;
    border-radius: 1.3333333333vw;
    margin: 0 1.0666666667vw 2.1333333333vw;
  }
}
.block-color .color-thumb__item:hover {
  opacity: 0.85;
}
.block-color .color-thumb__item:after {
  content: "";
  display: block;
  border: 1px solid #0A0A0A;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width:767px) {
  .block-color .color-thumb__item:after {
    border-radius: 1.3333333333vw;
  }
}
.block-color .color-thumb__item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.block-price {
  padding: 120px 0 100px;
}
@media screen and (max-width:767px) {
  .block-price {
    padding: 5.3333333333vw 0 13.3333333333vw;
  }
}
.block-price__table-note {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
@media screen and (max-width:767px) {
  .block-price__table-note {
    font-size: 3.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.block-price__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 800px;
  margin: 0 auto 64px;
}
@media screen and (max-width:767px) {
  .block-price__wrap {
    margin-bottom: 6.1333333333vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.block-price__info {
  width: 50%;
}
@media screen and (max-width:767px) {
  .block-price__info {
    width: calc(100% - 40.9333333333vw);
  }
}
.block-price__img {
  width: 50%;
}
@media screen and (max-width:767px) {
  .block-price__img {
    width: 40.9333333333vw;
  }
}
.block-price__txt {
  font-size: 1.5rem;
  line-height: 2.2;
  letter-spacing: 0.04em;
}
@media print, screen and (min-width:768px) {
  .block-price__txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width:767px) {
  .block-price__txt {
    font-size: 3.7333333333vw;
    line-height: 1.7;
    margin-bottom: 1.0666666667vw;
  }
}
.block-price__txt span {
  width: 110px;
  display: inline-block;
}
@media screen and (max-width:767px) {
  .block-price__txt span {
    display: block;
    width: 100%;
    line-height: 1.2;
    margin-bottom: 1.3333333333vw;
  }
}
.block-price__txt span.u-c-red {
  width: auto;
}
.block-price__txt span.block-price__number {
  width: calc(100% - 110px);
  white-space: pre-line;
}
@media screen and (max-width:767px) {
  .block-price__txt span.block-price__number {
    width: 100%;
    line-height: 1.5;
  }
}
.block-price__note {
  font-size: 1.2rem;
  margin-top: 33px;
  display: block;
  position: relative;
  top: -7px;
  letter-spacing: 0.04em;
}
@media screen and (max-width:767px) {
  .block-price__note {
    font-size: 3.4666666667vw;
    margin: 0 0 7.7333333333vw;
    text-align: center;
    letter-spacing: 0.02em;
  }
}
.block-price__table {
  background: #fff;
  padding: 60px 80px;
  margin-bottom: 64px;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .block-price__table {
    padding: 60px 40px;
  }
}
@media screen and (max-width:767px) {
  .block-price__table {
    margin: 0 -6.4vw;
    width: calc(100% + 12.8vw);
    padding: 8vw 6.4vw;
    margin-bottom: 13.3333333333vw;
    border-radius: 0;
  }
}
.block-price__table--02 {
  padding: 40px 80px 10px;
}
@media screen and (max-width: 1024px) {
  .block-price__table--02 {
    padding: 40px 40px 20px;
  }
}
@media screen and (max-width:767px) {
  .block-price__table--02 {
    padding: 8vw 6.4vw;
  }
}

.block-rank {
  border-top: 1px solid #0a0a0a;
  border-bottom: 1px solid #0a0a0a;
  padding: 42px 0 0;
  position: relative;
}
@media screen and (max-width:767px) {
  .block-rank {
    border-top: 0.2666666667vw solid #0A0A0A;
    border-bottom: 0.2666666667vw solid #0A0A0A;
    padding: 7.0666666667vw 0 0;
  }
}
.block-rank__title {
  font-size: 2rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 45px;
  cursor: pointer;
}
@media screen and (max-width:767px) {
  .block-rank__title {
    font-size: 4.2666666667vw;
    font-weight: bold;
    margin-bottom: 7.3333333333vw;
  }
}
.block-rank__wrap {
  background: #fff;
  margin-bottom: 40px;
  border-radius: 5px;
  display: none;
}
@media screen and (max-width:767px) {
  .block-rank__wrap {
    margin-bottom: 6.4vw;
  }
}
.block-rank__content {
  padding: 55px 80px;
}
@media screen and (max-width: 1024px) {
  .block-rank__content {
    padding: 55px 40px;
  }
}
@media screen and (max-width:767px) {
  .block-rank__content {
    padding: 7.7333333333vw 4.8vw;
  }
}
.block-rank__txt {
  font-size: 1.5rem;
  margin-bottom: 35px;
  letter-spacing: 0.04em;
  line-height: 2;
}
.block-rank__txt + .block-rank__txt {
  margin-bottom: 37px;
}
@media screen and (max-width:767px) {
  .block-rank__txt + .block-rank__txt {
    margin-bottom: 7.7333333333vw;
  }
}
@media screen and (max-width:767px) {
  .block-rank__txt {
    font-size: 3.7333333333vw;
    margin-bottom: 6.4vw;
    line-height: 1.7;
  }
}
.block-rank__table th:nth-child(1) {
  width: 38.5833%;
}
@media print, screen and (min-width:768px) {
  .block-rank__table td:nth-child(2) {
    padding-left: 30px;
  }
}
.block-rank__icon {
  width: 32px;
  height: 32px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 35px;
  border: 1px solid #8E8E8E;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width:767px) {
  .block-rank__icon {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    top: 6vw;
    border: 0.2666666667vw solid #8E8E8E;
  }
}
.block-rank__icon.is-open:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.block-rank__icon.is-open:after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.block-rank__icon:before, .block-rank__icon:after {
  content: "";
  position: absolute;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: -webkit-transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  background: #8E8E8E;
}
.block-rank__icon:before {
  width: 1px;
  top: 50%;
  left: 50%;
  height: 12px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width:767px) {
  .block-rank__icon:before {
    width: 0.2666666667vw;
    height: 2.4vw;
  }
}
.block-rank__icon:after {
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width:767px) {
  .block-rank__icon:after {
    width: 2.4vw;
    height: 0.2666666667vw;
  }
}

.block-size {
  padding-bottom: 58px;
}
@media screen and (max-width:767px) {
  .block-size {
    padding-bottom: 7.6vw;
  }
}
.block-size__wrap {
  background: #E2E2E2;
  padding: 48px 120px;
  margin-bottom: 64px;
}
@media screen and (max-width:767px) {
  .block-size__wrap {
    padding: 7.6vw 4.8vw;
    margin-bottom: 13.3333333333vw;
  }
}
.block-size__btn {
  width: 400px;
  height: 60px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  background: #0A0A0A;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 32px auto 0;
  letter-spacing: 0.04em;
}
@media screen and (max-width:767px) {
  .block-size__btn {
    width: 100%;
    height: 13.3333333333vw;
    font-size: 3.4666666667vw;
    border-radius: 0.6666666667vw;
    margin: 1.6vw auto 0;
  }
}
.block-size__btn:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.999' height='22.499' viewBox='0 0 12.999 22.499'%3E%3Cpath id='Union_2' data-name='Union 2' d='M-442-7942.5v-1.1h13v1.1Zm1.347-10.07.686-.8,3.968,4.11V-7965h1v15.74l3.966-4.11.688.8-5.153,5.338Z' transform='translate(442 7965.001)' fill='%23fff'/%3E%3C/svg%3E%0A");
  width: 13px;
  height: 23px;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width:767px) {
  .block-size__btn:after {
    width: 2.8vw;
    height: 4.6666666667vw;
    right: 4.2666666667vw;
  }
}
@media print, screen and (min-width:768px) {
  .block-size__btn:hover {
    opacity: 0.7;
  }
  .block-size__btn:hover:after {
    top: 55%;
  }
}

.size-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:767px) {
  .size-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}
.size-info__item {
  width: calc(50% - 80px);
  margin: 0 40px;
}
@media screen and (max-width:767px) {
  .size-info__item {
    width: 100%;
    margin: 0 0 6.4vw;
  }
}
.size-info__txt {
  font-size: 1.5rem;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width:767px) {
  .size-info__txt {
    font-size: 3.7333333333vw;
    margin-bottom: 4vw;
    letter-spacing: 0.045em;
    position: relative;
    left: -0.6666666667vw;
  }
}
.size-info__img {
  position: relative;
}
.size-info__icon {
  display: none;
}
@media screen and (max-width:767px) {
  .size-info__icon {
    width: 8vw;
    height: 8vw;
    background: #8E8E8E;
    position: absolute;
    border-radius: 50%;
    top: 1.8666666667vw;
    right: 1.8666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    z-index: 10;
  }
  .size-info__icon:after {
    content: "";
    width: 3.2vw;
    height: 3.2vw;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.081' height='24.081' viewBox='0 0 24.081 24.081'%3E%3Cpath id='Path_15439' data-name='Path 15439' d='M23.479,20.568l-6.018-5.722a9.55,9.55,0,1,0-2.611,2.611l5.722,6.018a2.055,2.055,0,0,0,2.906-2.906M9.538,16.595a7.062,7.062,0,1,1,4.994-2.068,7.016,7.016,0,0,1-4.994,2.068' transform='translate(0 0.005)' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    display: block;
  }
}

.block-other__title {
  font-size: 2.2rem;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
  margin-bottom: 56px;
  font-weight: normal;
}
@media screen and (max-width:767px) {
  .block-other__title {
    font-size: 4.2666666667vw;
    padding-bottom: 4.4vw;
    margin-bottom: 10.6666666667vw;
  }
}
.block-other__title:after {
  content: "";
  width: 23px;
  height: 1px;
  background: #B2B2B2;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width:767px) {
  .block-other__title:after {
    width: 10.6666666667vw;
  }
}

.other-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width:767px) {
  .other-list {
    margin: 0 -1.4666666667vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.other-list.is-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:767px) {
  .other-list.is-center {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.other-list__item {
  width: calc(25% - 20px);
  margin: 0 10px 40px;
}
@media screen and (max-width:767px) {
  .other-list__item {
    width: calc(50% - 2.9333vw);
    margin: 0 1.4666666667vw 4vw;
  }
}
.other-list__name {
  font-size: 1.5rem;
  text-align: center;
  display: block;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .other-list__name {
    font-size: 3.4666666667vw;
    text-align: left;
  }
}
.other-list__name span {
  position: relative;
}
.other-list__name span:after {
  content: "";
  height: 1px;
  background: #0A0A0A;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  display: block;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.other-list__img {
  margin-bottom: 8px;
  overflow: hidden;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 240px;
  max-height: 240px;
  width: 100%;
  max-width: 265px;
}
@media screen and (max-width: 1599px) {
  .other-list__img {
    max-height: 16.25vw;
    height: 16.25vw;
  }
}
@media screen and (max-width:767px) {
  .other-list__img {
    margin-bottom: 2.1333333333vw;
    border-radius: 1.3333333333vw;
    max-height: 34.6666666667vw;
    height: 34.6666666667vw;
    max-width: 41.3333333333vw;
  }
}
.other-list__img picture,
.other-list__img img {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:767px) {
  .other-list__link {
    margin-bottom: 2.6666666667vw;
    display: block;
  }
}
@media print, screen and (min-width:768px) {
  .other-list__link:hover .other-list__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .other-list__link:hover .other-list__name span:after {
    opacity: 1;
  }
}

.block-recommend {
  padding: 0 0 120px;
}
@media screen and (max-width:767px) {
  .block-recommend {
    padding: 0 0 12.6666666667vw;
  }
}
@media screen and (max-width:767px) {
  .block-recommend .l-inner {
    padding: 0 6.4vw;
  }
}