.layout {
  width: 100%;
  position: absolute;
  left: 0;
  top: 25px;
  text-align: center;
}

.do-container {
  padding: 66px 66px 40px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1700px;
  margin: 0 auto;
  color: #a58c7d;
}
.do-container p {
  margin-bottom: 0;
}
.do-section__title {
  text-align: center;
}
.do-section__title p.icon {
  width: 42px;
  margin: 0 auto 10px;
}
.do-section__title .text {
  font-size: 26px;
  font-weight: 500;
}
.do-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  margin-bottom: 107px;
}
.do-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  position: relative;
  gap: 16px;
  padding-bottom: 19px;
  cursor: pointer;
}
.do-nav__item::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #a58c7d;
}
.do-nav__item .icon {
  margin-left: 7px;
}
.do-nav__item .icon.-i1 {
  width: 33px;
}
.do-nav__item .icon.-i2 {
  width: 31px;
}
.do-nav__item .icon.-i3 {
  width: 31px;
  margin-left: 6px;
}
.do-nav__item .icon img {
  width: 100%;
}
.do-nav__item .text {
  font-size: 20px;
}
.do-nav__item .arrow {
  width: 22px;
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 11px;
  border: 1px solid #a58c7d;
  position: absolute;
  right: 5px;
  top: 1px;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.do-nav__item .arrow svg {
  width: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.do-nav__item .arrow .st0 {
  stroke-width: 2px;
}
.do-nav__item .arrow .st0, .do-nav__item .arrow .st1 {
  fill: none;
  stroke: #a58c7d;
  stroke-miterlimit: 10;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.do-nav__item .arrow .st1 {
  stroke-width: 4px;
}
@media only screen and (min-width: 769px) {
  .do-nav__item:hover .arrow {
    background: #a58c7d;
  }
  .do-nav__item:hover .arrow .st0, .do-nav__item:hover .arrow .st1 {
    stroke: #fff;
  }
}
.do-head {
  margin-bottom: 168px;
}
.do-head h3 {
  text-align: center;
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 41px;
}
.do-head__fgr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 20px;
  margin-bottom: 41px;
}
.do-head__fgr .fgr-item {
  width: 198px;
}
.do-head__fgr .fgr-item .icon {
  width: 100%;
  height: 83px;
  position: relative;
  margin-bottom: 41px;
}
.do-head__fgr .fgr-item .icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.do-head__fgr .fgr-item .icon.-i1 img {
  width: 115px;
}
.do-head__fgr .fgr-item .icon.-i2 img {
  width: 95px;
}
.do-head__fgr .fgr-item .text {
  position: relative;
}
.do-head__fgr .fgr-item .text::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 2px;
  top: 2px;
  background: #a58c7d;
}
.do-head__fgr .fgr-item .text .inner {
  width: 100%;
  height: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 1px solid #a58c7d;
  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;
  font-size: 16px;
  position: relative;
}
.do-head__fgr .fgr-arrow {
  width: 34px;
  margin: 0 38px 0 42px;
  padding-top: 28px;
}
.do-head__lead {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 11px !important;
}
.do-head__text {
  font-size: 18px;
  line-height: 42px;
  text-align: center;
}
.do-step {
  margin-bottom: 152px;
}
.do-step .do-section__title {
  margin-bottom: 52px;
}
.do-step__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.do-step__item {
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 11px 48px 8px;
  border-right: 1px solid #ded2ce;
  position: relative;
}
.do-step__item::before {
  content: "";
  width: 9px;
  height: 18px;
  background: #ded2ce;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.do-step__item:nth-of-type(1)::before {
  display: none;
}
.do-step__item:nth-of-type(5) {
  border-right: none;
}
.do-step__item p.step-no {
  width: 55px;
  height: 24px;
  margin-bottom: 21px;
  font-size: 0;
}
.do-step__item p.step-fgr {
  width: 100%;
  height: 84px;
  position: relative;
  margin-bottom: 40px;
}
.do-step__item p.step-fgr img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.do-step__item p.step-fgr.-i1 img {
  width: 103px;
}
.do-step__item p.step-fgr.-i2 img {
  width: 92px;
}
.do-step__item p.step-fgr.-i3 img {
  width: 76px;
}
.do-step__item p.step-fgr.-i4 img {
  width: 108px;
}
.do-step__item p.step-fgr.-i5 img {
  width: 82px;
}
.do-step__item p.step-text {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
.do-shoplist .do-section__title {
  margin-bottom: 45px;
}
.do-shoplist__main {
  position: relative;
  padding-left: 330px;
}
.do-shoplist__main .shoplist-nav {
  width: 180px;
  position: absolute;
  left: 0;
  top: 7px;
}
.do-shoplist__main .shoplist-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  position: relative;
  gap: 16px;
  padding-bottom: 13px;
  cursor: pointer;
}
.do-shoplist__main .shoplist-nav__item + .shoplist-nav__item {
  margin-top: 30px;
}
.do-shoplist__main .shoplist-nav__item::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #a58c7d;
}
.do-shoplist__main .shoplist-nav__item .text {
  font-size: 20px;
  padding-left: 5px;
}
.do-shoplist__main .shoplist-nav__item .arrow {
  width: 22px;
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 11px;
  border: 1px solid #a58c7d;
  position: absolute;
  right: 5px;
  top: 1px;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.do-shoplist__main .shoplist-nav__item .arrow svg {
  width: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.do-shoplist__main .shoplist-nav__item .arrow .st0 {
  stroke-width: 2px;
}
.do-shoplist__main .shoplist-nav__item .arrow .st0, .do-shoplist__main .shoplist-nav__item .arrow .st1 {
  fill: none;
  stroke: #a58c7d;
  stroke-miterlimit: 10;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.do-shoplist__main .shoplist-nav__item .arrow .st1 {
  stroke-width: 4px;
}
.do-shoplist__main .shoplist-nav__item.-current .arrow {
  background: #a58c7d;
}
.do-shoplist__main .shoplist-nav__item.-current .arrow .st0, .do-shoplist__main .shoplist-nav__item.-current .arrow .st1 {
  stroke: #fff;
}
@media only screen and (min-width: 769px) {
  .do-shoplist__main .shoplist-nav__item:hover .arrow {
    background: #a58c7d;
  }
  .do-shoplist__main .shoplist-nav__item:hover .arrow .st0, .do-shoplist__main .shoplist-nav__item:hover .arrow .st1 {
    stroke: #fff;
  }
}
.do-shoplist__main .shoplist-area {
  margin-bottom: 100px;
}
.do-shoplist__main .shoplist-area__title {
  font-size: 26px;
  font-weight: 500;
  border-bottom: 1px solid #a58c7d;
  padding-bottom: 10px;
  margin-bottom: 47px;
}
.do-shoplist__main .shoplist-area.-hide {
  display: none;
}
.do-shoplist__main .shoplist-pref + .shoplist-pref {
  margin-top: 80px;
}
.do-shoplist__main .shoplist-pref__title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 34px;
}
.do-shoplist__main .shoplist-pref__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 64px 0;
}
.do-shoplist__main .shoplist-item {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 30px;
}
.do-shoplist__main .shoplist-item__name {
  margin-bottom: 15px;
}
.do-shoplist__main .shoplist-item__name a {
  display: inline-block;
  position: relative;
  padding-right: 75px;
}
.do-shoplist__main .shoplist-item__name a .text {
  font-size: 20px;
}
.do-shoplist__main .shoplist-item__name a .arrow {
  width: 36px;
  height: 29px;
  font-size: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #a58c7d;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
}
.do-shoplist__main .shoplist-item__name a .arrow svg {
  width: 11px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.do-shoplist__main .shoplist-item__name a .arrow svg .st0 {
  stroke-width: 2px;
}
.do-shoplist__main .shoplist-item__name a .arrow svg .st0, .do-shoplist__main .shoplist-item__name a .arrow svg .st1 {
  fill: none;
  stroke: #a58c7d;
  stroke-miterlimit: 10;
  -webkit-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
}
.do-shoplist__main .shoplist-item__name a .arrow svg .st1 {
  stroke-width: 4px;
}
@media only screen and (min-width: 769px) {
  .do-shoplist__main .shoplist-item__name a:hover .arrow {
    background: #a58c7d;
  }
  .do-shoplist__main .shoplist-item__name a:hover .arrow .st0, .do-shoplist__main .shoplist-item__name a:hover .arrow .st1 {
    stroke: #fff;
  }
}
.do-shoplist__main .shoplist-item__detail {
  font-size: 16px;
  line-height: 33px;
}
.do-itemlist {
  padding-bottom: 152px;
}
.do-itemlist .do-section__title {
  margin-bottom: 52px;
}
.do-itemlist__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 56px 20px;
}
.do-itemlist__item {
  width: 290px;
}
.do-itemlist__item p.image {
  position: relative;
  margin-bottom: 21px;
}
.do-itemlist__item p.image::before {
  content: "";
  display: block;
  padding-top: 72%;
}
.do-itemlist__item p.image img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.do-itemlist__item p.name {
  font-size: 16px;
  line-height: 33px;
  margin-bottom: 19px;
}
.do-itemlist__item .item-do__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
.do-itemlist__item .item-do__select {
  position: relative;
}
.do-itemlist__item .item-do__select select {
  height: 48px;
  border-radius: 0;
  border: 1px solid #a58c7d;
  padding: 0 55px 0 22px;
  color: #a58c7d;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  cursor: pointer;
  background: transparent;
}
.do-itemlist__item .item-do__select .icon {
  font-size: 0;
  width: 24px;
  height: 19px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #a58c7d;
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  margin-bottom: 0;
  pointer-events: none;
}
.do-itemlist__item .item-do__select .icon img {
  width: 9px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.do-itemlist__item .item-do__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  height: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #a58c7d;
  gap: 14px;
  cursor: pointer;
  -webkit-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
}
.do-itemlist__item .item-do__button p {
  margin-bottom: 0;
}
.do-itemlist__item .item-do__button .text {
  font-size: 16px;
  -webkit-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
}
.do-itemlist__item .item-do__button .icon {
  width: 15px;
  font-size: 0;
  -webkit-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
}
.do-itemlist__item .item-do__button .icon .st0 {
  stroke-width: 2px;
}
.do-itemlist__item .item-do__button .icon .st0, .do-itemlist__item .item-do__button .icon .st1 {
  fill: none;
  stroke: #a58c7d;
  stroke-miterlimit: 10;
}
.do-itemlist__item .item-do__button .icon .st1 {
  stroke-width: 4px;
}
@media only screen and (min-width: 769px) {
  .do-itemlist__item .item-do__button:hover {
    background: #a58c7d;
  }
  .do-itemlist__item .item-do__button:hover .text {
    color: #fff;
  }
  .do-itemlist__item .item-do__button:hover .icon .st0, .do-itemlist__item .item-do__button:hover .icon .st1 {
    stroke: #fff;
  }
}
.do-itemlist__link {
  text-align: center;
  margin-top: 60px;
}
.do-itemlist__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 312px;
  height: 78px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #a58c7d;
  gap: 20px;
  cursor: pointer;
  -webkit-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
  font-size: 0;
}
.do-itemlist__link a .icon {
  width: 15px;
  font-size: 0;
  -webkit-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
}
.do-itemlist__link a .icon .st0 {
  stroke-width: 2px;
}
.do-itemlist__link a .icon .st0, .do-itemlist__link a .icon .st1 {
  fill: none;
  stroke: #a58c7d;
  stroke-miterlimit: 10;
}
.do-itemlist__link a .icon .st1 {
  stroke-width: 4px;
}
.do-itemlist__link a .txt {
  width: 195px;
  position: relative;
}
.do-itemlist__link a .txt img {
  -webkit-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
}
.do-itemlist__link a .txt ._hover {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
@media only screen and (min-width: 769px) {
  .do-itemlist__link a:hover {
    background: #a58c7d;
  }
  .do-itemlist__link a:hover .txt ._default {
    opacity: 0;
  }
  .do-itemlist__link a:hover .txt ._hover {
    opacity: 1;
  }
  .do-itemlist__link a:hover .icon .st0, .do-itemlist__link a:hover .icon .st1 {
    stroke: #fff;
  }
}
@media only screen and (max-width: 1160px) {
  .do-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
    width: 100%;
  }
  .do-nav__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 200px;
    gap: 3px;
    padding-bottom: 10px;
    cursor: pointer;
    text-align: center;
  }
  .do-nav__item::before {
    content: "";
    background: #a58c7d;
    width: 12px;
    height: 6px;
    position: absolute;
    left: 50%;
    bottom: -6px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .do-nav__item .text {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
  }
  .do-nav__item .arrow {
    display: none;
  }
  .do-step__main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 0;
  }
  .do-step__item {
    width: 33.3%;
  }
}
@media only screen and (max-width: 1160px) and (min-width: 769px) {
  .do-step__item:nth-of-type(3)::after {
    content: "";
    width: 9px;
    height: 18px;
    background: #ded2ce;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    position: absolute;
    right: -9px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .do-step__item:nth-of-type(4)::before {
    display: none;
  }
}
@media only screen and (max-width: 1160px) {
  .do-shoplist__main {
    padding-left: 230px;
  }
}
@media only screen and (max-width: 1060px) {
  .do-itemlist__main {
    width: 650px;
    margin: 0 auto;
  }
  .do-itemlist__item.-blank {
    display: none;
  }
  .do-itemlist__link {
    margin-top: 115px;
  }
}
@media only screen and (max-width: 1000px) {
  .do-shoplist__main .shoplist-item {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .do-container {
    padding: 43px 18px 0;
  }
  .do-section__title {
    text-align: center;
  }
  .do-section__title p.icon {
    width: 34px;
    margin: 0 auto 5px;
  }
  .do-section__title .text {
    font-size: 22px;
  }
  .do-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
    margin-bottom: 79px;
    width: 100%;
  }
  .do-nav__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 78px;
    gap: 3px;
    padding-bottom: 10px;
    cursor: pointer;
    text-align: center;
  }
  .do-nav__item::before {
    content: "";
    background: #a58c7d;
    width: 12px;
    height: 6px;
    position: absolute;
    left: 50%;
    bottom: -6px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .do-nav__item .icon {
    margin: 0 auto;
    height: 19px;
  }
  .do-nav__item .icon.-i1 {
    width: 21px;
  }
  .do-nav__item .icon.-i2 {
    width: 19px;
  }
  .do-nav__item .icon.-i3 {
    width: 19px;
    margin-left: auto;
  }
  .do-nav__item .icon img {
    width: 100%;
  }
  .do-nav__item .text {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 32px;
  }
  .do-nav__item .arrow {
    display: none;
  }
  .do-head {
    margin-bottom: 88px;
  }
  .do-head h3 {
    font-size: 22px;
    margin-bottom: 53px;
  }
  .do-head__fgr {
    padding-left: 0;
    margin-bottom: 29px;
  }
  .do-head__fgr .fgr-item {
    width: 108px;
  }
  .do-head__fgr .fgr-item .icon {
    height: 43px;
    margin-bottom: 29px;
  }
  .do-head__fgr .fgr-item .icon.-i1 img {
    width: 60px;
  }
  .do-head__fgr .fgr-item .icon.-i2 img {
    width: 48px;
  }
  .do-head__fgr .fgr-item .text .inner {
    height: 24px;
    font-size: 10px;
  }
  .do-head__fgr .fgr-arrow {
    width: 20px;
    margin: 0 7px 0 16px;
    padding-top: 14px;
  }
  .do-head__lead {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 11px !important;
  }
  .do-head__text {
    font-size: 13px;
    line-height: 24px;
  }
  .do-step {
    margin-bottom: 59px;
  }
  .do-step .do-section__title {
    margin-bottom: 8px;
  }
  .do-step__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .do-step__item {
    width: 100%;
    padding: 44px 0 36px 50%;
    border-right: none;
    border-bottom: 1px solid #ded2ce;
    position: relative;
  }
  .do-step__item::before {
    width: 12px;
    height: 6px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    left: 50%;
    top: 0;
    bottom: -6px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .do-step__item:nth-of-type(5) {
    border-bottom: none;
  }
  .do-step__item p.step-no {
    width: 48px;
    height: 12px;
    margin-bottom: 4px;
  }
  .do-step__item p.step-fgr {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 0;
  }
  .do-step__item p.step-fgr.-i1 img {
    width: 72px;
  }
  .do-step__item p.step-fgr.-i2 img {
    width: 62px;
  }
  .do-step__item p.step-fgr.-i3 img {
    width: 53px;
  }
  .do-step__item p.step-fgr.-i4 img {
    width: 72px;
  }
  .do-step__item p.step-fgr.-i5 img {
    width: 54px;
  }
  .do-step__item p.step-text {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
  }
  .do-shoplist .do-section__title {
    margin-bottom: 41px;
  }
  .do-shoplist__main {
    position: relative;
    padding-left: 0;
  }
  .do-shoplist__main .shoplist-nav {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 34px;
  }
  .do-shoplist__main .shoplist-nav__item {
    width: 102px;
    gap: 16px;
    padding-bottom: 13px;
    cursor: pointer;
  }
  .do-shoplist__main .shoplist-nav__item + .shoplist-nav__item {
    margin-top: 0;
  }
  .do-shoplist__main .shoplist-nav__item .text {
    font-size: 14px;
    padding-left: 5px;
  }
  .do-shoplist__main .shoplist-nav__item .arrow {
    width: 15px;
    height: 20px;
    right: 5px;
    top: 0;
  }
  .do-shoplist__main .shoplist-nav__item .arrow svg {
    width: 4px;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  .do-shoplist__main .shoplist-area {
    margin-bottom: 80px;
  }
  .do-shoplist__main .shoplist-area__title {
    font-size: 22px;
    margin-bottom: 35px;
    padding-bottom: 13px;
  }
  .do-shoplist__main .shoplist-area.-hide {
    display: none;
  }
  .do-shoplist__main .shoplist-pref + .shoplist-pref {
    margin-top: 45px;
  }
  .do-shoplist__main .shoplist-pref__title {
    font-size: 22px;
    margin-bottom: 37px;
  }
  .do-shoplist__main .shoplist-pref__list {
    gap: 37px 0;
  }
  .do-shoplist__main .shoplist-item {
    padding-right: 0;
  }
  .do-shoplist__main .shoplist-item__name {
    margin-bottom: 7px;
  }
  .do-shoplist__main .shoplist-item__name a {
    padding-right: 70px;
  }
  .do-shoplist__main .shoplist-item__name a .text {
    font-size: 18px;
  }
  .do-shoplist__main .shoplist-item__detail {
    font-size: 13px;
    line-height: 24px;
  }
  .do-itemlist {
    padding-bottom: 91px;
  }
  .do-itemlist .do-section__title {
    margin-bottom: 40px;
  }
  .do-itemlist__main {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 28px 0;
    width: 100%;
  }
  .do-itemlist__item {
    width: 47%;
  }
  .do-itemlist__item p.image {
    margin-bottom: 13px;
  }
  .do-itemlist__item p.name {
    font-size: 10px;
    line-height: 15px;
    margin-bottom: 15px;
  }
  .do-itemlist__item .item-do {
    padding-bottom: 50px;
  }
  .do-itemlist__item .item-do h3 {
    margin-bottom: 10px !important;
  }
  .do-itemlist__item .item-do__main {
    gap: 6px;
  }
  .do-itemlist__item .item-do__select {
    position: relative;
  }
  .do-itemlist__item .item-do__select select {
    height: 36px;
    padding: 0 25px 0 12px;
    font-size: 12px;
  }
  .do-itemlist__item .item-do__select .icon {
    border: none;
    width: 9px;
    right: 9px;
  }
  .do-itemlist__item .item-do__button {
    width: 97px;
    height: 36px;
    gap: 10px;
  }
  .do-itemlist__item .item-do__button .text {
    font-size: 12px;
  }
  .do-itemlist__item .item-do__button .icon {
    width: 10px;
  }
  .do-itemlist__link {
    text-align: center;
    margin-top: 60px;
  }
  .do-itemlist__link a {
    width: 252px;
    height: 60px;
    gap: 16px;
  }
  .do-itemlist__link a .txt {
    width: 152px;
  }
}