@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: #000;
  --c-bg: #fff;
  --c-bg2: #F5F5F5;
}

/* --------------------
		content
-------------------- */
#content {
  overflow: hidden;
  position: relative;
  color: var(--c-txt);
  background-color: var(--c-bg);
  /* --------------------
  	header
  -------------------- */
  /* --------------------
  		main
  -------------------- */
  /* --------------------
  		footer
  -------------------- */
}
#content img {
  width: 100%;
  height: auto;
}
#content a {
  cursor: pointer;
  display: inline-block;
  transition: 0.3s;
}
#content p {
  line-height: 2;
  font-family: source-han-serif-jp-subset, sans-serif;
  font-size: 3.2vw;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.025em;
  line-height: 2;
  font-size: 3.2vw;
  text-align: justify;
  word-break: break-all;
}
@media screen and (min-width: 1000px) {
  #content p {
    font-size: 1.015625vw;
  }
}
@media screen and (min-width: 1000px) {
  #content p {
    font-size: max(0.9375vw, 13px);
  }
}
#content header {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #content header {
    margin-bottom: 0.78125vw;
  }
}
#content .mv {
  position: relative;
}
#content .mv h1 {
  position: absolute;
  top: 10.6666666667vw;
  left: 7.2vw;
  width: 46.6666666667vw;
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  #content .mv h1 {
    top: 10.15625vw;
    left: 10.15625vw;
    width: 22.65625vw;
  }
}
#content .mv__ttl-sub {
  position: absolute;
  top: 64vw;
  left: 9.3333333333vw;
  width: 13.8666666667vw;
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  #content .mv__ttl-sub {
    top: 7.8125vw;
    left: 86.328125vw;
    width: 6.09375vw;
  }
}
#content .intro {
  margin-top: 18.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #content .intro {
    margin: 7.8125vw auto 0;
  }
}
#content .intro__ttl {
  margin-bottom: 1.8rem;
  font-family: miller-banner, serif;
  font-size: 4.2666666667vw;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.025em;
  line-height: 1;
  font-size: 4.2666666667vw;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #content .intro__ttl {
    font-size: 1.875vw;
  }
}
@media screen and (min-width: 1000px) {
  #content .intro__ttl {
    font-size: 1.40625vw;
  }
}
#content .intro__ttl span {
  padding: 0 1em;
  font-size: 0.9em;
}
#content .intro p {
  line-height: 2.3;
  text-align: center;
}
#content .intro p:not(:last-of-type) {
  margin-bottom: 2em;
}
#content .styling-list article {
  padding: 18.6666666667vw 0 21.3333333333vw 0;
}
@media screen and (min-width: 1000px) {
  #content .styling-list article {
    padding: 10.9375vw 0 10.9375vw 0;
  }
}
#content .styling-list article:nth-of-type(even) {
  background: var(--c-bg2);
}
#content .styling-list .styling__ttl {
  margin: 0 auto 10.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #content .styling-list .styling__ttl {
    margin: 0 auto 4.6875vw;
  }
}
#content .styling__main {
  margin-bottom: 16vw;
}
@media screen and (min-width: 1000px) {
  #content .styling__main {
    display: flex;
    justify-content: center;
    margin-bottom: 8.59375vw;
  }
}
@media screen and (min-width: 1000px) {
  #content .styling__main-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40.234375vw;
  }
}
@media screen and (min-width: 1000px) {
  #content .styling__main-img {
    width: 42.96875vw;
  }
}
#content .styling__sub {
  margin-bottom: 16vw;
}
@media screen and (min-width: 1000px) {
  #content .styling__sub {
    display: flex;
    width: 100%;
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 999px) {
  #content .styling-txt {
    margin-bottom: 12vw;
  }
}
@media screen and (min-width: 1000px) {
  #content .styling-txt {
    text-align: center;
  }
}
#content #styling-01 .styling__ttl {
  width: 57.0666666667vw;
}
@media screen and (min-width: 1000px) {
  #content #styling-01 .styling__ttl {
    width: 21.71875vw;
  }
}
#content #styling-01 .styling__sub-img--1 {
  width: 77.3333333333vw;
  margin: 0 auto 10.6666666667vw 0;
}
@media screen and (min-width: 1000px) {
  #content #styling-01 .styling__sub-img--1 {
    width: 29.6875vw;
    margin: 7.03125vw 0 0;
  }
}
#content #styling-01 .styling__sub-img--2 {
  width: 66.6666666667vw;
  margin: 0 auto 12vw 25.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #content #styling-01 .styling__sub-img--2 {
    width: 25.3125vw;
    margin: 0 0 0 1.5625vw;
  }
}
#content #styling-01 .styling__sub-img--3 {
  width: 94.6666666667vw;
  margin: 0 auto 0 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #content #styling-01 .styling__sub-img--3 {
    width: 34.0625vw;
    margin: 14.0625vw 0 0 7.03125vw;
  }
}
@media screen and (max-width: 999px) {
  #content #styling-01 .styling-txt {
    margin-left: 8vw;
  }
}
#content #styling-02 .styling__ttl {
  width: 64vw;
}
@media screen and (min-width: 1000px) {
  #content #styling-02 .styling__ttl {
    width: 24.375vw;
  }
}
#content #styling-02 .styling__sub-img--1 {
  width: 74.6666666667vw;
  margin: 0 auto 1.0666666667vw;
}
@media screen and (min-width: 1000px) {
  #content #styling-02 .styling__sub-img--1 {
    width: 24.609375vw;
    margin: 0 0 0 7.8125vw;
  }
}
#content #styling-02 .styling__sub-img--2 {
  width: 74.6666666667vw;
  margin: 0 auto 12vw;
}
@media screen and (min-width: 1000px) {
  #content #styling-02 .styling__sub-img--2 {
    width: 24.609375vw;
    margin: 0 0 0 0.3125vw;
  }
}
#content #styling-02 .styling__sub-img--3 {
  width: 94.6666666667vw;
  margin: 0 auto 0 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #content #styling-02 .styling__sub-img--3 {
    width: 35.9375vw;
    margin: 10.15625vw 0 0 6.71875vw;
  }
}
@media screen and (max-width: 999px) {
  #content #styling-02 .styling-txt {
    margin-left: 12.5333333333vw;
  }
}
#content #styling-03 .styling__ttl {
  width: 61.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #content #styling-03 .styling__ttl {
    width: 23.359375vw;
  }
}
#content #styling-03 .styling__sub-img--1 {
  width: 77.3333333333vw;
  margin: 0 0 10.6666666667vw auto;
}
@media screen and (min-width: 1000px) {
  #content #styling-03 .styling__sub-img--1 {
    width: 28.4375vw;
    margin: 7.03125vw 0 0;
  }
}
#content #styling-03 .styling__sub-img--2 {
  width: 66.6666666667vw;
  margin: 0 auto 12vw 8vw;
}
@media screen and (min-width: 1000px) {
  #content #styling-03 .styling__sub-img--2 {
    width: 24.53125vw;
    margin: 0 0 0 1.5625vw;
  }
}
#content #styling-03 .styling__sub-img--3 {
  width: 94.6666666667vw;
  margin: 0 auto 0 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #content #styling-03 .styling__sub-img--3 {
    width: 35.15625vw;
    margin: 14.0625vw 0 0 7.03125vw;
  }
}
@media screen and (max-width: 999px) {
  #content #styling-03 .styling-txt {
    margin-left: 8vw;
  }
}
#content .product {
  width: 69.3333333333vw;
  margin: 0 auto;
  font-family: miller-banner, serif;
  font-size: 4.2666666667vw;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.025em;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  #content .product {
    font-size: 1.875vw;
  }
}
@media screen and (min-width: 1000px) {
  #content .product {
    display: flex;
    justify-content: space-between;
    width: 67.96875vw;
  }
}
#content .product__img {
  margin-bottom: 5.8666666667vw;
  border-radius: 34.6666666667vw 34.6666666667vw 0 0;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  #content .product__img {
    width: 28.90625vw;
    margin-bottom: 0;
    border-radius: 14.453125vw 14.453125vw 0 0;
  }
}
#content .product__info {
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #content .product__info {
    display: flex;
    align-items: center;
  }
}
#content .product__info a {
  display: block;
}
@media screen and (min-width: 1000px) {
  #content .product__info a {
    width: 30.078125vw;
  }
}
#content .product .name {
  margin-bottom: 0.65em;
}
#content .product .cap {
  display: contents;
}
#content .product .cap img {
  width: 45.0666666667vw;
  margin-bottom: 3.7333333333vw;
}
@media screen and (min-width: 1000px) {
  #content .product .cap img {
    width: 17.1875vw;
    margin-bottom: 1.5625vw;
  }
}
#content .product .price {
  margin-bottom: 6.4vw;
  font-family: nimbus-sans, sans-serif;
  font-size: 3.3333333333vw;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1000px) {
  #content .product .price {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1000px) {
  #content .product .price {
    margin-bottom: 3.125vw;
  }
}
#content .product .price span {
  margin-left: 0.3em;
  font-size: 0.9em;
}
#content .product__btn {
  width: 100%;
  margin: 0 auto;
  line-height: 3.4;
  background: var(--c-txt);
  color: var(--c-bg);
  font-size: 4vw;
  border-radius: 3px;
}
@media screen and (min-width: 1000px) {
  #content .product__btn {
    font-size: 1.40625vw;
  }
}
@media screen and (min-width: 1000px) {
  #content .product a:hover .product__btn {
    box-shadow: inset 0 0 0 1px var(--c-txt);
    background-color: #fff;
    color: var(--c-txt);
    transition: 0.5s;
  }
}
#content .interview {
  position: relative;
  margin: 13.3333333333vw auto 32vw;
  padding: 18.6666666667vw 0;
  background: var(--c-bg2);
}
@media screen and (min-width: 1000px) {
  #content .interview {
    width: clamp(0px, 73.4375vw, 1050px);
    margin: 7.8125vw auto 13.28125vw;
    padding: 8.59375vw 0;
  }
}
#content .interview::before {
  content: "";
  position: absolute;
  top: 2.1333333333vw;
  left: 2.1333333333vw;
  right: 2.1333333333vw;
  bottom: 2.1333333333vw;
  border: 1px solid #B7B7B7;
  pointer-events: none;
}
@media screen and (min-width: 1000px) {
  #content .interview::before {
    top: 0.9375vw;
    left: 0.9375vw;
    right: 0.9375vw;
    bottom: 0.9375vw;
  }
}
#content .interview__ttl {
  width: 52vw;
  margin: 0 auto 9.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #content .interview__ttl {
    width: 21.875vw;
    margin: 0 auto 3.90625vw;
  }
}
#content .interview__ttl-sub {
  position: absolute;
  top: 36vw;
  right: 8.2666666667vw;
  width: 12vw;
}
@media screen and (min-width: 1000px) {
  #content .interview__ttl-sub {
    top: 14.84375vw;
    right: 12.5vw;
    width: 5vw;
  }
}
#content .interview__prof {
  text-align: center;
}
#content .interview__prof-img {
  width: 37.3333333333vw;
  margin: 0 auto 6.9333333333vw;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  #content .interview__prof-img {
    width: 15.390625vw;
    margin: 0 auto 2.8125vw;
  }
}
#content .interview__prof-name {
  width: 28.2666666667vw;
  margin: 0 auto 3.2vw;
}
@media screen and (min-width: 1000px) {
  #content .interview__prof-name {
    width: 9.53125vw;
    margin: 0 auto 0.9375vw;
  }
}
#content .interview__prof-sns {
  margin-bottom: 16vw;
  font-family: nimbus-sans, sans-serif;
  font-size: 3.3333333333vw;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  #content .interview__prof-sns {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1000px) {
  #content .interview__prof-sns {
    margin-bottom: 7.03125vw;
    font-size: clamp(13px, 1.09375vw, 20px);
  }
}
#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: #000;
    transform: scaleX(1);
    transform-origin: right;
    transition: transform 0.3s ease;
  }
  #content .interview__prof-sns a:hover::after {
    transform: scaleX(0);
  }
}
#content .interview__list {
  padding: 0 9.8666666667vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.4666666667vw;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.8;
  text-align: justify;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1000px) {
  #content .interview__list {
    font-size: 1.09375vw;
  }
}
@media screen and (min-width: 1000px) {
  #content .interview__list {
    font-size: clamp(13px, 1.09375vw, 16px);
  }
}
#content .interview__list .interview__item {
  margin-bottom: 10.1333333333vw;
}
@media screen and (min-width: 1000px) {
  #content .interview__list .interview__item {
    margin-bottom: 3.515625vw;
  }
}
#content .interview__list .interview__item:last-of-type {
  margin-bottom: 0;
}
#content .interview__list .interview__item:last-of-type::before {
  content: "*";
  display: flex;
  justify-content: center;
  margin-bottom: 2.2em;
}
#content .interview__list dt {
  margin-bottom: 1.5em;
  color: #AF6C00;
  font-weight: 400 !important;
}
#content .interview__list dt span,
#content .interview__list dd span {
  font-family: miller-banner, serif;
  font-size: 4.2666666667vw;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.025em;
  line-height: 1;
  font-size: 1.2em !important;
}
@media screen and (min-width: 1000px) {
  #content .interview__list dt span,
#content .interview__list dd span {
    font-size: 1.875vw;
  }
}
#content .label {
  margin: 0 auto 32vw;
}
@media screen and (min-width: 1000px) {
  #content .label {
    margin: 0 auto 13.28125vw;
  }
}
#content .label__logo {
  width: 39.7333333333vw;
  margin: 0 auto 5.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #content .label__logo {
    width: 14.84375vw;
    margin: 0 auto 2.734375vw;
  }
}
#content .label__link {
  font-family: miller-banner, serif;
  font-size: 4.2666666667vw;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.025em;
  line-height: 1;
  font-size: 3.4666666667vw;
  letter-spacing: 0.05em;
}
@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 .staff {
  position: relative;
  overflow: hidden;
  height: 106.6666666667vw;
  background: url(../img/staff-credit_bg_sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1000px) {
  #content .staff {
    height: clamp(0px, 54.6875vw, 730px);
    background: url(../img/staff-credit_bg_pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
#content .staff::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.2);
}
#content .staff ul {
  display: grid;
  position: relative;
  z-index: 10;
  gap: 1.2em;
  padding-top: 16vw;
  font-family: nimbus-sans, sans-serif;
  font-size: 3.3333333333vw;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1;
  font-size: 2.9333333333vw;
  letter-spacing: 0.025em;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #content .staff ul {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1000px) {
  #content .staff ul {
    font-size: clamp(13px, 1.09375vw, 16px);
    padding-top: 7em;
  }
}
#content .footer {
  padding: 16vw 0;
  background-color: #000;
}
@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=260421_rodesko_ajuga_style.css.map */