@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://use.fontawesome.com/releases/v6.4.2/css/all.css");
*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  background-color: #faeadf;
  position: relative;
  z-index: 0;
}
body::before {
  content: "";
  height: 100%;
  width: 100%;
  background-image: url(../img/bg-texture.jpg);
  background-repeat: repeat;
  background-position: top left;
  background-attachment: fixed;
  mix-blend-mode: overlay;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  body::before {
    background-size: 200px 200px;
  }
}
@media only screen and (min-width: 768px) {
  body::before {
    background-size: 250px 250px;
  }
}

.global_head {
  margin: 0;
}

footer {
  position: relative;
  z-index: 20;
}

.wrap {
  color: #9d5047;
  font-family: "Zen Maru Gothic";
  position: relative;
  z-index: 0;
  display: grid;
}
@media only screen and (min-width: 768px) {
  .wrap {
    grid-template-columns: 1fr 550px 1fr;
  }
}

.main {
  height: 100%;
  min-height: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  position: relative;
}
.main .frame-top {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 550px;
  height: 120px;
  z-index: 5;
  pointer-events: none;
  background: url(../img/frame-top.png) no-repeat center/cover;
}
@media only screen and (max-width: 767px) {
  .main .frame-top {
    display: none;
  }
}
.main .frame-bottom {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 550px;
  height: 120px;
  z-index: 5;
  pointer-events: none;
  background: url(../img/frame-bottom.png) no-repeat center/cover;
}
@media only screen and (max-width: 767px) {
  .main .frame-bottom {
    display: none;
  }
}
.main .line-hana {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .main .line-hana {
    top: 55px;
  }
}
@media only screen and (min-width: 768px) {
  .main .line-hana {
    top: 75px;
  }
}
.main .line-hana__item img {
  height: 40px;
}
.main__content {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .main__content {
    max-width: 540px;
  }
}
.main .hero {
  background-color: #fff5ee;
}
@media only screen and (max-width: 767px) {
  .main .hero {
    padding: 70px 30px 60px;
  }
}
@media only screen and (min-width: 768px) {
  .main .hero {
    padding: 130px 40px 60px;
  }
}
.main .hero h1 {
  margin: 0;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1s ease, transform 1s ease;
}
.main .hero.show h1 {
  opacity: 1;
  transform: translateY(0);
}
.main h2 {
  font-family: "Montserrat";
  text-align: center;
  position: relative;
  display: inline-block;
  line-height: 1;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.main h2.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media only screen and (max-width: 767px) {
  .main h2 {
    font-size: 2rem;
    margin: 0 0 45px;
  }
}
@media only screen and (min-width: 768px) {
  .main h2 {
    font-size: 2.5rem;
    margin: 0 0 50px;
  }
}
.main h2:before, .main h2::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .main h2:before, .main h2::after {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .main h2:before, .main h2::after {
    width: 50px;
    height: 50px;
  }
}
.main h2::before {
  background: url(../img/line_02.png) no-repeat top left/contain;
}
@media only screen and (max-width: 767px) {
  .main h2::before {
    left: -55px;
  }
}
@media only screen and (min-width: 768px) {
  .main h2::before {
    left: -73px;
  }
}
.main h2::after {
  background: url(../img/line_01.png) no-repeat top right/contain;
}
@media only screen and (max-width: 767px) {
  .main h2::after {
    right: -55px;
  }
}
@media only screen and (min-width: 768px) {
  .main h2::after {
    right: -75px;
  }
}
.main .intro {
  background-color: #fff5ee;
  text-align: center;
  display: grid;
  gap: 20px 0;
  font-family: "Zen Maru Gothic";
  font-weight: 600;
  color: #9d5047;
  position: relative;
  border-radius: 0 0 50px 50px;
}
@media only screen and (max-width: 767px) {
  .main .intro {
    padding-bottom: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .main .intro {
    padding-bottom: 55px;
  }
}
.main .intro__lead {
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-weight: 900;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
@media only screen and (max-width: 767px) {
  .main .intro__lead {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .main .intro__lead {
    font-size: 1.8rem;
  }
}
.main .intro__lead img {
  margin-left: 10px;
  position: relative;
  top: 3px;
}
@media only screen and (max-width: 767px) {
  .main .intro__lead img {
    height: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .main .intro__lead img {
    height: 40px;
  }
}
.main .intro p {
  margin: 0;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
@media only screen and (max-width: 767px) {
  .main .intro p {
    font-size: 0.85rem;
    letter-spacing: 0.05rem;
    line-height: 2.2;
  }
}
@media only screen and (min-width: 768px) {
  .main .intro p {
    font-size: 0.95rem;
    letter-spacing: 0.05rem;
    line-height: 2.2;
  }
}
.main .intro.show .intro__lead, .main .intro.show p {
  opacity: 1;
  transform: translateY(0);
}
.main .intro.show .intro__lead {
  transition-delay: 0.4s;
}
.main .intro.show p:nth-of-type(1) {
  transition-delay: 0.6s;
}
.main .intro.show p:nth-of-type(2) {
  transition-delay: 0.8s;
}
.main .intro.show p:nth-of-type(3) {
  transition-delay: 1s;
}
.main .goods {
  text-align: center;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .main .goods {
    padding: 110px 35px 100px;
  }
}
@media only screen and (min-width: 768px) {
  .main .goods {
    padding: 130px 55px 130px;
  }
}
.main .goods__list {
  display: grid;
}
@media only screen and (max-width: 767px) {
  .main .goods__list {
    gap: 35px 0;
  }
}
@media only screen and (min-width: 768px) {
  .main .goods__list {
    gap: 40px 0;
  }
}
.main .goods__thumb {
  background-color: #fff;
  border: 1px solid #9d5048;
  aspect-ratio: 1;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .main .goods__thumb {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .main .goods__thumb {
    margin-bottom: 30px;
  }
}
.main .goods__thumb .slide {
  width: 100%;
  height: 100%;
}
.main .goods__thumb .splide__track {
  height: 100%;
}
.main .goods__thumb .splide__list {
  height: 100%;
}
.main .goods__thumb .slide__item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .main .goods__thumb .slide__item img {
    max-width: 80%;
    max-height: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .main .goods__thumb .slide__item img {
    max-width: 80%;
    max-height: 80%;
  }
}
.main .goods__thumb .splide__arrow {
  background: #fbeadf;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .main .goods__thumb .splide__arrow {
    width: 3em;
    height: 3em;
  }
}
.main .goods__thumb .splide__arrow--prev {
  left: -0.5em;
}
.main .goods__thumb .splide__arrow--next {
  right: -0.5em;
}
.main .goods__thumb .splide__arrow svg {
  fill: #9d5048;
}
.main .goods__thumb .splide__pagination {
  bottom: -0.3em;
}
.main .goods__thumb .splide__pagination__page.is-active {
  background: #9d5048;
  transform: scale(1);
}
.main .goods__name {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .main .goods__name {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .main .goods__name {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}
.main .goods__price {
  margin-bottom: 10px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .main .goods__price {
    font-size: 0.8rem;
  }
}
.main .goods__price span {
  font-weight: 600;
  margin: 0 3px;
}
@media only screen and (max-width: 767px) {
  .main .goods__price span {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .main .goods__price span {
    font-size: 1.4rem;
  }
}
.main .goods__desc {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .main .goods__desc {
    font-size: 0.85rem;
  }
}
.main .sale {
  background-color: #fff5ee;
  text-align: center;
  border-radius: 50px 50px 0 0;
}
@media only screen and (max-width: 767px) {
  .main .sale {
    padding: 80px 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .main .sale {
    padding: 55px 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .main .sale .line-hana {
    top: -100px;
  }
}
@media only screen and (min-width: 768px) {
  .main .sale .line-hana {
    top: -75px;
  }
}
.main .sale__list {
  display: grid;
  gap: 30px 0;
}
.main .sale__ttl {
  background-color: #f3dbcb;
  color: #9d5047;
  display: inline-block;
  font-weight: 700;
  border-radius: 99px;
}
@media only screen and (max-width: 767px) {
  .main .sale__ttl {
    font-size: 0.9rem;
    margin-bottom: 10px;
    padding: 3px 15px 4px;
  }
}
@media only screen and (min-width: 768px) {
  .main .sale__ttl {
    margin-bottom: 15px;
    padding: 3px 20px 5px;
  }
}
.main .sale__text {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .main .sale__text {
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .main .sale__text {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .main .sale__text {
    line-height: 1.7;
  }
}
.main .sale__text .text-l {
  display: inline-block;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .main .sale__text .text-l {
    font-size: 1.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .main .sale__text .text-l {
    font-size: 1.1rem;
  }
}
.main .sale__text .text-s {
  display: inline-block;
  line-height: 1.4;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .main .sale__text .text-s {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .main .sale__text .text-s {
    font-size: 0.95rem;
  }
}
.main .prof {
  background-color: #fff5ee;
}
@media only screen and (max-width: 767px) {
  .main .prof {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .main .prof {
    padding-bottom: 120px;
  }
}
.main .prof__content {
  background-color: #fff;
  color: #406e69;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .main .prof__content {
    max-width: 350px;
    border-radius: 20px;
    margin: 0 auto 40px;
    padding: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .main .prof__content {
    max-width: 350px;
    border-radius: 30px;
    margin: 0 auto 40px;
    padding: 50px;
  }
}
.main .prof__ttl {
  font-family: "Montserrat";
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .main .prof__ttl {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .main .prof__ttl {
    font-size: 2rem;
    margin-bottom: 25px;
  }
}
.main .prof__img {
  border: 1px solid #406e69;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .main .prof__img {
    width: 140px;
    margin: 0 auto 20px;
  }
}
@media only screen and (min-width: 768px) {
  .main .prof__img {
    width: 170px;
    margin: 0 auto 30px;
  }
}
.main .prof__name {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .main .prof__name {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .main .prof__name {
    margin-bottom: 20px;
  }
}
.main .prof__name span {
  display: block;
}
@media only screen and (max-width: 767px) {
  .main .prof__name span {
    font-size: 0.85rem;
  }
}
.main .prof__text {
  color: #333;
  text-align: left;
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  letter-spacing: 0.02rem;
}
@media only screen and (max-width: 767px) {
  .main .prof__text {
    font-size: 0.85rem;
    line-height: 1.9;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .main .prof__text {
    font-size: 0.9rem;
    line-height: 1.9;
    margin: 0 0 20px;
  }
}
.main .prof__sns {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .main .prof__sns {
    gap: 0 13px;
  }
}
@media only screen and (min-width: 768px) {
  .main .prof__sns {
    gap: 0 13px;
  }
}
.main .prof__sns-item {
  color: #406e69;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .main .prof__sns-item:hover {
    color: #9d5048;
  }
}
.main .prof__sns-item::before {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .main .prof__sns-item::before {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .main .prof__sns-item::before {
    font-size: 1.6rem;
  }
}
.main .prof__sns-item.sns-x::before {
  content: "\e61b";
}
.main .prof__sns-item.sns-insta::before {
  content: "\f16d";
}

@media only screen and (min-width: 768px) {
  .sub {
    height: calc(100vh - 40px);
    position: sticky;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: start;
    padding: 0 15%;
  }
}

.sub-nav {
  font-family: "Montserrat";
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sub-nav {
    display: none;
  }
}
.sub-nav__ttl {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 25px;
}
.sub-nav__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 120px));
  gap: 15px;
}
.sub-nav__item {
  color: #9d5047;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .sub-nav__item:hover .sub-nav__img {
    background-color: #fff;
  }
}
.sub-nav__img {
  background-color: #fff5ee;
  aspect-ratio: 1;
  max-width: 120px;
  border-radius: 15px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.sub-nav__img img {
  max-width: 100%;
  max-height: 90px;
}
.sub-nav p {
  margin: 10px 0 0;
}
.sub-nav__link {
  display: inline-block;
  background-color: #9d5047;
  color: #faeadf;
  font-weight: 600;
  margin-top: 30px;
  padding: 10px 20px 10px;
  border-radius: 99px;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .sub-nav__link:hover {
    filter: brightness(1.3);
  }
}

.sub-side {
  text-align: center;
  padding: 0 15%;
}
@media only screen and (max-width: 767px) {
  .sub-side {
    background-color: #9d5047;
    padding: 30px 0;
  }
}
.sub-side__logo {
  max-width: 180px;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 767px) {
  .sub-side__logo {
    display: none;
  }
}
.sub-side__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
}
.sub-side__list p {
  font-weight: 600;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .sub-side__list p {
    color: #faeadf;
  }
}
@media only screen and (min-width: 768px) {
  .sub-side__list p {
    color: #9d5047;
  }
}
.sub-side__item {
  display: block;
  color: #9d5047;
  background-color: #FFF5EE;
  width: 100%;
  max-width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .sub-side__item:hover {
    filter: brightness(1.2);
  }
}
@media only screen and (max-width: 767px) {
  .sub-side__item::before {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .sub-side__item::before {
    font-size: 1.2rem;
  }
}
.sub-side__item.sub-x::before {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  content: "\e61b";
}
.sub-side__item.sub-hp::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f015";
}

@media only screen and (max-width: 767px) {
  .hana {
    display: none;
  }
}
.hana img {
  position: fixed;
  z-index: 10;
  opacity: 0;
  transition: opacity 1s ease;
}
.hana.show img {
  opacity: 1;
}
.hana.hana_01 img {
  top: 170px;
  left: 50%;
  transform: translateX(calc(-50% - 275px)) rotate(-50deg);
  width: 80px;
  transition-delay: 0.3s;
}
.hana.hana_02 img {
  top: 260px;
  left: 50%;
  transform: translateX(calc(-50% - 320px)) rotate(-10deg);
  width: 65px;
  transition-delay: 0.5s;
}
.hana.hana_03 img {
  bottom: 150px;
  left: 50%;
  transform: translateX(calc(-50% + 265px)) rotate(-20deg);
  width: 70px;
  transition-delay: 0.7s;
}
.hana.hana_04 img {
  bottom: 230px;
  left: 50%;
  transform: translateX(calc(-50% + 335px)) rotate(-40deg);
  width: 70px;
  transition-delay: 0.9s;
}
.hana.hana_05 img {
  bottom: 110px;
  left: 50%;
  transform: translateX(calc(-50% + 345px)) rotate(50deg);
  width: 75px;
  transition-delay: 1.1s;
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */