@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400&display=swap&subset=japanese");
@import url("https://use.typekit.net/kty6vro.css");
.crossFade {
  -webkit-animation-name: crossFade;
  animation-name: crossFade;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.crossFade {
  position: absolute;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

@-webkit-keyframes crossFade {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes crossFade {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.anima > * {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1000ms, -webkit-transform 1500ms;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1000ms, -webkit-transform 1500ms;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1000ms, transform 1500ms;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1000ms, transform 1500ms, -webkit-transform 1500ms;
}
@media screen and (max-width: 768px) {
  .anima > * {
    -webkit-transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1000ms, -webkit-transform 1500ms;
    transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1000ms, -webkit-transform 1500ms;
    transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1000ms, transform 1500ms;
    transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1000ms, transform 1500ms, -webkit-transform 1500ms;
  }
}
.anima.to--top, .anima.to--right, .anima.to--left, .anima.to--bottom {
  opacity: 1;
  will-change: opacity;
  -webkit-transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1000ms, -webkit-transform 1500ms;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1000ms, -webkit-transform 1500ms;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1000ms, transform 1500ms;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1000ms, transform 1500ms, -webkit-transform 1500ms;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 768px) {
  .anima.to--top, .anima.to--right, .anima.to--left, .anima.to--bottom {
    -webkit-transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1000ms, -webkit-transform 1500ms;
    transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1000ms, -webkit-transform 1500ms;
    transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1000ms, transform 1500ms;
    transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1000ms, transform 1500ms, -webkit-transform 1500ms;
  }
}
.anima.to--top::after, .anima.to--right::after, .anima.to--left::after, .anima.to--bottom::after {
  content: "";
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  -webkit-transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), width 1500ms, opacity 3000ms, -webkit-transform 1500ms;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), width 1500ms, opacity 3000ms, -webkit-transform 1500ms;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), width 1500ms, opacity 3000ms, transform 1500ms;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), width 1500ms, opacity 3000ms, transform 1500ms, -webkit-transform 1500ms;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 768px) {
  .anima.to--top::after, .anima.to--right::after, .anima.to--left::after, .anima.to--bottom::after {
    -webkit-transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), width 1500ms, opacity 3000ms, -webkit-transform 1500ms;
    transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), width 1500ms, opacity 3000ms, -webkit-transform 1500ms;
    transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), width 1500ms, opacity 3000ms, transform 1500ms;
    transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), width 1500ms, opacity 3000ms, transform 1500ms, -webkit-transform 1500ms;
  }
}
.anima.to--up > * {
  -webkit-transform: translate3d(0, 2.5rem, 0);
          transform: translate3d(0, 2.5rem, 0);
}
.anima.onView > * {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.anima.onView.to--up > * {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.anima.onView.to--right::after {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.anima.onView.to--left::after {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.anima.onView.to--bottom::after {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

@-webkit-keyframes draw {
  from {
    stroke-dashoffset: 4000;
  }
  to {
    stroke-dashoffset: 2000;
  }
}

@keyframes draw {
  from {
    stroke-dashoffset: 4000;
  }
  to {
    stroke-dashoffset: 2000;
  }
}
@media screen and (max-width: 768px) {
  @-webkit-keyframes draw {
    from {
      stroke-dashoffset: 4000;
    }
    to {
      stroke-dashoffset: 0;
    }
  }
  @keyframes draw {
    from {
      stroke-dashoffset: 4000;
    }
    to {
      stroke-dashoffset: 0;
    }
  }
}
.line--stroke svg.pc .st1 {
  stroke-dasharray: 1000 !important;
  -webkit-animation: draw 1500ms ease forwards;
          animation: draw 1500ms ease forwards;
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}
.line--stroke svg.sp .st1 {
  stroke-dasharray: 2000 !important;
  -webkit-animation: draw 3500ms ease forwards;
          animation: draw 3500ms ease forwards;
}

.block .look__title::after {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 2000ms, -webkit-transform 1000ms;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 2000ms, -webkit-transform 1000ms;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 2000ms, transform 1000ms;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 2000ms, transform 1000ms, -webkit-transform 1000ms;
}
.block.onView .look__title::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center, center;
          transform-origin: center, center;
}
.block.onView .circle--stroke svg {
  width: 100%;
  height: 100%;
  overflow: initial;
}
@-webkit-keyframes draw1 {
  from {
    stroke-dashoffset: 2000;
  }
  to {
    stroke-dashoffset: 1000;
  }
}
@keyframes draw1 {
  from {
    stroke-dashoffset: 2000;
  }
  to {
    stroke-dashoffset: 1000;
  }
}
.block.onView .circle--stroke svg .st1 {
  stroke-dasharray: 1000 !important;
  -webkit-animation: draw1 2500ms ease forwards;
          animation: draw1 2500ms ease forwards;
}

#okusa_21ss .pageTitle-main, #okusa_21ss .pageTitle-sub {
  opacity: 0;
  -webkit-transform: scale(0.975);
          transform: scale(0.975);
  will-change: opacity, transform;
  -webkit-transition: cubic-bezier(0.385, 0.145, 0.28, 0.925), opacity 1500ms, -webkit-transform 1500ms;
  transition: cubic-bezier(0.385, 0.145, 0.28, 0.925), opacity 1500ms, -webkit-transform 1500ms;
  transition: cubic-bezier(0.385, 0.145, 0.28, 0.925), opacity 1500ms, transform 1500ms;
  transition: cubic-bezier(0.385, 0.145, 0.28, 0.925), opacity 1500ms, transform 1500ms, -webkit-transform 1500ms;
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .pageTitle-main, #okusa_21ss .pageTitle-sub {
    -webkit-transition-delay: 1250ms;
            transition-delay: 1250ms;
  }
}
#okusa_21ss .pageTitle-caption {
  opacity: 0;
  will-change: opacity, transform;
  -webkit-transition: cubic-bezier(0.385, 0.145, 0.28, 0.925), opacity 1500ms, -webkit-transform 1500ms;
  transition: cubic-bezier(0.385, 0.145, 0.28, 0.925), opacity 1500ms, -webkit-transform 1500ms;
  transition: cubic-bezier(0.385, 0.145, 0.28, 0.925), opacity 1500ms, transform 1500ms;
  transition: cubic-bezier(0.385, 0.145, 0.28, 0.925), opacity 1500ms, transform 1500ms, -webkit-transform 1500ms;
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .pageTitle-caption {
    -webkit-transition-delay: 1750ms;
            transition-delay: 1750ms;
  }
}
#okusa_21ss .pageTitle.onView .pageTitle-main, #okusa_21ss .pageTitle.onView .pageTitle-sub, #okusa_21ss .pageTitle.onView .pageTitle-caption {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

@media screen and (max-width: 768px) {
  html {
    font-size: calc(10 * 0.133334vw);
  }
  html .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  html {
    font-size: 62.5%;
  }
  html .sp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) and (orientation: landscape) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}

