
@charset "UTF-8";
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* top */
/* ============================================ */
.top-mainvisual__wrapper {
  position: relative;
}
.top-mainvisual__ttl {
  text-align: center;
}
.top-mainvisual__ttl span {
  display: block;
  overflow: hidden;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}
.top-mainvisual__ttl img {
  width: 100%;
  max-width: none;
}
.top-mainvisual__maincopy {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
}
@media (width < 479px) {
  .top-mainvisual__maincopy {
    top: 80px;
  }
}
.top-mainvisual__maincopy.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.top-mainvisual__maincopy img {
  max-width: 630px;
}
@media (width < 1700px) {
  .top-mainvisual__maincopy img {
    width: 518.4px;
  }
}
@media (width < 1440px) {
  .top-mainvisual__maincopy img {
    width: 453.6px;
  }
}
@media (width < 1300px) {
  .top-mainvisual__maincopy img {
    width: 388.8px;
  }
}
@media (width < 1080px) {
  .top-mainvisual__maincopy img {
    width: 324px;
  }
}
@media all and (max-width: 768px) {
  .top-mainvisual__maincopy img {
    width: 259.2px;
  }
}
@media (width < 750px) {
  .top-mainvisual__maincopy img {
    width: 194.4px;
  }
}
@media (width < 550px) {
  .top-mainvisual__maincopy img {
    width: 162px;
  }
}
@media (width < 479px) {
  .top-mainvisual__maincopy img {
    width: 90%;
  }
}

