
@charset "UTF-8";
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* top */
/* ============================================ */
.top-mainvisual__wrapper {
  position: relative;
}
.top-mainvisual__ttl span {
  display: block;
  overflow: hidden;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}
.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: 896px) {
  .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: 140px 0 0;
}
@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__ttl {
  font-size: 2.8rem;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .top-intro__ttl {
    font-size: 2.2rem;
  }
}
.top-intro__txt {
  color: #534640;
  text-align: center;
  font-size: clamp(1.4rem, 1.2rem + 1vw, 2.4rem);
  font-weight: 700;
  line-height: 48px;
  word-break: keep-all;
}
@media all and (max-width: 896px) {
  .top-intro__txt {
    line-height: 34px;
  }
}
.top-intro__anchor {
  position: relative;
  border-radius: 40px;
  background: #F8F8F8;
  padding: 40px;
  margin-top: 40px;
}
@media (width < 1280px) {
  .top-intro__anchor {
    width: calc(100% - 80px);
    margin: 40px auto 0;
  }
}
@media all and (max-width: 896px) {
  .top-intro__anchor {
    padding: 40px 20px;
  }
}
@media all and (max-width: 480px) {
  .top-intro__anchor {
    padding: 25px 10px;
    width: 100%;
  }
}
.top-intro__anchor::before {
  position: absolute;
  content: "";
  top: -34px;
  left: -92px;
  background: url(../../assets/images/top/kusa1.svg) top left/contain no-repeat;
  width: 192px;
  height: 182px;
}
@media all and (max-width: 480px) {
  .top-intro__anchor::before {
    top: -30px;
    left: -40px;
    width: 115.2px;
  }
}
.top-intro__anchor::after {
  position: absolute;
  content: "";
  bottom: -76px;
  right: -73px;
  background: url(../../assets/images/top/kusa2.svg) bottom right/contain no-repeat;
  width: 139px;
  height: 212px;
}
@media all and (max-width: 480px) {
  .top-intro__anchor::after {
    bottom: -15px;
    right: -23px;
    width: 83.4px;
  }
}
.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;
}
@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-color: #88994F;
}
.top-intro__anchor--icon.osusume2 p {
  background-color: #B8924B;
}
.top-intro__anchor--icon.osusume3 p {
  background-color: #CC7C44;
}
.top-intro__anchor--icon.osusume4 p {
  background-color: #D26A57;
}
.top-intro__anchor--icon.osusume5 p {
  background-color: #724314;
}
.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(1.2rem, 1.16rem + 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-osusume_bg {
  padding: 140px 0;
}
@media all and (max-width: 1367px) {
  .top-osusume_bg {
    padding: 70px 0;
  }
}
.top-osusume.bg1 {
  background-image: linear-gradient(180deg, rgba(233, 235, 225, 0) 0.78%, #E9EBE1 23.84%);
}
@media all and (max-width: 480px) {
  .top-osusume.bg1 {
    background-image: linear-gradient(180deg, rgba(233, 235, 225, 0) 0.78%, #E9EBE1 5%);
  }
}
.top-osusume.bg1 .top-osusume_bg {
  background-image: url(../../assets/images/top/awa1_g.png), url(../../assets/images/top/awa2_g.png), url(../../assets/images/top/awa3_g.png), url(../../assets/images/top/awa2_g.png), url(../../assets/images/top/awa3_g.png), url(../../assets/images/top/awa2_g.png);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: top 133px left, top 730px left, top 1800px right, top 2410px left, top 3300px right, top 3510px left;
  background-size: 340px, 360px, 340px, 360px, 340px, 360px;
}
@media (width < 1440px) {
  .top-osusume.bg1 .top-osusume_bg {
    background-size: 264px, 280px, 264px, 280px, 264px, 280px;
  }
}
@media (width < 1300px) {
  .top-osusume.bg1 .top-osusume_bg {
    background: none;
  }
}
@media all and (max-width: 480px) {
  .top-osusume.bg1 .top-osusume_bg {
    background: url(../../assets/images/top/awa1_g.png), url(../../assets/images/top/awa3_g.png);
    background-repeat: no-repeat;
    background-position: top 70px left -10px, bottom -10px right -10px;
    background-size: 140px, 140px;
  }
}
.top-osusume.bg2 {
  background: linear-gradient(180deg, rgba(245, 244, 231, 0) 0.78%, #F5F4E7 23.84%);
}
@media all and (max-width: 480px) {
  .top-osusume.bg2 {
    background-image: linear-gradient(180deg, rgba(245, 244, 231, 0) 0.78%, #F5F4E7 5%);
  }
}
.top-osusume.bg2 .top-osusume_bg {
  position: relative;
  background-image: url(../../assets/images/top/awa1_b.png), url(../../assets/images/top/awa2_b.png), url(../../assets/images/top/awa3_b.png), url(../../assets/images/top/awa2_b.png), url(../../assets/images/top/awa3_b.png);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: top 133px left, top 850px left, top 1950px right, top 2050px left, top 3950px right;
  background-size: 340px, 360px, 340px, 360px, 340px;
}
@media (width < 1440px) {
  .top-osusume.bg2 .top-osusume_bg {
    background-size: 264px, 280px, 264px, 280px, 264px;
  }
}
@media (width < 1300px) {
  .top-osusume.bg2 .top-osusume_bg {
    background: none;
  }
}
@media all and (max-width: 480px) {
  .top-osusume.bg2 .top-osusume_bg {
    background: url(../../assets/images/top/awa1_b.png), url(../../assets/images/top/awa3_b.png);
    background-repeat: no-repeat;
    background-position: top 70px left -10px, bottom -10px right -10px;
    background-size: 140px, 140px;
  }
}
.top-osusume.bg2 .top-osusume_bg::after {
  position: absolute;
  content: "";
  background: url(../../assets/images/top/awa2_b.png) left bottom/contain no-repeat;
  bottom: -75px;
  left: 0;
  width: 360px;
  height: 360px;
  z-index: 1;
}
@media (width < 1300px) {
  .top-osusume.bg2 .top-osusume_bg::after {
    background: none;
  }
}
.top-osusume.bg2 .top-shop__block {
  position: relative;
  z-index: 2;
}
.top-osusume.bg2 .col2 .top-osusume__pricelist dd {
  width: 6.5em;
}
@media (width < 1221px) {
  .top-osusume.bg2 .col2 .top-osusume__pricelist dd {
    width: auto;
  }
}
@media all and (max-width: 480px) {
  .top-osusume.bg2 .col2 .top-osusume__pricelist dd {
    min-width: 100px;
  }
}
.top-osusume.bg2 .col2 .top-osusume__pricelist dd.right {
  text-align: right;
}
.top-osusume.bg3 {
  background: linear-gradient(180deg, rgba(239, 232, 226, 0) 0.78%, #EFE8E2 23.84%);
}
@media all and (max-width: 480px) {
  .top-osusume.bg3 {
    background-image: linear-gradient(180deg, rgba(239, 232, 226, 0) 0.78%, #EFE8E2 5%);
  }
}
.top-osusume.bg3 .top-osusume_bg {
  position: relative;
  background-image: url(../../assets/images/top/awa1_r.png), url(../../assets/images/top/awa2_r.png), url(../../assets/images/top/awa3_r.png), url(../../assets/images/top/awa2_r.png), url(../../assets/images/top/awa3_r.png);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: top 133px left, top 850px left, top 1700px right, top 1850px left, top 2930px right;
  background-size: 340px, 360px, 340px, 360px, 340px;
}
@media (width < 1440px) {
  .top-osusume.bg3 .top-osusume_bg {
    background-size: 264px, 280px, 264px, 280px, 264px;
  }
}
@media (width < 1300px) {
  .top-osusume.bg3 .top-osusume_bg {
    background: none;
  }
}
@media all and (max-width: 480px) {
  .top-osusume.bg3 .top-osusume_bg {
    background: url(../../assets/images/top/awa1_r.png), url(../../assets/images/top/awa3_r.png);
    background-repeat: no-repeat;
    background-position: top 70px left -10px, bottom -10px right -10px;
    background-size: 140px, 140px;
  }
}
.top-osusume.bg3 .top-osusume_bg::after {
  position: absolute;
  content: "";
  background: url(../../assets/images/top/awa2_r.png) left bottom/contain no-repeat;
  bottom: 0;
  left: 0;
  width: 360px;
  height: 360px;
  z-index: 1;
}
@media (width < 1300px) {
  .top-osusume.bg3 .top-osusume_bg::after {
    background: none;
  }
}
.top-osusume.bg3 .top-osusume__topic.nostyle {
  border-radius: 0;
  background: none;
  border: none;
  padding: 0;
}
.top-osusume.bg3 .top-omake__block h3.firsttxt {
  text-align: center;
  font-size: clamp(1.6rem, 1.38rem + 1.1vw, 2.7rem);
  font-weight: 700;
  line-height: 48px;
  margin-top: 8px;
}
.top-osusume.bg3 .top-omake__block h3.secondtxt {
  font-size: clamp(1.5rem, 1.32rem + 0.9vw, 2.4rem);
  font-weight: 500;
}
.top-osusume.bg3 .top-omake__block .top-osusume__pricelist {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (max-width: 480px) {
  .top-osusume.bg3 .top-omake__block .top-osusume__pricelist {
    margin-top: 20px;
  }
}
.top-osusume.bg3 .top-omake__block .top-osusume__pricelist p {
  font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
  font-weight: 700;
}
.top-osusume.bg3 .top-omake__block .top-osusume__pricelist p span.number {
  font-size: clamp(2.5rem, 2.26rem + 1.2vw, 3.7rem);
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
.top-osusume.bg3 .top-omake__block .top-osusume__pricelist p span.small {
  font-size: clamp(1.2rem, 1.18rem + 0.1vw, 1.3rem);
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  padding-left: 0.2em;
}
.top-osusume.bg3 .top-omake__block .top-osusume__topic {
  border-radius: 0;
  background: none;
  border: none;
  padding: 0 64px 50px;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .top-osusume.bg3 .top-omake__block .top-osusume__topic {
    padding: 0 20px 50px;
  }
}
.top-osusume.bg3 .top-shop__block {
  position: relative;
  z-index: 2;
}
.top-osusume.bg4 {
  background: linear-gradient(180deg, rgba(242, 234, 232, 0) 0.78%, #F2EAE8 23.84%);
}
@media all and (max-width: 480px) {
  .top-osusume.bg4 {
    background-image: linear-gradient(180deg, rgba(242, 234, 232, 0) 0.78%, #F2EAE8 5%);
  }
}
.top-osusume.bg4 .top-osusume_bg {
  background-image: url(../../assets/images/top/awa1_r.png), url(../../assets/images/top/awa2_r.png), url(../../assets/images/top/awa3_r.png), url(../../assets/images/top/awa2_r.png), url(../../assets/images/top/awa3_r.png), url(../../assets/images/top/awa2_r.png);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: top 133px left, top 950px left, top 1900px right, top 2200px left, top 3000px right, top 3250px left;
  background-size: 340px, 360px, 340px, 360px, 340px, 360px;
}
@media (width < 1440px) {
  .top-osusume.bg4 .top-osusume_bg {
    background-size: 264px, 280px, 264px, 280px, 264px, 280px;
  }
}
@media (width < 1300px) {
  .top-osusume.bg4 .top-osusume_bg {
    background: none;
  }
}
@media all and (max-width: 480px) {
  .top-osusume.bg4 .top-osusume_bg {
    background: url(../../assets/images/top/awa1_r.png), url(../../assets/images/top/awa3_r.png);
    background-repeat: no-repeat;
    background-position: top 70px left -10px, bottom -10px right -10px;
    background-size: 140px, 140px;
  }
}
.top-osusume.bg4 .top-osusume__item--txt div {
  display: flex;
  gap: 16px;
  margin-top: 10px;
}
@media all and (max-width: 1025px) {
  .top-osusume.bg4 .top-osusume__item--txt div {
    flex-wrap: wrap;
  }
}
.top-osusume.bg4 .top-osusume__item--txt div p:first-child {
  flex-shrink: 0;
}
@media all and (max-width: 1025px) {
  .top-osusume.bg4 .top-osusume__item--txt div p:first-child {
    width: 100%;
    text-align: center;
  }
}
.top-osusume.bg4 .top-osusume__item--txt div p:first-child img {
  border-radius: 10px;
}
.top-osusume.bg4 .top-osusume__item--txt div p:last-child {
  flex: 1 1 auto;
  font-size: clamp(1.4rem, 1.32rem + 0.4vw, 1.8rem);
  line-height: 36px;
}
@media all and (max-width: 1025px) {
  .top-osusume.bg4 .top-osusume__item--txt div p:last-child {
    width: 100%;
  }
}
@media all and (max-width: 600px) {
  .top-osusume.bg4 .top-osusume__item--txt div p:last-child {
    line-height: 30px;
  }
}
.top-osusume.bg4 .top-osusume__topic--txt {
  margin-top: 20px;
}
.top-osusume.bg4 .pointbox {
  border-radius: 20px;
  background: #FFF;
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  font-size: clamp(1.3rem, 1.28rem + 0.1vw, 1.4rem);
  font-weight: 500;
}
@media all and (max-width: 480px) {
  .top-osusume.bg4 .pointbox {
    padding: 24px 15px;
  }
}
.top-osusume.bg4 .pointbox > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.top-osusume.bg4 .pointbox_icon {
  border-radius: 4px;
  background: #534640;
  font-weight: 700;
  color: #fff;
  padding: 4px 24px;
  letter-spacing: 0;
}
.top-osusume.bg4 .pointbox ul li {
  position: relative;
  padding-left: 1.5em;
}
.top-osusume.bg4 .pointbox ul li::before {
  position: absolute;
  content: "●";
  left: 0;
  top: 12px;
  transform: translateY(-50%);
  font-size: 85%;
}
.top-osusume.bg4 .pointbox ul li span.bold {
  font-weight: 700;
}
.top-osusume.bg4 .pointbox p {
  color: #9D3826;
  text-align: center;
  font-weight: 700;
  line-height: 28px;
}
@media all and (max-width: 480px) {
  .top-osusume.bg4 .pointbox p {
    text-align: left;
  }
}
.top-osusume.bg4 .top-omake__info {
  margin-top: 10px;
}
.top-osusume.bg5 {
  background: linear-gradient(180deg, rgba(241, 236, 231, 0) 0.78%, #F1ECE7 23.84%);
}
@media all and (max-width: 480px) {
  .top-osusume.bg5 {
    background-image: linear-gradient(180deg, rgba(241, 236, 231, 0) 0.78%, #F1ECE7 5%);
  }
}
.top-osusume.bg5 .top-osusume_bg {
  background-image: url(../../assets/images/top/awa1_k.png), url(../../assets/images/top/awa2_k.png), url(../../assets/images/top/awa3_k.png), url(../../assets/images/top/awa2_k.png), url(../../assets/images/top/awa3_k.png), url(../../assets/images/top/awa2_k.png);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: top 133px left, top 1300px left, top 1790px right, top 2400px left, top 3500px right, top 3900px left;
  background-size: 340px, 360px, 340px, 360px, 340px, 360px;
}
@media (width < 1440px) {
  .top-osusume.bg5 .top-osusume_bg {
    background-size: 264px, 280px, 264px, 280px, 264px, 280px;
  }
}
@media (width < 1300px) {
  .top-osusume.bg5 .top-osusume_bg {
    background: none;
  }
}
@media all and (max-width: 480px) {
  .top-osusume.bg5 .top-osusume_bg {
    background: url(../../assets/images/top/awa1_k.png), url(../../assets/images/top/awa3_k.png);
    background-repeat: no-repeat;
    background-position: top 70px left -10px, bottom -10px right -10px;
    background-size: 140px, 140px;
  }
}
.top-osusume.bg5 .top-osusume__why.first {
  margin-top: 100px;
}
.top-osusume.bg5 .top-osusume__why h3 {
  text-align: center;
  font-size: clamp(1.8rem, 1.52rem + 1.4vw, 3.2rem);
  font-weight: 700;
  line-height: 57px;
  margin-top: 30px;
}
@media all and (max-width: 480px) {
  .top-osusume.bg5 .top-osusume__why h3 {
    margin-top: 5px;
  }
}
.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: #534640;
  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;
  word-break: keep-all;
}
@media all and (max-width: 896px) {
  .top-osusume__ttl h3 {
    line-height: 60px;
  }
}
@media all and (max-width: 480px) {
  .top-osusume__ttl h3 {
    line-height: 40px;
  }
}
.top-osusume__voice {
  position: relative;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #fff;
  padding: 32px;
  gap: 24px;
}
@media (width < 1280px) {
  .top-osusume__voice {
    width: calc(100% - 80px);
    margin: 40px auto 0;
  }
}
@media all and (max-width: 600px) {
  .top-osusume__voice {
    width: 100%;
    gap: 16px;
  }
}
@media all and (max-width: 480px) {
  .top-osusume__voice {
    margin-top: 30px;
    padding: 32px 20px;
  }
}
.top-osusume__voice::before {
  position: absolute;
  content: "";
  bottom: -70px;
  right: -70px;
  background: url(../../assets/images/top/kusa3.svg) bottom right/contain no-repeat;
  width: 189px;
  height: 159px;
}
@media (width < 1440px) {
  .top-osusume__voice::before {
    bottom: -50px;
    right: -50px;
    width: 151.2px;
  }
}
@media all and (max-width: 1025px) {
  .top-osusume__voice::before {
    bottom: -30px;
    right: -25px;
    width: 113.4px;
  }
}
.top-osusume__voice--img {
  width: 140px;
  text-align: center;
  flex: 1 1 0%;
}
.top-osusume__voice--img p {
  margin-top: 15px;
}
@media all and (max-width: 480px) {
  .top-osusume__voice--img p {
    margin-top: 10px;
  }
}
@media all and (max-width: 480px) {
  .top-osusume__voice--img img {
    max-width: 120px;
  }
}
.top-osusume__voice--txt {
  position: relative;
  z-index: 1;
  font-size: clamp(1.4rem, 1.32rem + 0.4vw, 1.8rem);
  line-height: 36px;
  flex: 0 0 85%;
  max-width: 85%;
}
@media all and (max-width: 896px) {
  .top-osusume__voice--txt {
    flex: 0 0 75%;
    max-width: 75%;
    line-height: 28px;
  }
}
@media all and (max-width: 480px) {
  .top-osusume__voice--txt {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.top-osusume__voice--txt p {
  margin-top: -30px;
}
@media all and (max-width: 480px) {
  .top-osusume__voice--txt p {
    margin-top: 0;
  }
}
.top-osusume__voice--txt p span.bold {
  font-weight: 700;
}
.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--img {
  flex: 1 1 0%;
}
@media all and (max-width: 600px) {
  .top-osusume__item--img {
    text-align: center;
  }
}
.top-osusume__item--img img {
  filter: drop-shadow(0 30px 30px rgba(0, 0, 0, 0.1));
  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__why {
  margin-top: 43px;
}
.top-osusume__why p.firsttxt {
  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.52rem + 1.4vw, 3.2rem);
  word-break: keep-all;
}
.top-osusume__why p.secondtxt {
  font-size: clamp(1.4rem, 1.32rem + 0.4vw, 1.8rem);
  font-weight: 500;
  line-height: 36px;
  margin-top: 24px;
}
@media all and (max-width: 600px) {
  .top-osusume__why p.secondtxt {
    line-height: 30px;
  }
}
.top-osusume__topic {
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #fff;
  padding: 50px 64px;
  margin-top: 30px;
}
@media all and (max-width: 1025px) {
  .top-osusume__topic {
    padding: 50px 40px;
  }
}
@media all and (max-width: 896px) {
  .top-osusume__topic {
    padding: 32px;
  }
}
@media all and (max-width: 480px) {
  .top-osusume__topic {
    border-radius: 20px;
    padding: 25px 20px;
  }
}
.top-osusume__topic.second {
  margin-bottom: 40px;
}
@media all and (max-width: 480px) {
  .top-osusume__topic.second {
    margin-bottom: 20px;
  }
}
.top-osusume__topic--ttl {
  font-size: clamp(1.8rem, 1.62rem + 0.9vw, 2.7rem);
  font-weight: 500;
  text-align: center;
}
.top-osusume__topic--block {
  display: flex;
  gap: 32px;
  margin-top: 25px;
}
@media all and (max-width: 600px) {
  .top-osusume__topic--block {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media all and (max-width: 480px) {
  .top-osusume__topic--block {
    margin-top: 10px;
  }
}
.top-osusume__topic--txt {
  flex: 1 1 auto;
  font-size: clamp(1.4rem, 1.32rem + 0.4vw, 1.8rem);
  line-height: 36px;
}
@media all and (max-width: 600px) {
  .top-osusume__topic--txt {
    line-height: 30px;
  }
}
.top-osusume__topic--img {
  flex-shrink: 0;
}
@media all and (max-width: 896px) {
  .top-osusume__topic--img {
    max-width: 250px;
  }
}
@media all and (max-width: 600px) {
  .top-osusume__topic--img {
    max-width: 100%;
  }
}
.top-osusume__topic--img img {
  border-radius: 10px;
}
.top-osusume__topic .col2 hgroup {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.5em;
  margin-top: 25px;
}
.top-osusume__topic .col2 hgroup h3 {
  font-size: clamp(1.6rem, 1.38rem + 1.1vw, 2.7rem);
  font-weight: 500;
}
.top-osusume__topic .col2 hgroup p {
  font-size: clamp(1.3rem, 1.16rem + 0.7vw, 2rem);
  font-weight: 500;
}
.top-osusume__topic .col2 .txt-set {
  font-weight: 700;
  margin-top: 12px;
}
.top-osusume__topic .txt-mini1 {
  position: relative;
  text-align: center;
  font-size: clamp(1.4rem, 1.3rem + 0.5vw, 1.9rem);
  font-weight: 700;
  padding: 0 1em;
  margin: auto;
  width: 11em;
}
.top-osusume__topic .txt-mini1::before, .top-osusume__topic .txt-mini1::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2219%22%20viewBox%3D%220%200%2014%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M3.85319%205.46073C3.57872%205.55036%203.25943%205.50554%203.01857%205.3375C2.78331%205.16946%202.63207%204.88378%202.62646%204.5925C2.62646%204.42446%202.67128%204.25641%202.7553%204.11077C2.95135%203.76908%203.38267%203.58423%203.76917%203.67386C4.15007%203.76348%204.45815%204.12198%204.48056%204.51408C4.50857%204.90619%204.2621%205.3263%203.85319%205.46073Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M1.22575%201.95976C0.951277%202.04938%200.631992%202.00457%200.391128%201.83652C0.155865%201.66848%20-0.000976562%201.3828%20-0.000976562%201.09152C-0.000976562%200.92348%200.0438354%200.755435%200.127858%200.609797C0.32391%200.268106%200.755225%200.0832563%201.14173%200.17288C1.52263%200.262504%201.83071%200.621%201.85312%201.0131C1.88112%201.40521%201.63466%201.82532%201.22575%201.95976Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M6.23356%208.94511C5.95909%209.03473%205.63981%208.98992%205.39894%208.82187C5.15808%208.65383%205.01244%208.36815%205.00684%208.07688C5.00684%207.90883%205.05165%207.74079%205.13567%207.59515C5.33172%207.25346%205.76304%207.06861%206.14954%207.15823C6.53044%207.24786%206.83852%207.60635%206.86093%207.99846C6.88894%208.39056%206.64247%208.81067%206.23356%208.94511Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M8.47429%2012.3055C8.19981%2012.3951%207.88053%2012.3503%207.63966%2012.1822C7.3988%2012.0142%207.25316%2011.7285%207.24756%2011.4372C7.24756%2011.2692%207.29237%2011.1011%207.37639%2010.9555C7.57245%2010.6138%208.00376%2010.429%208.39026%2010.5186C8.77116%2010.6082%209.07925%2010.9667%209.10165%2011.3588C9.12966%2011.7509%208.88319%2012.171%208.47429%2012.3055Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M10.715%2015.3865C10.4405%2015.4761%2010.1212%2015.4313%209.88039%2015.2633C9.63952%2015.0952%209.49388%2014.8096%209.48828%2014.5183C9.48828%2014.3502%209.53309%2014.1822%209.61712%2014.0366C9.81317%2013.6949%2010.2445%2013.51%2010.631%2013.5996C11.0119%2013.6893%2011.32%2014.0478%2011.3424%2014.4399C11.3704%2014.832%2011.1239%2015.2521%2010.715%2015.3865Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M13.3703%2018.8084C13.0958%2018.898%2012.7765%2018.8532%2012.5357%2018.6852C12.3004%2018.5171%2012.1492%2018.2314%2012.1436%2017.9402C12.1436%2017.7721%2012.1884%2017.6041%2012.2724%2017.4584C12.4684%2017.1167%2012.8998%2016.9319%2013.2863%2017.0215C13.6672%2017.1111%2013.9752%2017.4696%2013.9976%2017.8617C14.0257%2018.2538%2013.7792%2018.674%2013.3703%2018.8084Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 14px;
  height: 19px;
}
.top-osusume__topic .txt-mini1::before {
  left: 0;
}
.top-osusume__topic .txt-mini1::after {
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
}
.top-osusume__topic .txt-mini2 {
  text-align: center;
  font-size: clamp(1.6rem, 1.38rem + 1.1vw, 2.7rem);
  font-weight: 700;
  word-break: keep-all;
  margin-top: 10px;
}
.top-osusume__pricelist {
  display: flex;
  justify-content: space-between;
  margin-top: 9px;
}
@media (width < 1220px) {
  .top-osusume__pricelist {
    display: block;
  }
}
@media all and (max-width: 600px) {
  .top-osusume__pricelist {
    display: flex;
  }
}
.top-osusume__pricelist.wide dt span.small {
  display: inline;
  padding-left: 1em;
}
.top-osusume__pricelist dt {
  position: relative;
  font-size: clamp(1.3rem, 1.24rem + 0.3vw, 1.6rem);
  font-weight: 500;
  padding-left: 1.1em;
  line-height: 24px;
  word-break: keep-all;
}
.top-osusume__pricelist dt.nolist::before {
  content: none;
}
.top-osusume__pricelist dt::before {
  position: absolute;
  content: "●";
  top: 0;
  left: 0;
  font-size: 60%;
}
.top-osusume__pricelist dt span.small {
  display: block;
  font-size: clamp(1.1rem, 1.04rem + 0.3vw, 1.4rem);
  font-weight: 500;
  padding-left: 0.1em;
}
.top-osusume__pricelist dd {
  font-size: clamp(1.4rem, 1.32rem + 0.4vw, 1.8rem);
  font-weight: 700;
  width: 8.5em;
  text-align: left;
}
@media (width < 1220px) {
  .top-osusume__pricelist dd {
    min-width: 121px;
    margin-left: 1em;
  }
}
.top-osusume__pricelist dd span.number {
  font-size: clamp(1.6rem, 1.44rem + 0.8vw, 2.4rem);
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.top-osusume__pricelist dd span.small {
  font-size: clamp(1.2rem, 1.18rem + 0.1vw, 1.3rem);
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  padding-left: 0.2em;
}
.top-osusume__end {
  text-align: center;
  text-shadow: 2px 2px 5px #fff, -2px 2px 5px #fff, 2px -2px 5px #fff, -2px -2px 5px #fff;
  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.5rem, 1.32rem + 0.9vw, 2.4rem);
  font-weight: 600;
  line-height: 180%;
  margin: 100px 0 130px;
  word-break: keep-all;
}
@media all and (max-width: 1367px) {
  .top-osusume__end {
    margin: 50px 0 65px;
  }
}
.top-osusume__end.osusume1 {
  color: #5B720E;
}
.top-osusume__end.osusume2 {
  color: #946C1F;
}
.top-osusume__end.osusume3 {
  color: #C26A2C;
}
.top-osusume__end.osusume4 {
  color: #9D3826;
}
.top-osusume__end.osusume5 {
  color: #724314;
}
.top-osusume__flow {
  color: #fff;
  border-radius: 40px;
  background: #BDAA97;
  text-align: center;
  font-size: clamp(1.6rem, 1.28rem + 1.6vw, 3.2rem);
  font-weight: 700;
  padding: 24px 40px 40px 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 40px;
}
@media all and (max-width: 1025px) {
  .top-osusume__flow {
    padding: 20px;
    gap: 0;
  }
}
@media all and (max-width: 480px) {
  .top-osusume__flow {
    border-radius: 20px;
    padding: 20px 10px;
    text-align: left;
  }
}
.top-osusume__flow h3 {
  text-align: center;
}
.top-osusume__flow ul {
  background: #fff;
  border-radius: 20px;
  padding: 26px 38px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
@media all and (max-width: 1367px) {
  .top-osusume__flow ul {
    justify-content: center;
    gap: 10px 50px;
    padding: 26px 10px;
  }
}
@media all and (max-width: 896px) {
  .top-osusume__flow ul {
    padding: 26px;
  }
}
@media (width < 651px) {
  .top-osusume__flow ul {
    width: 650px;
  }
}
@media all and (max-width: 896px) {
  .top-osusume__flow ul li {
    width: 100%;
  }
}
@media (width < 651px) {
  .top-osusume__flow ul li {
    text-align: left;
  }
}
@media (width < 1200px) {
  .top-osusume__flow ul li img.ttl {
    max-height: 18px;
  }
}
@media all and (max-width: 480px) {
  .top-osusume__flow ul li img.ttl {
    max-height: 15px;
  }
}
@media all and (max-width: 1367px) {
  .top-osusume__flow ul li img.flow {
    max-height: 180px;
  }
}
@media (width < 1200px) {
  .top-osusume__flow ul li img.flow {
    max-height: 150px;
  }
}
.top-osusume__flow .scroll-hint {
  top: 200px;
}

.top-omake__block {
  position: relative;
}
@media (width < 1280px) {
  .top-omake__block {
    width: calc(100% - 80px);
    margin: auto;
  }
}
@media all and (max-width: 600px) {
  .top-omake__block {
    width: 100%;
  }
}
.top-omake__block .omakehead {
  position: relative;
  text-align: center;
  margin: -32px auto 0;
}
@media all and (max-width: 480px) {
  .top-omake__block .omakehead {
    margin: -22px auto 0;
  }
}
@media all and (max-width: 480px) {
  .top-omake__block .omakehead img {
    max-width: 230px;
  }
}
.top-omake__block::before {
  position: absolute;
  content: "";
  bottom: -50px;
  right: -55px;
  background: url(../../assets/images/top/kusa3.svg) bottom right/contain no-repeat;
  width: 189px;
  height: 159px;
  z-index: 1;
}
@media all and (max-width: 1025px) {
  .top-omake__block::before {
    bottom: -30px;
    right: -25px;
    width: 113.4px;
  }
}
.top-omake__block hr {
  position: relative;
  border-top: 1px solid #534640;
}
.top-omake__block hr::before, .top-omake__block hr::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5.07733%209.24512C4.0614%209.20717%203.03338%209.0301%202.16259%208.49887C0.372629%207.41112%20-0.353032%204.79294%200.529855%202.83247C1.42484%200.884639%203.75905%20-0.177812%205.75461%200.404006C7.75018%200.998473%209.2015%203.12338%209.15312%205.28622C9.12893%206.46251%208.68144%207.65144%207.85903%208.43563C7.02452%209.23247%205.86346%209.27041%205.07733%209.23247V9.24512Z%22%20fill%3D%22%23534640%22%2F%3E%3C%2Fsvg%3E");
  width: 10px;
  height: 10px;
}
.top-omake__block hr::before {
  left: -5px;
}
.top-omake__block hr::after {
  right: -5px;
  transform: translateY(-50%) scale(-1, 1);
}
.top-omake__box {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  padding: 10px 60px 40px 60px;
}
@media all and (max-width: 1025px) {
  .top-omake__box {
    gap: 30px;
    padding: 10px 20px 40px 20px;
  }
}
@media all and (max-width: 600px) {
  .top-omake__box {
    flex-wrap: wrap;
    padding: 20px 10px 40px 10px;
  }
}
.top-omake__box.first .top-omake__txt {
  flex: 1 1 auto;
}
@media all and (max-width: 600px) {
  .top-omake__box.first .top-omake__txt {
    order: 2;
  }
}
.top-omake__box.first .top-omake__img {
  flex-shrink: 0;
}
@media all and (max-width: 600px) {
  .top-omake__box.first .top-omake__img {
    width: 100%;
    text-align: center;
    order: 1;
  }
}
.top-omake__box.first .top-omake__img img {
  border-radius: 18px;
}
.top-omake__box.second {
  margin-top: 30px;
  flex-direction: row-reverse;
}
@media (width < 700px) {
  .top-omake__box.second {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 480px) {
  .top-omake__box.second {
    margin-top: 0;
  }
}
.top-omake__box.second .top-omake__txt {
  flex: 1 1 auto;
}
@media (width < 700px) {
  .top-omake__box.second .top-omake__txt {
    order: 2;
  }
}
.top-omake__box.second .top-omake__txt .top-omake__info {
  display: block;
}
.top-omake__box.second .top-omake__txt .top-omake__info .top-omake__brand {
  font-weight: 500;
  margin: -5px 0 20px;
}
.top-omake__box.second .top-omake__img {
  flex-shrink: 0;
}
@media all and (max-width: 1025px) {
  .top-omake__box.second .top-omake__img {
    max-width: 300px;
  }
}
@media (width < 700px) {
  .top-omake__box.second .top-omake__img {
    width: 100%;
    max-width: 100%;
    text-align: center;
    order: 1;
  }
}
.top-omake__box.second .top-omake__img img {
  border-radius: 40px;
}
.top-omake__detail {
  line-height: 32px;
}
@media all and (max-width: 600px) {
  .top-omake__detail {
    line-height: 28px;
  }
}
.top-omake__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  line-height: 34px;
}
.top-omake__info h3 {
  font-size: clamp(1.6rem, 1.44rem + 0.8vw, 2.4rem);
  font-weight: 500;
}
.top-omake__brand {
  width: 100%;
  font-size: clamp(1.8rem, 1.62rem + 0.9vw, 2.7rem);
  font-weight: 700;
  line-height: 48px;
  margin-top: 10px;
}
.top-omake__price {
  font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
  font-weight: 700;
}
.top-omake__price span.number {
  font-size: clamp(2.5rem, 2.26rem + 1.2vw, 3.7rem);
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
.top-omake__price span.small {
  font-size: clamp(1.2rem, 1.18rem + 0.1vw, 1.3rem);
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  padding-left: 0.2em;
}
.top-omake__img img {
  filter: drop-shadow(0 13.696px 13.696px rgba(0, 0, 0, 0.1));
}
.top-omake__txtfirst {
  font-size: clamp(1.3rem, 1.24rem + 0.3vw, 1.6rem);
  text-align: center;
  margin-top: 5px;
  line-height: 32px;
}
@media all and (max-width: 896px) {
  .top-omake__txtfirst {
    text-align: left;
  }
}

.top-shop__block {
  display: flex;
  margin-top: 100px;
  gap: 40px;
}
@media all and (max-width: 1367px) {
  .top-shop__block {
    margin-top: 50px;
  }
}
@media all and (max-width: 1025px) {
  .top-shop__block {
    gap: 30px;
  }
}
@media all and (max-width: 896px) {
  .top-shop__block {
    flex-wrap: wrap;
  }
}
.top-shop__block.wide .top-shop__txt {
  max-width: 100%;
}
.top-shop__img {
  flex: 1 1 auto;
}
.top-shop__img img {
  border-radius: 40px;
}
@media all and (max-width: 1025px) {
  .top-shop__img img {
    border-radius: 30px;
  }
}
.top-shop__txt {
  flex-shrink: 0;
  width: 100%;
  max-width: 700px;
}
@media all and (max-width: 1025px) {
  .top-shop__txt {
    max-width: 600px;
  }
}
@media all and (max-width: 896px) {
  .top-shop__txt {
    max-width: 100%;
  }
}
.top-shop__txt 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-shop__txt h3 {
    line-height: 1.6;
  }
}
.top-shop__logo {
  display: grid;
  place-content: center;
  background: #fff;
  width: 268px;
  padding: 25px 20px;
}
@media all and (max-width: 896px) {
  .top-shop__logo {
    padding: 15px 20px;
  }
}
@media all and (max-width: 480px) {
  .top-shop__logo {
    width: 220px;
    padding: 12px 20px;
  }
}
.top-shop__logo img {
  max-height: 50px;
}
@media all and (max-width: 480px) {
  .top-shop__logo img {
    max-height: 35px;
  }
}
.top-shop__cate {
  margin-top: 13px;
}
.top-shop__info {
  margin-top: 10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  align-self: stretch;
}
.top-shop__info dl {
  display: flex;
  flex-wrap: wrap;
}
.top-shop__info dl dt {
  position: relative;
  padding-left: 26px;
  font-weight: 700;
  width: 115px;
}
.top-shop__info dl dt::before {
  position: absolute;
  content: "";
  top: 12px;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
}
.top-shop__info dl dt.time::before {
  background: url(../../assets/images/top/icon_clock.svg) center left/cover no-repeat;
}
.top-shop__info dl dt.area::before {
  background: url(../../assets/images/top/icon_floor.svg) center left/cover no-repeat;
}
.top-shop__info dl dd {
  font-weight: 500;
  letter-spacing: 0;
  width: calc(100% - 115px);
}
.top-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-shop__info dl dd span.note a {
  text-decoration: underline;
}
.top-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-shop__info div p {
    margin: auto;
  }
}
.top-shop__link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 40px;
  margin-top: 28px;
}
@media all and (max-width: 480px) {
  .top-shop__link {
    gap: 15px 20px;
  }
}
.top-shop__link .top-shop__btn {
  width: 260px;
}
@media all and (max-width: 480px) {
  .top-shop__link .top-shop__btn {
    width: 160px;
  }
}
.top-shop__btn {
  box-sizing: border-box;
  padding: 3px 48px 3px 33px;
  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: 32px;
  border-radius: 100vmax;
  text-align: center;
}
@media all and (max-width: 480px) {
  .top-shop__btn {
    padding: 3px 20px 3px 15px;
  }
}
.top-shop__btn::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background: url(../../assets/images/top/iconarrow_right_w.svg) center left/contain no-repeat;
  width: 20px;
  height: 20px;
}
@media all and (max-width: 480px) {
  .top-shop__btn::after {
    right: 0;
  }
}
@media (hover: hover) {
  .top-shop__btn:hover {
    opacity: 1;
    color: #534640;
    background: #fff;
  }
  .top-shop__btn:hover::after {
    background: url(../../assets/images/top/iconarrow_right_b.svg) center left/contain no-repeat;
  }
}

.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: 896px) {
  .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));
}

.scroll-container {
  position: relative;
  overflow-x: auto;
  width: 100%;
  max-width: 100%;
}

.scroll-hint {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px 20px 0;
  border-radius: 5px;
  display: none;
  z-index: 1000;
  transition: 1s;
  text-align: center;
  width: 200px;
  font-size: min(4vw, 2rem);
  font-size: 1.5rem;
  font-weight: 700;
}
.scroll-hint img {
  max-width: 100px;
}
.scroll-hint.show {
  display: block;
}