#Contents {
  overflow: hidden;
}

.breadlist.lp {
  margin: 2rem auto;
  min-width: unset;
  max-width: 120rem;
}
.breadlist.lp ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .breadlist.lp ol {
    font-size: 1.6rem;
    overflow-x: scroll;
  }
}
.breadlist.lp ol > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.breadlist.lp ol > * + * {
  margin-left: 0.5em;
}
.breadlist.lp ol li {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .breadlist.lp {
    max-width: 70rem;
    margin: 3rem auto;
  }
}

.main-area {
  max-width: 120rem;
}
@media screen and (max-width: 768px) {
  .main-area {
    max-width: none;
  }
}

#okusa_21ss *,
#okusa_21ss *::after,
#okusa_21ss *::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#okusa_21ss figure,
#okusa_21ss figcaption,
#okusa_21ss div[class*=block],
#okusa_21ss div[class*=look],
#okusa_21ss div[class*=__wrap],
#okusa_21ss div[class*=-inner],
#okusa_21ss div[class*=__image],
#okusa_21ss div[class*=__item],
#okusa_21ss div[class*=__video],
#okusa_21ss div[class*=__caption] {
  position: relative;
  width: 100%;
}
#okusa_21ss div[class*=__video] {
  line-height: 0;
}
#okusa_21ss img, #okusa_21ss video {
  position: relative;
  width: 100%;
}
#okusa_21ss a:link {
  display: block;
}
#okusa_21ss a:link:hover {
  cursor: pointer;
}
#okusa_21ss a.no_link {
  pointer-events: none;
}

