@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
@import url("https://use.typekit.net/ayi1ocz.css");
[class*=crossFade] {
  -webkit-animation-name: crossFade;
          animation-name: crossFade;
  -webkit-animation-duration: 4000ms;
          animation-duration: 4000ms;
  -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;
}

@-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;
  }
}
[class*=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) {
  [class*=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;
  }
}
[class*=anima].to--top, [class*=anima].to--right, [class*=anima].to--left, [class*=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) {
  [class*=anima].to--top, [class*=anima].to--right, [class*=anima].to--left, [class*=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;
  }
}
[class*=anima].to--top::after, [class*=anima].to--right::after, [class*=anima].to--left::after, [class*=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: 767px) {
  [class*=anima].to--top::after, [class*=anima].to--right::after, [class*=anima].to--left::after, [class*=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;
  }
}
[class*=anima].to--up > * {
  -webkit-transform: translate3d(0, 2.5rem, 0);
          transform: translate3d(0, 2.5rem, 0);
}
[class*=anima].onView > * {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
[class*=anima].onView.to--up > * {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
[class*=anima].onView.to--right::after {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
[class*=anima].onView.to--left::after {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
[class*=anima].onView.to--bottom::after {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

#story_211019 .mainVisual-image, #story_211019 .mainVisual-video, #story_211019 .mainVisual-caption, #story_211019 .mainVisual-text {
  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;
}
#story_211019 .mainVisual-image, #story_211019 .mainVisual-video, #story_211019 .mainVisual-caption {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
#story_211019 .mainVisual-caption {
  -webkit-transition-delay: 750ms;
          transition-delay: 750ms;
}
#story_211019 .mainVisual.onView .mainVisual-image, #story_211019 .mainVisual.onView .mainVisual-video, #story_211019 .mainVisual.onView .mainVisual-caption, #story_211019 .mainVisual.onView .mainVisual-text {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(10 * 0.133334vw);
  }
  html .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
  html .sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}

.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.4rem;
}
@media screen and (max-width: 767px) {
  .breadlist.lp ol {
    font-size: 1.6rem;
    display: block;
  }
}
.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: 767px) {
  .breadlist.lp ol li {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .breadlist.lp {
    max-width: 70rem;
    margin: 3rem auto;
  }
}

.main-area {
  max-width: 120rem;
}
.main-area.lp {
  overflow: initial;
}

#story_211019 *,
#story_211019 *::after,
#story_211019 *::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#story_211019 figure,
#story_211019 figcaption,
#story_211019 [class^=block],
#story_211019 [class^=look],
#story_211019 [class$=__wrap],
#story_211019 [class$=-inner],
#story_211019 [class$=__image],
#story_211019 [class$=__item],
#story_211019 [class$=__video],
#story_211019 [class$=__caption] {
  position: relative;
  width: 100%;
}
#story_211019 [class$=__video] {
  line-height: 0;
}
#story_211019 img,
#story_211019 video,
#story_211019 picture {
  position: relative;
  width: 100%;
  line-height: 0;
}
#story_211019 a:link {
  display: block;
}
#story_211019 a:link:hover {
  cursor: pointer;
  opacity: 0.7;
}
#story_211019 a.no_link {
  pointer-events: none;
}

#story_211019 {
  /* ---------- Text Area ---------- */
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック Medium", pragmatica, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: justify;
  text-justify: inter-cluster;
  text-justify: inter-character;
}
#story_211019 .look .caption-text {
  font-size: 1.4rem;
  line-height: 1.86;
  font-weight: 500;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #story_211019 .look .caption-text {
    -webkit-font-feature-settings: "halt";
            font-feature-settings: "halt";
  }
}
@media screen and (max-width: 767px) {
  #story_211019 .look .caption-text {
    font-size: 2.4rem;
    line-height: 1.75;
    -webkit-font-feature-settings: "halt";
            font-feature-settings: "halt";
  }
}
#story_211019 .look__title {
  text-align: center;
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
}
#story_211019 .look__title .jpTitle {
  font-size: 2.2rem;
  font-weight: 500;
}
#story_211019 .look__title .jpTitle span {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #story_211019 .look__title .jpTitle {
    font-size: 3.62rem;
  }
}
#story_211019 .look__title .subTitle {
  font-size: 2rem;
  line-height: 1.35;
  font-weight: 500;
}
#story_211019 .look__title .subTitle span {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #story_211019 .look__title .subTitle {
    font-size: 3.2rem;
    line-height: 1.34;
  }
}
#story_211019 .look .tag-list {
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 1.54;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  #story_211019 .look .tag-list {
    font-size: 2.5rem;
    line-height: 1.72;
  }
}

.c-text {
  text-align: center;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flexbox > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.break {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

#story_211019 .look__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  top: 0;
}
#story_211019 .tag-list li a:link {
  position: relative;
}
#story_211019 .tag-list li a:link::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #000000;
  position: absolute;
  bottom: 0.2rem;
  will-change: width, transform;
  -webkit-transition: cubic-bezier(0.385, 0.145, 0.28, 0.925), width 750ms, -webkit-transform 750ms;
  transition: cubic-bezier(0.385, 0.145, 0.28, 0.925), width 750ms, -webkit-transform 750ms;
  transition: cubic-bezier(0.385, 0.145, 0.28, 0.925), transform 750ms, width 750ms;
  transition: cubic-bezier(0.385, 0.145, 0.28, 0.925), transform 750ms, width 750ms, -webkit-transform 750ms;
}
#story_211019 .tag-list li a:hover::before {
  width: 100%;
}
#story_211019 .btn-wrap {
  position: relative;
  display: block;
  border: 1px solid #000000;
  width: 100%;
  max-width: 38rem;
  margin: 6rem auto 16rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .btn-wrap {
    max-width: 67.5rem;
    margin: 8rem auto 20rem;
  }
}
#story_211019 .viewall {
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 2.2rem 0;
}
@media screen and (max-width: 767px) {
  #story_211019 .viewall {
    font-size: 2.8rem;
    padding: 4.5rem 0;
  }
}

#story_211019 .look__slider {
  position: relative;
}
#story_211019 .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) {
  #story_211019 .look__slider .slick-dots {
    width: 5rem;
    bottom: -4rem;
    left: auto;
    right: 2rem;
  }
}
#story_211019 .look__slider .slick-dots li {
  position: relative;
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
#story_211019 .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;
}
#story_211019 .look__slider .slick-dots li button:hover, #story_211019 .look__slider .slick-dots li button:focus {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  #story_211019 .look__slider .slick-dots li button {
    width: 1rem;
    height: 1rem;
  }
}
#story_211019 .look__slider .slick-dots li.slick-active button {
  opacity: 1;
}

#story_211019 .mainVisual {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 16.2rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .mainVisual {
    margin-bottom: 20.6rem;
  }
}
#story_211019 .mainVisual-caption {
  position: absolute;
  width: 100%;
  max-width: 38.6rem;
  top: 35.8%;
  left: 9%;
}
@media screen and (max-width: 767px) {
  #story_211019 .mainVisual-caption {
    max-width: 48.8rem;
    top: 28.9%;
    left: -3.4%;
  }
}
#story_211019 .mainVisual-text {
  padding-top: 6.8rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .mainVisual-text {
    padding-top: 10.2rem;
  }
}
#story_211019 .section-list {
  position: relative;
}
#story_211019 .section-list .concept-text {
  max-width: 15rem;
  margin: 0 auto;
  margin-top: 14.8rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .section-list .concept-text {
    max-width: 23.5rem;
    margin-top: 19.5rem;
  }
}
#story_211019 .look__title {
  max-width: 43rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #story_211019 .look__title {
    max-width: 67.5rem;
  }
}
#story_211019 .look__title .jpTitle {
  position: relative;
  margin: 0 auto;
  margin-top: 4rem;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: inline-block;
  padding: 1rem 2.8rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .look__title .jpTitle {
    margin-top: 7rem;
    padding: 1.6rem 3.6rem;
  }
}
#story_211019 .look__title .jpTitle::after, #story_211019 .look__title .jpTitle::before {
  content: "";
  display: block;
  position: absolute;
  width: 2.6rem;
  height: 1rem;
  border: 1px solid #000000;
}
@media screen and (max-width: 767px) {
  #story_211019 .look__title .jpTitle::after, #story_211019 .look__title .jpTitle::before {
    width: 4.2rem;
    height: 1.6rem;
    border-width: 1.6px;
  }
}
#story_211019 .look__title .jpTitle::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}
#story_211019 .look__title .jpTitle::after {
  right: 0;
  bottom: 0;
  border-top: none;
  border-left: none;
}
#story_211019 .look__title .jpTitle span {
  position: relative;
  z-index: 1;
}
#story_211019 .look__title .subTitle {
  margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .look__title .subTitle {
    margin-top: 6.5rem;
  }
}
#story_211019 .look__title .subTitle--bg {
  position: relative;
  display: inline;
}
#story_211019 .look__title .subTitle--bg::after {
  content: "";
  background-color: #f1ebcf;
  position: absolute;
  margin: auto;
  right: 0;
  left: -0.4rem;
  bottom: 0;
  width: calc(100% + 0.6rem);
  height: 1.4rem;
  z-index: -1;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #story_211019 .look__title .subTitle--bg::after {
    bottom: 0.4rem;
  }
}
@media (-webkit-min-device-pixel-ratio: 2) {
  #story_211019 .look__title .subTitle--bg::after {
    bottom: -0.4rem;
  }
}
@media screen and (max-width: 767px) {
  #story_211019 .look__title .subTitle--bg::after {
    width: calc(100% + 0.4rem);
    height: 2.2rem;
    bottom: -0.6rem;
  }
}
#story_211019 .look-inner {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #story_211019 .look .flexbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#story_211019 .look__image::before {
  left: 0;
  pointer-events: none;
}
#story_211019 .look__image-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#story_211019 .look__image-inner > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  #story_211019 .look__image-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#story_211019 .look figcaption {
  pointer-events: none;
}
#story_211019 .look figcaption .tag-list li a {
  pointer-events: all;
}
#story_211019 .block {
  position: relative;
}
#story_211019 .block01 .look__title .jpTitle {
  margin-top: 3.8rem;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #story_211019 .block01 .look__title .jpTitle {
    max-width: 35rem;
  }
}
@media screen and (max-width: 767px) {
  #story_211019 .block01 .look__title .jpTitle {
    margin-top: 7rem;
  }
}
#story_211019 .block01 .look__title .subTitle {
  margin-top: 2.6rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block01 .look__title .subTitle {
    margin-top: 6.5rem;
  }
}
#story_211019 .block01 .look__image-01 {
  max-width: 55rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block01 .look__image-01 {
    max-width: none;
  }
}
#story_211019 .block01 .look__image-02 {
  max-width: 42rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block01 .look__image-02 {
    max-width: 52.5rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #story_211019 .block01 .look figure {
    margin-top: 4.5rem;
  }
}
#story_211019 .block01 .look figure:nth-child(1) {
  max-width: 55rem;
  margin: 0 auto;
  margin-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block01 .look figure:nth-child(1) {
    max-width: 67.5rem;
    margin-top: 9.4rem;
  }
}
#story_211019 .block01 .look figure:nth-child(2) {
  max-width: 85rem;
  margin: 0 auto;
  margin-top: 7.2rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block01 .look figure:nth-child(2) {
    max-width: 67.5rem;
    margin-top: 8rem;
  }
}
#story_211019 .block01 .look figure:nth-child(2) figcaption {
  max-width: 34rem;
  margin-top: 14.8rem;
  margin-left: 10rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block01 .look figure:nth-child(2) figcaption {
    max-width: 67.5rem;
    margin: 0;
    margin-top: 9rem;
  }
}
#story_211019 .block01 .look figure:nth-child(2) figcaption .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3.4rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block01 .look figure:nth-child(2) figcaption .tag-list {
    margin-top: 2.5rem;
  }
}
#story_211019 .block01 .look figure:nth-child(2) figcaption .tag-list li {
  margin-right: 1.4rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block01 .look figure:nth-child(2) figcaption .tag-list li {
    margin-right: 2.8rem;
  }
}
#story_211019 .block02 {
  margin-top: 16.2rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block02 {
    margin-top: 20rem;
  }
}
#story_211019 .block02 .look__image-01 {
  max-width: 52rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block02 .look__image-01 {
    max-width: 63.8rem;
    margin-left: 3.7rem;
  }
}
#story_211019 .block02 .look__image-02 {
  max-width: 45rem;
  margin-left: 7rem;
}
@media screen and (min-width: 768px) {
  #story_211019 .block02 .look__image-02 {
    top: 25rem;
  }
}
@media screen and (max-width: 767px) {
  #story_211019 .block02 .look__image-02 {
    max-width: 48.8rem;
    margin-top: -13.5rem;
    margin-left: auto;
  }
}
#story_211019 .block02 .look__image-03 {
  max-width: 62rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block02 .look__image-03 {
    max-width: 63.8rem;
  }
}
#story_211019 .block02 .look figure:nth-child(1) {
  max-width: 104rem;
  margin: 0 auto;
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block02 .look figure:nth-child(1) {
    max-width: 75rem;
    margin-top: 9.5rem;
  }
}
#story_211019 .block02 .look figure:nth-child(2) {
  max-width: 84rem;
  margin: 0 auto;
  margin-top: 21.6rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block02 .look figure:nth-child(2) {
    max-width: 75rem;
    margin-top: 8rem;
  }
}
#story_211019 .block02 .look figure:nth-child(2) figcaption {
  max-width: 42rem;
  margin-top: 6.5rem;
}
@media screen and (min-width: 768px) {
  #story_211019 .block02 .look figure:nth-child(2) figcaption {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  #story_211019 .block02 .look figure:nth-child(2) figcaption {
    max-width: 67.5rem;
    margin: 0 auto;
    margin-top: 9rem;
  }
}
#story_211019 .block02 .look figure:nth-child(2) figcaption .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block02 .look figure:nth-child(2) figcaption .tag-list {
    margin-top: 2.2rem;
  }
}
#story_211019 .block02 .look figure:nth-child(2) figcaption .tag-list li {
  margin-right: 1.4rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block02 .look figure:nth-child(2) figcaption .tag-list li {
    margin-right: 2.8rem;
  }
}
#story_211019 .block03 {
  margin-top: 15.8rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block03 {
    margin-top: 20rem;
  }
}
#story_211019 .block03 .look__title {
  max-width: 51.2rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block03 .look__title {
    max-width: 67.5rem;
  }
}
#story_211019 .block03 .look__image-01 {
  max-width: 58rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block03 .look__image-01 {
    max-width: 67.5rem;
  }
}
#story_211019 .block03 .look__image-02 {
  max-width: 38rem;
}
@media screen and (min-width: 768px) {
  #story_211019 .block03 .look__image-02 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 9.8rem;
  }
}
@media screen and (max-width: 767px) {
  #story_211019 .block03 .look__image-02 {
    max-width: 48.8rem;
    margin: 0 auto;
  }
}
#story_211019 .block03 .look figure:nth-child(1) {
  max-width: 58rem;
  margin: 0 auto;
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block03 .look figure:nth-child(1) {
    max-width: 67.5rem;
    margin-top: 9.5rem;
  }
}
#story_211019 .block03 .look figure:nth-child(2) {
  max-width: 84.2rem;
  margin: 0 auto;
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block03 .look figure:nth-child(2) {
    max-width: 67.5rem;
    margin-top: 8rem;
  }
}
#story_211019 .block03 .look figure:nth-child(2) figcaption {
  max-width: 36.5rem;
  margin-top: 24.8rem;
}
@media screen and (min-width: 768px) {
  #story_211019 .block03 .look figure:nth-child(2) figcaption {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 767px) {
  #story_211019 .block03 .look figure:nth-child(2) figcaption {
    max-width: none;
    margin: 0 auto;
    margin-top: 5.8rem;
  }
}
#story_211019 .block03 .look figure:nth-child(2) figcaption .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block03 .look figure:nth-child(2) figcaption .tag-list {
    margin-top: 2.4rem;
  }
}
#story_211019 .block03 .look figure:nth-child(2) figcaption .tag-list li {
  margin-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block03 .look figure:nth-child(2) figcaption .tag-list li {
    margin-right: 2.8rem;
  }
}
#story_211019 .block04 {
  margin-top: 16rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block04 {
    margin-top: 19.8rem;
  }
}
#story_211019 .block04 .look {
  max-width: 105rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #story_211019 .block04 .look {
    max-width: 75rem;
  }
}
#story_211019 .block04 .look__title {
  max-width: 51rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block04 .look__title {
    max-width: 67.5rem;
  }
}
#story_211019 .block04 .look__image-01 {
  max-width: 45rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block04 .look__image-01 {
    max-width: 71.2rem;
  }
}
#story_211019 .block04 .look__image-02 {
  max-width: 50rem;
}
@media screen and (min-width: 768px) {
  #story_211019 .block04 .look__image-02 {
    top: -50rem;
    height: 0;
  }
}
@media screen and (max-width: 767px) {
  #story_211019 .block04 .look__image-02 {
    max-width: 62rem;
  }
}
#story_211019 .block04 .look figure:nth-child(1) {
  max-width: 45rem;
  margin-left: auto;
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block04 .look figure:nth-child(1) {
    max-width: 52.5rem;
    margin-top: 9.5rem;
    margin-left: 16.5rem;
  }
}
#story_211019 .block04 .look figure:nth-child(2) {
  margin-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block04 .look figure:nth-child(2) {
    margin-top: 8rem;
  }
}
#story_211019 .block04 .look figure:nth-child(2) figcaption {
  max-width: 45rem;
  margin-left: 10rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block04 .look figure:nth-child(2) figcaption {
    max-width: 67.5rem;
    margin: 0 auto;
    margin-top: 9.2rem;
  }
}
#story_211019 .block04 .look figure:nth-child(2) figcaption .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block04 .look figure:nth-child(2) figcaption .tag-list {
    margin-top: 2.2rem;
  }
}
#story_211019 .block04 .look figure:nth-child(2) figcaption .tag-list li {
  margin-right: 1.4rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block04 .look figure:nth-child(2) figcaption .tag-list li {
    margin-right: 2.8rem;
  }
}
#story_211019 .block05 {
  margin-top: 16.2rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block05 {
    margin-top: 21.5rem;
  }
}
#story_211019 .block05 .look {
  max-width: 114rem;
  margin: 0 auto;
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block05 .look {
    max-width: 75rem;
    margin-top: 9.5rem;
  }
}
@media screen and (min-width: 768px) {
  #story_211019 .block05 .look__title .jpTitle {
    margin-top: 3.8rem;
  }
}
#story_211019 .block05 .look-inner {
  max-width: 78rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block05 .look-inner {
    max-width: none;
  }
}
#story_211019 .block05 .look__image-01 {
  max-width: 48rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block05 .look__image-01 {
    max-width: 56.2rem;
    margin-left: 3.7rem;
  }
}
#story_211019 .block05 .look__image-02 {
  max-width: 54rem;
}
@media screen and (min-width: 768px) {
  #story_211019 .block05 .look__image-02 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    top: 20rem;
    padding: 2rem 0 0 2rem;
    margin-left: -6rem;
  }
}
@media screen and (max-width: 767px) {
  #story_211019 .block05 .look__image-02 {
    max-width: 63.8rem;
    margin-top: 8rem;
    margin-left: auto;
  }
}
#story_211019 .block05 .look figure figcaption {
  max-width: 42rem;
}
@media screen and (min-width: 768px) {
  #story_211019 .block05 .look figure figcaption {
    margin-top: -1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #story_211019 .block05 .look figure figcaption {
    max-width: 67.5rem;
    margin: 0 auto;
    margin-top: 9.2rem;
  }
}
#story_211019 .block05 .look figure figcaption .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  #story_211019 .block05 .look figure figcaption .tag-list {
    margin-left: -1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #story_211019 .block05 .look figure figcaption .tag-list {
    margin-top: 2.2rem;
  }
}
#story_211019 .block05 .look figure figcaption .tag-list li {
  margin-left: 1.4rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block05 .look figure figcaption .tag-list li {
    margin: 0;
    margin-right: 2.8rem;
  }
}
#story_211019 .block06 {
  margin-top: 16rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block06 {
    margin-top: 19.8rem;
  }
}
#story_211019 .block06 .look {
  max-width: 114rem;
  margin: 0 auto;
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block06 .look {
    max-width: 75rem;
    margin-top: 9.5rem;
  }
}
#story_211019 .block06 .look__title {
  max-width: 51rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block06 .look__title {
    max-width: 67.5rem;
  }
}
@media screen and (min-width: 768px) {
  #story_211019 .block06 .look__title .jpTitle {
    margin-top: 3.8rem;
  }
}
#story_211019 .block06 .look__image-01 {
  max-width: 48rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block06 .look__image-01 {
    max-width: 67.5rem;
  }
}
#story_211019 .block06 .look__image-02 {
  max-width: 48rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block06 .look__image-02 {
    max-width: 67.5rem;
  }
}
#story_211019 .block06 .look figure {
  max-width: 48rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #story_211019 .block06 .look figure {
    max-width: 67.5rem;
  }
}
#story_211019 .block06 .look figure figcaption {
  margin-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block06 .look figure figcaption {
    max-width: 67.5rem;
    margin: 0 auto;
    margin-top: 9rem;
  }
  #story_211019 .block06 .look figure figcaption p {
    letter-spacing: 0.02em;
  }
}
#story_211019 .block06 .look figure figcaption .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block06 .look figure figcaption .tag-list {
    margin-top: 2.4rem;
  }
}
#story_211019 .block06 .look figure figcaption .tag-list li {
  margin-right: 1.4rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block06 .look figure figcaption .tag-list li {
    margin-right: 2.4rem;
  }
}
#story_211019 .block07 {
  margin-top: 16rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block07 {
    margin-top: 19.8rem;
  }
}
#story_211019 .block07 .look {
  max-width: 106rem;
  margin: 0 auto;
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block07 .look {
    max-width: 75rem;
    margin-top: 9.5rem;
  }
}
#story_211019 .block07 .look__image-01 {
  max-width: 48rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block07 .look__image-01 {
    max-width: 52.5rem;
    margin-left: 3.7rem;
  }
}
#story_211019 .block07 .look__image-02 {
  max-width: 48rem;
  margin-left: 10rem;
}
@media screen and (min-width: 768px) {
  #story_211019 .block07 .look__image-02 {
    top: 20rem;
  }
}
@media screen and (max-width: 767px) {
  #story_211019 .block07 .look__image-02 {
    max-width: 66rem;
    margin-top: 8rem;
    margin-left: auto;
  }
}
#story_211019 .block07 .look figure figcaption {
  max-width: 48rem;
  margin-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block07 .look figure figcaption {
    max-width: 67.5rem;
    margin: 0 auto;
    margin-top: 9rem;
  }
}
#story_211019 .block07 .look figure figcaption .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block07 .look figure figcaption .tag-list {
    margin-top: 2.4rem;
  }
}
#story_211019 .block07 .look figure figcaption .tag-list li {
  margin-right: 1.4rem;
}
@media screen and (max-width: 767px) {
  #story_211019 .block07 .look figure figcaption .tag-list li {
    margin-right: 2.8rem;
  }
}/*# sourceMappingURL=main.css.map */