@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html:has(.anna-tumoru) {
  scroll-behavior: initial;
}

.anna-tumoru {
  font-family: "Noto Sans JP", sans-serif;
}
.anna-tumoru p {
  font-size: clamp(15px, 2vw, 16px);
}
.anna-tumoru .mv {
  margin-bottom: 60px;
}
.anna-tumoru .intro-box {
  margin-bottom: 60px;
}
.anna-tumoru .intro {
  font-size: clamp(16px, 2vw, 18px);
  text-align: center;
  font-weight: bold;
}
.anna-tumoru .intro + .intro {
  margin-top: 30px;
}
.anna-tumoru .page-link {
  margin-bottom: 120px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px;
}
.anna-tumoru .page-link .page-button::after {
  width: 10px;
  height: 5px;
  background: url(https://gigaplus.makeshop.jp/MITOKU/images/free-page/anna-tumoru/icon-arrow.svg) no-repeat center center/contain;
}
.anna-tumoru .page-button {
  position: relative;
  margin: 0 auto;
  padding: 6px;
  display: block;
  max-width: 260px;
  color: #333;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  background: #E3BEA8;
  transition: all 0.3s ease;
}
.anna-tumoru .page-button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  display: block;
  width: 10px;
  height: 10px;
  background: url(https://gigaplus.makeshop.jp/MITOKU/images/free-page/anna-tumoru/icon-arrow_right.svg) no-repeat center center/contain;
}
.anna-tumoru .page-button:hover {
  background: #F2B38D;
  opacity: 1;
}
.anna-tumoru .section__description + .section__description {
  margin-top: 30px;
}
.anna-tumoru .section + .section {
  margin-top: 170px;
}
.anna-tumoru .section-title {
  margin-bottom: 30px;
  padding-top: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #E3BEA8;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.anna-tumoru .section-title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 30px;
  height: 20px;
  background: url(https://gigaplus.makeshop.jp/MITOKU/images/free-page/anna-tumoru/icon-title.svg) no-repeat center center/contain;
}
.anna-tumoru .section-title__en {
  font-size: clamp(24px, 3vw, 28px);
  font-weight: 500;
}
.anna-tumoru .section-title__ja {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: bold;
}
.anna-tumoru .sub-title {
  position: relative;
  margin: 50px 0 30px;
  padding-left: 40px;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: bold;
}
.anna-tumoru .sub-title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 25px;
  height: 3px;
  background: #E3BEA8;
}
.anna-tumoru .sub-mv {
  margin-bottom: 30px;
}
.anna-tumoru .media {
  display: flex;
  gap: 25px;
}
.anna-tumoru .media + .media {
  margin-top: 50px;
}
.anna-tumoru .media__text {
  flex: 1;
}
.anna-tumoru .media__description + .media__description {
  margin-top: 30px;
}
.anna-tumoru .media__image-caption {
  margin-top: 15px;
  font-size: clamp(14px, 2vw, 15px);
  text-align: center;
  font-weight: bold;
}
@media (min-width: 769px) {
  .anna-tumoru .media + .media {
    flex-direction: row-reverse;
  }
}
.anna-tumoru .media--style02 {
  justify-content: space-between;
}
.anna-tumoru .media--style02__text {
  flex-grow: 1;
}
.anna-tumoru .media--style02__image {
  width: 300px;
}
.anna-tumoru .page-button-container {
  margin: 60px 0 120px;
}

@media (min-width: 769px) {
  .anna-tumoru .space {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .contents-wrapper {
    padding-top: 0 !important;
  }
  .free-contents {
    width: 92%;
  }
  .anna-tumoru p {
    line-height: 2;
  }
  .anna-tumoru .mv {
    margin-inline: calc(50% - 50vw);
    margin-bottom: 35px;
    width: 100vw;
  }
  .anna-tumoru .intro-box {
    margin-bottom: 35px;
  }
  .anna-tumoru .intro {
    line-height: 1.5;
  }
  .anna-tumoru .intro + .intro {
    margin-top: 20px;
  }
  .anna-tumoru .page-button {
    padding: 9px;
    max-width: 100%;
    font-size: 15px;
  }
  .anna-tumoru .page-link {
    margin-bottom: 95px;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .anna-tumoru .page-link .page-button::after {
    height: 7px;
  }
  .anna-tumoru .section__mv {
    margin-inline: calc(50% - 50vw);
    width: 100vw;
  }
  .anna-tumoru .section + .section {
    margin-top: 120px;
  }
  .anna-tumoru .section-title {
    margin-bottom: 25px;
    letter-spacing: 0;
  }
  .anna-tumoru .sub-title {
    margin: 25px 0 20px;
    padding-left: 25px;
  }
  .anna-tumoru .sub-title::before {
    top: 11px;
    bottom: initial;
    width: 15px;
    height: 2px;
  }
  .anna-tumoru .sub-mv {
    margin-bottom: 20px;
  }
  .anna-tumoru .space + .sub-title {
    margin-top: 50px;
  }
  .anna-tumoru .media {
    flex-direction: column;
  }
  .anna-tumoru .media__image-caption {
    margin-top: 17px;
  }
  .anna-tumoru .media--style02__image {
    margin: 0 auto;
    max-width: 192px;
  }
  .anna-tumoru .page-button-container {
    margin: 25px 0 60px;
  }
}