#okusa_21ss {
  /* ---------- Text Area ---------- */
  font-family: pragmatica, "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック Medium", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  text-align: justify;
  text-justify: inter-cluster;
  text-justify: inter-character;
}
@media screen and (max-width: 768px) {
  #okusa_21ss {
    font-size: 2.6rem;
  }
}
#okusa_21ss .pageTitle-main {
  font-family: garamond-premier-pro-display, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7.2rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .pageTitle-main {
    font-size: 9.8rem;
    line-height: 1.1;
  }
}
#okusa_21ss .pageTitle-sub {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1.66;
  letter-spacing: 0.053em;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .pageTitle-sub {
    font-size: 5.4rem;
    line-height: 1.8;
  }
}
#okusa_21ss .pageTitle-caption {
  font-size: 1.7rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .pageTitle-caption {
    font-size: 2.7rem;
    line-height: 1.93;
  }
}
#okusa_21ss .volume__number {
  font-family: nimbus-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .volume__number {
    font-size: 3.4rem;
  }
}
#okusa_21ss .volume__concept {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-size: 2.2rem;
  line-height: 1.91;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .volume__concept {
    font-size: 3.6rem;
    line-height: 1.72;
  }
}
@media screen and (max-width: 768px) {
  #okusa_21ss .block .caption-title {
    font-family: garamond-premier-pro-display, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 6rem;
    letter-spacing: 0.09em;
  }
  #okusa_21ss .block .caption-sub {
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.4rem;
    line-height: 1.18;
  }
}
#okusa_21ss .look__title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-size: 3.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  #okusa_21ss .look__title {
    font-size: 5.8rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    white-space: nowrap;
  }
}
#okusa_21ss .look__title-sub {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .look__title-sub {
    font-size: 2.7rem;
    line-height: 1.93;
    letter-spacing: 0.09em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
#okusa_21ss .look__question, #okusa_21ss .look__answer {
  white-space: nowrap;
  font-weight: 500;
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .look__question, #okusa_21ss .look__answer {
    font-size: 3.6rem;
    line-height: 1.33;
  }
}
#okusa_21ss .look__question-logo, #okusa_21ss .look__answer-logo {
  font-family: nimbus-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 5.6rem;
  color: #c4c7c3;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .look__question-logo, #okusa_21ss .look__answer-logo {
    font-size: 8.8rem;
  }
}
#okusa_21ss .look__answer.en {
  letter-spacing: 0.05em;
}
#okusa_21ss .look .caption-title {
  font-family: garamond-premier-pro-display, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.4rem;
  letter-spacing: 0.09em;
}
#okusa_21ss .look .caption-sub {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 2;
}
#okusa_21ss .look .caption-text {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .look .caption-text {
    font-size: 2.6rem;
    line-height: 1.85;
    letter-spacing: 0.09em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
#okusa_21ss .look .tag-list {
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  line-height: 2.07;
  text-align: justify;
  text-justify: inter-cluster;
  text-justify: inter-character;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .look .tag-list {
    font-size: 2.6rem;
    line-height: 2;
  }
}
#okusa_21ss .item__index p {
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.29;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .item__index p {
    font-size: 2.6rem;
    line-height: 1.31;
  }
}
#okusa_21ss .item .tag-list {
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  line-height: 2.07;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .item .tag-list {
    font-size: 2.6rem;
    line-height: 1.75;
  }
}

.c-text {
  text-align: center;
}

.break {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

#okusa_21ss.vol10 .look__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  top: 0;
}

#okusa_21ss .tag-list li a:link {
  position: relative;
}
#okusa_21ss .tag-list li a:link::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000000;
  position: absolute;
  bottom: 0.7rem;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .tag-list li a:link::before {
    bottom: 1.5rem;
  }
}
#okusa_21ss .viewall {
  position: relative;
  display: block;
  width: 38rem;
  padding: 2.2rem 0;
  margin: 14.7rem auto 16rem;
  border: 1px solid #000000;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .viewall {
    width: 67.5rem;
    height: 12rem;
    padding: 4.5rem;
    margin: 19.2rem auto 20rem;
    font-size: 2.8rem;
  }
}

#okusa_21ss .look__slider {
  position: relative;
}
#okusa_21ss .look__slider .slick-dots {
  width: 2.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: -2.2rem;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .look__slider .slick-dots {
    width: 5rem;
    bottom: -4rem;
    left: auto;
    right: 2rem;
  }
}
#okusa_21ss .look__slider .slick-dots li {
  position: relative;
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
#okusa_21ss .look__slider .slick-dots li button {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
  color: transparent;
  background: #000000;
  opacity: 0.5;
  border-radius: 50%;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
