/*================================================
 *  追加
 ================================================*/

#kodawari {
  position: relative;
  padding-top: 0;
}

#kodawari .pc {
  display: block;
}

#kodawari .sp {
  display: none;
}

#kodawari .inner {
  position: relative;
  padding-bottom: 5%;
  max-width: 1720px;
  margin: 0 auto;
}

#kodawari .inner p {
  position: absolute;
  /* 26px */
  font-size: clamp(0.5rem, 1.8vw, 2rem);
  font-weight: bold;
  line-height: 2.11;
  width: 37%;
  top: 46%;
  left: 14%;
  padding-left: 1em;
  border-left: 0.2em solid #e75477;
}

#kodawari .bg {
  background: rgb(170 135 46 / 32%);
  text-align: center;
  /* 24px */
  font-size: clamp(0.5rem, 1.66vw, 1.8rem);
  line-height: 1.6;
  padding: 0.5em 0;
  position: relative;
  font-weight: bold;
}

#kodawari .bg img {
  display: block;
  width: 4%;
  position: absolute;
  top: 16%;
  left: 15%;
}

#kodawari ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin: 3em auto 0;
  max-width: 1720px;
}

#kodawari ul li:first-child {
  width: 33%;
}

#kodawari ul li:nth-child(2) {
  width: 60%;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-left: 3%;
}

#kodawari ul li:nth-child(2) p:nth-of-type(2) {
  text-align: center;
  color: #e75477;
  font-size: clamp(0.5rem, 1.66vw, 1.8rem);
  margin: 1.5em 0;
  line-height: 1.8;
}


.kanshu .comment {
  width: 100%;
  margin: 3em auto 0;
  line-height: 2.33;
  position: relative;
  font-size: clamp(0.5em, 1.7vw, 1em);
}

.kanshu .comment p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
}

.kanshu .comment p span {
  display: block;
  text-align: center;
  font-size: 1.388em;
}

@media screen and (max-width:767px) {
  #kodawari .pc {
    display: none;
  }

  #kodawari .sp {
    display: block;
  }

  .tanoshimi div.container {
    padding: 0;
  }

  section.tanoshimi div.head div.text {
    padding: 0 20px;
  }

  section.tanoshimi .content img {
    margin-left: auto;
    width: 100%;
  }

  #kodawari .inner p {
    /* font-size: 1.55em; */
    font-size: clamp(0.5em, 3.7vw, 2em);
    line-height: 1.8;
    width: 89%;
    top: 28%;
    left: 4%;
  }

  #kodawari .bg {
    text-align: left;
    padding: 3em 0 2em;
    /* font-size: 1.44em; */
    font-size: clamp(0.5em, 3.4vw, 2em);
    line-height: 1.8;
  }

  #kodawari .bg img {
    width: 10%;
    top: 7%;
    left: 45%;
  }

  #kodawari .bg span {
    display: block;
    width: 73%;
    margin: 0 auto;
  }

  #kodawari ul {
    position: relative;
    font-size: clamp(0.5em, 3.2vw, 2em);
  }

  #kodawari ul li:first-child,
  #kodawari ul li:nth-child(2) {
    width: 100%;
  }

  #kodawari ul li:first-child {
    width: 100%;
    position: absolute;
    top: 27%;
    left: 0;
  }

  #kodawari ul li:nth-child(2) {
    font-size: 1.33em;
    line-height: 2;
    margin: 0;
    letter-spacing: 0;
  }

  #kodawari ul li:nth-child(2) p:not(:nth-of-type(2)) {
    width: 91%;
    margin: 0 auto;
  }

  #kodawari ul li:nth-child(2) p:nth-of-type(2) {
    margin: 12em 0 1em;
    font-size: 1.33em;
  }

  .kanshu .comment {
    font-size: clamp(0.1em, 2.4vw, 2em);
    width: 100%;
  }

  .kanshu .comment p {
    font-size: 1.33em;
    width: 89%;
    letter-spacing: 0;
  }

  .kanshu .comment p span {
    font-size: 1.33em;
  }
}