@charset "utf-8";
@import url("root.css");

/***************************************
-------------- store --------------
***************************************/
.store_step .step_block {
  position: relative;
  background: var(--base-color02);
}

.store_step .step_block:not(:last-child) {
  margin-bottom: 80px;
}

@media (max-width: 599px) {
  .store_step .step_block:not(:last-child) {
    margin-bottom: 40px;
  }
}

.store_step .step_block:not(:last-child):after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -60px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 40px solid var(--base-color01);
}

@media (max-width: 599px) {
  .store_step .step_block:not(:last-child):after {
    bottom: -30px;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 20px solid var(--base-color01);
  }
}

.store_step .step_block h3 {
  background: var(--base-color01);
  color: #fff;
  font-size: clamp(1.8rem, 1.6vw, 2.6rem);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  padding: 15px 15px 15px 15px;
}

.store_step .step_block h3 span {
  display: inline-block;
  color: var(--base-color01);
  background: #ffdb5d;
  text-align: center;
  padding: 8px;
  font-size: 32px;
  line-height: 1.2;
  margin-right: 20px;
  margin-top: -25px;
  letter-spacing: 2px;
  position: relative;
}
.store_step .step_block h3 span::after {
  display: block;
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  bottom: -52px;
  margin: auto;
  box-sizing: border-box;
  width: 20px;
  height: 32px;
  border: 32px solid transparent;
  border-top: 20px solid #ffdb5d;
}

@media (max-width: 599px) {
  .store_step .step_block h3 span::after {
    height: 29px;
    border: 29px solid transparent;
    border-top: 20px solid #ffdb5d;
    bottom: -49px;
  }
}

.store_step .step_block h3 span::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  bottom: auto;
  right: -10px;
  left: auto;
  margin: auto;
  background: linear-gradient(
    -135deg,
    transparent 0%,
    transparent 50%,
    #dfb318 50%,
    #dfb318 100%
  );
}
@media (max-width: 599px) {
  .store_step .step_block h3 span {
  }
}

.store_step .step_block h3 span small {
  display: block;
  font-size: 16px;
  line-height: 1;
}

@media (max-width: 599px) {
  .store_step .step_block h3 span small {
    font-size: 14px;
  }
}
.store_step .step_block .cont {
  padding: 2% 3%;
}
@media (min-width: 600px) {
  .store_step .step_block .cont {
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
  }
}

@media (min-width: 600px) {
  .store_step .step_block .cont img {
    width: 30%;
    min-width: 330px;
    height: 100%;
  }
}


.step_wrap02 .step_block:not(:last-child) {
  margin-bottom: 60px;
}

@media (max-width: 599px) {
  .step_wrap02 .step_block:not(:last-child) {
    margin-bottom: 30px;
  }
}

.step_wrap02 .step_block h3 {
  color: #fd6300;
  background: #ffcc8b;
  display: flex;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-size: clamp(1.6rem, 2vw, 3rem);
  padding-right: 15px;
}

.step_wrap02 .step_block h3 span {
  display: block;
  color: #fff;
  background: #f99403;
  padding: 15px 4%;
  margin-right: 40px;
  height: 100%;
  font-size: clamp(1.8rem, 2.2vw, 2.2rem);
  font-weight: 400;
  position: relative;
  min-width: 100px;
  text-align: center;
}

@media (max-width: 599px) {
  .step_wrap02 .step_block h3 span {
    margin-right: 20px;
    line-height: 1.4;
  }
}

.step_wrap02 .step_block h3 span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  left: auto;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #f99403;
}

.step_wrap02 .step_block .cont {
  border: 1px solid #f99403;
  border-top: 0;
  padding: 20px;
}

@media (min-width: 600px) {
  .step_wrap02 .step_block .cont {
    padding: 30px;
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
  }
}

@media (max-width: 599px) {
  .step_wrap02 .step_block .cont img {
    display: block;
    margin-top: 20px;
  }
}

@media (min-width: 600px) {
  .step_wrap02 .step_block .cont > div,
  .step_wrap02 .step_block .cont > .disc {
    width: calc(60% - 20px);
  }

  .step_wrap02 .step_block .cont img {
    width: 40%;
    min-width: 330px;
    height: 100%;
  }
}

/* =======================
  PC
======================== */
@media screen and (min-width: 1200px) {
}

/* =======================
  TABLET
======================== */
@media screen and (max-width: 1199px) {
}

/* =======================
  SP
======================== */
