@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
[data-animate=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;
  }
}
[data-animate=rotate] {
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 30000ms;
          animation-duration: 30000ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: forwards;
          animation-direction: forwards;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
[data-animate=border]::after, [data-animate=border]::before {
  content: "";
  position: absolute;
  border: 1px solid transparent;
  width: 0;
  height: 0;
  will-change: width, height;
  -webkit-transition: width 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), height 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 500ms;
  transition: width 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), height 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 500ms;
}
[data-animate=border]::before {
  top: 0;
  left: 0;
}
[data-animate=border]::after {
  bottom: 0;
  right: 0;
}
[data-animate=border].onView::after, [data-animate=border].onView::before {
  width: 100%;
  height: 100%;
}
[data-animate=border].onView::before {
  border-top-color: #000000;
  border-right-color: #000000;
}
[data-animate=border].onView::after {
  border-bottom-color: #000000;
  border-left-color: #000000;
}

[data-animate*=slideUp] {
  opacity: 1;
}
[data-animate*=slideUp] > * {
  overflow: hidden;
  position: relative;
}
[data-animate*=slideUp] > * > * {
  opacity: 1;
  display: inline-block;
  will-change: opacity, transform;
  -webkit-transition: cubic-bezier(0.26, 0.09999, 0.14, 1), opacity 1500ms, -webkit-transform 1000ms;
  transition: cubic-bezier(0.26, 0.09999, 0.14, 1), opacity 1500ms, -webkit-transform 1000ms;
  transition: cubic-bezier(0.26, 0.09999, 0.14, 1), opacity 1500ms, transform 1000ms;
  transition: cubic-bezier(0.26, 0.09999, 0.14, 1), opacity 1500ms, transform 1000ms, -webkit-transform 1000ms;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
[data-animate*=slideUp] > *:nth-of-type(1) > * {
  -webkit-transition-delay: 25ms;
          transition-delay: 25ms;
}
[data-animate*=slideUp] > *:nth-of-type(2) > * {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}
[data-animate*=slideUp] > *:nth-of-type(3) > * {
  -webkit-transition-delay: 75ms;
          transition-delay: 75ms;
}
[data-animate*=slideUp] > *:nth-of-type(4) > * {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
[data-animate*=slideUp] > *:nth-of-type(5) > * {
  -webkit-transition-delay: 125ms;
          transition-delay: 125ms;
}
[data-animate*=slideUp] > *:nth-of-type(6) > * {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
[data-animate*=slideUp] > *:nth-of-type(7) > * {
  -webkit-transition-delay: 175ms;
          transition-delay: 175ms;
}
[data-animate*=slideUp] > *:nth-of-type(8) > * {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
[data-animate*=slideUp] > *:nth-of-type(9) > * {
  -webkit-transition-delay: 225ms;
          transition-delay: 225ms;
}
[data-animate*=slideUp] > *:nth-of-type(10) > * {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}
[data-animate*=slideUp].onView > * > * {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}
[data-animate*=slideUp].look-title > * {
  display: block;
}
[data-animate*=slideUp].look-title > *:nth-of-type(1) > * {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
[data-animate*=slideUp].look-title > *:nth-of-type(2) > * {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
[data-animate*=slideUp].look-title > *:nth-of-type(3) > * {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}
[data-animate*=slideUp].look-title > *:nth-of-type(4) > * {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

[class*=anima] {
  opacity: 0;
  will-change: opacity, transform;
  -webkit-transition: ease-in, opacity 1500ms, -webkit-transform 1000ms;
  transition: ease-in, opacity 1500ms, -webkit-transform 1000ms;
  transition: ease-in, opacity 1500ms, transform 1000ms;
  transition: ease-in, opacity 1500ms, transform 1000ms, -webkit-transform 1000ms;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
[class*=anima].onView {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#outer_21116 .mainVisual-image, #outer_21116 .mainVisual-text {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: ease-in, opacity 2000ms;
  transition: ease-in, opacity 2000ms;
}
#outer_21116 .mainVisual-image {
  will-change: opacity, transform;
  -webkit-transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1.5s, -webkit-transform 1.5s;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1.5s, -webkit-transform 1.5s;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1.5s, transform 1.5s;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1.5s, transform 1.5s, -webkit-transform 1.5s;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
#outer_21116 .mainVisual-caption > * {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #outer_21116 .mainVisual-caption > *:nth-of-type(1) > * {
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 750ms;
            transition-delay: 750ms;
  }
  #outer_21116 .mainVisual-caption > *:nth-of-type(1) > * > span {
    display: block;
    will-change: transform;
    -webkit-transition: cubic-bezier(0.26, 0.09999, 0.14, 1), -webkit-transform 1s;
    transition: cubic-bezier(0.26, 0.09999, 0.14, 1), -webkit-transform 1s;
    transition: cubic-bezier(0.26, 0.09999, 0.14, 1), transform 1s;
    transition: cubic-bezier(0.26, 0.09999, 0.14, 1), transform 1s, -webkit-transform 1s;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    -webkit-transition-delay: 1000ms;
            transition-delay: 1000ms;
  }
  #outer_21116 .mainVisual-caption > *:nth-of-type(1) > *:nth-of-type(2) {
    -webkit-transition-delay: 1000ms;
            transition-delay: 1000ms;
  }
}
#outer_21116 .mainVisual-caption > *:nth-of-type(2) > * {
  -webkit-transition-delay: 1250ms;
          transition-delay: 1250ms;
}
@media screen and (max-width: 767px) {
  #outer_21116 .mainVisual-caption > *:nth-of-type(2) > * {
    -webkit-transition-delay: 1500ms;
            transition-delay: 1500ms;
  }
}
#outer_21116 .mainVisual-caption > * > * {
  display: inline-block;
  will-change: transform;
  -webkit-transition: cubic-bezier(0.26, 0.09999, 0.14, 1), -webkit-transform 1s;
  transition: cubic-bezier(0.26, 0.09999, 0.14, 1), -webkit-transform 1s;
  transition: cubic-bezier(0.26, 0.09999, 0.14, 1), transform 1s;
  transition: cubic-bezier(0.26, 0.09999, 0.14, 1), transform 1s, -webkit-transform 1s;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition-delay: 750ms;
          transition-delay: 750ms;
}
#outer_21116 .mainVisual-text {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}
#outer_21116 .mainVisual.onView .mainVisual-image, #outer_21116 .mainVisual.onView .mainVisual-text {
  opacity: 1;
}
#outer_21116 .mainVisual.onView .mainVisual-image {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}
#outer_21116 .mainVisual.onView .mainVisual-caption * {
  -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 * (0.0833333333vw));
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {
  html {
    font-size: calc(10 * (0.0833333333vw));
  }
}

.breadlist.lp {
  margin: 2rem auto;
  min-width: unset;
  max-width: 110rem;
}
.breadlist.lp a:link {
  position: relative;
  display: inline;
}
.breadlist.lp a:link::before {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  background-color: #000000;
  position: absolute;
  bottom: -0.2rem;
  will-change: width;
  -webkit-transition: cubic-bezier(0.6, 0.2, 0.1, 1), width 1000ms;
  transition: cubic-bezier(0.6, 0.2, 0.1, 1), width 1000ms;
}
.breadlist.lp a:link:hover::before {
  width: 100%;
}
.breadlist.lp ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .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: 767px) {
  .breadlist.lp {
    max-width: 70rem;
    margin: 3rem auto;
  }
}

.main-area {
  min-width: unset;
  max-width: unset;
}
@media screen and (max-width: 767px) {
  .main-area {
    max-width: none;
  }
}

#outer_21116 *,
#outer_21116 *::after,
#outer_21116 *::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#outer_21116 figure,
#outer_21116 figcaption,
#outer_21116 [class^=content],
#outer_21116 [class*=__wrap],
#outer_21116 [class*=-inner],
#outer_21116 [class*=__image],
#outer_21116 [class*=__item],
#outer_21116 [class*=__video],
#outer_21116 [class*=__caption] {
  position: relative;
  width: 100%;
}
#outer_21116 picture, #outer_21116 img, #outer_21116 video {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0;
}
#outer_21116 a:link {
  display: block;
  pointer-events: all;
}
#outer_21116 a:link:hover {
  cursor: pointer;
}
#outer_21116 a.no_link {
  opacity: 1;
  pointer-events: none;
  border: none;
  text-decoration: none;
}
#outer_21116 a.no_link span {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  #outer_21116 a.no_link span {
    font-size: 1.6rem;
  }
}

