.other_goods .other_goods_inner {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 30px 0;
}
@media screen and (max-width: 768px) {
  .other_goods .other_goods_inner {
    padding: 0;
  }
}
.other_goods .contents .section_inner {
  max-width: 1060px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .other_goods .contents .section_inner {
    padding: 0 30px 80px;
  }
}
.other_goods .other_goods_inner02 .other_goods_title {
  text-align: center;
  font-size: 2.6rem;
  margin: 64px 0 15px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .other_goods .other_goods_inner02 .other_goods_title {
    font-size: 2rem;
    margin: 29px 0 19px;
  }
}
.other_goods .other_goods_inner02 .other_goods_text {
  letter-spacing: 0.05em;
  margin-bottom: 27px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .other_goods .other_goods_inner02 .other_goods_text {
    text-align: left;
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
}
.other_goods .other_goods_inner02 .other_goods_notes li {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
.other_goods .other_goods_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .other_goods .other_goods_button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin-top: 60px;
  }
}
.other_goods .other_goods_button a {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .other_goods .other_goods_button a {
    width: 240px;
  }
}

.other_remake .other_remake_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 60px 40px;
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .other_remake .other_remake_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 72px;
    margin-top: 75px;
  }
}
.other_remake .other_remake_list > li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc((100% - 40px) / 2);
      -ms-flex: 0 0 calc((100% - 40px) / 2);
          flex: 0 0 calc((100% - 40px) / 2);
}
@media screen and (max-width: 768px) {
  .other_remake .other_remake_list > li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.other_remake .other_remake_list > li .other_remake_list_image_wrap {
  position: relative;
}
.other_remake .other_remake_list > li .other_remake_list_image_wrap img {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .other_remake .other_remake_list > li .other_remake_list_image_wrap img {
    border-radius: 6px;
  }
}
.other_remake .other_remake_list > li .other_remake_list_image_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(68, 70, 76, 0.2);
  z-index: 0;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .other_remake .other_remake_list > li .other_remake_list_image_wrap::after {
    border-radius: 6px;
  }
}
.other_remake .other_remake_list > li .other_remake_list_image_wrap p {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #FFFFFF;
  letter-spacing: 0.2em;
  line-height: 1.6;
  border: 2px solid #FFFFFF;
  width: 240px;
  max-width: 90%;
  height: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Aleo", serif;
  font-size: 2rem;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .other_remake .other_remake_list > li .other_remake_list_image_wrap p {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .other_remake .other_remake_list > li .other_remake_list_image_wrap p {
    letter-spacing: 0.25em;
    font-size: 1.6rem;
    width: 200px;
    height: 90px;
  }
}
.other_remake .other_remake_list > li .other_remake_list_title {
  text-align: center;
  margin: 26px 0 22px;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .other_remake .other_remake_list > li .other_remake_list_title {
    line-height: 1.6;
    margin-bottom: 24px;
  }
}
.other_remake .other_remake_list > li .other_remake_list_title span {
  display: block;
}
.other_remake .other_remake_list > li .other_remake_list_title .en {
  font-family: "Aleo", serif;
  font-size: 3rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .other_remake .other_remake_list > li .other_remake_list_title .en {
    font-size: 2.6rem;
  }
}
.other_remake .other_remake_list > li .other_remake_list_title .jp {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .other_remake .other_remake_list > li .other_remake_list_title .jp {
    font-size: 1.6rem;
  }
}
.other_remake .other_remake_list > li .other_remake_list_text {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .other_remake .other_remake_list > li .other_remake_list_text {
    font-size: 1.4rem;
  }
}
.other_remake .other_remake_list > li .other_remake_list_text span {
  display: block;
  font-size: 1.4rem;
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  .other_remake .other_remake_list > li .other_remake_list_text span {
    font-size: 1.2rem;
    margin-top: 14px;
  }
}
.other_remake .other_remake_order {
  padding: 140px 0;
  background: #E5ECF1;
}
@media screen and (max-width: 768px) {
  .other_remake .other_remake_order {
    padding: 60px 0 80px;
  }
}
.other_remake .other_remake_order .section_inner {
  max-width: 1160px;
}
@media screen and (max-width: 768px) {
  .other_remake .other_remake_order .section_inner {
    padding: 0 30px;
  }
}
.other_remake .other_remake_order .other_remake_order_wrap {
  background: #FFFFFF;
  margin-bottom: 100px;
  border-radius: 10px;
  padding: 85px 100px;
}
@media screen and (max-width: 768px) {
  .other_remake .other_remake_order .other_remake_order_wrap {
    background: none;
    border-radius: 0px;
    margin-bottom: 75px;
    padding: 0;
  }
}
.other_remake .other_remake_order .other_remake_order_wrap .purchased_block {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .other_remake .other_remake_order .other_remake_order_wrap .purchased_block {
    margin-top: 40px;
  }
}
.other_remake .other_remake_order .other_remake_order_wrap .purchased_block .purchased_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .other_remake .other_remake_order .other_remake_order_wrap .purchased_block .purchased_list {
    gap: 23px 0;
  }
}
.other_remake .other_remake_order .other_remake_order_wrap .purchased_block .purchased_list::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 61px;
  width: 2px;
  height: 95%;
  background: #47C2D1;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .other_remake .other_remake_order .other_remake_order_wrap .purchased_block .purchased_list::before {
    left: 46px;
  }
}
.other_remake .other_remake_order .other_remake_order_wrap .purchased_list {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .other_remake .other_remake_order .other_remake_order_wrap .purchased_list {
    margin-top: 22px;
  }
}
.other_remake .other_remake_order .other_remake_order_wrap .purchased_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 50px;
}
.other_remake .other_remake_order .other_remake_order_wrap .purchased_item:not(:first-child) {
  margin-top: 20px;
}
.other_remake .other_remake_order .other_remake_order_wrap .purchased_item:last-child {
  background: -webkit-linear-gradient(top, transparent 0 10px, #fff 10px 100%);
  background: linear-gradient(to bottom, transparent 0 10px, #fff 10px 100%);
}
@media screen and (max-width: 768px) {
  .other_remake .other_remake_order .other_remake_order_wrap .purchased_item:last-child {
    background: -webkit-linear-gradient(top, transparent 0 10px, #E5ECF1 10px 100%);
    background: linear-gradient(to bottom, transparent 0 10px, #E5ECF1 10px 100%);
  }
}
.other_remake .other_remake_order .other_remake_order_wrap .purchased_item .purchased_item_step {
  letter-spacing: 0.05em;
  position: relative;
  width: 50px;
}
@media screen and (max-width: 768px) {
  .other_remake .other_remake_order .other_remake_order_wrap .purchased_item .purchased_item_step {
    width: auto;
  }
}
.other_remake .other_remake_order .other_remake_order_wrap .purchased_item .purchased_item_step .purchased_item_step_number {
  font-family: "Outfit", sans-serif;
  font-size: 1.9rem;
}
.other_remake .other_remake_order .other_remake_order_wrap .purchased_item .purchased_item_step::after {
  left: 50px;
  width: 24px;
  height: 24px;
  background: #47C2D1;
  border-radius: 50px;
  border: 6px solid #EEE;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .other_remake .other_remake_order .other_remake_order_wrap .purchased_item .purchased_item_step::after {
    left: 35px;
  }
}
.other_remake .other_remake_order .other_remake_order_wrap .purchased_item .purchased_item_text .purchased_item_lead {
  font-size: 1.89rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .other_remake .other_remake_order .other_remake_order_wrap .purchased_item .purchased_item_text .purchased_item_lead {
    font-size: 1.66rem;
  }
}
.other_remake .other_remake_order .other_remake_order_wrap .purchased_item .purchased_item_text .purchased_item_details {
  margin-top: 11px;
  font-size: 1.68rem;
  line-height: 1.9;
}
.other_remake .other_remake_order .other_remake_order_wrap .purchased_item .purchased_item_text .purchased_item_details span {
  font-size: 1.2rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .other_remake .other_remake_order .other_remake_order_wrap .purchased_item .purchased_item_text .purchased_item_details {
    margin-top: 3px;
    font-size: 1.19rem;
    line-height: 1.88;
  }
}
.other_remake .other_remake_order .other_remake_order_wrap .purchased_item .purchased_item_text .other_goods_button {
  margin: 30px 0 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .other_remake .other_remake_order .other_remake_order_wrap .purchased_item .purchased_item_text .other_goods_button {
    margin-top: 27px;
  }
}