@charset "UTF-8";
/* --------------------
		setting
-------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap");
@media screen and (max-width: 999px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .sp-only {
    display: none !important;
  }
}

/* ----px → vw---- 書き方：vw(px値) */
/* ----px → vw (pc)---- 書き方：vw-pc(px値)　*/
:root {
  --c-txt: #4E4947;
  --c-bg: #F4F3F0;
  --c-bg2: #F5F5F5;
}

/* --------------------
		content
-------------------- */
#content {
  overflow: hidden;
  position: relative;
  color: var(--c-txt);
  background-color: var(--c-bg);
  /* --------------------
  	header
  -------------------- */
  /* --------------------
  		nav
  -------------------- */
  /* --------------------
  		main
  -------------------- */
  /* --------------------
  		footer
  -------------------- */
}
@media screen and (min-width: 1000px) {
  #content {
    overflow: visible;
  }
}
#content img {
  display: block;
  width: 100%;
  height: auto;
}
#content a {
  cursor: pointer;
  display: inline-block;
  transition: 0.3s;
}
#content p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.025em;
  line-height: 2;
  text-align: justify;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1000px) {
  #content p {
    font-size: clamp(13px, 1.015625vw, 14.5px);
  }
}
#content .mv {
  position: relative;
}
#content .mv__main-ttl {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: absolute;
  top: 9.6vw;
  left: 10.9333333333vw;
  width: 16.8vw;
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  #content .mv__main-ttl {
    top: 5.078125vw;
    left: 11.171875vw;
    width: 7.109375vw;
  }
}
#content .mv__main-ttl > div {
  width: 40%;
}
#content .mv__main-ttl--2 {
  margin-top: 70%;
}
#content .mv__sub-ttl {
  position: absolute;
  bottom: 8vw;
  left: 8vw;
  width: 66.6666666667vw;
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  #content .mv__sub-ttl {
    top: 50%;
    bottom: auto;
    left: auto;
    right: 6.25vw;
    transform: translateY(-50%);
    width: 29.0625vw;
  }
}
#content .mv__img {
  width: 100%;
  height: 146.6666666667vw;
  background: url(../img/mv_sp.webp) no-repeat center/cover;
}
@media screen and (min-width: 1000px) {
  #content .mv__img {
    height: min(60.9375vw, 830px);
    background: url(../img/mv_pc.webp) no-repeat center/cover;
  }
}
#content .intro {
  margin: 16vw 0 17.3333333333vw;
  padding: 0 9.8666666667vw;
}
@media screen and (min-width: 1000px) {
  #content .intro {
    margin: 7.421875vw 0;
    padding: 0;
  }
}
@media screen and (min-width: 1000px) {
  #content .intro p {
    text-align: center;
  }
}
#content .anchor-nav {
  margin-bottom: 26.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #content .anchor-nav {
    margin-bottom: 14.0625vw;
  }
}
#content .anchor-nav__list {
  display: flex;
  justify-content: center;
  gap: 5.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #content .anchor-nav__list {
    gap: 3.125vw;
  }
}
#content .anchor-nav__item {
  width: 24vw;
}
@media screen and (min-width: 1000px) {
  #content .anchor-nav__item {
    width: min(10.15625vw, 150px);
  }
}
#content .anchor-nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: var(--c-txt);
  transition: opacity 0.4s ease;
}
@media screen and (min-width: 1000px) {
  #content .anchor-nav__link:hover {
    opacity: 0.7;
  }
  #content .anchor-nav__link:hover::after {
    transform: translateY(4px);
  }
}
#content .anchor-nav__link::after {
  content: "";
  display: block;
  width: 2.9333333333vw;
  height: 1.3333333333vw;
  margin-top: 3.2vw;
  background: url(../img/arrow.svg) no-repeat center/contain;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 1000px) {
  #content .anchor-nav__link::after {
    width: 1.09375vw;
    height: 0.46875vw;
    margin-top: 1.171875vw;
  }
}
#content .anchor-nav__img {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
#content .anchor-nav__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#content .anchor-nav__label {
  margin-top: 4.8vw;
  font-family: "montserrat", sans-serif;
  font-size: 3.3333333333vw;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.025em;
  line-height: 1;
  font-size: 2.6666666667vw;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #content .anchor-nav__label {
    font-size: 0.9375vw;
  }
}
@media screen and (min-width: 1000px) {
  #content .anchor-nav__label {
    margin-top: 2.1875vw;
    font-size: 1.015625vw;
  }
}
@media screen and (min-width: 1000px) {
  #content main {
    border-top: var(--c-txt) 1px solid;
  }
}
@media screen and (min-width: 1000px) {
  #content .styling {
    display: flex;
    align-items: flex-start;
    border-bottom: var(--c-txt) 1px solid;
  }
  #content .styling__left {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 50%;
    height: 100vh;
  }
  #content .styling__left .styling__main-img {
    height: 100%;
  }
  #content .styling__left .styling__main-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #content .styling__right {
    width: 50%;
    padding: 0 7.8125vw;
  }
}
#content .styling__ttl {
  margin: 18.6666666667vw auto 10.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #content .styling__ttl {
    margin: 8.59375vw auto 5.46875vw;
  }
}
#content .styling__ttl-nam {
  display: grid;
  place-items: center;
  width: 16vw;
  height: 9.6vw;
  margin: 0 auto;
  border: 1px solid var(--c-txt);
  border-radius: 50%;
  background: #fff;
  color: var(--c-txt);
  font-family: the-seasons, sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4.8vw;
}
@media screen and (min-width: 1000px) {
  #content .styling__ttl-nam {
    font-size: 1.875vw;
  }
}
@media screen and (min-width: 1000px) {
  #content .styling__ttl-nam {
    width: 6.25vw;
    height: 3.75vw;
    font-size: 1.875vw;
  }
}
#content .styling__ttl-name {
  margin: 5.8666666667vw 0 4vw;
  font-family: the-seasons, sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 6.4vw;
  letter-spacing: 0.025em;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #content .styling__ttl-name {
    font-size: 1.875vw;
  }
}
@media screen and (min-width: 1000px) {
  #content .styling__ttl-name {
    margin: 2.34375vw 0 1.5625vw;
    font-size: 2.5vw;
  }
}
#content .styling__ttl-collabo {
  width: 50.6666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #content .styling__ttl-collabo {
    width: 19.921875vw;
  }
}
#content .styling__main-img {
  position: relative;
}
#content .styling__copy {
  position: absolute;
  width: 14.9333333333vw;
}
@media screen and (min-width: 1000px) {
  #content .styling__copy {
    width: min(6.25vw, 100px);
  }
}
#content #styling-01 .styling__copy {
  top: 9.0666666667vw;
  right: 6.4vw;
}
@media screen and (min-width: 1000px) {
  #content #styling-01 .styling__copy {
    top: 3.90625vw;
    right: 4.6875vw;
  }
}
#content #styling-02 .styling__copy {
  bottom: 20.8vw;
  right: 6.4vw;
}
@media screen and (min-width: 1000px) {
  #content #styling-02 .styling__copy {
    bottom: 10.15625vw;
    right: 4.6875vw;
  }
}
#content #styling-03 .styling__copy {
  top: 9.0666666667vw;
  left: 8.5333333333vw;
}
@media screen and (min-width: 1000px) {
  #content #styling-03 .styling__copy {
    top: 6.25vw;
    left: 6.25vw;
  }
}
#content .styling__txt {
  width: 89.3333333333vw;
  margin: 12vw auto 0;
  padding: 10.6666666667vw 8.2666666667vw;
  background: #fff;
  border-radius: 8px;
}
@media screen and (min-width: 1000px) {
  #content .styling__txt {
    width: 100%;
    margin: 0 auto;
    padding: 3.671875vw 3.90625vw;
  }
}
#content .styling__txt .marker {
  background: linear-gradient(transparent 20%, #FBF3DC 20%) no-repeat;
  background-size: 0% 100%;
  transition: background-size 1.5s ease-in-out 0.7s;
}
#content .styling__txt .marker.--delay {
  transition: background-size 1s ease-in-out 2s !important;
}
#content .styling__txt .marker.active {
  background-size: 100% 100%;
}
#content .styling__point {
  width: 36.8vw;
  margin: 0 auto 5.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #content .styling__point {
    width: 12.5vw;
    margin: 0 auto 1.875vw;
  }
}
#content .styling__sub-img {
  margin: 18.6666666667vw 0;
}
@media screen and (min-width: 1000px) {
  #content .styling__sub-img {
    margin: 5.46875vw auto;
  }
}
#content #styling-01 .styling__img--02 {
  width: 49.33%;
}
#content #styling-01 .styling__img--03 {
  width: 49.33%;
  margin-left: auto;
  margin-top: -40%;
}
#content #styling-01 .styling__img--04 {
  width: 84%;
  margin: 16% auto 0;
}
#content #styling-02 .styling__img--02 {
  width: 80%;
}
#content #styling-02 .styling__img--03 {
  width: 56%;
  margin-left: auto;
  margin-top: 10.66%;
}
#content #styling-02 .styling__img--04 {
  width: 56%;
  margin: 1.33% auto 0 8%;
}
#content #styling-03 .styling__img--02 {
  width: 74.66%;
  margin-left: auto;
}
#content #styling-03 .styling__img--03 {
  width: 56%;
  margin: 10.66% auto 0 8%;
}
#content #styling-03 .styling__img--04 {
  width: 66.66%;
  margin: 10.66% auto 0;
}
#content .product-card {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 26.6666666667vw;
  background: #fff;
}
@media screen and (min-width: 1000px) {
  #content .product-card {
    margin-bottom: 11.71875vw;
  }
}
#content .product-card__img {
  flex-shrink: 0;
  width: 50%;
}
#content .product-card__img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
#content .product-card__content {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 0 7.2vw;
}
@media screen and (min-width: 1000px) {
  #content .product-card__content {
    padding: 0 3.125vw;
  }
}
#content .product-card__info {
  display: block;
}
@media screen and (min-width: 1000px) {
  #content .product-card__info {
    transition: opacity 0.3s ease;
  }
  #content .product-card__info:hover {
    opacity: 0.6;
  }
}
#content .product-card__name {
  font-size: 2.9333333333vw;
  line-height: 1.7;
}
@media screen and (min-width: 1000px) {
  #content .product-card__name {
    font-size: 0.9375vw;
  }
}
#content .product-card__price {
  margin-top: 3.2vw;
  font-family: "montserrat", sans-serif;
  font-size: 3.3333333333vw;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.025em;
  line-height: 1;
  font-size: 2.9333333333vw;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 1000px) {
  #content .product-card__price {
    font-size: 0.9375vw;
  }
}
@media screen and (min-width: 1000px) {
  #content .product-card__price {
    margin-top: 1.09375vw;
    font-size: 0.859375vw;
  }
}
#content .product-card__price .product-card__tax {
  margin-left: 0.5em;
  font-size: 0.8em;
}
#content .product-card__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 9.6vw;
  margin-top: 7.4666666667vw;
  border-radius: 4px;
  background: var(--c-txt);
  color: #fff;
  font-family: "montserrat", sans-serif;
  font-size: 3.3333333333vw;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.025em;
  line-height: 1;
  font-size: 2.9333333333vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1000px) {
  #content .product-card__btn {
    font-size: 0.9375vw;
  }
}
@media screen and (min-width: 1000px) {
  #content .product-card__btn {
    height: 2.96875vw;
    margin-top: 2.34375vw;
    font-size: 0.9375vw;
  }
}
#content .interview {
  position: relative;
  margin: 0 5.3333333333vw 25.3333333333vw;
  padding: 16vw 7.4666666667vw;
  background: #fff;
  border-radius: 8px;
}
@media screen and (min-width: 1000px) {
  #content .interview {
    margin: 10.9375vw 7.8125vw 10.9375vw;
    padding: 9.765625vw 11.71875vw;
  }
}
@media screen and (min-width: 1000px) {
  #content .interview__wrapp {
    display: flex;
    justify-content: space-between;
  }
}
#content .interview__ttl {
  margin-bottom: 7.4666666667vw;
  font-family: the-seasons, sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5.8666666667vw;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 1000px) {
  #content .interview__ttl {
    font-size: 1.875vw;
  }
}
@media screen and (min-width: 1000px) {
  #content .interview__ttl {
    margin-bottom: 1.953125vw;
    font-size: 1.796875vw;
  }
}
#content .interview__prof {
  text-align: center;
}
#content .interview__prof-img {
  width: 32vw;
  margin: 0 auto 6.9333333333vw;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  #content .interview__prof-img {
    width: 10.9375vw;
    margin: 0 auto 2.34375vw;
  }
}
#content .interview__prof-name {
  width: 25.0666666667vw;
  margin: 0 auto 4.2666666667vw;
}
@media screen and (min-width: 1000px) {
  #content .interview__prof-name {
    width: 7.421875vw;
    margin: 0 auto 1.171875vw;
  }
}
#content .interview__prof-sns {
  white-space: nowrap;
  font-family: "montserrat", sans-serif;
  font-size: 3.3333333333vw;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.025em;
  line-height: 1;
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 1000px) {
  #content .interview__prof-sns {
    font-size: 0.9375vw;
  }
}
@media screen and (min-width: 1000px) {
  #content .interview__prof-sns {
    font-size: 0.78125vw;
  }
}
#content .interview__prof-sns a {
  text-decoration: underline;
}
@media screen and (min-width: 1000px) {
  #content .interview__prof-sns a {
    position: relative;
    text-decoration: none;
  }
  #content .interview__prof-sns a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -0.15625vw;
    width: 100%;
    height: 1px;
    background: var(--c-txt);
    transform: scaleX(1);
    transform-origin: right;
    transition: transform 0.3s ease;
  }
  #content .interview__prof-sns a:hover::after {
    transform: scaleX(0);
  }
}
#content .interview__txt {
  display: grid;
  gap: 1.2em;
  margin-top: 13.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #content .interview__txt {
    margin-top: -0.3125vw;
    margin-left: 7.03125vw;
  }
}
#content .interview__txt p {
  letter-spacing: 0;
}
#content .interview__txt p span {
  font-size: 0.9em;
  letter-spacing: 0.04em;
}
#content .staff {
  margin-bottom: 26.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #content .staff {
    margin-bottom: 11.328125vw;
  }
}
#content .staff ul {
  display: grid;
  gap: 1em;
  font-family: "montserrat", sans-serif;
  font-size: 3.3333333333vw;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.025em;
  line-height: 1;
  font-size: 0.7em;
  letter-spacing: 0.025em;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #content .staff ul {
    font-size: 0.9375vw;
  }
}
@media screen and (min-width: 1000px) {
  #content .staff ul {
    font-size: clamp(11px, 0.9375vw, 14px);
  }
}
#content .label {
  margin: 0 auto 40vw;
}
@media screen and (min-width: 1000px) {
  #content .label {
    margin: 0 auto 17.96875vw;
  }
}
#content .label__logo {
  width: 37.3333333333vw;
  margin: 0 auto 6.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #content .label__logo {
    width: 14.84375vw;
    margin: 0 auto 2.734375vw;
  }
}
#content .label__link {
  font-family: the-seasons, sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 1000px) {
  #content .label__link {
    font-size: 1.875vw;
  }
}
@media screen and (min-width: 1000px) {
  #content .label__link {
    font-size: 1.484375vw;
  }
}
#content .label__link {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 11.2vw;
}
@media screen and (min-width: 1000px) {
  #content .label__link {
    gap: 6.875vw;
  }
}
#content .label__link a {
  transition: 0.3s ease;
}
#content .label__link a:hover {
  opacity: 0.5;
}
#content .label__link a + a {
  position: relative;
}
#content .label__link a + a::before {
  content: "";
  position: absolute;
  left: -5.6vw;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background: #000;
}
@media screen and (min-width: 1000px) {
  #content .label__link a + a::before {
    left: -3.671875vw;
  }
}
#content .shop {
  width: 73.3333333333vw;
  margin: 0 auto 32vw;
}
@media screen and (min-width: 1000px) {
  #content .shop {
    width: 54.6875vw;
    margin: 0 auto 15.625vw;
  }
}
#content .shop::before {
  content: "";
  display: block;
  padding-bottom: 26.6666666667vw;
  border-top: #a7a7a7 1px solid;
}
@media screen and (min-width: 1000px) {
  #content .shop::before {
    padding-bottom: 11.71875vw;
  }
}
@media screen and (min-width: 1000px) {
  #content .shop__wrapp {
    display: flex;
    justify-content: center;
  }
}
#content .shop__ttl {
  margin-bottom: 8vw;
  font-family: the-seasons, sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7.4666666667vw;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #content .shop__ttl {
    font-size: 1.875vw;
  }
}
@media screen and (min-width: 1000px) {
  #content .shop__ttl {
    margin-right: 3.90625vw;
    margin-bottom: 0;
    font-size: 2.5vw;
  }
}
#content .shop__ttl span {
  display: block;
  margin-top: 0.6em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.025em;
  line-height: 2;
  text-align: justify;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.6666666667vw;
  text-align: center;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 1000px) {
  #content .shop__ttl span {
    font-size: clamp(13px, 1.015625vw, 14.5px);
  }
}
@media screen and (min-width: 1000px) {
  #content .shop__ttl span {
    font-size: clamp(11px, 0.9375vw, 14px);
  }
}
#content .shop .shop-list {
  display: grid;
  gap: 1.3em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.025em;
  line-height: 2;
  text-align: justify;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3.2vw;
  line-height: 1.75;
}
@media screen and (min-width: 1000px) {
  #content .shop .shop-list {
    font-size: clamp(13px, 1.015625vw, 14.5px);
  }
}
@media screen and (min-width: 1000px) {
  #content .shop .shop-list {
    font-size: clamp(13px, 1.09375vw, 16px);
  }
}
#content .shop .shop-list h3::before {
  content: "【 ";
}
#content .shop .shop-list h3::after {
  content: " 】";
}
#content .footer {
  padding: 16vw 0;
  background-color: var(--c-txt);
}
@media screen and (min-width: 1000px) {
  #content .footer {
    padding: 3.90625vw 0;
  }
}
#content .footer img {
  width: 100%;
  height: auto;
}
#content .footer__logo {
  width: 29.3333333333vw;
  margin: 0 auto 4.2666666667vw;
}
@media screen and (min-width: 1000px) {
  #content .footer__logo {
    width: min(130px, 10.15625vw);
    margin: 0 auto 1.25vw;
  }
}
#content .footer__logo a {
  display: block;
}
@media screen and (min-width: 1000px) {
  #content .footer__logo a {
    transition: all 0.5s ease;
  }
  #content .footer__logo a:hover {
    opacity: 0.5;
  }
}
#content .footer__copyright {
  text-align: center;
  color: #fff;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.9333333333vw;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  #content .footer__copyright {
    font-size: min(13px, 1.015625vw);
  }
}
/*# sourceMappingURL=260911_rodesko_ajuga_style.css.map */