#okusa_21ss .look__slider .slick-dots li button:hover, #okusa_21ss .look__slider .slick-dots li button:focus {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .look__slider .slick-dots li button {
    width: 1rem;
    height: 1rem;
  }
}
#okusa_21ss .look__slider .slick-dots li.slick-active button {
  opacity: 1;
}

#okusa_21ss .pageTitle {
  position: relative;
}
#okusa_21ss .pageTitle .line--stroke {
  position: absolute;
  z-index: -1;
  width: 100%;
  max-width: 47.8rem;
  top: 28.5%;
  right: 0;
  left: 35%;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .pageTitle .line--stroke {
    max-width: 58.5rem;
    top: 10%;
    left: 14.5%;
  }
}
#okusa_21ss .pageTitle .line--stroke img {
  display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #okusa_21ss .pageTitle .line--stroke img {
    display: block;
  }
}
#okusa_21ss .pageTitle .line--stroke svg {
  width: 100%;
  height: 100%;
  overflow: initial;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #okusa_21ss .pageTitle .line--stroke svg {
    position: absolute;
    height: 21rem;
  }
}
#okusa_21ss .pageTitle span {
  display: block;
}
#okusa_21ss .pageTitle-sub {
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .pageTitle-sub {
    padding-bottom: 2rem;
  }
}
#okusa_21ss .pageTitle-caption {
  padding-top: 4.2rem;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .pageTitle-caption {
    padding-top: 8rem;
  }
}
#okusa_21ss .volume {
  margin-top: 10.5rem;
}
#okusa_21ss .volume__number {
  position: relative;
  width: 7rem;
  margin: 0 auto;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .volume__number {
    width: 11.5rem;
  }
}
#okusa_21ss .volume__number::after {
  content: "";
  display: block;
  width: inherit;
  height: 1px;
  background: #848484;
  position: absolute;
  bottom: -1rem;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .volume__number::after {
    bottom: -2rem;
  }
}
#okusa_21ss .volume__concept {
  padding-top: 3.4rem;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .volume__concept {
    padding-top: 5.5rem;
  }
}

#okusa_21ss.vol10 .wrap {
  margin-top: 5rem;
}
#okusa_21ss.vol10 .section-list {
  position: relative;
}
#okusa_21ss.vol10 .look__image-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#okusa_21ss.vol10 .look__image-inner > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  #okusa_21ss.vol10 .look__image-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#okusa_21ss.vol10 .block {
  position: relative;
}
#okusa_21ss.vol10 .block .caption-text span {
  display: block;
}
#okusa_21ss.vol10 .block01 {
  margin-top: 8.2rem;
}
@media screen and (max-width: 768px) {
  #okusa_21ss.vol10 .block01 {
    margin-top: 18rem;
  }
}
#okusa_21ss.vol10 .block01 .caption-sub {
  padding-top: 0.5rem;
}
@media screen and (min-width: 769px) {
  #okusa_21ss.vol10 .block01 .caption-sub {
    white-space: nowrap;
    letter-spacing: 0.12em;
  }
}
@media screen and (max-width: 768px) {
  #okusa_21ss.vol10 .block01 .caption-sub {
    padding-top: 4.2rem;
  }
}
#okusa_21ss.vol10 .block01 .look01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #okusa_21ss.vol10 .block01 .look01 {
    margin-top: 6rem;
    max-width: 67.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#okusa_21ss.vol10 .block01 .look01 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
#okusa_21ss.vol10 .block01 .look__image {
  max-width: 50rem;
}
@media screen and (max-width: 768px) {
  #okusa_21ss.vol10 .block01 .look__image {
    max-width: 67.5rem;
    margin: 0 auto;
  }
}
#okusa_21ss.vol10 .block01 .look figcaption {
  width: 100%;
  max-width: 35rem;
  margin-top: 12.2rem;
  margin-left: 10rem;
}
@media screen and (max-width: 768px) {
  #okusa_21ss.vol10 .block01 .look figcaption {
    margin: 0;
    max-width: none;
  }
}
#okusa_21ss.vol10 .block01 .look figcaption .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 6.9rem;
}
@media screen and (max-width: 768px) {
  #okusa_21ss.vol10 .block01 .look figcaption .tag-list {
    padding-top: 5rem;
  }
}
#okusa_21ss.vol10 .block01 .look figcaption .tag-list li {
  margin-right: 1.5rem;
}
@media screen and (max-width: 768px) {
  #okusa_21ss.vol10 .block01 .look figcaption .tag-list li {
    margin-right: 2.5rem;
  }
}
#okusa_21ss.vol10 .block01 .look figcaption .caption-text {
  padding-top: 6.3rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #okusa_21ss.vol10 .block01 .look figcaption .caption-text {
    padding-top: 4.2rem;
  }
}
#okusa_21ss.vol10 .block02 {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  #okusa_21ss.vol10 .block02 {
    margin-top: 14.7rem;
  }
}
#okusa_21ss.vol10 .block02 .look02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #okusa_21ss.vol10 .block02 .look02 {
    max-width: 67.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#okusa_21ss.vol10 .block02 .look02 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