#outer_21116 {
  /* ---------- Text Area ---------- */
  text-align: justify;
  text-justify: inter-cluster;
  text-justify: inter-character;
}
#outer_21116 .mainVisual-caption {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #outer_21116 .mainVisual-caption {
    text-align: right;
  }
}
#outer_21116 .mainVisual-caption .main {
  font-family: ratiomodern, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5.2rem;
}
@media screen and (max-width: 767px) {
  #outer_21116 .mainVisual-caption .main {
    font-size: 6.2rem;
    line-height: 1.16;
  }
}
#outer_21116 .mainVisual-caption .sub {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.9rem;
  -webkit-font-feature-settings: "pwid";
          font-feature-settings: "pwid";
}
@media screen and (min-width: 768px) {
  #outer_21116 .mainVisual-caption .sub {
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  #outer_21116 .mainVisual-caption .sub {
    font-size: 2.5rem;
  }
}
#outer_21116 .mainVisual-text {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.94;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #outer_21116 .mainVisual-text {
    font-size: 2.4rem;
    line-height: 2.67;
  }
}
#outer_21116 .look-title {
  font-family: ratiomodern, serif;
  font-weight: 400;
  font-style: normal;
}
#outer_21116 .look-title span {
  line-height: 1;
  font-size: 5.2rem;
}
@media screen and (max-width: 767px) {
  #outer_21116 .look-title span {
    font-size: 6.8rem;
    line-height: 1.06;
  }
}
#outer_21116 .look .tag-list {
  font-family: ratiomodern, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.82;
}
@media screen and (max-width: 767px) {
  #outer_21116 .look .tag-list {
    font-size: 2.2rem;
    line-height: 1.73;
  }
}
#outer_21116 .viewall {
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #outer_21116 .viewall {
    font-size: 2.8rem;
  }
}