.top-intro {
  text-align: center;
  padding: 100px 0 0;
  position: relative;
}
@media all and (max-width: 1367px) {
  .top-intro {
    padding: 70px 0 0;
  }
}
@media all and (max-width: 480px) {
  .top-intro {
    padding: 40px 0 0;
  }
}
.top-intro__kirakira {
  width: min(22.76vw, 437px);
  position: absolute;
}
.top-intro__kirakira.--left {
  top: min(6.25vw, 120px);
  left: 0;
}
.top-intro__kirakira.--right {
  top: min(28.96vw, 556px);
  right: 0;
}
.top-intro__ttl {
  font-size: clamp(1.7rem, 1.48rem + 1.1vw, 2.8rem);
  font-weight: 700;
}
.top-intro__txt {
  text-align: center;
  font-size: clamp(1.4rem, 1.2rem + 1vw, 2.4rem);
  font-weight: 700;
  line-height: 2;
  word-break: keep-all;
}
.top-intro__info {
  padding: 95px 8.08cqw 64px;
  border: 4px solid #D11377;
  border-radius: 40px;
  background: #fff;
  margin-top: 88px;
  position: relative;
}
@media all and (max-width: 768px) {
  .top-intro__info {
    padding: 60px 24px 40px;
    border-width: 3px;
  }
}
.top-intro__info::after {
  content: "";
  display: block;
  width: 98.5px;
  height: 100px;
  background: url("../images/top/korokoro.png") center center/contain no-repeat;
  position: absolute;
  bottom: 20px;
  right: -48px;
}
@media all and (max-width: 768px) {
  .top-intro__info::after {
    width: 59.1px;
    height: 60px;
    bottom: -30px;
    right: 10px;
  }
}
.top-intro__info__ttl {
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  background: #fff;
  padding: 0 1.5em;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(2rem, 1.8rem + 1.8vw, 5.2rem);
  line-height: 1.2;
  color: #D11377;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}
@media all and (max-width: 768px) {
  .top-intro__info__ttl {
    padding: 0 1em;
  }
}
.top-intro__info__catch {
  word-break: keep-all;
  text-align: center;
  font-size: clamp(2rem, 1.9rem + 0.8vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}
.top-intro__info__catch > span {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background: linear-gradient(0deg, #F1FF2F 0%, #F1FF2F 35%, transparent 35%);
  padding: 0 0.4em;
}
.top-intro__info__txt {
  text-align: center;
  font-size: clamp(1.4rem, 1.2rem + 1vw, 2.4rem);
  font-weight: 700;
  line-height: 2;
  word-break: keep-all;
  margin-top: 32px;
}
@media all and (max-width: 768px) {
  .top-intro__info__txt {
    margin-top: 24px;
  }
}
.top-intro__info__inner {
  display: flex;
  gap: 4%;
  margin-top: 50px;
}
@media all and (max-width: 768px) {
  .top-intro__info__inner {
    margin-top: 30px;
  }
}
.top-intro__info__btn {
  font-size: clamp(1.4rem, 1.2rem + 1vw, 2.4rem);
  font-weight: 700;
  margin-top: 50px;
}
@media all and (max-width: 768px) {
  .top-intro__info__btn {
    margin-top: 30px;
  }
}
.top-intro__info__btn__link {
  word-break: keep-all;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
.top-intro__info__btn__link::before, .top-intro__info__btn__link::after {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 2.92em;
  height: 0.79em;
  background: url("../images/top/btn_mark.svg") center center/contain no-repeat;
}
.top-intro__anchor {
  position: relative;
  border-radius: 40px;
  background: #F8F8F8;
  padding: 40px;
  margin-top: 80px;
}
@media all and (max-width: 768px) {
  .top-intro__anchor {
    padding: 40px 20px;
  }
}
.top-intro__anchor::before {
  position: absolute;
  content: "";
  display: block;
  top: -52px;
  left: -92px;
  background: url("../images/top/spray.png") center center/contain no-repeat;
  width: 125px;
  height: 158px;
}
@media all and (max-width: 768px) {
  .top-intro__anchor::before {
    width: 75px;
    height: 94.8px;
    top: -64px;
    left: 0;
  }
}
.top-intro__anchor ul {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.top-intro__anchor ul li {
  width: 100%;
  display: flex;
}
.top-intro__anchor ul li:last-child a {
  border-bottom: none;
}
.top-intro__anchor ul li a {
  position: relative;
  display: block;
  padding: 0 50px 10px 0;
  border-bottom: 1px solid #DEDEDE;
  width: 100%;
  text-align: left;
  font-size: clamp(1.5rem, 1.44rem + 0.3vw, 1.8rem);
  font-weight: 500;
  line-height: 36px;
}
@media all and (max-width: 480px) {
  .top-intro__anchor ul li a {
    padding: 8px 35px 10px 0;
    line-height: 26px;
  }
}
.top-intro__anchor ul li a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url(../../assets/images/top/iconarrow_down_w.svg) center right/contain no-repeat;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 480px) {
  .top-intro__anchor ul li a::after {
    top: 70%;
    width: 30px;
    height: 30px;
  }
}
.top-intro__anchor ul li a > div {
  display: flex;
  align-items: center;
}
@media (width < 800px) {
  .top-intro__anchor ul li a > div {
    flex-wrap: wrap;
  }
}
@media (hover: hover) {
  .top-intro__anchor ul li a:hover {
    opacity: 1;
  }
  .top-intro__anchor ul li a:hover::after {
    background: url(../../assets/images/top/iconarrow_down_b.svg) center right/contain no-repeat;
  }
}
.top-intro__anchor__block {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.top-intro__anchor__block + p {
  word-break: keep-all;
  flex: 1 1 auto;
  line-height: 28px;
  letter-spacing: 0.03em;
}
@media (width < 800px) {
  .top-intro__anchor__block + p {
    width: 100%;
    margin-top: 8px;
    padding-left: 0.5em;
  }
}
@media all and (max-width: 480px) {
  .top-intro__anchor__block + p {
    line-height: 26px;
  }
}
.top-intro__anchor__icon {
  border: 1px solid #534640;
  border-radius: 42px;
  width: 109px;
}
@media (width < 800px) {
  .top-intro__anchor__icon {
    width: 110px;
  }
}
@media (width < 361px) {
  .top-intro__anchor__icon {
    width: 105px;
  }
}
.top-intro__anchor__icon p {
  display: block;
  text-align: center;
  font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
  border: 2px solid #fff;
  border-radius: 42px;
  padding: 6px 0 4px;
  color: #fff;
  letter-spacing: 0;
  line-height: 20px;
}
@media all and (max-width: 480px) {
  .top-intro__anchor__icon p {
    padding: 4px 0 2px;
  }
}
.top-intro__anchor__icon span {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  font-weight: 500;
}
@media (width < 800px) {
  .top-intro__anchor__icon span {
    display: inline;
    padding-left: 0.3em;
  }
}
@media (width < 361px) {
  .top-intro__anchor__icon span {
    padding-left: 0.1em;
  }
}
.top-intro__anchor__icon.osusume1 p {
  background: #D11377;
}
.top-intro__anchor__icon.osusume2 p {
  background: #9E9C9D;
}
.top-intro__anchor__icon.osusume3 p {
  background: #D7A5A3;
}
.top-intro__anchor__icon.osusume4 p {
  background: #7D7705;
}
.top-intro__anchor__icon.osusume5 p {
  background: #7F0019;
}
.top-intro__anchor__tag {
  display: inline-block;
  position: relative;
  border-radius: 4px;
  background: #534640;
  text-align: center;
  padding: 0 25px;
  color: #fff;
  font-size: clamp(1rem, 0.95rem + 0.2vw, 1.4rem);
  margin: 0 10px 0 16px;
  letter-spacing: 0.05em;
  line-height: 32px;
}
@media (width < 361px) {
  .top-intro__anchor__tag {
    margin: 0 0 0 10px;
  }
}
.top-intro__anchor__tag::before {
  position: absolute;
  content: "＜";
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.top-intro__anchor__tag::after {
  position: absolute;
  content: "＞";
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.top-intro__topics {
  margin-top: 88px;
}

.top-topics {
  margin-top: 112px;
}
.top-topics__container {
  padding: 88px 6.67cqw 60px;
  border: 4px solid #B29544;
  background: #FFFCF4;
  position: relative;
}
@media all and (max-width: 768px) {
  .top-topics__container {
    padding: 64px 20px 32px;
    border-width: 3px;
  }
}
.top-topics__fukidashi {
  width: 100%;
  text-align: center;
  font-size: clamp(1.8rem, 1.7rem + 0.8vw, 3.2rem);
  font-weight: 700;
  line-height: 1.8;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% calc(-50% - 2px);
}
.top-topics__fukidashi::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 5px 0 5px;
  border-color: #534640 transparent transparent transparent;
  position: absolute;
  bottom: -12px;
  left: 50%;
  translate: -50% 0;
}
.top-topics__ttl {
  display: inline-block;
  background: #534640;
  color: #fff;
  padding: 0.4em 2em;
  -webkit-clip-path: polygon(1.4em 0, calc(100% - 1.4em) 0, 100% 50%, calc(100% - 1.4em) 100%, 1.4em 100%, 0 50%);
          clip-path: polygon(1.4em 0, calc(100% - 1.4em) 0, 100% 50%, calc(100% - 1.4em) 100%, 1.4em 100%, 0 50%);
  line-height: 1.4;
}
.top-topics__block {
  padding: 24px 5.33cqw;
  background: #fff;
  border-radius: 128px;
  box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.08);
}
@media all and (max-width: 768px) {
  .top-topics__block {
    padding: 20px;
    border-radius: 20px;
  }
}
.top-topics__txt {
  text-align: center;
  word-break: keep-all;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
  font-weight: 500;
}
.top-topics__name {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(2rem, 1.8rem + 1.2vw, 4rem);
  font-weight: 700;
  margin-top: 0.2em;
}
@media all and (max-width: 768px) {
  .top-topics__logo img {
    width: 200px;
  }
}
.top-topics__btn {
  text-align: center;
  width: 100%;
  max-width: 560px;
  margin-inline: auto;
  margin-top: 40px;
}
@media all and (max-width: 768px) {
  .top-topics__btn {
    margin-top: 32px;
  }
}
.top-topics__btn__link {
  display: block;
  padding: 0.5em 1.43em 0.5em 0.64em;
  background: #B29544;
  border-radius: 9999px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.7rem, 1.48rem + 1.1vw, 2.8rem);
  font-weight: 500;
  position: relative;
}
.top-topics__btn__link::after {
  content: "";
  display: inline-block;
  width: 0.71em;
  height: 0.71em;
  background: url("../images/top/arrow_bottom_white.svg") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 0.36em;
  translate: 0 -50%;
}
.top-topics__list {
  margin-top: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 40px;
}
@media all and (max-width: 768px) {
  .top-topics__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.top-topics__list__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 15px;
}
@media all and (max-width: 768px) {
  .top-topics__list__item {
    gap: 10px;
  }
}
.top-topics__list__item.--green .top-topics__list__block {
  border-color: #5DBD8D;
  background: #F5FFFA;
}
.top-topics__list__item.--green .top-topics__list__catch {
  color: #5DBD8D;
}
.top-topics__list__item.--green .top-topics__list__arrow {
  border-color: #5DBD8D transparent transparent transparent;
}
.top-topics__list__item.--green .top-topics__list__results {
  background: #5DBD8D;
}
.top-topics__list__block {
  padding: 16px;
  border: 4px solid #5CC0FF;
  border-radius: 16px;
  background: #EBF2FF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media all and (max-width: 768px) {
  .top-topics__list__block {
    border-width: 3px;
    border-radius: 8px;
  }
}
.top-topics__list__catch {
  word-break: keep-all;
  text-align: center;
  color: #5CC0FF;
  font-size: clamp(1.6rem, 1.5rem + 0.4vw, 2.2rem);
  font-weight: 700;
  line-height: 1.3;
}
.top-topics__list__detail {
  font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
  font-weight: 700;
  color: #000;
}
.top-topics__list__detail > li {
  position: relative;
  padding-left: 2.3em;
  margin-top: 5px;
}
.top-topics__list__detail > li:first-of-type {
  margin-top: 0;
}
.top-topics__list__detail > li::before {
  content: "";
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  background: url("../images/top/mark_check.svg") center center/contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.top-topics__list__arrow {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 40px 0 40px;
  border-color: #5CC0FF transparent transparent transparent;
  margin-inline: auto;
}
.top-topics__list__results {
  padding: 32px 16px;
  background: #5CC0FF;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 768px) {
  .top-topics__list__results {
    padding: 16px 12px;
    border-radius: 8px;
  }
}
.top-topics__list__results__txt {
  word-break: keep-all;
  text-align: center;
  color: #fff;
  font-size: clamp(2rem, 1.8rem + 1.2vw, 4rem);
  font-weight: 700;
  line-height: 1.3;
}
.top-topics__catch {
  text-align: center;
  font-size: clamp(1.8rem, 1.6rem + 1.2vw, 3.8rem);
  font-weight: 700;
  color: #000;
  margin-top: 40px;
}
.top-topics__catch .txt_line {
  display: inline-block;
  background: linear-gradient(0deg, #F1FF2F 0%, #F1FF2F 35%, transparent 35%);
  margin-right: 1em;
}
.top-topics__catch .txt_large {
  font-size: 1.68em;
}
.top-topics .top-osusume__shop {
  padding: 48px 32px;
  background: #f3dea5;
  border-radius: 20px;
  margin-top: 32px;
}
@media all and (max-width: 768px) {
  .top-topics .top-osusume__shop {
    padding: 32px 20px;
    border-radius: 16px;
  }
}
@media all and (max-width: 480px) {
  .top-topics .top-osusume__shop__info dl {
    flex-direction: column;
  }
}

.top-osusume__bg {
  padding: 140px 0;
  background: linear-gradient(180deg, transparent 0.78%, #FAEBE1 23.84%);
  position: relative;
}
@media all and (max-width: 1367px) {
  .top-osusume__bg {
    padding: 70px 0;
  }
}
.top-osusume__kirakira {
  width: min(22.76vw, 437px);
  position: absolute;
}
.top-osusume__kirakira.--left {
  top: min(2.6vw, 50px);
  left: 0;
}
.top-osusume__kirakira.--right {
  top: min(19.38vw, 372px);
  right: 0;
}
.top-osusume__illust {
  position: absolute;
}
@media all and (max-width: 768px) {
  .top-osusume__illust {
    display: none;
  }
}
.top-osusume__illust.--tools01 {
  width: 15.58cqw;
  top: 69.42cqw;
  left: -22.67cqw;
}
.top-osusume__illust.--busket {
  width: 19.5cqw;
  top: 140.67cqw;
  right: -25cqw;
}
.top-osusume__illust.--tools02 {
  width: 15.58cqw;
  top: 203.67cqw;
  left: -22.67cqw;
}
.top-osusume__illust img {
  width: 100%;
  max-width: none;
}
.top-osusume__wrapper {
  position: relative;
  z-index: 10;
}
.top-osusume__ttl {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media all and (max-width: 480px) {
  .top-osusume__ttl {
    gap: 12px;
  }
}
@media all and (max-width: 480px) {
  .top-osusume__ttl p img {
    max-width: 140px;
  }
}
.top-osusume__ttl h2 {
  position: relative;
  border-radius: 4px;
  background: #534640;
  text-align: center;
  padding: 8px 56px;
  color: #fff;
  font-size: clamp(1.5rem, 1.24rem + 1.3vw, 2.8rem);
  font-weight: 700;
  margin: 24px auto 0;
  letter-spacing: 0.05em;
  display: inline-block;
}
@media all and (max-width: 480px) {
  .top-osusume__ttl h2 {
    padding: 8px 36px;
    margin: 5px auto 0;
  }
}
.top-osusume__ttl h2::before {
  position: absolute;
  content: "＜";
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}
@media all and (max-width: 480px) {
  .top-osusume__ttl h2::before {
    left: 12px;
  }
}
.top-osusume__ttl h2::after {
  position: absolute;
  content: "＞";
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
@media all and (max-width: 480px) {
  .top-osusume__ttl h2::after {
    right: 12px;
  }
}
.top-osusume__ttl h3 {
  color: #EA955A;
  text-align: center;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "MS PMincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.8rem, 1.16rem + 3.2vw, 5rem);
  font-weight: 600;
  line-height: 1.8;
  word-break: keep-all;
  margin-top: 12px;
}
.top-osusume__voice {
  position: relative;
  margin-top: 40px;
  display: flex;
  align-items: center;
  border-radius: 40px;
  background: #fff;
  border: 1px solid #fff;
  padding: 32px;
  gap: 16px 24px;
}
@media all and (max-width: 768px) {
  .top-osusume__voice {
    padding: 32px 20px;
  }
}
@media all and (max-width: 480px) {
  .top-osusume__voice {
    flex-direction: column;
  }
}
.top-osusume__voice::before {
  position: absolute;
  content: "";
  display: block;
  bottom: -20px;
  right: -60px;
  background: url("../images/top/brush.png") center center/contain no-repeat;
  width: 113px;
  height: 120px;
}
@media all and (max-width: 768px) {
  .top-osusume__voice::before {
    width: 67.8px;
    height: 72px;
    right: 0;
  }
}
.top-osusume__voice__img {
  flex-shrink: 0;
  width: 140px;
  text-align: center;
}
@media all and (max-width: 768px) {
  .top-osusume__voice__img {
    width: 120px;
  }
}
.top-osusume__voice__img p {
  margin-top: 15px;
}
@media all and (max-width: 768px) {
  .top-osusume__voice__img p {
    margin-top: 10px;
  }
}
.top-osusume__voice__txt {
  flex-grow: 1;
  font-size: clamp(1.4rem, 1.32rem + 0.4vw, 1.8rem);
  line-height: 2;
}
@media all and (max-width: 480px) {
  .top-osusume__voice__txt {
    width: 100%;
  }
}
.top-osusume__item__block {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 100px;
}
@media all and (max-width: 600px) {
  .top-osusume__item__block {
    flex-direction: column;
    gap: 20px;
  }
}
@media all and (max-width: 480px) {
  .top-osusume__item__block {
    margin-top: 50px;
  }
}
.top-osusume__item__block + .top-osusume__item__block {
  margin-top: 40px;
}
.top-osusume__item__slide {
  flex: 1 1 0%;
  filter: drop-shadow(0 30px 30px rgba(0, 0, 0, 0.1));
}
@media all and (max-width: 600px) {
  .top-osusume__item__slide {
    text-align: center;
  }
}
.top-osusume__item__slide__img img {
  width: 100%;
  border-radius: 40px;
}
@media all and (max-width: 1025px) {
  .top-osusume__item__slide__img img {
    border-radius: 30px;
  }
}
.top-osusume__item__slide .splide__arrow {
  width: 42px;
  height: 42px;
  background: url("../images/top/slide_arrow_prev.svg") center center/contain no-repeat;
  opacity: 1 !important;
}
@media all and (max-width: 768px) {
  .top-osusume__item__slide .splide__arrow {
    width: 30px;
    height: 30px;
  }
}
.top-osusume__item__slide .splide__arrow svg {
  display: none;
}
.top-osusume__item__slide .splide__arrow--prev {
  left: 10px;
}
@media all and (max-width: 768px) {
  .top-osusume__item__slide .splide__arrow--prev {
    left: 5px;
  }
}
.top-osusume__item__slide .splide__arrow--next {
  background-image: url("../images/top/slide_arrow_next.svg");
  right: 10px;
}
@media all and (max-width: 768px) {
  .top-osusume__item__slide .splide__arrow--next {
    right: 5px;
  }
}
.top-osusume__item__img {
  flex: 1 1 0%;
  filter: drop-shadow(0 30px 30px rgba(0, 0, 0, 0.1));
}
@media all and (max-width: 600px) {
  .top-osusume__item__img {
    text-align: center;
  }
}
.top-osusume__item__img img {
  border-radius: 40px;
}
@media all and (max-width: 1025px) {
  .top-osusume__item__img img {
    border-radius: 30px;
  }
}
.top-osusume__item__txt {
  flex: 0 0 58%;
  max-width: 58%;
}
@media all and (max-width: 600px) {
  .top-osusume__item__txt {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.top-osusume__item__txt h2 {
  font-size: clamp(1.6rem, 1.44rem + 0.8vw, 2.4rem);
  font-weight: 700;
}
.top-osusume__item__txt h2 span.large {
  font-size: clamp(2.2rem, 2rem + 1vw, 3.2rem);
}
.top-osusume__item__txt h3 {
  font-size: clamp(2.2rem, 2rem + 1vw, 3.2rem);
  font-weight: 500;
  margin-top: 8px;
}
@media all and (max-width: 600px) {
  .top-osusume__item__txt h3 {
    margin-top: 0;
  }
}
.top-osusume__item__txt .photo {
  margin: 10px 0;
}
.top-osusume__item__price {
  font-size: clamp(1.6rem, 1.44rem + 0.8vw, 2.4rem);
  font-weight: 700;
}
.top-osusume__item__price span.number {
  font-size: clamp(3rem, 2.72rem + 1.4vw, 4.4rem);
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
.top-osusume__item__price span.small {
  font-size: clamp(1.4rem, 1.28rem + 0.6vw, 2rem);
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  padding-left: 0.2em;
}
.top-osusume__item__price span.note {
  font-size: clamp(1.2rem, 1.04rem + 0.8vw, 2rem);
  font-weight: 500;
  padding-left: 0.5em;
}
.top-osusume__item__detail {
  margin-top: 10px;
  font-size: clamp(1.4rem, 1.32rem + 0.4vw, 1.8rem);
  line-height: 36px;
}
@media all and (max-width: 600px) {
  .top-osusume__item__detail {
    line-height: 30px;
  }
}
.top-osusume__item__detail sup {
  font-size: 50%;
  top: -0.5em;
}
.top-osusume__item__detail.sub {
  font-size: clamp(1.2rem, 1.12rem + 0.4vw, 1.6rem);
  line-height: 32px;
}
@media all and (max-width: 600px) {
  .top-osusume__item__detail.sub {
    line-height: 26px;
  }
}
.top-osusume__item--note {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
  font-size: clamp(1.1rem, 1.04rem + 0.3vw, 1.4rem);
  font-weight: 500;
}
.top-osusume__shop__container {
  display: flex;
  margin-top: 100px;
  gap: 40px;
}
@media all and (max-width: 1367px) {
  .top-osusume__shop__container {
    margin-top: 50px;
  }
}
@media all and (max-width: 1025px) {
  .top-osusume__shop__container {
    gap: 30px;
  }
}
@media all and (max-width: 768px) {
  .top-osusume__shop__container {
    flex-wrap: wrap;
  }
}
.top-osusume__shop__img {
  flex-shrink: 0;
  width: 38.33cqw;
}
@media all and (max-width: 768px) {
  .top-osusume__shop__img {
    width: 100%;
  }
}
.top-osusume__shop__img img {
  width: 100%;
  border-radius: 40px;
}
@media all and (max-width: 1025px) {
  .top-osusume__shop__img img {
    border-radius: 30px;
  }
}
.top-osusume__shop__block {
  flex-grow: 1;
  width: 100%;
}
.top-osusume__shop__block h3 {
  font-size: clamp(1.6rem, 1.28rem + 1.6vw, 3.2rem);
  font-weight: 500;
  line-height: 64px;
  margin-top: 5px;
}
@media all and (max-width: 1367px) {
  .top-osusume__shop__block h3 {
    line-height: 1.6;
  }
}
.top-osusume__shop__logo img {
  width: 268px;
}
@media all and (max-width: 768px) {
  .top-osusume__shop__logo img {
    width: 200px;
  }
}
.top-osusume__shop__cate {
  margin-top: 13px;
}
.top-osusume__shop__info {
  margin-top: 10px;
  border-radius: 20px;
  background: #fff;
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  align-self: stretch;
}
.top-osusume__shop__info dl {
  display: flex;
  gap: 5px 0;
}
.top-osusume__shop__info dl dt {
  flex-shrink: 0;
  position: relative;
  padding-left: 26px;
  font-weight: 700;
  width: 115px;
}
.top-osusume__shop__info dl dt::before {
  position: absolute;
  content: "";
  top: 12px;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
}
.top-osusume__shop__info dl dt.time::before {
  background: url(../../assets/images/top/icon_clock.svg) center left/cover no-repeat;
}
.top-osusume__shop__info dl dt.area::before {
  background: url(../../assets/images/top/icon_floor.svg) center left/cover no-repeat;
}
.top-osusume__shop__info dl dd {
  flex-grow: 1;
  font-weight: 500;
  letter-spacing: 0;
}
.top-osusume__shop__info dl dd span.note {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  font-size: clamp(1.1rem, 1.04rem + 0.3vw, 1.4rem);
  margin-top: 5px;
}
.top-osusume__shop__info dl dd span.note a {
  text-decoration: underline;
}
.top-osusume__shop__info div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 10px 0;
}
@media all and (max-width: 600px) {
  .top-osusume__shop__info div p {
    margin: auto;
  }
}
.top-osusume__shop__txt {
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  font-weight: 500;
  line-height: 2;
  margin-top: 32px;
}
@media all and (max-width: 768px) {
  .top-osusume__shop__txt {
    margin-top: 20px;
  }
}
.top-osusume__shop__link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 40px;
  margin-top: 32px;
}
@media all and (max-width: 768px) {
  .top-osusume__shop__link {
    gap: 15px 20px;
    margin-top: 24px;
  }
}
.top-osusume__shop__link__btn {
  width: 320px;
}
@media all and (max-width: 768px) {
  .top-osusume__shop__link__btn {
    width: 240px;
  }
}
.top-osusume__shop__link__btn a {
  box-sizing: border-box;
  padding: 0.625em 3em 0.625em 2em;
  display: block;
  border: 2px solid #534640;
  font-size: clamp(1.3rem, 1.24rem + 0.3vw, 1.6rem);
  font-weight: 700;
  background: #534640;
  color: #fff;
  position: relative;
  line-height: 1.4;
  border-radius: 9999px;
  text-align: center;
}
.top-osusume__shop__link__btn a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0.625em;
  background: url(../../assets/images/top/iconarrow_right_w.svg) center left/contain no-repeat;
  width: 1.25em;
  height: 1.25em;
}
@media (hover: hover) {
  .top-osusume__shop__link__btn a:hover {
    opacity: 1;
    color: #534640;
    background: #fff;
  }
  .top-osusume__shop__link__btn a:hover::after {
    background: url(../../assets/images/top/iconarrow_right_b.svg) center left/contain no-repeat;
  }
}
.top-osusume__shop__btn {
  box-sizing: border-box;
  padding: 0.625em 3em 0.625em 2em;
  display: inline-block;
  border: 2px solid #534640;
  font-size: clamp(1.3rem, 1.24rem + 0.3vw, 1.6rem);
  font-weight: 700;
  background: #534640;
  color: #fff;
  position: relative;
  line-height: 1.4;
  border-radius: 9999px;
  text-align: center;
}
.top-osusume__shop__btn::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0.625em;
  background: url(../../assets/images/top/iconarrow_right_w.svg) center left/contain no-repeat;
  width: 1.25em;
  height: 1.25em;
}
@media (hover: hover) {
  .top-osusume__shop__btn:hover {
    opacity: 1;
    color: #534640;
    background: #fff;
  }
  .top-osusume__shop__btn:hover::after {
    background: url(../../assets/images/top/iconarrow_right_b.svg) center left/contain no-repeat;
  }
}
.top-osusume__plus {
  margin-top: 100px;
}
@media all and (max-width: 768px) {
  .top-osusume__plus {
    margin-top: 80px;
  }
}
.top-osusume__plus__container {
  padding: 60px 5cqw 40px;
  border-top: 1px solid #EA955A;
  border-bottom: 1px solid #EA955A;
  position: relative;
}
@media all and (max-width: 768px) {
  .top-osusume__plus__container {
    padding: 60px 20px 40px;
  }
}
.top-osusume__plus__circle {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #EA955A;
  position: absolute;
}
.top-osusume__plus__circle.--tl {
  top: -5px;
  left: 0;
}
.top-osusume__plus__circle.--tr {
  top: -5px;
  right: 0;
}
.top-osusume__plus__circle.--rb {
  right: 0;
  bottom: -5px;
}
.top-osusume__plus__circle.--bl {
  bottom: -5px;
  left: 0;
}
.top-osusume__plus__fukidashi {
  width: calc(100% - 40px);
  text-align: center;
  font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}
.top-osusume__plus__fukidashi::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 5px 0 5px;
  border-color: #EA955A transparent transparent transparent;
  position: absolute;
  bottom: -12px;
  left: 50%;
  translate: -50% 0;
}
.top-osusume__plus__ttl {
  word-break: keep-all;
  display: inline-block;
  background: #EA955A;
  color: #fff;
  padding: 0.6em 4em;
  -webkit-clip-path: polygon(1.4em 0, calc(100% - 1.4em) 0, 100% 50%, calc(100% - 1.4em) 100%, 1.4em 100%, 0 50%);
          clip-path: polygon(1.4em 0, calc(100% - 1.4em) 0, 100% 50%, calc(100% - 1.4em) 100%, 1.4em 100%, 0 50%);
}
@media all and (max-width: 768px) {
  .top-osusume__plus__ttl {
    padding: 0.6em 3em;
  }
}
.top-osusume__plus__inner {
  display: flex;
  align-items: center;
  gap: 30px 40px;
}
@media all and (max-width: 600px) {
  .top-osusume__plus__inner {
    flex-direction: column;
  }
}
.top-osusume__plus__block {
  flex-grow: 1;
}
@media all and (max-width: 600px) {
  .top-osusume__plus__block {
    width: 100%;
  }
}
.top-osusume__plus__item {
  flex-shrink: 0;
}
@media all and (max-width: 600px) {
  .top-osusume__plus__item {
    width: 100%;
  }
}
.top-osusume__plus__item.--simg {
  padding-left: 7cqw;
  position: relative;
}
@media all and (max-width: 600px) {
  .top-osusume__plus__item.--simg {
    padding-left: 14.58%;
  }
}
.top-osusume__plus__img {
  width: 20.83cqw;
  filter: drop-shadow(0 30px 30px rgba(0, 0, 0, 0.1));
}
@media all and (max-width: 600px) {
  .top-osusume__plus__img {
    width: 100%;
  }
}
.top-osusume__plus__img img {
  width: 100%;
  border-radius: 18px;
}
@media all and (max-width: 768px) {
  .top-osusume__plus__img img {
    border-radius: 12px;
  }
}
.top-osusume__plus__simg {
  width: 10.33cqw;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media all and (max-width: 600px) {
  .top-osusume__plus__simg {
    width: 32.93%;
  }
}
.top-osusume__plus__simg.--top {
  width: 9.2cqw;
  bottom: auto;
  top: 4%;
}
@media all and (max-width: 600px) {
  .top-osusume__plus__simg.--top {
    width: 29%;
    top: 3%;
  }
}
.top-osusume__plus__catch {
  font-size: clamp(1.6rem, 1.5rem + 0.8vw, 2.7rem);
  font-weight: 700;
  color: #EA955A;
}
.top-osusume__plus__txt {
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  font-weight: 500;
  line-height: 2;
  margin-top: 16px;
}
@media all and (max-width: 768px) {
  .top-osusume__plus__txt {
    margin-top: 12px;
  }
}

.top-backnumber {
  padding: 140px 0 70px;
}
@media all and (max-width: 1367px) {
  .top-backnumber {
    padding: 100px 0 50px;
  }
}
@media all and (max-width: 768px) {
  .top-backnumber {
    padding: 80px 0 40px;
  }
}
.top-backnumber h2 {
  text-align: center;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "MS PMincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.8rem, 1.16rem + 3.2vw, 5rem);
}
.top-backnumber__btn {
  text-align: center;
  width: 100%;
  max-width: 560px;
  margin-inline: auto;
  margin-top: 40px;
}
@media all and (max-width: 768px) {
  .top-backnumber__btn {
    max-width: 420px;
    margin-top: 32px;
  }
}
.top-backnumber__btn__link {
  display: block;
  padding: 0.625em 3em 0.625em 2em;
  background: #534640;
  border-radius: 9999px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.6rem, 1.48rem + 1.1vw, 2.4rem);
  font-weight: 500;
  position: relative;
}
.top-backnumber__btn__link::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0.625em;
  background: url(../../assets/images/top/iconarrow_right_w.svg) center left/contain no-repeat;
  width: 1.25em;
  height: 1.25em;
}

.top-access {
  background: linear-gradient(180deg, rgba(248, 248, 248, 0) 0.78%, #F8F8F8 23.84%);
  padding: 140px 0;
}
@media all and (max-width: 1367px) {
  .top-access {
    padding: 70px 0;
  }
}
.top-access h2 {
  text-align: center;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "MS PMincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.8rem, 1.16rem + 3.2vw, 5rem);
  line-height: 90px;
}
.top-access__box {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
}
@media all and (max-width: 600px) {
  .top-access__box {
    margin-top: 10px;
  }
}
.top-access__map {
  width: 50%;
}
@media all and (max-width: 600px) {
  .top-access__map {
    width: 100%;
  }
}
.top-access__map iframe {
  aspect-ratio: 1.34/1;
  width: 100%;
  height: auto;
}
.top-access__txt {
  width: 46.5%;
}
@media all and (max-width: 600px) {
  .top-access__txt {
    width: 100%;
  }
}
.top-access__txt--large {
  font-size: clamp(1.7rem, 1.48rem + 1.1vw, 2.8rem);
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.04em;
}
@media all and (max-width: 480px) {
  .top-access__txt--large {
    line-height: 32px;
  }
}
.top-access__txt--large br.pconly {
  display: none;
}
@media all and (max-width: 1367px) {
  .top-access__txt--large br.pconly {
    display: block;
  }
}
.top-access__txt--normal {
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  font-weight: 500;
  line-height: 36px;
  margin-top: 20px;
}
@media all and (max-width: 1025px) {
  .top-access__txt--normal {
    line-height: 30px;
  }
}
.top-access__txt--link {
  margin-top: 10px;
}
.top-access__txt--link a {
  width: 237px;
}

.col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 20px;
}
@media all and (max-width: 768px) {
  .col2 {
    gap: 17px;
  }
}
@media all and (max-width: 600px) {
  .col2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.col2 > div img {
  border-radius: 18px;
  filter: drop-shadow(0 13.696px 13.696px rgba(0, 0, 0, 0.1));
}



