@charset "UTF-8";
@import url("https://use.typekit.net/prn4hdn.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap");
[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, 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, 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);
}

#cool_210429 .mainVisual-image, #cool_210429 .mainVisual-caption, #cool_210429 .mainVisual-text {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: ease-in, opacity 2000ms;
  transition: ease-in, opacity 2000ms;
}
#cool_210429 .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;
}
#cool_210429 .mainVisual-caption {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}
#cool_210429 .mainVisual-text {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}
#cool_210429 .mainVisual.onView .mainVisual-image, #cool_210429 .mainVisual.onView .mainVisual-caption, #cool_210429 .mainVisual.onView .mainVisual-text {
  opacity: 1;
}
#cool_210429 .mainVisual.onView .mainVisual-image {
  -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.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 {
  max-width: none;
}

#cool_210429 *,
#cool_210429 *::after,
#cool_210429 *::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#cool_210429 figure,
#cool_210429 figcaption,
#cool_210429 div[class*=block],
#cool_210429 div[class*=look],
#cool_210429 div[class*=__wrap],
#cool_210429 div[class*=-inner],
#cool_210429 div[class*=__image],
#cool_210429 div[class*=__item],
#cool_210429 div[class*=__video],
#cool_210429 div[class*=__caption] {
  position: relative;
  width: 100%;
}
#cool_210429 div[class*=__video] {
  line-height: 0;
}
#cool_210429 img,
#cool_210429 video {
  position: relative;
  width: 100%;
}
#cool_210429 a:link {
  display: block;
}
#cool_210429 a:link:hover {
  cursor: pointer;
}
#cool_210429 a.no_link {
  pointer-events: none;
}

@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/CenturyGothic.woff2") format("woff2"), url("../fonts/CenturyGothic.woff") format("woff"), url("../fonts/CenturyGothic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#cool_210429 {
  /* ---------- Text Area ---------- */
  font-family: pragmatica, "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック Medium", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  text-align: justify;
  text-justify: inter-cluster;
  text-justify: inter-character;
}
@media screen and (max-width: 767px) {
  #cool_210429 {
    font-size: 2.2rem;
  }
}
#cool_210429 .mainVisual-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.4;
}
@media screen and (max-width: 767px) {
  #cool_210429 .mainVisual-text {
    font-size: 2.6rem;
    line-height: 2.08;
  }
}
#cool_210429 .index-category {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.63;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  #cool_210429 .index-category {
    font-size: 2.7rem;
    line-height: 1.56;
  }
}
#cool_210429 .index-description {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.54;
}
@media screen and (max-width: 767px) {
  #cool_210429 .index-description {
    font-size: 2.3rem;
    line-height: 1.83em;
  }
}
#cool_210429 .contents-title {
  font-family: freight-big-pro, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13.2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-title {
    font-size: 19rem;
  }
}
#cool_210429 .look__concept-number {
  font-family: freight-big-pro, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13.2rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .look__concept-number {
    font-size: 19rem;
  }
}
#cool_210429 .look__concept-title {
  font-family: freight-big-pro, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 6.2rem;
  line-height: 0.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #cool_210429 .look__concept-title {
    font-size: 8.6rem;
  }
}
#cool_210429 .look__concept-description {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.58;
}
#cool_210429 .look__concept-description span {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  #cool_210429 .look__concept-description {
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.67;
  }
}
#cool_210429 .look .caption-text {
  font-weight: 500;
  line-height: 1.67;
}
#cool_210429 .look .tag-list {
  font-family: Century Gothic, sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.025em;
  line-height: 1.91;
  text-align: justify;
  text-justify: inter-cluster;
  text-justify: inter-character;
}
@media screen and (max-width: 767px) {
  #cool_210429 .look .tag-list {
    font-size: 2.1rem;
    line-height: 1.53;
  }
}
#cool_210429 .pickup-title {
  font-family: freight-big-pro, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.9rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .pickup-title {
    font-size: 6.2rem;
  }
}
#cool_210429 .pickup-tag {
  font-family: Century Gothic, sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.025em;
  line-height: 1.91;
}
@media screen and (max-width: 767px) {
  #cool_210429 .pickup-tag {
    font-size: 2.1rem;
    line-height: 1.52;
  }
}
#cool_210429 .viewall {
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #cool_210429 .viewall {
    font-size: 2.8rem;
  }
}
#cool_210429 .staff {
  font-family: Century Gothic, sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.025em;
  line-height: 2.3;
}
@media screen and (max-width: 767px) {
  #cool_210429 .staff {
    font-size: 2.1rem;
    line-height: 1.91;
  }
}

.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%;
}

#cool_210429 .look__image::before, #cool_210429 .index-block::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  top: 0;
}
#cool_210429 .pickup::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  top: 0;
}

#cool_210429 .btn-wrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 38rem;
  margin: 15rem auto 6.3rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .btn-wrap {
    max-width: 67.5rem;
    margin: 15.7rem auto 8.8rem;
  }
}
#cool_210429 .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: 767px) {
  #cool_210429 .viewall {
    padding: 4.5rem 0;
    font-size: 2.8rem;
  }
}

#cool_210429 .look__slider {
  position: relative;
}
#cool_210429 .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) {
  #cool_210429 .look__slider .slick-dots {
    width: 5rem;
    bottom: -4rem;
    left: auto;
    right: 2rem;
  }
}
#cool_210429 .look__slider .slick-dots li {
  position: relative;
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
#cool_210429 .look__slider .slick-dots li button {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
  color: transparent;
  background: black;
  opacity: 0.5;
  border-radius: 50%;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
#cool_210429 .look__slider .slick-dots li button:hover, #cool_210429 .look__slider .slick-dots li button:focus {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  #cool_210429 .look__slider .slick-dots li button {
    width: 1rem;
    height: 1rem;
  }
}
#cool_210429 .look__slider .slick-dots li.slick-active button {
  opacity: 1;
}

#cool_210429 .pickup {
  position: relative;
  width: 100%;
  margin-top: 15rem;
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  #cool_210429 .pickup {
    margin-top: 15.4rem;
    padding: 7rem 0;
  }
}
#cool_210429 .pickup::before {
  background-color: #f4f4f4;
}
#cool_210429 .pickup-wrap {
  max-width: 95rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #cool_210429 .pickup-wrap {
    max-width: 75rem;
  }
}
#cool_210429 .pickup-title {
  position: relative;
  margin-bottom: 4.2rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .pickup-title {
    margin-bottom: 5.7rem;
  }
}
#cool_210429 .pickup-item {
  position: relative;
  width: 100%;
  max-width: 89rem;
  margin: 0 auto;
  background: #ffffff;
  padding: 2.4rem 0 2.8rem;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .pickup-item {
    max-width: 69rem;
    padding: 3.4rem 0 5.6rem;
    margin-bottom: 3rem;
  }
}
#cool_210429 .pickup-item .pickup-image {
  padding-bottom: 1.8rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .pickup-item .pickup-image {
    padding-bottom: 2.8rem;
  }
}
#cool_210429 .pickup-image {
  width: 100%;
  max-width: 68rem;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .pickup-image {
    max-width: none;
    padding-bottom: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#cool_210429 .pickup-image > * {
  width: 100%;
  max-width: 20rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .pickup-image > * {
    max-width: 26.2rem;
  }
  #cool_210429 .pickup-image > *.break {
    max-width: none;
  }
  #cool_210429 .pickup-image > *:nth-child(1) {
    margin: 0 auto;
    margin-bottom: -21rem;
  }
}
#cool_210429 .pickup-tag {
  position: relative;
}

#cool_210429 .staff-block {
  max-width: 21rem;
  margin: 0 auto;
  margin-top: 5.7rem;
}
@media screen and (max-width: 768px) {
  #cool_210429 .staff-block {
    margin-top: 9.2rem;
  }
}

@media screen and (min-width: 768px) {
  #cool_210429 .wrap {
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 767px) {
  #cool_210429 .wrap {
    margin-bottom: 20rem;
  }
}
#cool_210429 .mainVisual {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .mainVisual {
    padding-bottom: 14.5rem;
  }
}
#cool_210429 .mainVisual-inner {
  position: relative;
}
#cool_210429 .mainVisual-caption {
  width: 100%;
  max-width: 51.5rem;
  position: absolute;
  top: 59.5%;
  left: 54.9%;
}
@media screen and (max-width: 767px) {
  #cool_210429 .mainVisual-caption {
    max-width: 66.3rem;
    top: 66.3%;
    left: 14.5%;
  }
}
#cool_210429 .mainVisual-text {
  padding-top: 7.3rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .mainVisual-text {
    padding-top: 9rem;
  }
}
#cool_210429 .index-block {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 7.3rem 0;
}
@media screen and (max-width: 767px) {
  #cool_210429 .index-block {
    padding: 10rem 0 3rem;
  }
}
#cool_210429 .index-block::before {
  background-color: #f4f4f4;
}
#cool_210429 .index-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 92.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #cool_210429 .index-list {
    max-width: 66.3rem;
  }
}
#cool_210429 .index-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 41.2rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .index-content {
    max-width: none;
    margin-bottom: 7rem;
  }
}
#cool_210429 .index-content + * {
  margin-left: 10rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .index-content + * {
    margin-left: 0;
  }
}
#cool_210429 .index-content picture {
  display: block;
  width: 100%;
  max-width: 13.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #cool_210429 .index-content picture {
    max-width: 20.2rem;
  }
}
#cool_210429 .index-content figcaption {
  max-width: 23.7rem;
  margin-top: 2rem;
  margin-left: 4rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .index-content figcaption {
    max-width: 41.2rem;
    margin-top: 1.7rem;
    margin-left: 5rem;
  }
}
#cool_210429 .index-category#linenblend {
  letter-spacing: 0.1em;
}
#cool_210429 .index-description {
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .index-description {
    margin-top: 0.8rem;
  }
}
#cool_210429 .section-list {
  position: relative;
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .section-list {
    margin-top: 10rem;
  }
}
#cool_210429 .look__concept {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
#cool_210429 .look__concept-number {
  display: block;
}
#cool_210429 .look .tag-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  pointer-events: all;
}
@media screen and (min-width: 768px) {
  #cool_210429 .look .tag-list li:nth-child(even) {
    margin-left: 1.2rem;
  }
}
#cool_210429 .contents {
  position: relative;
}
#cool_210429 .contents.contents-01 .contents-title {
  color: #e5e5e5;
}
#cool_210429 .contents.contents-02 .contents-title {
  color: #e5e5dc;
}
#cool_210429 .contents.contents-03 .contents-title {
  color: #f7edeb;
}
#cool_210429 .contents-title {
  position: absolute;
  top: 0;
  left: 0;
}
#cool_210429 .contents-01 .block01 {
  max-width: 103rem;
  margin: 0 auto;
  margin-top: 19.6rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-01 .block01 {
    margin-top: 0;
    max-width: 75rem;
  }
}
#cool_210429 .contents-01 .block01 .contents-title {
  top: -9.8rem;
  right: -5rem;
  left: auto;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-01 .block01 .contents-title {
    top: 35rem;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-01 .block01 .look-inner--top .look {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#cool_210429 .contents-01 .block01 .look-inner--top .look__concept {
  max-width: 27.5rem;
  top: 1.3rem;
  left: -5rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-01 .block01 .look-inner--top .look__concept {
    top: 1.2rem;
    left: 0;
    max-width: 39.5rem;
    margin-left: 1.8rem;
    z-index: 2;
  }
}
#cool_210429 .contents-01 .block01 .look-inner--top .look__concept-number {
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-01 .block01 .look-inner--top .look__concept-number {
    margin-bottom: 1.8rem;
  }
}
#cool_210429 .contents-01 .block01 .look-inner--top .look__concept-description {
  font-size: 1.3rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-01 .block01 .look-inner--top .look__concept-description {
    font-size: 2.2rem;
    line-height: 1.6;
    text-align: justify;
    text-justify: inter-cluster;
    text-justify: inter-character;
    margin-top: 3.2rem;
  }
}
#cool_210429 .contents-01 .block01 .look-inner--top .look__image {
  max-width: 50rem;
  margin-right: 3rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-01 .block01 .look-inner--top .look__image {
    max-width: 48.8rem;
    margin-right: 0;
    top: -1.2rem;
    z-index: 1;
  }
}
#cool_210429 .contents-01 .block01 .look-inner--bottom .look__image {
  max-width: 45rem;
  margin-top: -35rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-01 .block01 .look-inner--bottom .look__image {
    max-width: 48.8rem;
    margin-top: -10.8rem;
  }
}
#cool_210429 .contents-01 .block01 .look-inner--bottom .look figcaption {
  max-width: 35rem;
  margin-top: 1.5rem;
  margin-left: 23.7rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-01 .block01 .look-inner--bottom .look figcaption {
    max-width: 32rem;
    margin-top: 2.2rem;
    margin-left: -5.7rem;
  }
}
#cool_210429 .contents-01 .block02 {
  max-width: 99.7rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-01 .block02 {
    max-width: 75rem;
  }
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-01 .block02 .look-inner--top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#cool_210429 .contents-01 .block02 .look-inner--top figure:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  max-width: 45rem;
  top: -4.5rem;
  left: -13.6rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-01 .block02 .look-inner--top figure:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    top: 0;
    left: 0;
    max-width: none;
  }
}
#cool_210429 .contents-01 .block02 .look-inner--top figure:nth-child(1) .look__image {
  max-width: 45rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-01 .block02 .look-inner--top figure:nth-child(1) .look__image {
    max-width: 56.2rem;
    margin: 0 auto;
    margin-top: 30.5rem;
  }
}
#cool_210429 .contents-01 .block02 .look-inner--top figure:nth-child(1) .look__concept {
  position: absolute;
  max-width: 27.8rem;
  top: 16rem;
  left: 31.6rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-01 .block02 .look-inner--top figure:nth-child(1) .look__concept {
    max-width: 39rem;
    top: -9rem;
    right: 1rem;
    left: auto;
  }
}
#cool_210429 .contents-01 .block02 .look-inner--top figure:nth-child(1) .look__concept-number {
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-01 .block02 .look-inner--top figure:nth-child(1) .look__concept-number {
    margin-bottom: 1.8rem;
  }
}
#cool_210429 .contents-01 .block02 .look-inner--top figure:nth-child(1) .look__concept-description {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-01 .block02 .look-inner--top figure:nth-child(1) .look__concept-description {
    margin-top: 2.2rem;
  }
}
#cool_210429 .contents-01 .block02 .look-inner--top figure:nth-child(1) figcaption {
  -ms-flex-item-align: end;
      align-self: flex-end;
  max-width: 27.8rem;
  margin-bottom: 2.7rem;
  margin-left: -13.4rem;
}
@media screen and (min-width: 768px) {
  #cool_210429 .contents-01 .block02 .look-inner--top figure:nth-child(1) figcaption {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-01 .block02 .look-inner--top figure:nth-child(1) figcaption {
    max-width: none;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin: 0 auto;
    max-width: 68.8rem;
    margin-top: 3.5rem;
  }
}
#cool_210429 .contents-01 .block02 .look-inner--top figure:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  z-index: 1;
  max-width: 50rem;
  margin-top: 25.5rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-01 .block02 .look-inner--top figure:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 52.5rem;
    margin-top: 4rem;
    margin-left: 3rem;
  }
}
#cool_210429 .contents-01 .block02 .look-inner--bottom {
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-01 .block02 .look-inner--bottom {
    max-width: 69rem;
    margin: 0 auto;
  }
}
#cool_210429 .contents-01 .block02 .look-inner--bottom figure .look__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  max-width: 52rem;
  margin-top: -29.3rem;
  left: -6rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-01 .block02 .look-inner--bottom figure .look__image {
    max-width: 56.2rem;
    margin-top: -8.8rem;
    margin-left: -13.2rem;
  }
}
#cool_210429 .contents-01 .block02 .look-inner--bottom figure figcaption {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  max-width: 50rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-01 .block02 .look-inner--bottom figure figcaption {
    max-width: 32rem;
    margin-top: 28.5rem;
  }
}
#cool_210429 .contents-01 .block02 .look-inner--bottom figure .tag-list {
  max-width: 35rem;
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-01 .block02 .look-inner--bottom figure .tag-list {
    max-width: none;
    margin-top: 0;
  }
}
#cool_210429 .contents-01 .block02 .look-inner--bottom figure .tag-list li:nth-child(even) {
  margin-left: 1.1rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-01 .block02 .look-inner--bottom figure .tag-list li:nth-child(even) {
    margin-left: 0;
  }
}
#cool_210429 .contents-01 .block03 {
  max-width: 105rem;
  margin: 0 auto;
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-01 .block03 {
    max-width: 75rem;
    margin-top: 0;
  }
}
#cool_210429 .contents-01 .block03 .look-inner--top figure {
  max-width: 45rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-01 .block03 .look-inner--top figure {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: none;
  }
}
#cool_210429 .contents-01 .block03 .look-inner--top figure .look__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  max-width: 45rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-01 .block03 .look-inner--top figure .look__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 56.2rem;
    margin-top: -2.4rem;
    margin-left: 12.8rem;
    z-index: 1;
  }
}
#cool_210429 .contents-01 .block03 .look-inner--top figure .look__concept {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  max-width: 23.7rem;
  margin-top: 4rem;
  margin-left: 36.3rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-01 .block03 .look-inner--top figure .look__concept {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 39.5rem;
    margin: 0;
    margin-top: -4.2rem;
    margin-left: auto;
    margin-right: 2rem;
    z-index: 2;
  }
}
#cool_210429 .contents-01 .block03 .look-inner--top figure .look__concept-number {
  margin-bottom: 3.4rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-01 .block03 .look-inner--top figure .look__concept-number {
    font-size: 15rem;
    margin-bottom: 3.8rem;
  }
}
#cool_210429 .contents-01 .block03 .look-inner--top figure .look__concept-description {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-01 .block03 .look-inner--top figure .look__concept-description {
    margin-top: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-01 .block03 .look-inner--bottom figure {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#cool_210429 .contents-01 .block03 .look-inner--bottom figure .look__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  max-width: 48rem;
  margin-top: -41.2rem;
  margin-left: 5rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-01 .block03 .look-inner--bottom figure .look__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
    max-width: 56.2rem;
    margin-top: -5rem;
  }
}
#cool_210429 .contents-01 .block03 .look-inner--bottom figure figcaption {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  max-width: 45rem;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #cool_210429 .contents-01 .block03 .look-inner--bottom figure figcaption {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-01 .block03 .look-inner--bottom figure figcaption {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 65rem;
    margin-top: -2rem;
    margin-left: 8.8rem;
  }
}
#cool_210429 .contents-01 .block03 .look-inner--bottom figure figcaption .caption-text {
  max-width: 23.8rem;
  margin-top: -23.5rem;
  position: absolute;
  left: 81.2rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-01 .block03 .look-inner--bottom figure figcaption .caption-text {
    max-width: none;
    margin: 0;
    position: relative;
    left: 0;
  }
}
#cool_210429 .contents-01 .block03 .look-inner--bottom figure figcaption .tag-list {
  max-width: 35rem;
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-01 .block03 .look-inner--bottom figure figcaption .tag-list {
    max-width: none;
    margin-top: 1.2rem;
  }
}
#cool_210429 .contents-01 .block03 .look-inner--bottom figure figcaption .tag-list li:nth-child(even) {
  margin-left: 1.1rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-01 .block03 .look-inner--bottom figure figcaption .tag-list li:nth-child(even) {
    margin-left: 2.2rem;
  }
}
#cool_210429 .contents-02 .block01 {
  max-width: 95.3rem;
  margin: 0 auto;
  margin-top: 10.2rem;
}
#cool_210429 .contents-02 .block01 .contents-title {
  top: 6.7rem;
  left: auto;
  right: -7.5rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-02 .block01 .contents-title {
    top: -4rem;
    left: 0;
    right: auto;
  }
}
#cool_210429 .contents-02 .block01 .look-inner--top {
  max-width: 96rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-02 .block01 .look-inner--top {
    max-width: 75rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#cool_210429 .contents-02 .block01 .look-inner--top figure:nth-child(1) {
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-02 .block01 .look-inner--top figure:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -25.6rem;
  }
}
#cool_210429 .contents-02 .block01 .look-inner--top figure:nth-child(1) .look__concept {
  max-width: 23.4rem;
  position: absolute;
  top: 32.5rem;
  left: -7.6rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-02 .block01 .look-inner--top figure:nth-child(1) .look__concept {
    max-width: 42.2rem;
    top: -58.8rem;
    left: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-02 .block01 .look-inner--top figure:nth-child(1) .look__concept-title {
    text-align: left;
  }
}
#cool_210429 .contents-02 .block01 .look-inner--top figure:nth-child(1) .look__concept-number {
  margin-bottom: 3.4rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-02 .block01 .look-inner--top figure:nth-child(1) .look__concept-number {
    margin-bottom: 4.8rem;
  }
}
#cool_210429 .contents-02 .block01 .look-inner--top figure:nth-child(1) .look__concept-description {
  font-size: 1.3rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-02 .block01 .look-inner--top figure:nth-child(1) .look__concept-description {
    font-size: 2.2rem;
    line-height: 1.6;
    text-align: justify;
    text-justify: inter-cluster;
    text-justify: inter-character;
    margin-top: 3.2rem;
  }
}
#cool_210429 .contents-02 .block01 .look-inner--top figure:nth-child(1) .look__image {
  max-width: 50rem;
  left: 4.8rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-02 .block01 .look-inner--top figure:nth-child(1) .look__image {
    max-width: 41.2rem;
    left: 0;
    z-index: 1;
  }
}
#cool_210429 .contents-02 .block01 .look-inner--top figure:nth-child(2) {
  max-width: 48rem;
  margin-top: 20rem;
  left: -3.2rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-02 .block01 .look-inner--top figure:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 63.8rem;
    left: 0;
    margin-top: 14.8rem;
    margin-left: auto;
  }
  #cool_210429 .contents-02 .block01 .look-inner--top figure:nth-child(2) figcaption {
    pointer-events: none;
    z-index: 2;
  }
}
#cool_210429 .contents-02 .block01 .look-inner--top figure:nth-child(2) .tag-list {
  max-width: 40rem;
  margin-top: 1.4rem;
  margin-left: 18rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-02 .block01 .look-inner--top figure:nth-child(2) .tag-list {
    max-width: 40rem;
    margin-top: 19.2rem;
    margin-left: 25rem;
  }
}
#cool_210429 .contents-02 .block01 .look-inner--top figure:nth-child(2) .tag-list li:nth-child(even) {
  margin-left: 1.1rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-02 .block01 .look-inner--top figure:nth-child(2) .tag-list li:nth-child(even) {
    margin-left: 0;
  }
}
#cool_210429 .contents-02 .block01 .look-inner--bottom {
  pointer-events: none;
}
#cool_210429 .contents-02 .block01 .look-inner--bottom figure {
  max-width: 48rem;
  margin-top: -15.4rem;
  margin-left: 14.8rem;
  pointer-events: all;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-02 .block01 .look-inner--bottom figure {
    max-width: 48.8rem;
    margin-top: -5.6rem;
    margin-left: 23.2rem;
  }
}
#cool_210429 .contents-02 .block02 {
  max-width: 106rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-02 .block02 {
    max-width: 75rem;
    margin-top: 17.2rem;
  }
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-02 .block02 .look-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#cool_210429 .contents-02 .block02 figure:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  max-width: 55rem;
  margin-left: 3rem;
  top: -4.3rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-02 .block02 figure:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 56.2rem;
    top: 0;
    z-index: 1;
  }
}
#cool_210429 .contents-02 .block02 figure:nth-child(1) .look__concept {
  max-width: 21.7rem;
  position: absolute;
  top: 20.8rem;
  right: -7rem;
  left: auto;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-02 .block02 figure:nth-child(1) .look__concept {
    max-width: 36rem;
    top: -10.8rem;
    right: -13rem;
  }
}
#cool_210429 .contents-02 .block02 figure:nth-child(1) .look__concept-number {
  margin-bottom: 4.2rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-02 .block02 figure:nth-child(1) .look__concept-number {
    font-size: 15rem;
    margin-bottom: 4.8rem;
  }
}
#cool_210429 .contents-02 .block02 figure:nth-child(1) .look__concept-description {
  margin-top: 2.2rem;
}
@media screen and (min-width: 768px) {
  #cool_210429 .contents-02 .block02 figure:nth-child(1) .look__concept-description {
    letter-spacing: 0.0335em;
  }
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-02 .block02 figure:nth-child(1) .look__concept-description {
    margin-top: 3.2rem;
  }
}
#cool_210429 .contents-02 .block02 figure:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  max-width: 48rem;
  margin-top: 19rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-02 .block02 figure:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 66rem;
    margin-top: -5.2rem;
    margin-left: auto;
  }
}
#cool_210429 .contents-02 .block02 figure:nth-child(2) figcaption {
  max-width: 42rem;
  margin-top: 27rem;
  margin-left: 3rem;
}
@media screen and (min-width: 768px) {
  #cool_210429 .contents-02 .block02 figure:nth-child(2) figcaption {
    pointer-events: none;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-02 .block02 figure:nth-child(2) figcaption {
    max-width: none;
    margin-top: 3.6rem;
    margin-left: -6rem;
  }
}
#cool_210429 .contents-02 .block02 figure:nth-child(2) figcaption .caption-text {
  max-width: 21.7rem;
  position: relative;
  left: 40.2rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-02 .block02 figure:nth-child(2) figcaption .caption-text {
    max-width: 61rem;
    left: 0;
    line-height: 1.6;
  }
}
#cool_210429 .contents-02 .block02 figure:nth-child(2) figcaption .tag-list {
  margin-top: 5.7rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-02 .block02 figure:nth-child(2) figcaption .tag-list {
    margin-top: 1.5rem;
  }
  #cool_210429 .contents-02 .block02 figure:nth-child(2) figcaption .tag-list li {
    margin-right: 2.2rem;
  }
}
#cool_210429 .contents-02 .block03 {
  max-width: 88.2rem;
  margin: 0 auto;
  margin-top: 7.2rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-02 .block03 {
    max-width: 75rem;
    margin-top: 9.8rem;
  }
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-02 .block03 .look-inner--top figure {
    max-width: 63rem;
    margin: 0 auto;
  }
}
#cool_210429 .contents-02 .block03 .look-inner--top figure .look__concept {
  max-width: 28.2rem;
  margin-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-02 .block03 .look-inner--top figure .look__concept {
    position: absolute;
    max-width: 48.5rem;
    margin-top: 32.5rem;
    left: -1rem;
  }
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-02 .block03 .look-inner--top figure .look__concept-title {
    text-align: left;
  }
}
#cool_210429 .contents-02 .block03 .look-inner--top figure .look__concept-number {
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-02 .block03 .look-inner--top figure .look__concept-number {
    margin-bottom: 2.8rem;
  }
}
#cool_210429 .contents-02 .block03 .look-inner--top figure .look__concept-description {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-02 .block03 .look-inner--top figure .look__concept-description {
    text-align: justify;
    text-justify: inter-cluster;
    text-justify: inter-character;
    margin-top: 3.2rem;
  }
}
#cool_210429 .contents-02 .block03 .look-inner--top figure .look__image {
  max-width: 50rem;
  margin-left: 9.8rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-02 .block03 .look-inner--top figure .look__image {
    max-width: 52.5rem;
    margin-left: 10.5rem;
  }
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-02 .block03 .look-inner--bottom figure {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#cool_210429 .contents-02 .block03 .look-inner--bottom figure .look__image {
  max-width: 40rem;
  margin-top: -29.5rem;
  margin-left: 8rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-02 .block03 .look-inner--bottom figure .look__image {
    max-width: 45rem;
    margin-top: 10.5rem;
    margin-left: 5rem;
  }
}
#cool_210429 .contents-02 .block03 .look-inner--bottom figure figcaption {
  max-width: 40rem;
}
@media screen and (min-width: 768px) {
  #cool_210429 .contents-02 .block03 .look-inner--bottom figure figcaption {
    pointer-events: none;
    position: static;
  }
}
#cool_210429 .contents-02 .block03 .look-inner--bottom figure figcaption .caption-text {
  max-width: 28rem;
  position: absolute;
  top: -34.4rem;
  left: 0;
}
#cool_210429 .contents-02 .block03 .look-inner--bottom figure figcaption .tag-list {
  max-width: 35rem;
  margin-top: 1.4rem;
  margin-left: 12.2rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-02 .block03 .look-inner--bottom figure figcaption .tag-list {
    margin-top: -8.2rem;
    margin-left: 35rem;
  }
}
#cool_210429 .contents-02 .block03 .look-inner--bottom figure figcaption .tag-list li:nth-child(even) {
  margin-left: 1.1rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-02 .block03 .look-inner--bottom figure figcaption .tag-list li:nth-child(even) {
    margin-left: 0;
  }
}
#cool_210429 .contents-03 .block01 {
  max-width: 103.5rem;
  margin: 0 auto;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-03 .block01 {
    max-width: 75rem;
    margin-top: 21.7rem;
  }
}
#cool_210429 .contents-03 .block01 .contents-title {
  top: 9.5rem;
  left: -7.5rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-03 .block01 .contents-title {
    top: -15.4rem;
    left: 0;
  }
}
#cool_210429 .contents-03 .block01 .look-inner--top figure .look__concept {
  max-width: 23.3rem;
  position: absolute;
  top: -7.8rem;
  left: auto;
  right: -7.6rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-03 .block01 .look-inner--top figure .look__concept {
    max-width: 38.8rem;
    top: 54.2rem;
    right: 2rem;
  }
}
#cool_210429 .contents-03 .block01 .look-inner--top figure .look__concept-number {
  margin-bottom: 3.4rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-03 .block01 .look-inner--top figure .look__concept-number {
    font-size: 15rem;
    margin-bottom: 4rem;
  }
}
#cool_210429 .contents-03 .block01 .look-inner--top figure .look__concept-description {
  font-size: 1.3rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-03 .block01 .look-inner--top figure .look__concept-description {
    font-size: 2.2rem;
    line-height: 1.6;
    text-align: justify;
    text-justify: inter-cluster;
    text-justify: inter-character;
    margin-top: 4.4rem;
  }
}
#cool_210429 .contents-03 .block01 .look-inner--top figure .look__image {
  max-width: 50rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-03 .block01 .look-inner--top figure .look__image {
    max-width: 60rem;
    margin-left: 9rem;
  }
}
@media screen and (min-width: 768px) {
  #cool_210429 .contents-03 .block01 .look-inner--bottom {
    left: -2.5rem;
  }
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-03 .block01 .look-inner--bottom {
    margin-top: 35.2rem;
  }
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-03 .block01 .look-inner--bottom figure {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#cool_210429 .contents-03 .block01 .look-inner--bottom figure .look__image {
  max-width: 52rem;
  margin-top: -42.5rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-03 .block01 .look-inner--bottom figure .look__image {
    max-width: 60rem;
    margin: 0;
  }
}
#cool_210429 .contents-03 .block01 .look-inner--bottom figure figcaption {
  max-width: 35rem;
  margin-top: 1.5rem;
  margin-left: 4rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-03 .block01 .look-inner--bottom figure figcaption {
    margin-top: -14.5rem;
    margin-left: 41rem;
  }
}
#cool_210429 .contents-03 .block02 {
  max-width: 98rem;
  margin: 0 auto;
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-03 .block02 {
    max-width: 75rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-03 .block02 .look-inner--top figure {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#cool_210429 .contents-03 .block02 .look-inner--top figure .look__image {
  max-width: 45rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-03 .block02 .look-inner--top figure .look__image {
    max-width: 63.8rem;
    margin-top: 3.5rem;
  }
}
#cool_210429 .contents-03 .block02 .look-inner--top figure .look__concept {
  max-width: 25.5rem;
  margin-top: -1rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-03 .block02 .look-inner--top figure .look__concept {
    max-width: 37.2rem;
    margin-top: -2.4rem;
  }
}
#cool_210429 .contents-03 .block02 .look-inner--top figure .look__concept-number {
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-03 .block02 .look-inner--top figure .look__concept-number {
    margin-bottom: 2.8rem;
  }
}
#cool_210429 .contents-03 .block02 .look-inner--top figure .look__concept-description {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  #cool_210429 .contents-03 .block02 .look-inner--top figure .look__concept-description {
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-03 .block02 .look-inner--top figure .look__concept-description {
    margin-top: 3.2rem;
  }
}
#cool_210429 .contents-03 .block02 .look-inner--top figure figcaption {
  -ms-flex-item-align: end;
      align-self: flex-end;
  max-width: 27.8rem;
  margin-bottom: 2.7rem;
  margin-left: -13.4rem;
}
@media screen and (min-width: 768px) {
  #cool_210429 .contents-03 .block02 .look-inner--top figure figcaption {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-03 .block02 .look-inner--bottom figure {
    max-width: 69rem;
    margin: 0 auto;
  }
}
#cool_210429 .contents-03 .block02 .look-inner--bottom figure .look__image {
  max-width: 50rem;
  margin-top: -34.2rem;
  margin-left: 8rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-03 .block02 .look-inner--bottom figure .look__image {
    max-width: 48.8rem;
    margin: 0;
    margin-top: 4.2rem;
  }
}
#cool_210429 .contents-03 .block02 .look-inner--bottom figure figcaption {
  max-width: 50rem;
}
@media screen and (min-width: 768px) {
  #cool_210429 .contents-03 .block02 .look-inner--bottom figure figcaption {
    pointer-events: none;
    position: static;
  }
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-03 .block02 .look-inner--bottom figure figcaption {
    max-width: 32.5rem;
    margin-left: -11.4rem;
    margin-top: 24.7rem;
  }
}
#cool_210429 .contents-03 .block02 .look-inner--bottom figure figcaption .caption-text {
  max-width: 25.5rem;
  position: absolute;
  top: -29.6rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-03 .block02 .look-inner--bottom figure figcaption .caption-text {
    line-height: 1.6;
    max-width: none;
    position: relative;
    top: 0;
  }
}
#cool_210429 .contents-03 .block02 .look-inner--bottom figure figcaption .tag-list {
  max-width: 35rem;
  margin-top: 1.5rem;
  margin-left: 11.5rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-03 .block02 .look-inner--bottom figure figcaption .tag-list {
    max-width: none;
    margin-left: 0;
  }
}
#cool_210429 .contents-03 .block03 {
  max-width: 105rem;
  margin: 0 auto;
  margin-top: 7.3rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-03 .block03 {
    max-width: 75rem;
    margin-top: 9.6rem;
  }
}
#cool_210429 .contents-03 .block03 .look-inner--top figure {
  max-width: 45rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-03 .block03 .look-inner--top figure {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: none;
  }
}
#cool_210429 .contents-03 .block03 .look-inner--top figure .look__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  max-width: 45rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-03 .block03 .look-inner--top figure .look__image {
    max-width: 56.2rem;
    margin-left: 12.8rem;
  }
}
#cool_210429 .contents-03 .block03 .look-inner--top figure .look__concept {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  max-width: 27rem;
  margin-top: -10rem;
  margin-left: 33rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-03 .block03 .look-inner--top figure .look__concept {
    max-width: 36rem;
    margin-top: 0.8rem;
    margin-left: auto;
  }
}
#cool_210429 .contents-03 .block03 .look-inner--top figure .look__concept-number {
  margin-bottom: 3.4rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-03 .block03 .look-inner--top figure .look__concept-number {
    margin-bottom: 3.8rem;
  }
}
#cool_210429 .contents-03 .block03 .look-inner--top figure .look__concept-description {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-03 .block03 .look-inner--top figure .look__concept-description {
    margin-top: 3.2rem;
  }
}
#cool_210429 .contents-03 .block03 .look-inner--top figure .tag-list {
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-03 .block03 .look-inner--bottom figure {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 69rem;
    margin: 0 auto;
  }
}
#cool_210429 .contents-03 .block03 .look-inner--bottom figure .look__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  max-width: 50rem;
  margin-top: -49.2rem;
  margin-left: 3rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-03 .block03 .look-inner--bottom figure .look__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 45rem;
    margin-top: -51rem;
    margin-left: 0;
  }
}
#cool_210429 .contents-03 .block03 .look-inner--bottom figure figcaption {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  max-width: 45rem;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #cool_210429 .contents-03 .block03 .look-inner--bottom figure figcaption {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-03 .block03 .look-inner--bottom figure figcaption {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: none;
  }
}
#cool_210429 .contents-03 .block03 .look-inner--bottom figure figcaption .caption-text {
  max-width: 27rem;
  margin-top: -37.6rem;
  position: absolute;
  left: 78rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-03 .block03 .look-inner--bottom figure figcaption .caption-text {
    line-height: 1.6;
    position: relative;
    max-width: none;
    margin-top: 3.5rem;
    left: 0;
  }
}
#cool_210429 .contents-03 .block03 .look-inner--bottom figure figcaption .tag-list {
  max-width: 35rem;
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-03 .block03 .look-inner--bottom figure figcaption .tag-list {
    max-width: none;
    margin-top: 2.4rem;
  }
}
#cool_210429 .contents-03 .block03 .look-inner--bottom figure figcaption .tag-list li:nth-child(even) {
  margin-left: 1.1rem;
}
@media screen and (max-width: 767px) {
  #cool_210429 .contents-03 .block03 .look-inner--bottom figure figcaption .tag-list li:nth-child(even) {
    margin-left: 2.2rem;
  }
}/*# sourceMappingURL=main.css.map */