.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 > * {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.break {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

#outer_21116 .tag-list li a:link {
  position: relative;
}
#outer_21116 .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;
}
#outer_21116 .tag-list li a:hover::before {
  width: 100%;
}
#outer_21116 .btn-wrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 38rem;
  margin: 16rem auto 16rem;
}
@media screen and (max-width: 768px) {
  #outer_21116 .btn-wrap {
    max-width: 67.5rem;
    margin: 19.7rem auto 20rem;
    height: 12rem;
  }
}
#outer_21116 .viewall {
  padding: 2.2rem 0;
  border: 1px solid #000000;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #outer_21116 .viewall {
    padding: 4.5rem 0;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  #outer_21116 .swiper {
    max-width: 70rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#outer_21116 .swiper .sliderNavi {
  position: relative;
}
#outer_21116 .swiper .slider-image {
  max-width: 69rem;
}
@media screen and (max-width: 767px) {
  #outer_21116 .swiper .slider-image {
    max-width: 70rem;
  }
}
#outer_21116 .swiper .slider-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;
}
@media screen and (max-width: 768px) {
  #outer_21116 .swiper .slider-dots {
    width: 10rem;
    right: 2.2rem;
    bottom: 9.7rem;
    left: auto;
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
}
#outer_21116 .swiper .slider-dots li {
  position: relative;
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
#outer_21116 .swiper .slider-dots li button {
  display: block;
  cursor: pointer;
  color: transparent;
  border: 1px solid #000000;
  border-radius: 50%;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  width: 1.3rem;
  height: 1.3rem;
}
#outer_21116 .swiper .slider-dots li button:hover {
  opacity: 0.5;
}
#outer_21116 .swiper .slider-dots li.slick-active button {
  background: #000000;
}
#outer_21116 .swiper .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#outer_21116 .swiper .slick-track > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
#outer_21116 .swiper .slick-slide {
  width: 100%;
  max-width: 69rem;
  margin: 0 5.5rem;
}
@media screen and (max-width: 767px) {
  #outer_21116 .swiper .slick-slide {
    max-width: 70rem;
    margin: 0;
  }
}
#outer_21116 [data-type=pagination--number] {
  width: 100%;
  max-width: 13.5rem;
  margin: 0 auto;
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #outer_21116 [data-type=pagination--number] {
    display: none;
    visibility: hidden;
  }
}
#outer_21116 [data-type=pagination--number] li {
  font-family: "GildaDisplay", "Noto Serif JP", serif;
  color: #1e1e1e;
  font-size: 2.6rem;
  line-height: 1.9;
  letter-spacing: 0.06em;
  text-align: center;
}
#outer_21116 [data-type=pagination--number] .slick-arrow {
  width: 100%;
  max-width: 2.4rem;
  position: relative;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#outer_21116 [data-type=pagination--number] .slick-arrow::after, #outer_21116 [data-type=pagination--number] .slick-arrow::before {
  content: none;
  display: none;
  visibility: hidden;
}
#outer_21116 [data-type=pagination--number] .slick-arrow:hover {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #outer_21116 [data-type=pagination--number] .slick-arrow {
    max-width: calc(17.5 * (100vw/750));
  }
}