#okusa_21ss.vol10 .block02 .look__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  max-width: 40rem;
  margin-left: 9.5rem;
}
@media screen and (max-width: 768px) {
  #okusa_21ss.vol10 .block02 .look__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 67.5rem;
    margin: 0 auto;
  }
}
#okusa_21ss.vol10 .block02 .look figcaption {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  max-width: 34.5rem;
  margin-top: 16.5rem;
  margin-left: 6rem;
}
@media screen and (max-width: 768px) {
  #okusa_21ss.vol10 .block02 .look figcaption {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
    max-width: none;
    margin-top: 5rem;
  }
}
#okusa_21ss.vol10 .block03 {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  #okusa_21ss.vol10 .block03 {
    margin-top: 15rem;
  }
}
#okusa_21ss.vol10 .block03 .look__video {
  max-width: 35rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #okusa_21ss.vol10 .block03 .look__video {
    max-width: 52.5rem;
  }
}
#okusa_21ss.vol10 .block04 {
  margin-top: 15.1rem;
}
@media screen and (max-width: 768px) {
  #okusa_21ss.vol10 .block04 {
    margin-top: 16rem;
  }
}
#okusa_21ss.vol10 .block04 .item {
  position: relative;
  max-width: 28rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #okusa_21ss.vol10 .block04 .item {
    max-width: 37.5rem;
  }
}
#okusa_21ss.vol10 .block04 .item__index {
  width: 100%;
  max-width: 13.4rem;
  position: absolute;
  top: 13.5%;
  left: 58.5%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #okusa_21ss.vol10 .block04 .item__index {
    max-width: 20.3rem;
    top: 11.5%;
    left: 68.5%;
  }
}
#okusa_21ss.vol10 .block04 .item__index .circle--stroke {
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #okusa_21ss.vol10 .block04 .item__index .circle--stroke svg {
    position: absolute;
    height: 10rem;
  }
}
#okusa_21ss.vol10 .block04 .item__index .circle--stroke .ie--fallback {
  display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #okusa_21ss.vol10 .block04 .item__index .circle--stroke .ie--fallback {
    display: block;
  }
}
#okusa_21ss.vol10 .block04 .item__index p {
  padding: 2rem 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #okusa_21ss.vol10 .block04 .item__index p {
    padding: 3rem 0;
  }
}
#okusa_21ss.vol10 .block04 .item__image {
  max-width: 45rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #okusa_21ss.vol10 .block04 .item__image {
    max-width: 56.2rem;
    margin-right: 0;
  }
}
#okusa_21ss.vol10 .block04 .item__caption {
  width: 100%;
  padding-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  #okusa_21ss.vol10 .block04 .item__caption {
    padding-top: 2.5rem;
  }
}
#okusa_21ss.vol10 .block04 .item__caption > * {
  position: relative;
  white-space: nowrap;
  display: inline-block;
}
#okusa_21ss.vol10 .block04 .item__caption > *::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000000;
  position: absolute;
  bottom: 0.7rem;
}
@media screen and (max-width: 768px) {
  #okusa_21ss.vol10 .block04 .item__caption > *::before {
    bottom: 1rem;
  }
}
#okusa_21ss.vol10 .block05 {
  margin-top: 14.3rem;
}
@media screen and (max-width: 768px) {
  #okusa_21ss.vol10 .block05 {
    margin-top: 15.2rem;
  }
}
#okusa_21ss.vol10 .block05 .look03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 98rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #okusa_21ss.vol10 .block05 .look03 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 67.5rem;
  }
}
#okusa_21ss.vol10 .block05 .look03 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
#okusa_21ss.vol10 .block05 .look__image {
  max-width: 52rem;
}
@media screen and (max-width: 768px) {
  #okusa_21ss.vol10 .block05 .look__image {
    max-width: 67.5rem;
    margin: 0 auto;
  }
}
#okusa_21ss.vol10 .block05 .look figcaption {
  width: 100%;
  max-width: 37.2rem;
  margin-top: 19.5rem;
  margin-left: 10rem;
}
@media screen and (max-width: 768px) {
  #okusa_21ss.vol10 .block05 .look figcaption {
    max-width: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#okusa_21ss.vol10 .block05 .look figcaption .caption-text span {
  display: inline-block;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  #okusa_21ss.vol10 .block05 .look figcaption .caption-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 3.8rem;
  }
}
#okusa_21ss.vol10 .block05 .look figcaption .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 3.8rem;
}
@media screen and (max-width: 768px) {
  #okusa_21ss.vol10 .block05 .look figcaption .tag-list {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 5rem;
  }
}
#okusa_21ss.vol10 .block05 .look figcaption .tag-list li {
  margin-right: 1.5rem;
}
@media screen and (max-width: 768px) {
  #okusa_21ss.vol10 .block05 .look figcaption .tag-list li {
    margin-right: 2.5rem;
  }
}
#okusa_21ss.vol10 .block06 {
  margin-top: 18rem;
}
@media screen and (max-width: 768px) {
  #okusa_21ss.vol10 .block06 {
    width: 100%;
    max-width: 67.5rem;
    margin: 0 auto;
    margin-top: 19rem;
  }
}
#okusa_21ss.vol10 .block06 .look {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 62.7rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #okusa_21ss.vol10 .block06 .look {
    max-width: none;
    margin-top: 8rem;
  }
}
#okusa_21ss.vol10 .block06 .look .break {
  margin-bottom: 8.6rem;
}
#okusa_21ss.vol10 .block06 .look .tag-list {
  position: relative;
  line-height: 1;
  padding-top: 1.8rem;
}
@media screen and (max-width: 768px) {
  #okusa_21ss.vol10 .block06 .look .tag-list {
    text-align: right;
    font-size: 2.2rem;
  }
}
#okusa_21ss.vol10 .block06 .look__title {
  position: relative;
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #okusa_21ss.vol10 .block06 .look__title {
    max-width: none;
  }
}
#okusa_21ss.vol10 .block06 .look__title::after {
  content: "";
  display: block;
  width: inherit;
  height: 1px;
  background: #848484;
  position: absolute;
  bottom: -5.2rem;
}
@media screen and (max-width: 768px) {
  #okusa_21ss.vol10 .block06 .look__title::after {
    bottom: -8rem;
  }
}
#okusa_21ss.vol10 .block06 .look__title-sub {
  padding-top: 10.5rem;
}
@media screen and (max-width: 768px) {
  #okusa_21ss.vol10 .block06 .look__title-sub {
    padding-top: 15rem;
  }
}
#okusa_21ss.vol10 .block06 .look__question, #okusa_21ss.vol10 .block06 .look__answer {
  z-index: 1;
}
#okusa_21ss.vol10 .block06 .look__question-logo, #okusa_21ss.vol10 .block06 .look__answer-logo {
  width: 5rem;
  vertical-align: middle;
}
#okusa_21ss.vol10 .block06 .look__question {
  position: relative;
  width: 100%;
  max-width: 48rem;
  margin: 6.7rem auto 0;
  padding-left: 8.3rem;
}
@media screen and (min-width: 769px) {
  #okusa_21ss.vol10 .block06 .look__question {
    letter-spacing: 0.025em;
  }
}
@media screen and (max-width: 768px) {
  #okusa_21ss.vol10 .block06 .look__question {
    max-width: 55rem;
    margin-top: 7.2rem;
    padding-left: 11.7rem;
    text-align: left;
  }
}
#okusa_21ss.vol10 .block06 .look__question-logo {
  position: absolute;
  bottom: -1.5rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  #okusa_21ss.vol10 .block06 .look__question-logo {
    bottom: 0.5rem;
    line-height: 1;
  }
}
#okusa_21ss.vol10 .block06 .look__answer {
  position: relative;
  width: 100%;
  max-width: 24.3rem;
  margin: 8.5rem auto 0;
  padding-left: 6.8rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: normal;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  #okusa_21ss.vol10 .block06 .look__answer {
    letter-spacing: 0.025em;
  }
}
@media screen and (max-width: 768px) {
  #okusa_21ss.vol10 .block06 .look__answer {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
    margin: 0;
    max-width: 30rem;
    margin-top: 18rem;
    margin-left: 3.2rem;
    font-size: 3.6rem;
    line-height: 1.33;
  }
}
#okusa_21ss.vol10 .block06 .look__answer-logo {
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #okusa_21ss.vol10 .block06 .look__answer-logo {
    margin: 0 auto;
    width: 10rem;
    line-height: 1;
    top: -10.5rem;
    left: 35%;
    bottom: 0;
  }
}
#okusa_21ss.vol10 .block06 .look__image {
  max-width: 25rem;
}
@media screen and (max-width: 768px) {
  #okusa_21ss.vol10 .block06 .look__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 32rem;
  }
}
#okusa_21ss.vol10 .block06 .look__caption {
  max-width: 30rem;
  margin-top: 8.8rem;
  margin-left: 7.2rem;
}
@media screen and (max-width: 768px) {
  #okusa_21ss.vol10 .block06 .look__caption {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    max-width: none;
    margin: 0;
    margin-top: 7.2rem;
  }
}
#okusa_21ss.vol10 .block06 .look__caption p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  #okusa_21ss.vol10 .block06 .look__caption p {
    letter-spacing: 0;
    line-height: 1.8;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

