.main {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .main {
    padding-top: 8rem;
  }
}

.main.top {
  padding-top: 0 !important;
  transform: translateY(-10px);
}

/*----------------*/
/**** top ****/
/*----------------*/
/**** trial ****/
.trial {
  background-color: #f7f4ee;
  padding-top: 8rem;
  padding-bottom: 11rem;
}
@media screen and (max-width: 767px) {
  .trial .inner {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.trial .product__list {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-gap: 6rem;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .trial .product__list {
    display: none;
  }
}

/**** step ****/
.step {
  margin-top: 9.6rem;
}
@media screen and (max-width: 767px) {
  .step {
    margin-top: 6.4rem;
  }
}
.step .step__body {
  display: flex;
  align-items: center;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .step .step__body {
    flex-direction: column;
    align-items: flex-start;
  }
}
.step .step__body .splide__list .step__item {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .step .step__body .splide__list .step__item {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.step .step__item-img {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .step .step__item-img {
    width: 100%;
    order: 1;
  }
}
.step .step__item-img.is-active {
  scale: 2;
}
.step .step__item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 267/400;
  -o-object-fit: cover;
     object-fit: cover;
}
.step .step__info {
  width: 50%;
  display: flex;
  flex-direction: column;
  background: #fff;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .step .step__info {
    width: 100%;
    padding: 0 1.6rem;
    order: 2;
    margin-top: 2.4rem;
    display: none;
  }
}
.step .step__info .step__head {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.step .step__info .step__head .step__counter {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  font-family: "Inter", sans-serif;
}
.step .step__info .step__head .step__counter .step__label {
  font-size: 1.3rem;
}
.step .step__info .step__head .step__counter .step__num {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}
.step .step__info .step__head .step__counter .step__of {
  font-size: 1.3rem;
}
.step .step__info .step__head .step__arrows {
  display: flex;
  gap: 1.2rem;
}
.step .step__info .step__head .step__arrows .step__arrow {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.8rem;
  color: #3a2d25;
  padding: 0;
  transition: opacity 0.3s ease;
}
.step .step__info .step__head .step__arrows .step__arrow:hover {
  opacity: 0.5;
}
.step .step__info .step__desc-wrap {
  margin-top: 2.4rem;
  padding: 1.2rem 1.2rem;
  position: relative;
}
.step .step__info .step__desc-wrap::before, .step .step__info .step__desc-wrap::after {
  position: absolute;
  border-color: #8b7567;
  width: 20px;
  height: 20px;
  content: "";
}
.step .step__info .step__desc-wrap::before {
  border-left: solid 1px;
  border-top: solid 1px;
  top: 0;
  left: 0;
}
.step .step__info .step__desc-wrap::after {
  border-right: solid 1px;
  border-bottom: solid 1px;
  bottom: 0;
  right: 0;
}
.step .step__info .step__desc-wrap .step__desc {
  color: #3a2d25;
}
.step .step__info .step__name {
  font-size: 1.4rem;
  margin-top: 1.6rem;
}
.step .step__info .step__price {
  margin-top: 0.8rem;
  font-size: 1.3rem;
  color: #8b7567;
}
.step .step__info .btn {
  margin-top: 4rem;
  display: block;
}
.step .step__detail {
  display: none;
}
@media screen and (max-width: 767px) {
  .step .step__detail {
    display: block;
    order: 2;
    width: 100%;
    padding: 0 1.6rem;
    margin-top: 2.4rem;
  }
  .step .step__detail .step__counter {
    display: flex;
    align-items: baseline;
    gap: 0.4rem;
    font-family: "Inter", sans-serif;
  }
  .step .step__detail .step__counter .step__label {
    font-size: 1.3rem;
  }
  .step .step__detail .step__counter .step__num {
    font-size: 4rem;
    font-weight: 500;
    line-height: 1;
  }
  .step .step__detail .step__counter .step__of {
    font-size: 1.3rem;
  }
  .step .step__detail .step__desc-wrap {
    margin-top: 2.4rem;
    padding: 1.2rem;
    position: relative;
  }
  .step .step__detail .step__desc-wrap::before, .step .step__detail .step__desc-wrap::after {
    position: absolute;
    border-color: #8b7567;
    width: 20px;
    height: 20px;
    content: "";
  }
  .step .step__detail .step__desc-wrap::before {
    border-left: solid 1px;
    border-top: solid 1px;
    top: 0;
    left: 0;
  }
  .step .step__detail .step__desc-wrap::after {
    border-right: solid 1px;
    border-bottom: solid 1px;
    bottom: 0;
    right: 0;
  }
  .step .step__detail .step__desc-wrap .step__desc {
    color: #3a2d25;
  }
  .step .step__detail .step__name {
    font-size: 1.4rem;
    margin-top: 1.6rem;
  }
  .step .step__detail .step__price {
    margin-top: 0.8rem;
    font-size: 1.3rem;
    color: #8b7567;
  }
  .step .step__detail .btn {
    margin-top: 2.4rem;
    display: block;
  }
  .step .step__detail .btn a {
    margin: 0 auto;
  }
}
.step .step__splide {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .step .step__splide {
    width: 100%;
    order: 1;
  }
}
.step .step__splide .splide__slide {
  transition: transform 0.6s ease, opacity 0.6s ease;
  transform-origin: center center;
  transform: scale(0.85);
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .step .step__splide .splide__slide {
    transform: none;
    transform: initial;
  }
}
.step .step__splide .splide__slide.is-active {
  transform: scale(1);
  position: relative;
  z-index: 1;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .step .step__splide .splide__slide.is-active {
    transform: none;
    transform: initial;
  }
}
.step .step__splide .splide__slide img {
  width: 100%;
  height: auto;
  display: block;
}

/**** subscription ****/
.subscription {
  margin-top: 16rem;
  padding-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .subscription {
    margin-top: 8rem;
    padding-bottom: 0;
    padding-bottom: initial;
  }
}
.subscription .subscription__inner {
  position: relative;
  z-index: 0;
  display: flex;
}
.subscription .subscription__inner .subscription__img {
  width: 50vw;
  margin-left: calc(50% - 50vw);
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .subscription .subscription__inner .subscription__img {
    display: none;
  }
}
.subscription .subscription__inner .subscription__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 960/540;
  -o-object-fit: cover;
     object-fit: cover;
}
.subscription .subscription__inner .subscription__content {
  position: relative;
  z-index: 0;
  right: 0;
  content: "";
  width: 50vw;
  background: #f7f4ee;
  height: 100%;
  min-height: 46rem;
  display: flex;
  align-items: center;
  height: inherit;
  transform: translateY(6.4rem);
}
.subscription .subscription__inner .subscription__content::before {
  position: absolute;
  width: 80vw;
  background: #f7f4ee;
  height: 100%;
  right: 0;
  top: 0;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .subscription .subscription__inner .subscription__content {
    max-height: none;
    max-height: initial;
    min-height: 0;
    min-height: initial;
    position: static;
    width: 100%;
    padding-top: 6rem;
    padding-bottom: 6rem;
    transform: none;
    transform: initial;
  }
}
.subscription .subscription__inner .subscription__content .subscription__content-inner {
  max-width: 40rem;
  padding-left: 11.2rem;
  padding-right: 1.6rem;
  max-width: 54.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .subscription .subscription__inner .subscription__content .subscription__content-inner {
    padding-left: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .subscription .subscription__inner .subscription__content .subscription__content-inner {
    max-width: 100%;
    margin-left: 0;
    margin-left: initial;
    padding: 0 1.6rem;
    align-items: center;
  }
}
.subscription .subscription__inner .subscription__content .subscription__content-inner .subscription__content-img {
  display: none;
}
@media screen and (max-width: 767px) {
  .subscription .subscription__inner .subscription__content .subscription__content-inner .subscription__content-img {
    display: block;
    width: 80%;
    height: auto;
    margin-left: calc((100vw - 100%) / 2 * -1);
    margin-right: auto;
  }
}

/**** ranking ****/
.ranking {
  margin-top: 9.6rem;
}
@media screen and (max-width: 767px) {
  .ranking {
    margin-top: 6.4rem;
  }
}
.ranking .ranking__list {
  margin-top: 4rem;
}
.ranking .ranking__list .ranking__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
}
.ranking .ranking__list .ranking__item::before {
  position: absolute;
  top: 0;
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  color: #8b7567;
  z-index: 1;
  padding-right: 7px;
  left: 0;
  content: "No.";
  font-size: 12px;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #8b7567;
}
.ranking .ranking__list .ranking__item::after {
  left: 16px;
  content: attr(data-rank);
  font-size: 16px;
  align-items: center;
  z-index: 2;
  position: absolute;
  top: 0;
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  color: #8b7567;
  z-index: 1;
  padding-right: 7px;
}
.ranking .ranking__list .ranking__item .ranking__item-thumb img {
  width: 100%;
  height: auto;
}
.ranking .ranking__list .ranking__item .ranking__item-name {
  font-size: 1.5rem;
  color: #8b7567;
  font-weight: 500;
  margin-top: 0.8rem;
}
.ranking .ranking__list .ranking__item .ranking__item-price {
  font-size: 1.5rem;
  color: #8b7567;
  font-weight: 500;
  margin-top: 0.8rem;
}
.ranking .ranking__list .ranking__item .ranking__item-price span {
  font-size: 1.3rem;
}

/**** lineup ****/
.lineup {
  margin-top: 19.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lineup {
    margin-top: 6.4rem;
  }
}
.lineup::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #f7f4ee;
  z-index: -1;
}
.lineup .inner {
  background: #f7f4ee;
  padding-top: 9.6rem;
  padding-bottom: 9.6rem;
}
@media screen and (max-width: 767px) {
  .lineup .inner {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}
.lineup .inner .lineup__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 2.4rem;
  max-width: 102rem;
  width: 100%;
  margin: 6.4rem auto 0;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .lineup .inner .lineup__list {
    margin: 4rem auto 0;
  }
}
.lineup .inner .lineup__list .lineup__item {
  width: calc(33% - 2.4rem);
}
@media screen and (max-width: 767px) {
  .lineup .inner .lineup__list .lineup__item {
    width: calc(50% - 2.4rem);
  }
}
.lineup .inner .lineup__list .lineup__item .lineup__item-link {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  transition: all 0.3s ease;
}
.lineup .inner .lineup__list .lineup__item .lineup__item-link:hover {
  opacity: 0.7;
}
.lineup .inner .lineup__list .lineup__item .lineup__item-link:hover .lineup__item-thumb img {
  transform: scale(1.1);
}
.lineup .inner .lineup__list .lineup__item .lineup__item-link .lineup__item-thumb {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.lineup .inner .lineup__list .lineup__item .lineup__item-link .lineup__item-thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 315/177;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.lineup .inner .lineup__list .lineup__item .lineup__item-link span {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
}

/**** instagram ****/
.instagram {
  margin-top: 9.6rem;
}
@media screen and (max-width: 767px) {
  .instagram {
    margin-top: 6.4rem;
  }
}

/**** banner ****/
.banner {
  margin-top: 9.6rem;
  background: #f7f4ee;
  padding: 12rem 1.6rem;
}
@media screen and (max-width: 767px) {
  .banner {
    padding: 4rem 1.6rem;
    margin-top: 6.4rem;
  }
}
.banner .inner a {
  transition: all 0.3s ease;
}
.banner .inner a:hover {
  opacity: 0.7;
}
.banner .inner .banner__thumb {
  position: relative;
  width: 47%;
}
@media screen and (max-width: 767px) {
  .banner .inner .banner__thumb {
    width: 100%;
  }
}
.banner .inner .banner__thumb img {
  width: 100%;
  height: auto;
}
.banner .inner .banner__thumb span {
  position: absolute;
  content: "";
  top: 50%;
  left: 2.4rem;
  transform: translateY(-50%);
  font-size: 5.2rem;
  color: #fff;
  font-family: "Marcellus", serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .banner .inner .banner__thumb span {
    font-size: 3.2rem;
  }
}
.banner .inner .banner__info {
  width: 53%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .banner .inner .banner__info {
    width: 100%;
    gap: 0.8rem;
  }
}
.banner .inner .banner__info .banner__info-title {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .banner .inner .banner__info .banner__info-title {
    font-size: 1.6rem;
    text-align: center;
  }
}

/**** infomation ****/
.infomation {
  margin-top: 9.6rem;
}
@media screen and (max-width: 767px) {
  .infomation {
    margin-top: 6.4rem;
  }
}
.infomation .information__list {
  display: flex;
  flex-direction: column;
  margin-top: 6rem;
}
.infomation .information__item {
  border-top: 1px solid #8b7567;
}
.infomation .information__item:nth-last-of-type(1) {
  border-bottom: 1px solid #8b7567;
}
.infomation .information__item a {
  padding: 3rem 0;
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  transition: all 0.3s ease;
}
.infomation .information__item a:hover {
  opacity: 0.7;
}
.infomation .information__item a .information__item-date {
  font-size: 1.4rem;
  color: #8b7567;
  font-family: "Inter", sans-serif;
}

/**** concept ****/
.concept {
  margin-top: 9.6rem;
  display: flex;
  gap: 9.6rem;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .concept {
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .concept {
    margin-top: 6.4rem;
    flex-direction: column;
    gap: 2.4rem;
  }
}
.concept .concept__img {
  width: 50vw;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .concept .concept__img {
    margin-left: 0;
    margin-left: initial;
    width: 100%;
  }
}
.concept .concept__content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  max-width: 56.6rem;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
  padding-right: 1.6rem;
}
@media screen and (max-width: 767px) {
  .concept .concept__content {
    max-width: none;
    max-width: initial;
    padding: 0 1.6rem;
    align-items: center;
  }
}
.concept .concept__content .headline2__title {
  color: #8b7567;
}
@media screen and (max-width: 767px) {
  .concept .concept__content .headline2__title {
    position: absolute;
    top: 1.6rem;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    color: #fff;
  }
}
.concept .concept__content h3 {
  font-size: 1.9rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}
.concept .concept__content p {
  font-size: 1.5rem;
}

/**** shop ****/
.shop {
  margin-top: 9.6rem;
  margin-bottom: 9.6rem;
}
@media screen and (max-width: 767px) {
  .shop {
    margin-top: 6.4rem;
    margin-bottom: 6.4rem;
  }
}
.shop .shop__list {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
.shop .shop__list .shop__item {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  width: calc(50% - 2rem);
}
@media screen and (max-width: 767px) {
  .shop .shop__list .shop__item {
    width: 100%;
  }
}
.shop .shop__list .shop__item .shop__item-name {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .shop .shop__list .shop__item .shop__item-name {
    font-size: 1.8rem;
  }
}
.shop .shop__list .shop__item .shop__item-contact {
  display: flex;
  gap: 1.6rem;
}
.shop .shop__links {
  display: flex;
  gap: 2.4rem;
  flex-wrap: wrap;
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .shop .shop__links {
    margin-top: 4rem;
  }
}
.shop .shop__links .shop__link {
  width: calc(33% - 1.6rem);
}
.shop .shop__links .shop__link a {
  transition: all 0.3s ease;
}
.shop .shop__links .shop__link a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .shop .shop__links .shop__link {
    width: calc(50% - 1.2rem);
  }
}

/**** media ****/
.media {
  margin-top: 9.6rem;
  margin-bottom: 9.6rem;
}
@media screen and (max-width: 767px) {
  .media {
    margin-top: 6.4rem;
    margin-bottom: 6.4rem;
  }
}
.media .media-list {
  max-width: 800px;
  width: 100%;
  margin-top: 4rem;
}