@charset "UTF-8";
/*
下層ページ用CSS
*/
@media screen and (max-width: 768px) {
  .modaal-wrapper-item .modaal-container {
    width: 85.3333333333vw !important;
    min-width: 85.3333333333vw !important;
    padding: 3.3333333333vw;
    background-color: #fff !important;
  }
  .modaal-wrapper-item .modaal-container .modaal-close {
    position: absolute;
    right: -2vw;
    top: -10vw;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    width: 10vw;
    height: 10vw;
    background: rgba(0, 0, 0, 0);
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: url(./img/item/popup/modal-close.png) center center no-repeat;
    background-size: 6.6666666667vw auto;
  }
  .modaal-wrapper-item .modaal-container .modaal-close::before, .modaal-wrapper-item .modaal-container .modaal-close::after {
    display: none;
  }
  .modaal-wrapper-item .modaal-container .modal-item .slider {
    display: flex;
    width: 100%;
    min-height: 53.3333333333vw;
    align-items: center;
    position: relative;
  }
  .modaal-wrapper-item .modaal-container .modal-item .slider .swiper-pagination {
    text-align: right;
    padding-right: 2vw;
    bottom: 0.6666666667vw;
  }
  .modaal-wrapper-item .modaal-container .modal-item .slider .swiper-pagination .swiper-pagination-bullet {
    width: 2.4vw;
    height: 2.4vw;
    border-radius: 1.2vw;
    background-color: #ddd2d2;
    opacity: 1;
  }
  .modaal-wrapper-item .modaal-container .modal-item .slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #6c6565;
  }
  .modaal-wrapper-item .modaal-container .modal-item .slider .swiper-button-prev,
.modaal-wrapper-item .modaal-container .modal-item .slider .swiper-button-next {
    width: 4.6666666667vw;
    height: 4.6666666667vw;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 4vw auto;
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
  }
  .modaal-wrapper-item .modaal-container .modal-item .slider .swiper-button-prev::after,
.modaal-wrapper-item .modaal-container .modal-item .slider .swiper-button-next::after {
    display: none;
  }
  .modaal-wrapper-item .modaal-container .modal-item .slider .swiper-button-prev {
    background-image: url(./img/item/popup/slider-left.png);
    left: -2vw;
  }
  .modaal-wrapper-item .modaal-container .modal-item .slider .swiper-button-next {
    background-image: url(./img/item/popup/slider-right.png);
    right: -2vw;
  }
  .modaal-wrapper-item .modaal-container .modal-item .slider img {
    width: 100%;
  }
  .modaal-wrapper-item .modaal-container .modal-item .detail {
    margin-top: 3.3333333333vw;
  }
  .modaal-wrapper-item .modaal-container .modal-item .detail .title {
    font-size: 3.7333333333vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.7466666667vw;
    text-align: left;
    color: #333;
  }
  .modaal-wrapper-item .modaal-container .modal-item .detail .description {
    font-size: 2.6666666667vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.1066666667vw;
    text-align: left;
    color: #333;
    white-space: normal;
    word-break: break-word;
  }
  .modaal-wrapper-item .modaal-container .modal-item .detail .price-table {
    margin-top: 2.6666666667vw;
  }
  .modaal-wrapper-item .modaal-container .modal-item .detail .price-table table {
    width: 100%;
  }
  .modaal-wrapper-item .modaal-container .modal-item .detail .price-table table tr {
    border-top: 0.1333333333vw solid #ccc;
  }
  .modaal-wrapper-item .modaal-container .modal-item .detail .price-table table tr:last-of-type {
    border-bottom: 0.1333333333vw solid #ccc;
  }
  .modaal-wrapper-item .modaal-container .modal-item .detail .price-table table th {
    padding: 2.1333333333vw 0 1.6vw;
    font-size: 3.2vw;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    color: #333;
  }
  .modaal-wrapper-item .modaal-container .modal-item .detail .price-table table th.plan {
    font-weight: bold;
    text-align: center;
    width: 30vw;
  }
  .modaal-wrapper-item .modaal-container .modal-item .detail .price-table table th.label {
    font-weight: 500;
    text-align: left;
    width: 16vw;
  }
  .modaal-wrapper-item .modaal-container .modal-item .detail .price-table table td {
    padding: 2vw 0;
    font-size: 3.2vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    text-align: right;
    color: #333;
  }
  .modaal-wrapper-item .modaal-container .modal-item .detail .price-table table td .amount {
    font-weight: bold;
  }
  .modaal-wrapper-item .modaal-container .modal-item .detail .text {
    margin-top: 2.6666666667vw;
  }
  .modaal-wrapper-item .modaal-container .modal-item .detail .text p {
    font-size: 3.7333333333vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.3733333333vw;
    text-align: left;
    color: #333;
  }
  .modaal-wrapper-item .modaal-container .modal-item.set_products .detail .title {
    line-height: 1.2;
  }
  .modaal-wrapper-item .modaal-container .modal-item.set_products .detail .description {
    font-size: 3.7333333333vw;
    line-height: 1.5;
    letter-spacing: 0.3733333333vw;
    margin-top: 3.3333333333vw;
  }
  .modaal-wrapper-item .modaal-container .modal-item.set_products .detail .imgs {
    border-top: 1px solid #ccc;
    margin-top: 25px;
    padding-top: 25px;
  }
  .modaal-wrapper-item .modaal-container .modal-item.set_products .detail .imgs .box.plus {
    padding-top: 1.3333333333vw;
  }
  .modaal-wrapper-item .modaal-container .modal-item.set_products .detail .imgs .box.plus:before {
    content: "";
    width: 11.2vw;
    height: 11.2vw;
    display: block;
    margin: 0 auto;
    background: url(./img/item/popup/icon-plus.png) center no-repeat;
    background-size: contain;
    margin-bottom: 1.3333333333vw;
  }
  .modaal-wrapper-item .modaal-container .modal-item.set_products .detail .imgs .box.or {
    padding-top: 1.3333333333vw;
  }
  .modaal-wrapper-item .modaal-container .modal-item.set_products .detail .imgs .box.or:before {
    content: "";
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    display: block;
    margin: 0 auto;
    background: url(./img/item/popup/icon-or.png) center no-repeat;
    background-size: contain;
    margin-bottom: 1.3333333333vw;
  }
  .modaal-wrapper-item .modaal-container .modal-item.set_products .detail .imgs .box .name {
    font-size: 3.7333333333vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.7466666667vw;
    text-align: left;
    color: #333;
  }
  .modaal-wrapper-item .modaal-container .modal-item.set_products .detail .imgs .box .img {
    margin-top: 2.6666666667vw;
  }
  .modaal-wrapper-item .modaal-container .modal-item.set_products .detail .price-table {
    margin-top: 7.3333333333vw;
    padding-bottom: 2.6666666667vw;
  }
  .modaal-wrapper-item .modaal-container .modal-item.set_products .detail .price-table table th {
    font-size: 3.2vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    line-height: 1.25;
    text-align: center;
    color: #333;
    padding: 2.6666666667vw 0;
  }
  .modaal-wrapper-item .modaal-container .modal-item.set_products .detail .price-table table th.plan {
    width: 32.8vw;
    padding-right: 3.4666666667vw;
  }
  .modaal-wrapper-item .modaal-container .modal-item.set_products .detail .price-table table th.label {
    text-align: left;
  }
  .modaal-wrapper-item .modaal-container .modal-item.set_products .detail .price-table table th .set {
    width: 29.3333333333vw;
    height: 21.0666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.8vw auto 0;
    letter-spacing: normal;
    line-height: 1;
    background: url(./img/item/popup/set-left.png) left bottom no-repeat, url(./img/item/popup/set-right.png) right bottom no-repeat;
    background-size: contain, contain;
  }
  .modaal-wrapper-item .modaal-container .modal-item.set_products .detail .price-table table th span {
    display: block;
    margin-top: 1.3333333333vw;
    font-weight: 500;
  }

  #item-list br.pc {
    display: none;
  }
  #item-list .text {
    /* 游明朝体 */
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 3.7333333333vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    letter-spacing: 5.04px;
    text-align: center;
    color: #000;
  }
  #item-list .message {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80vw;
    height: 14vw;
    margin: 5.3333333333vw auto 0;
    background-color: #f6e6e6;
    padding-top: 0.75em;
    /* 游明朝体 */
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 3.2vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.89;
    letter-spacing: 0.576vw;
    text-align: center;
    color: #000;
  }
  #item-list .message span.num {
    font-size: 6.4vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.71;
    letter-spacing: 0.64vw;
    text-align: center;
    color: #000;
  }
  #item-list .section:first-of-type {
    margin-top: 16vw;
  }
  #item-list .section + .section {
    margin-top: 10.6666666667vw;
  }
  #item-list .section h2 {
    position: relative;
    /* 游明朝体 */
    font-family: "Cormorant Garamond", Georgia, "Yu Mincho", YuMincho, 游明朝, "Hiragino Mincho ProN", HGS明朝E, Meiryo, メイリオ, serif;
    font-size: 7.7333333333vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.5466666667vw;
    text-align: left;
    color: #333;
    padding-left: 6.6666666667vw;
  }
  #item-list .section h2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    width: 4.2666666667vw;
    height: 0.4vw;
    background-color: #000;
  }
  #item-list .section .boxes {
    margin-top: 7.3333333333vw;
    display: flex;
    flex-wrap: wrap;
    gap: 8vw 4vw;
  }
  #item-list .section .boxes .box {
    width: 44vw;
  }
  #item-list .section .boxes .box.set_products {
    width: 100%;
  }
  #item-list .section .boxes .box.set_products .img {
    width: 92vw;
    height: 61.4666666667vw;
  }
  #item-list .section .boxes .box .img {
    width: 44vw;
    height: 29.3333333333vw;
  }
  #item-list .section .boxes .box .title {
    display: flex;
    align-items: center;
    min-height: 8.8vw;
    font-size: 3.7333333333vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: 0.7466666667vw;
    text-align: left;
    color: #333;
    margin-top: 2vw;
  }
  #item-list .section .boxes .box .description {
    font-size: 2.4vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.0933333333vw;
    text-align: left;
    color: #333;
    margin-top: 1.3333333333vw;
  }
  #item-list .section .boxes .box .price {
    font-size: 4.2666666667vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.4266666667vw;
    text-align: left;
    color: #333;
    margin-top: 1.3333333333vw;
  }
  #item-list .section .boxes .box .link {
    margin-top: 2.6666666667vw;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  #item-list .section .boxes .box .link a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26.6666666667vw;
    height: 6.4vw;
    border: solid 0.2666666667vw #ccc;
    background-color: #fff;
    font-size: 2.4vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.48vw;
    text-align: left;
    color: #333;
  }
  #item-list .section .boxes .box .link a:hover {
    opacity: 0.75;
  }
}
@media screen and (min-width: 769px) {
  .modaal-wrapper-item .modaal-container {
    width: 640px !important;
    min-width: 640px !important;
    padding: 20px;
    background-color: #fff !important;
  }
  .modaal-wrapper-item .modaal-container .modaal-close {
    position: absolute;
    right: -10px;
    top: -50px;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0);
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: url(./img/item/popup/modal-close.png) center center no-repeat;
    background-size: 30px auto;
  }
  .modaal-wrapper-item .modaal-container .modaal-close::before, .modaal-wrapper-item .modaal-container .modaal-close::after {
    display: none;
  }
  .modaal-wrapper-item .modaal-container .modal-item .slider {
    display: flex;
    width: 100%;
    min-height: 400px;
    align-items: center;
    position: relative;
  }
  .modaal-wrapper-item .modaal-container .modal-item .slider .swiper-pagination {
    text-align: right;
    padding-right: 10px;
  }
  .modaal-wrapper-item .modaal-container .modal-item .slider .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #ddd2d2;
    opacity: 1;
  }
  .modaal-wrapper-item .modaal-container .modal-item .slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #6c6565;
  }
  .modaal-wrapper-item .modaal-container .modal-item .slider .swiper-button-prev,