#okusa_21ss .backnumber {
  margin-top: 17.7rem;
}
#okusa_21ss .backnumber__title {
  font-family: garamond-premier-pro-display, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.8rem;
  text-align: center;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .backnumber__title {
    font-size: 7.2rem;
    letter-spacing: 0.075em;
  }
}
#okusa_21ss .backnumber__text {
  font-family: "游明朝体", "Yu Mincho", YuMincho;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.71;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  #okusa_21ss .backnumber__text {
    font-size: 3rem;
    line-height: 1.8;
    letter-spacing: 0.0675em;
  }
}
#okusa_21ss .backnumber__vol {
  font-family: nimbus-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.06em;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .backnumber__vol {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  #okusa_21ss .backnumber {
    margin-top: 18.5rem;
  }
}
#okusa_21ss .backnumber__title-inner {
  display: block;
  margin: 0 auto;
  width: 260px;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .backnumber__title-inner {
    width: calc(495 * 0.1333333333vw);
  }
}
#okusa_21ss .backnumber__image {
  width: 100%;
  max-width: 26rem;
}
#okusa_21ss .backnumber__image img, #okusa_21ss .backnumber__image video {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .backnumber__image {
    max-width: 52.6rem;
  }
}
#okusa_21ss .backnumber__text {
  padding-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .backnumber__text {
    padding-top: 4rem;
  }
}
#okusa_21ss .backnumber__vol {
  position: relative;
  display: block;
  width: 5rem;
  margin: 0 auto;
  white-space: nowrap;
}
#okusa_21ss .backnumber__vol .final {
  font-size: inherit;
  position: relative;
  margin-left: 5px;
}
#okusa_21ss .backnumber__vol .final::after {
  content: "";
  display: block;
  width: 50px;
  background: url(/Page/feature/Okusa/21ss/vol012/img/stroke-01.svg) no-repeat;
  height: 12px;
  position: absolute;
  bottom: -5px;
  left: -5px;
  right: 0;
  margin: auto;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .backnumber__vol {
    width: 9rem;
  }
}
#okusa_21ss .backnumber__vol::after {
  content: "";
  display: block;
  width: inherit;
  height: 1px;
  background: #848484;
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .backnumber__vol::after {
    margin-top: 0.7rem;
    margin-bottom: 2.8rem;
  }
}
#okusa_21ss .backnumber__slider {
  width: 100%;
  padding-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .backnumber__slider {
    padding-top: calc(42 * 0.1333333333vw);
  }
}
#okusa_21ss .backnumber__slider .slick-list {
  max-width: 86rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .backnumber__slider .slick-list {
    max-width: 52.6rem;
  }
}
#okusa_21ss .backnumber__slider .slick-slide:not(:last-child) {
  margin-right: 4rem;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .backnumber__slider .slick-slide:not(:last-child) {
    margin: 0;
    width: 100%;
    max-width: 52.6rem;
  }
}
#okusa_21ss .backnumber__slider .prev-arrow,
#okusa_21ss .backnumber__slider .next-arrow {
  z-index: 1;
  width: 15px;
  height: 25px;
  position: absolute;
  display: block !important;
  top: 50%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  margin: 0;
}
#okusa_21ss .backnumber__slider .prev-arrow:hover,
#okusa_21ss .backnumber__slider .next-arrow:hover {
  opacity: 0.3;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .backnumber__slider .prev-arrow,
