@charset "utf-8";
/* CSS Document */
/* guide.css */

.shoppingguide__content {
  position: relative;
  margin: 0 auto;
}
.shoppingguide__content .box > *:last-child {
  margin-bottom: 0;
}
.shoppingguide__content .shoppingguide__topic {
  background-color: var(--c-wh);
  padding: 1px 0;
}
.shoppingguide__content .shoppingguide__topic:nth-child(even) {
  background-color: var(--c-pink2);
}

.shoppingguide__message {
  margin: 0 auto clamp(60px,calc(120 / 750 * 100vw),120px);
}
.shoppingguide__message h2 {
  font-size: clamp(15px,calc(30 / 750 * 100vw),30px);
  font-weight: 500;
  margin: 0 auto clamp(10px,calc(20 / 750 * 100vw),20px);
}
.shoppingguide__content .title--spell {
  margin:  0 auto clamp(10px,calc(20 / 750 * 100vw),20px);
}
.shoppingguide__content .title--spell span {
  font-size: clamp(15px,calc(30 / 750 * 100vw),30px);
  margin-top: 0;
}


.shoppingguide__flow {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  gap: clamp(20px,calc(40 / 750 * 100vw),40px);
  margin: clamp(20px,calc(40 / 750 * 100vw),40px) auto 0;
  counter-reset: flowcount 0;  
}
.shoppingguide__flow .shoppingguide__flowitem {
  box-sizing: border-box;
  width: 100%;
  background-color: var(--c-wh);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  gap:clamp(10px,calc(20 / 750 * 100vw),20px);
  border-radius: clamp(10px,calc(20 / 750 * 100vw),20px);
  border: 1px solid var(--c-red);
  padding: calc( 10 / 670 * 100%) calc( 30 / 670 * 100%) calc( 10 / 670 * 100%) calc( 60 / 670 * 100%);
  min-height: clamp(90px,calc(180 / 750 * 100vw),180px);
}
.shoppingguide__flow .shoppingguide__flowitem:before {
  counter-increment: flowcount 1;
  content: counter(flowcount);
  background: var(--c-red);
  color: var(--c-wh);
  width: 1.5em;
  height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  border-radius: 2em;
  font-size: 0.92em;
}
.shoppingguide__flow .shoppingguide__flowtext {
  font-size: clamp(15px,calc(30 / 750 * 100vw),30px);
  font-weight: 500;
  line-height: calc(50 / 30 * 1em);
  width: calc( 390 / 670 * 100%);
  margin: 0;
}
.shoppingguide__flow .shoppingguide__flowtext span {
  color: var(--c-red);
}
.shoppingguide__flow .shoppingguide__flowicon {
  width: clamp(65px,calc( 130 / 750 * 100vw),130px);
  margin-right: 0;
  margin-left: auto;
}

.shoppingguide__textbox {
  margin: clamp(30px,calc(60 / 750 * 100vw),60px) auto 0;
}
.shoppingguide__textbox dt {
  
}
.shoppingguide__textbox dd {
  font-size: clamp(11px,calc(22 / 750 * 100vw),22px);
  line-height: calc(38 / 22 * 1em);
}
.shoppingguide__image {
  margin: clamp(20px,calc(40 / 750 * 100vw),40px) auto;
}

@media screen and (min-width:750px){
  
  .shoppingguide__message h2 {
    text-align: center;
    font-size: 28px;
  }
  .shoppingguide__message p {
    max-width: 670px;
    margin: 0 auto;
    font-size: 20px;
    line-height: calc(38 / 20 * 1em);
  }
.shoppingguide__content .title--spell {
  margin:  0 auto 60px;
}
  .shoppingguide__content .title--spell span {
    margin-top: 20px;
  }
  .box--1st {
    max-width: 100%;
  }
  .box--1st .text--pccenter {
    font-size: 24px;
    position: relative;
    margin-top: -20px;
  }
  .shoppingguide__flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    gap: 10px;
    flex-flow: row;
  }
  .shoppingguide__flow .shoppingguide__flowitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    flex-direction: column;
    width: 230px;
    padding: 40px 0 20px;
    text-align: center;
    border: 2px solid var(--c-red);
   min-height: 340px;
  }
  .shoppingguide__flow .shoppingguide__flowitem:before {
    counter-increment: flowcount 1;
    content: counter(flowcount);
    width: 32px;
    height: 32px;
    font-size: 20px;    
  }
  .shoppingguide__flow .shoppingguide__flowtext  {
    font-size: 24px;
    line-height: calc(38 / 24 * 1em);
    width: 100%;
  }
  .shoppingguide__flow .shoppingguide__flowicon {
    width: 120px;
    margin: auto auto 0;
  }
  .shoppingguide__textbox dt {
    font-size: 24px;
    margin-bottom: 24px;
  }

.shoppingguide__image {
  margin: 50px auto 0;
}
  
}