.modaal-wrapper-item .modaal-container .modal-item .slider .swiper-button-next {
    width: 30px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px auto;
  }
  .modaal-wrapper-item .modaal-container .modal-item .slider .swiper-button-prev::after,
.modaal-wrapper-item .modaal-container .modal-item .slider .swiper-button-next::after {
    display: none;
  }
  .modaal-wrapper-item .modaal-container .modal-item .slider .swiper-button-prev {
    background-image: url(./img/item/popup/slider-left.png);
    left: -10px;
  }
  .modaal-wrapper-item .modaal-container .modal-item .slider .swiper-button-next {
    background-image: url(./img/item/popup/slider-right.png);
    right: -10px;
  }
  .modaal-wrapper-item .modaal-container .modal-item .slider img {
    width: 100%;
  }
  .modaal-wrapper-item .modaal-container .modal-item .detail {
    margin-top: 10px;
  }
  .modaal-wrapper-item .modaal-container .modal-item .detail .title {
    font-size: 18rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 3.6px;
    text-align: left;
    color: #333;
  }
  .modaal-wrapper-item .modaal-container .modal-item .detail .description {
    font-size: 14rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.4px;
    text-align: left;
    color: #333;
  }
  .modaal-wrapper-item .modaal-container .modal-item .detail .price-table {
    margin-top: 10px;
  }
  .modaal-wrapper-item .modaal-container .modal-item .detail .price-table table {
    width: 100%;
  }
  .modaal-wrapper-item .modaal-container .modal-item .detail .price-table table tr {
    border-top: 1px solid #ccc;
  }
  .modaal-wrapper-item .modaal-container .modal-item .detail .price-table table tr:last-of-type {
    border-bottom: 1px solid #ccc;
  }
  .modaal-wrapper-item .modaal-container .modal-item .detail .price-table table th {
    padding: 10px 0 8px;
    font-size: 16rem;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333;
  }
  .modaal-wrapper-item .modaal-container .modal-item .detail .price-table table th.plan {
    font-weight: bold;
    text-align: center;
    width: 255px;
  }
  .modaal-wrapper-item .modaal-container .modal-item .detail .price-table table th.label {
    font-weight: 500;
    text-align: left;
    width: 200px;
  }
  .modaal-wrapper-item .modaal-container .modal-item .detail .price-table table td {
    padding: 10px 0;
    font-size: 16rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: right;
    color: #333;
  }
  .modaal-wrapper-item .modaal-container .modal-item .detail .price-table table td .amount {
    font-weight: bold;
  }
  .modaal-wrapper-item .modaal-container .modal-item .detail .text {
    margin-top: 16px;
  }
  .modaal-wrapper-item .modaal-container .modal-item .detail .text p {
    font-size: 16rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1.6px;
    text-align: left;
    color: #333;
  }
  .modaal-wrapper-item .modaal-container .modal-item.set_products .detail .description {
    margin-top: 16px;
  }
  .modaal-wrapper-item .modaal-container .modal-item.set_products .detail .imgs {
    border-top: 1px solid #ccc;
    margin-top: 25px;
    padding-top: 25px;
  }
  .modaal-wrapper-item .modaal-container .modal-item.set_products .detail .imgs .box.plus {
    padding-top: 10px;
  }
  .modaal-wrapper-item .modaal-container .modal-item.set_products .detail .imgs .box.plus:before {
    content: "";
    width: 84px;
    height: 84px;
    display: block;
    margin: 0 auto;
    background: url(./img/item/popup/icon-plus.png) center no-repeat;
  }
  .modaal-wrapper-item .modaal-container .modal-item.set_products .detail .imgs .box.or {
    padding-top: 10px;
  }
  .modaal-wrapper-item .modaal-container .modal-item.set_products .detail .imgs .box.or:before {
    content: "";
    width: 56px;
    height: 56px;
    display: block;
    margin: 0 auto;
    background: url(./img/item/popup/icon-or.png) center no-repeat;
  }
  .modaal-wrapper-item .modaal-container .modal-item.set_products .detail .imgs .box .name {
    font-size: 16rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 3.2px;
    text-align: left;
    color: #333;
  }
  .modaal-wrapper-item .modaal-container .modal-item.set_products .detail .imgs .box .img {
    margin-top: 10px;
  }
  .modaal-wrapper-item .modaal-container .modal-item.set_products .detail .price-table {
    margin-top: 39px;
    padding-bottom: 20px;
  }
  .modaal-wrapper-item .modaal-container .modal-item.set_products .detail .price-table table th {
    font-size: 16rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    line-height: 1.25;
    text-align: center;
    color: #333;
  }
  .modaal-wrapper-item .modaal-container .modal-item.set_products .detail .price-table table th.label {
    text-align: left;
  }
  .modaal-wrapper-item .modaal-container .modal-item.set_products .detail .price-table table th .set {
    width: 155px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 6px auto 0;
    letter-spacing: normal;
    line-height: 1;
    background: url(./img/item/popup/set-left.png) left bottom no-repeat, url(./img/item/popup/set-right.png) right bottom no-repeat;
  }
  .modaal-wrapper-item .modaal-container .modal-item.set_products .detail .price-table table th span {
    display: block;
    margin-top: 10px;
    font-weight: 500;
  }

  #item-list br.sp {
    display: none;
  }
  #item-list .text {
    /* 游明朝体 */
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 18rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.89;
    letter-spacing: 3.24px;
    text-align: center;
    color: #000;
  }
  #item-list .message {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 105px;
    margin: 40px auto;
    background-color: #f6e6e6;
    padding-top: 0.75em;
    /* 游明朝体 */
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 18rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.89;
    letter-spacing: 3.24px;
    text-align: center;
    color: #000;
  }
  #item-list .message span.num {
    font-size: 48rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.71;
    letter-spacing: 4.8px;
    text-align: center;
    color: #000;
  }
  #item-list .section:first-of-type {
    margin-top: 70px;
  }
  #item-list .section + .section {
    margin-top: 60px;
  }
  #item-list .section h2 {
    position: relative;
    /* 游明朝体 */
    font-family: "Cormorant Garamond", Georgia, "Yu Mincho", YuMincho, 游明朝, "Hiragino Mincho ProN", HGS明朝E, Meiryo, メイリオ, serif;
    font-size: 48rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 9.6px;
    text-align: left;
    color: #333;
    padding-left: 48px;
  }
  #item-list .section h2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    width: 30px;
    height: 1px;
    background-color: #000;
  }
  #item-list .section .boxes {
    margin-top: 30px;
    display: flex;
    gap: 25px;
  }
  #item-list .section .boxes .box {
    width: 231px;
  }
  #item-list .section .boxes .box.set_products {
    width: 318px;
  }
  #item-list .section .boxes .box.set_products .img {
    width: 318px;
    height: 213px;
  }
  #item-list .section .boxes .box .img {
    width: 231px;
    height: 154px;
  }
  #item-list .section .boxes .box .img a {
    transition: all 0.2s ease;
  }
  #item-list .section .boxes .box .img a:hover {
    opacity: 0.5;
  }
  #item-list .section .boxes .box .title {
    display: flex;
    align-items: center;
    min-height: 38px;
    font-size: 16rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: 3.2px;
    text-align: left;
    color: #333;
    margin-top: 10px;
  }
  #item-list .section .boxes .box .description {
    font-size: 12rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.2px;
    text-align: left;
    color: #333;
    margin-top: 6px;
  }
  #item-list .section .boxes .box .price {
    font-size: 16rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 2.4px;
    text-align: left;
    color: #333;
    margin-top: 4px;
  }
  #item-list .section .boxes .box .link {
    margin-top: 8px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  #item-list .section .boxes .box .link a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 24px;
    border: solid 1px #ccc;
    background-color: #fff;
    font-size: 12rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.4px;
    text-align: left;
    color: #333;
    transition: all 0.2s ease;
  }
  #item-list .section .boxes .box .link a:hover {
    opacity: 0.75;
  }
}