#outer_21116 .mainVisual {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 13rem;
}
@media screen and (max-width: 767px) {
  #outer_21116 .mainVisual {
    margin-bottom: 9.8rem;
  }
}
#outer_21116 .mainVisual .border {
  position: absolute;
  height: 96%;
  width: 97.5%;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #outer_21116 .mainVisual .border {
    width: 94.5%;
    height: 94.5%;
  }
}
#outer_21116 .mainVisual-inner {
  position: relative;
  max-width: 120rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #outer_21116 .mainVisual-inner {
    max-height: 72.7rem;
  }
}
#outer_21116 .mainVisual-image {
  max-width: 66.8rem;
}
@media screen and (max-width: 767px) {
  #outer_21116 .mainVisual-image {
    max-width: 56.2rem;
  }
}
#outer_21116 .mainVisual figcaption {
  position: absolute;
  max-width: 57rem;
  top: 42%;
  left: 49.7%;
}
@media screen and (max-width: 767px) {
  #outer_21116 .mainVisual figcaption {
    max-width: 42rem;
    top: 36.8%;
    left: auto;
    right: 4.5%;
  }
}
#outer_21116 .mainVisual figcaption .main, #outer_21116 .mainVisual figcaption .sub {
  display: block;
}
#outer_21116 .mainVisual figcaption .sub {
  margin-top: 2.5rem;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #outer_21116 .mainVisual figcaption .sub {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  #outer_21116 .mainVisual figcaption .sub {
    margin-top: 2.4rem;
  }
}
#outer_21116 .mainVisual-text {
  padding-top: 6.7rem;
}
@media screen and (max-width: 767px) {
  #outer_21116 .mainVisual-text {
    padding-top: 8.4rem;
  }
}
#outer_21116 .section-list {
  position: relative;
}
@media screen and (max-width: 767px) {
  #outer_21116 .section-list {
    padding-top: 16rem;
  }
}
#outer_21116 .section-list .inner-top, #outer_21116 .section-list .inner-bottom {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #outer_21116 .section-list .inner-top, #outer_21116 .section-list .inner-bottom {
    max-width: 75rem;
  }
}
#outer_21116 .look-title {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  width: 100%;
}
#outer_21116 .look-title span {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #outer_21116 .look-title span {
    display: inline-block;
  }
}
#outer_21116 .look figcaption {
  pointer-events: none;
}
#outer_21116 .look .tag-list li {
  display: block;
}
#outer_21116 .look .tag-list li a:link {
  display: inline-block;
}
#outer_21116 .block-background.block01::before {
  background-color: #f4f0ef;
}
#outer_21116 .block-background.block02::before {
  background-color: #f2eff4;
}
#outer_21116 .block-background.block03::before {
  background-color: #f4f1ed;
}
#outer_21116 .block-background.block04::before {
  background-color: #f9f4f2;
}
#outer_21116 .block-background.block05::before {
  background-color: #e4e4ea;
}
#outer_21116 .block-background.block06::before {
  background-color: #f2edf1;
}
#outer_21116 .block-background::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#outer_21116 .content-01 .look {
  max-width: 107rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-01 .look {
    max-width: 75rem;
  }
}
#outer_21116 .content-01 .look-title {
  max-width: 19.2rem;
  top: -0.7rem;
  left: 49.5%;
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-01 .look-title {
    max-width: 25.2rem;
    top: -12.3rem;
    right: 2.5rem;
    left: auto;
  }
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-01 .look__image-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#outer_21116 .content-01 .look__image-01 {
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-01 .look__image-01 {
    max-width: 56.2rem;
    margin-left: 4rem;
  }
}
#outer_21116 .content-01 .look__image-02 {
  max-width: 50rem;
}
@media screen and (min-width: 768px) {
  #outer_21116 .content-01 .look__image-02 {
    top: 23.5rem;
    margin-left: 7rem;
  }
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-01 .look__image-02 {
    max-width: 63.8rem;
    margin-left: auto;
    margin-top: 8rem;
  }
}
#outer_21116 .content-01 .look figcaption {
  margin-top: 4.6rem;
  max-width: 30rem;
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-01 .look figcaption {
    margin-top: 7.2rem;
    margin-left: 4rem;
    max-width: 32rem;
  }
}
#outer_21116 .content-02 {
  margin-top: 30.7rem;
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-02 {
    margin-top: 31.5rem;
  }
}
#outer_21116 .content-02 .look-title {
  max-width: 21.6rem;
}
@media screen and (min-width: 768px) {
  #outer_21116 .content-02 .look-title {
    top: -8.8rem;
    left: -6.5rem;
  }
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-02 .look-title {
    max-width: 29rem;
    top: -12.4rem;
    left: 2.4rem;
  }
}
#outer_21116 .content-02 .inner-top {
  position: relative;
  max-width: 55rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-02 .inner-top {
    max-width: 75rem;
  }
}
#outer_21116 .content-02 .inner-top figure figcaption {
  max-width: 15rem;
  margin-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  #outer_21116 .content-02 .inner-top figure figcaption {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-02 .inner-top figure figcaption {
    max-width: 25rem;
    margin-top: 7.2rem;
    margin-left: 4rem;
  }
}
@media screen and (min-width: 768px) {
  #outer_21116 .content-02 .inner-top figure figcaption .tag-list {
    position: relative;
    left: 8.6rem;
  }
}
#outer_21116 .content-02 .inner-bottom {
  max-width: 100rem;
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-02 .inner-bottom {
    max-width: 65rem;
    margin-top: 13.2rem;
  }
}
#outer_21116 .content-02 .inner-bottom figure:nth-child(1) {
  max-width: 25rem;
}
@media screen and (min-width: 768px) {
  #outer_21116 .content-02 .inner-bottom figure:nth-child(1) {
    top: -6.5rem;
  }
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-02 .inner-bottom figure:nth-child(1) {
    max-width: 30rem;
  }
}
#outer_21116 .content-02 .inner-bottom figure:nth-child(2) {
  max-width: 25rem;
  margin-left: 7rem;
}
@media screen and (min-width: 768px) {
  #outer_21116 .content-02 .inner-bottom figure:nth-child(2) {
    margin-top: 7.8rem;
  }
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-02 .inner-bottom figure:nth-child(2) {
    max-width: 30rem;
    margin-top: 20rem;
    margin-left: 5rem;
  }
}
#outer_21116 .content-03 {
  margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-03 {
    margin-top: 20rem;
  }
}
#outer_21116 .content-03 .look-title {
  max-width: 22.3rem;
}
@media screen and (min-width: 768px) {
  #outer_21116 .content-03 .look-title {
    top: 57.4rem;
    right: 5.8rem;
  }
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-03 .look-title {
    max-width: 30rem;
    top: 5.8rem;
    left: 2.2rem;
  }
}
#outer_21116 .content-03 .inner-top {
  max-width: 120rem;
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-03 .inner-top {
    max-width: 75rem;
  }
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-03 .inner-top .flexbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#outer_21116 .content-03 .inner-top figure:nth-child(1) {
  max-width: 42rem;
}
@media screen and (min-width: 768px) {
  #outer_21116 .content-03 .inner-top figure:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 20rem;
  }
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-03 .inner-top figure:nth-child(1) {
    max-width: 52.5rem;
    margin-left: auto;
  }
}
#outer_21116 .content-03 .inner-top figure:nth-child(2) {
  max-width: 52rem;
  margin-top: 20rem;
}
@media screen and (min-width: 768px) {
  #outer_21116 .content-03 .inner-top figure:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-03 .inner-top figure:nth-child(2) {
    max-width: 60rem;
    margin-top: 8rem;
    margin-left: 4rem;
  }
}
#outer_21116 .content-03 .inner-top figure figcaption {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-03 .inner-top figure figcaption {
    margin-top: 7.4rem;
  }
}
#outer_21116 .content-03 .inner-bottom {
  margin-top: 7.7rem;
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-03 .inner-bottom {
    margin-top: 11.4rem;
  }
}
#outer_21116 .content-03 .inner-bottom figure {
  max-width: 45rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-03 .inner-bottom figure {
    max-width: 75rem;
  }
}
#outer_21116 .content-04 {
  margin-top: 23rem;
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-04 {
    margin-top: 32.2rem;
  }
}
#outer_21116 .content-04 .look-title {
  max-width: 19.2rem;
}
@media screen and (min-width: 768px) {
  #outer_21116 .content-04 .look-title {
    top: -8rem;
    left: 50.8rem;
  }
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-04 .look-title {
    max-width: 25.2rem;
    top: -12.2rem;
    left: auto;
    right: 2.5rem;
  }
}
#outer_21116 .content-04 .inner-top {
  max-width: 105rem;
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-04 .inner-top {
    max-width: 75rem;
  }
}
#outer_21116 .content-04 .inner-top figure {
  max-width: 55rem;
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-04 .inner-top figure {
    max-width: none;
  }
}
#outer_21116 .content-04 .inner-top figure figcaption {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-04 .inner-top figure figcaption {
    margin-top: 7.4rem;
    margin-left: 4rem;
  }
}
#outer_21116 .content-04 .inner-bottom {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-04 .inner-bottom {
    margin-top: 11.4rem;
  }
}
#outer_21116 .content-04 .inner-bottom figure {
  max-width: 38rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-04 .inner-bottom figure {
    max-width: 45rem;
  }
}
#outer_21116 .content-05 {
  margin-top: 24rem;
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-05 {
    margin-top: 18rem;
  }
}
#outer_21116 .content-05 .look-title {
  max-width: 24rem;
}
@media screen and (min-width: 768px) {
  #outer_21116 .content-05 .look-title {
    top: -9rem;
    right: -5.8rem;
  }
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-05 .look-title {
    position: relative;
    max-width: 32rem;
    left: 2rem;
  }
}
#outer_21116 .content-05 .inner-top {
  max-width: 109rem;
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-05 .inner-top {
    max-width: 75rem;
  }
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-05 .inner-top figure .look__image-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 7rem;
  }
}
#outer_21116 .content-05 .inner-top figure .look__image:nth-child(1) {
  max-width: 52rem;
}
@media screen and (min-width: 768px) {
  #outer_21116 .content-05 .inner-top figure .look__image:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 5rem;
  }
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-05 .inner-top figure .look__image:nth-child(1) {
    max-width: 63.8rem;
  }
}
#outer_21116 .content-05 .inner-top figure .look__image:nth-child(2) {
  max-width: 52rem;
}
@media screen and (min-width: 768px) {
  #outer_21116 .content-05 .inner-top figure .look__image:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-05 .inner-top figure .look__image:nth-child(2) {
    max-width: 63.8rem;
  }
}
#outer_21116 .content-05 .inner-top figure figcaption {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-05 .inner-top figure figcaption {
    max-width: 28.5rem;
    margin-top: 7.2rem;
    margin-left: auto;
  }
}
#outer_21116 .content-05 .inner-bottom {
  margin-top: 7.8rem;
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-05 .inner-bottom {
    margin-top: 11.5rem;
  }
}
#outer_21116 .content-05 .inner-bottom figure {
  max-width: 40rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-05 .inner-bottom figure {
    max-width: 75rem;
  }
}
#outer_21116 .content-06 {
  margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-06 {
    margin-top: 32rem;
  }
}
#outer_21116 .content-06 .look {
  margin: 0 auto;
  max-width: 120rem;
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-06 .look {
    max-width: 75rem;
  }
}
#outer_21116 .content-06 .look-title {
  max-width: 15rem;
}
@media screen and (min-width: 768px) {
  #outer_21116 .content-06 .look-title {
    top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-06 .look-title {
    max-width: 19rem;
    top: -12.2rem;
    left: 2.4rem;
  }
}
#outer_21116 .content-06 .look__image-01 {
  max-width: 55rem;
}
@media screen and (min-width: 768px) {
  #outer_21116 .content-06 .look__image-01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 9rem;
  }
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-06 .look__image-01 {
    max-width: 65.2rem;
    margin: 0 auto;
  }
}
#outer_21116 .content-06 .look__image-02 {
  max-width: 30rem;
}
@media screen and (min-width: 768px) {
  #outer_21116 .content-06 .look__image-02 {
    margin-left: 6rem;
  }
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-06 .look__image-02 {
    max-width: 37.5rem;
  }
}
#outer_21116 .content-06 .look__image-03 {
  max-width: 30rem;
}
@media screen and (min-width: 768px) {
  #outer_21116 .content-06 .look__image-03 {
    margin-top: 5rem;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-06 .look__image-03 {
    max-width: 37.5rem;
    margin-top: 8rem;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-06 .look__image-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#outer_21116 .content-06 .look__image-inner .flexbox {
  max-width: 56rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #outer_21116 .content-06 .look__image-inner .flexbox {
    position: relative;
    top: 15rem;
  }
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-06 .look__image-inner .flexbox {
    max-width: 59rem;
    margin: 0 auto;
    margin-top: 8rem;
  }
}
#outer_21116 .content-06 .look figcaption {
  max-width: 17rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-06 .look figcaption {
    max-width: 32rem;
    margin-top: 7.4rem;
    margin-left: 8rem;
  }
}
@media screen and (min-width: 768px) {
  #outer_21116 .content-06 .look figcaption .tag-list {
    position: relative;
    top: -6.6rem;
    right: -1.4rem;
  }
}
#outer_21116 .content-01 .look-title > span:nth-child(2), #outer_21116 .content-04 .look-title > span:nth-child(2) {
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 767px) {
  #outer_21116 .content-01 .look-title > span:nth-child(2), #outer_21116 .content-04 .look-title > span:nth-child(2) {
    margin-bottom: 1.2rem;
  }
}