#okusa_21ss .backnumber__slider .next-arrow {
    width: 100%;
    max-width: 5rem;
    height: 7rem;
    top: 38.5%;
  }
}
#okusa_21ss .backnumber__slider .prev-arrow {
  left: 11.7rem;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .backnumber__slider .prev-arrow {
    left: 3rem;
  }
}
#okusa_21ss .backnumber__slider .next-arrow {
  right: 11.7rem;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .backnumber__slider .next-arrow {
    right: 3rem;
  }
}

#okusa_21ss .profile {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#okusa_21ss .profile > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .profile {
    display: block;
  }
}
#okusa_21ss .profile-wrap {
  width: 100%;
  max-width: 69rem;
  margin: 0 auto;
  padding: 14.5rem 0;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .profile-wrap {
    width: 100%;
    max-width: 66rem;
    margin-top: 18.7rem;
    padding: 0;
    padding-bottom: 15rem;
  }
}
#okusa_21ss .profile__title {
  font-size: 38px;
  letter-spacing: 0.06em;
  font-family: arno-pro-display, serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  padding-bottom: 40px;
  position: relative;
  width: 200px;
  margin: 0 auto;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .profile__title {
    font-size: 7.2rem;
    padding-bottom: 4rem;
    width: auto;
  }
}
#okusa_21ss .profile__title-inner {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 15rem;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .profile__title-inner {
    max-width: 28rem;
  }
}
#okusa_21ss .profile__title::before {
  content: "";
  display: block;
  width: 820px;
  position: absolute;
  left: 50%;
  top: 19px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  background: #000000;
  height: 1px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .profile__title::before {
    display: none;
  }
}
#okusa_21ss .profile__title-bg {
  width: 215px;
  display: block;
  margin: 0 auto;
  height: 50px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
@media screen and (max-width: 768px) {
  #okusa_21ss .profile__title-bg {
    width: 34.5rem;
    height: 6rem;
  }
}
#okusa_21ss .profile__title-text {
  position: relative;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .profile__title-text {
    margin-left: 2rem;
  }
}
#okusa_21ss .profile__image {
  max-width: 25rem;
  margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .profile__image {
    max-width: 35rem;
    margin: 0 auto;
    margin-right: 0;
  }
}
#okusa_21ss .profile__caption {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  width: 100%;
  max-width: 39rem;
  margin-left: 5.5rem;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .profile__caption {
    max-width: none;
    margin-top: -24.3rem;
    margin-left: 0;
  }
}
#okusa_21ss .profile__caption-title {
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  position: relative;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .profile__caption-title {
    font-size: 5rem;
    letter-spacing: 0.04em;
    max-width: 26rem;
  }
}
#okusa_21ss .profile__caption-title::after {
  content: "";
  display: block;
  width: inherit;
  height: 1px;
  background: #848484;
  position: relative;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .profile__caption-title::after {
    margin-top: 3rem;
  }
}
#okusa_21ss .profile__caption-title .occupation {
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  display: block;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .profile__caption-title .occupation {
    font-size: 2.6rem;
    letter-spacing: 0.12em;
    margin-bottom: 1rem;
  }
}
#okusa_21ss .profile__caption-text {
  font-family: pragmatica, "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック Medium", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.93;
  font-weight: 500;
  letter-spacing: 0.09em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  #okusa_21ss .profile__caption-text {
    font-size: 2.4rem;
    line-height: 1.92;
    letter-spacing: -0.01em;
    margin-top: 19.5rem;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #okusa_21ss .profile__caption-text {
    white-space: nowrap;
  }
}/*# sourceMappingURL=vol10.css.map */