@charset "UTF-8";
@import url("https://use.typekit.net/axm2psj.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500&display=swap");
@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);
}

#onepiece_210520 .mainVisual-image, #onepiece_210520 .mainVisual-caption, #onepiece_210520 .mainVisual-text {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: ease-in, opacity 2000ms;
  transition: ease-in, opacity 2000ms;
}
#onepiece_210520 .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;
}
#onepiece_210520 .mainVisual-text {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}
#onepiece_210520 .mainVisual.onView .mainVisual-image, #onepiece_210520 .mainVisual.onView .mainVisual-caption, #onepiece_210520 .mainVisual.onView .mainVisual-text {
  opacity: 1;
}
#onepiece_210520 .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 a:link {
  position: relative;
}
.breadlist.lp a:link::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #000000;
  position: absolute;
  bottom: 0.1rem;
  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 {
  max-width: 120rem;
  min-width: none;
}

#onepiece_210520 *,
#onepiece_210520 *::after,
#onepiece_210520 *::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#onepiece_210520 figure,
#onepiece_210520 figcaption,
#onepiece_210520 div[class*=block],
#onepiece_210520 div[class*=look],
#onepiece_210520 div[class*=__wrap],
#onepiece_210520 div[class*=-inner],
#onepiece_210520 div[class*=__image],
#onepiece_210520 div[class*=__item],
#onepiece_210520 div[class*=__video],
#onepiece_210520 div[class*=__caption] {
  position: relative;
  width: 100%;
}
#onepiece_210520 div[class*=__video] {
  line-height: 0;
}
#onepiece_210520 img,
#onepiece_210520 video {
  position: relative;
  width: 100%;
}
#onepiece_210520 a:link {
  display: block;
}
#onepiece_210520 a:link:hover {
  cursor: pointer;
}
#onepiece_210520 a.no_link {
  pointer-events: none;
}

@font-face {
  font-family: "SegoeUIEmoji";
  src: url("../fonts/SegoeUIEmoji.woff2") format("woff2"), url("../fonts/SegoeUIEmoji.woff") format("woff"), url("../fonts/SegoeUIEmoji.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#onepiece_210520 {
  /* ---------- Text Area ---------- */
  font-family: pragmatica, "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック Medium", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  text-align: justify;
  text-justify: inter-cluster;
  text-justify: inter-character;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 {
    font-size: 2.4rem;
  }
}
#onepiece_210520 .mainVisual-text p {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック Medium", "メイリオ", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.88;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .mainVisual-text p {
    font-size: 2.4rem;
    line-height: 1.67;
  }
}
#onepiece_210520 .look__profile-number {
  font-family: garamond-premier-pro-display, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 7.2rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .look__profile-number {
    font-size: 12.4rem;
  }
}
#onepiece_210520 .look__profile-title {
  font-family: pragmatica, "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.18;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .look__profile-title {
    font-size: 3.6rem;
    line-height: 0.72;
  }
}
#onepiece_210520 .look__profile-title span a {
  font-size: 1.6rem;
  line-height: 1.63;
  color: #6b6b6b;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .look__profile-title span a {
    font-size: 2.4rem;
    line-height: 1.08;
  }
}
#onepiece_210520 .look__profile-text p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .look__profile-text p {
    font-size: 2.4rem;
    line-height: 1.75;
  }
}
#onepiece_210520 .look__recommend-title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.29;
}
@media screen and (min-width: 768px) {
  #onepiece_210520 .look__recommend-title {
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .look__recommend-title {
    font-size: 4.2rem;
    line-height: 0.64;
  }
}
#onepiece_210520 .look__recommend-title span {
  font-family: garamond-premier-pro-display, serif;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .look__recommend-title span {
    font-size: 5.2rem;
    letter-spacing: 0.06em;
  }
}
#onepiece_210520 .look__recommend-item figure figcaption .caption-tag {
  font-family: pragmatica, "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック Medium", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .look__recommend-item figure figcaption .caption-tag {
    font-size: 2.2rem;
  }
}
#onepiece_210520 .look__recommend-item figure figcaption .caption-tag .name {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .look__recommend-item figure figcaption .caption-tag .name {
    font-size: 2.9rem;
    line-height: 1.24;
  }
}
#onepiece_210520 .look__recommend-item figure figcaption .caption-description {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .look__recommend-item figure figcaption .caption-description {
    line-height: 1.75;
  }
}
#onepiece_210520 .variations-title {
  font-family: garamond-premier-pro-display, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 3.2rem;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .variations-title {
    font-size: 5.6rem;
  }
}
#onepiece_210520 .variations-text {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .variations-text {
    font-size: 2.4rem;
  }
}
#onepiece_210520 .variations-text span {
  font-size: 1.3rem;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .variations-text span {
    font-size: 2rem;
  }
}
#onepiece_210520 .variations-tag {
  font-size: 1.3rem;
  letter-spacing: 0.025em;
  line-height: 1.62;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .variations-tag {
    font-size: 2.2rem;
    line-height: 0.95;
  }
}

.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%;
}

#onepiece_210520 .look__recommend-title::after, #onepiece_210520 .look__profile-number::after, #onepiece_210520 .variations-title::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #000000;
}
#onepiece_210520 .look__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  top: 0;
}
#onepiece_210520 .look__recommend::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  top: 0;
}

#onepiece_210520 .btn-wrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 29rem;
  margin: 5.5rem auto 6.3rem;
  background-color: #000000;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .btn-wrap {
    max-width: 37.5rem;
    margin: 6rem auto 8.8rem;
  }
}
#onepiece_210520 .viewall {
  font-size: 1.7rem;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #ffffff;
  padding: 1.2rem 0;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .viewall {
    font-size: 2.6rem;
    letter-spacing: 0.03em;
    padding: 1.8rem 0;
  }
}

#onepiece_210520 .look__slider {
  position: relative;
}
#onepiece_210520 .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) {
  #onepiece_210520 .look__slider .slick-dots {
    width: 5rem;
    bottom: -4rem;
    left: auto;
    right: 2rem;
  }
}
#onepiece_210520 .look__slider .slick-dots li {
  position: relative;
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
#onepiece_210520 .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;
}
#onepiece_210520 .look__slider .slick-dots li button:hover, #onepiece_210520 .look__slider .slick-dots li button:focus {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  #onepiece_210520 .look__slider .slick-dots li button {
    width: 1rem;
    height: 1rem;
  }
}
#onepiece_210520 .look__slider .slick-dots li.slick-active button {
  opacity: 1;
}

#onepiece_210520 .variations {
  position: relative;
  width: 100%;
  margin-top: 18.2rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .variations {
    margin-top: 16rem;
  }
}
#onepiece_210520 .variations-wrap {
  max-width: 76rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .variations-wrap {
    max-width: 75rem;
  }
}
#onepiece_210520 .variations-list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#onepiece_210520 .variations-title {
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .variations-title {
    margin-bottom: 4.8rem;
  }
}
#onepiece_210520 .variations-title::after {
  margin: 0.3rem auto;
  max-width: 32rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .variations-title::after {
    margin: 1.2rem auto;
    max-width: 55.5rem;
  }
}
#onepiece_210520 .variations-item {
  position: relative;
  width: 100%;
  max-width: 22rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .variations-item {
    max-width: 26rem;
  }
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .variations-item:nth-child(1) {
    margin: 0 auto;
    margin-bottom: -27.6rem;
  }
}
#onepiece_210520 .variations-image {
  width: 100%;
  margin: 0 auto;
}
#onepiece_210520 .variations-text {
  padding-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .variations-text {
    padding-top: 2rem;
  }
}
#onepiece_210520 .variations-text span {
  display: block;
  padding-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .variations-text span {
    padding-top: 0.6rem;
  }
}
#onepiece_210520 .variations-tag {
  position: relative;
  margin-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .variations-tag {
    margin-top: 6.5rem;
  }
}

@media screen and (min-width: 768px) {
  #onepiece_210520 .wrap {
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .wrap {
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  #onepiece_210520 .flexbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#onepiece_210520 .mainVisual {
  width: 100%;
  margin: 0 auto;
}
#onepiece_210520 .mainVisual-inner {
  position: relative;
}
#onepiece_210520 .mainVisual-caption {
  width: 100%;
  max-width: 52.5rem;
  position: absolute;
  top: 60%;
  left: 2.1%;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .mainVisual-caption {
    max-width: 53rem;
    top: 25.7%;
    left: 2.7%;
  }
}
#onepiece_210520 .mainVisual-text {
  padding-top: 7.4rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .mainVisual-text {
    padding-top: 9.2rem;
  }
}
#onepiece_210520 .mainVisual-text p + p {
  padding-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .mainVisual-text p + p {
    padding-top: 4rem;
  }
}
#onepiece_210520 .section-list {
  position: relative;
  margin-top: 14.2rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .section-list {
    margin-top: 15.2rem;
  }
}
#onepiece_210520 .look__profile-number::after {
  margin: 0.6rem auto;
  max-width: 1.5rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .look__profile-number::after {
    margin: 1.5rem auto;
    max-width: 2.7rem;
  }
}
#onepiece_210520 .look__profile-title {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .look__profile-title {
    margin-top: 4.6rem;
  }
}
#onepiece_210520 .look__profile-title span {
  display: block;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .look__profile-title span {
    margin-top: 3.4rem;
  }
}
#onepiece_210520 .look__profile-title span .icon {
  display: inline-block;
  vertical-align: middle;
  max-width: 1.7rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .look__profile-title span .icon {
    max-width: 2.4rem;
  }
}
#onepiece_210520 .look__profile-text {
  margin-top: 2.2rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .look__profile-text {
    max-width: 67.5rem;
    margin: 0 auto;
    margin-top: 5.2rem;
  }
}
#onepiece_210520 .look__recommend {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  margin-top: 12.5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .look__recommend {
    max-width: 75rem;
    margin-top: 15rem;
    padding-bottom: 7rem;
  }
}
#onepiece_210520 .look__recommend::before {
  background-color: #f4f4f4;
  z-index: -1;
}
#onepiece_210520 .look__recommend-title {
  position: relative;
  top: -2.5rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .look__recommend-title {
    top: -2.2rem;
  }
}
#onepiece_210520 .look__recommend-title::after {
  max-width: 43rem;
  margin: 1.4rem auto;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .look__recommend-title::after {
    max-width: 64rem;
    margin: 3rem auto;
  }
}
#onepiece_210520 .look__recommend-item figure figcaption .name {
  display: block;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .look__recommend-item figure figcaption .name {
    padding-bottom: 2.2rem;
  }
}
#onepiece_210520 .look__recommend-item figure figcaption .caption-description {
  margin-top: 2.2rem;
}
#onepiece_210520 .look__recommend-item figure figcaption .caption-description span {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .look__recommend-item figure figcaption .caption-description {
    margin-top: 2.4rem;
  }
}
#onepiece_210520 .block01 {
  max-width: 95rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block01 {
    max-width: 75rem;
    margin-top: 0;
  }
}
#onepiece_210520 .block01 .look__profile {
  max-width: 34rem;
  margin-top: 8rem;
  margin-left: 4rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block01 .look__profile {
    max-width: none;
    margin: 0;
  }
}
#onepiece_210520 .block01 .look__image-01 {
  max-width: 48rem;
  margin-left: 9.8rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block01 .look__image-01 {
    max-width: 67.5rem;
    margin: 0 auto;
    margin-top: 6rem;
  }
}
#onepiece_210520 .block01 .look__image-02 {
  max-width: 38rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block01 .look__image-02 {
    max-width: 48.8rem;
  }
}
#onepiece_210520 .block01 .look__video {
  max-width: 30rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block01 .look__video {
    max-width: 37.5rem;
  }
}
#onepiece_210520 .block01 .look__recommend-item {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block01 .look__recommend-item {
    margin-top: 4.6rem;
  }
}
#onepiece_210520 .block01 .look__recommend-item figure {
  max-width: 47rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block01 .look__recommend-item figure {
    max-width: 60rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#onepiece_210520 .block01 .look__recommend-item figure figcaption {
  max-width: 25rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block01 .look__recommend-item figure figcaption {
    max-width: 32rem;
  }
}
#onepiece_210520 .block01 .look__recommend-item .look__image {
  max-width: 20rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block01 .look__recommend-item .look__image {
    max-width: 26rem;
  }
}
#onepiece_210520 .block01 .look__recommend-item.item-01 figcaption {
  margin-top: 4.6rem;
  margin-left: 3rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block01 .look__recommend-item.item-01 figcaption {
    margin-top: 4.2rem;
  }
}
#onepiece_210520 .block01 .look__recommend-item.item-02 {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block01 .look__recommend-item.item-02 {
    margin-top: 4rem;
  }
}
#onepiece_210520 .block01 .look__recommend-item.item-02 .look__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block01 .look__recommend-item.item-02 .look__image {
    margin-left: 2rem;
  }
}
#onepiece_210520 .block01 .look__recommend-item.item-02 .look__caption {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  #onepiece_210520 .block01 .look__recommend-item.item-02 .look__caption {
    max-width: 22rem;
    margin-top: 5rem;
    margin-left: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block01 .look__recommend-item.item-02 .look__caption {
    margin-top: 6.2rem;
  }
}
#onepiece_210520 .block01 figure:nth-child(2) {
  max-width: 90rem;
  margin: 0 auto;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block01 figure:nth-child(2) {
    max-width: none;
    margin-top: 0;
  }
}
#onepiece_210520 .block01 figure:nth-child(2) .look__image-inner {
  max-width: 79rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block01 figure:nth-child(2) .look__image-inner {
    max-width: 67.5rem;
    margin-top: 7rem;
  }
}
#onepiece_210520 .block01 figure:nth-child(2) .look__video {
  margin-top: 10.2rem;
  margin-left: 11rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block01 figure:nth-child(2) .look__video {
    margin-top: 4.5rem;
    margin-left: 27.7rem;
  }
}
#onepiece_210520 .block02 {
  max-width: 87rem;
  margin: 0 auto;
  margin-top: 18rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block02 {
    max-width: 75rem;
    margin-top: 16.5rem;
  }
}
#onepiece_210520 .block02 .look__profile {
  max-width: 33rem;
}
@media screen and (min-width: 768px) {
  #onepiece_210520 .block02 .look__profile {
    margin-left: 48.5rem;
    top: 24.5rem;
  }
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block02 .look__profile {
    max-width: none;
    position: absolute;
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  #onepiece_210520 .block02 .look__profile-text {
    max-width: 33.8rem;
    top: 24.5rem;
    margin-left: 9rem;
  }
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block02 .look__profile-text {
    margin-top: 5.4rem;
  }
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block02 .look__image-inner {
    top: 27rem;
  }
}
#onepiece_210520 .block02 .look__image-01 {
  max-width: 47rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block02 .look__image-01 {
    max-width: 64rem;
    margin: 0 auto;
    margin-top: 6rem;
  }
}
#onepiece_210520 .block02 .look__image-02 {
  max-width: 25rem;
}
@media screen and (min-width: 768px) {
  #onepiece_210520 .block02 .look__image-02 {
    top: 17rem;
    margin-left: 10rem;
  }
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block02 .look__image-02 {
    max-width: 28.5rem;
    margin-top: 6rem;
    margin-left: auto;
    margin-right: 3rem;
  }
}
#onepiece_210520 .block02 .look__video {
  max-width: 31rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block02 .look__video {
    max-width: 35.2rem;
  }
}
@media screen and (min-width: 768px) {
  #onepiece_210520 .block02 .look__recommend {
    margin-top: 2rem;
    padding-bottom: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block02 .look__recommend {
    margin-top: 14.5rem;
    padding-bottom: 5.8rem;
  }
}
#onepiece_210520 .block02 .look__recommend-item {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block02 .look__recommend-item {
    margin-top: 5rem;
  }
}
#onepiece_210520 .block02 .look__recommend .look__image {
  max-width: 20rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block02 .look__recommend .look__image {
    max-width: 26rem;
  }
}
#onepiece_210520 .block02 .look__recommend .look__image-inner {
  max-width: 41rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block02 .look__recommend .look__image-inner {
    max-width: 54rem;
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  #onepiece_210520 .block02 .look__recommend .look__image.item-02 {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block02 .look__recommend .look__image.item-02 {
    margin-left: 2rem;
  }
}
#onepiece_210520 .block02 .look__recommend .look__caption {
  margin-top: 2.2rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block02 .look__recommend .look__caption {
    margin-top: 5.2rem;
  }
}
#onepiece_210520 .block02 .look__recommend .look__caption .caption-description {
  margin-top: 1.4rem;
}
@media screen and (min-width: 768px) {
  #onepiece_210520 .block02 .look__recommend .look__caption .caption-description {
    line-height: 2.14;
  }
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block02 .look__recommend .look__caption .caption-description {
    margin-top: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block02 figure:nth-child(2) {
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  #onepiece_210520 .block02 figure:nth-child(2) .look__video {
    top: -10.5rem;
    margin-left: 8.3rem;
  }
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block02 figure:nth-child(2) .look__video {
    margin-top: -15.7rem;
    margin-left: 3rem;
  }
}
#onepiece_210520 .block03 {
  max-width: 90rem;
  margin: 0 auto;
  margin-top: 18rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block03 {
    max-width: 75rem;
    margin-top: 16.5rem;
  }
}
#onepiece_210520 .block03 .look__profile {
  max-width: 33rem;
  margin-top: 9rem;
  margin-left: 5rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block03 .look__profile {
    max-width: none;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block03 .look__image-inner {
    max-width: 63rem;
    margin: 0 auto;
  }
}
#onepiece_210520 .block03 .look__image-01 {
  max-width: 42rem;
  margin-left: 10rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block03 .look__image-01 {
    max-width: 67.5rem;
    margin: 0 auto;
    margin-top: 6rem;
  }
}
#onepiece_210520 .block03 .look__image-02 {
  max-width: 42rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block03 .look__image-02 {
    max-width: 48.8rem;
    margin-top: 7rem;
  }
}
#onepiece_210520 .block03 .look__video {
  max-width: 45rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block03 .look__video {
    max-width: 56.3rem;
  }
}
@media screen and (min-width: 768px) {
  #onepiece_210520 .block03 .look__recommend {
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block03 .look__recommend {
    margin-top: 15.5rem;
    padding-bottom: 6rem;
  }
}
#onepiece_210520 .block03 .look__recommend-item {
  margin-top: 4.6rem;
}
#onepiece_210520 .block03 .look__recommend-item figure {
  max-width: 51.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block03 .look__recommend-item figure {
    max-width: 53.5rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block03 .look__recommend-item figure + .look__caption {
    width: 100%;
    max-width: 65.5rem;
    margin: 0 auto;
    margin-top: 4.2rem;
    font-weight: 500;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.75;
  }
}
#onepiece_210520 .block03 .look__recommend-item figure figcaption {
  max-width: 28.4rem;
  margin-top: 0.6rem;
  margin-left: 3rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block03 .look__recommend-item figure figcaption {
    margin-top: 9rem;
  }
}
@media screen and (min-width: 768px) {
  #onepiece_210520 .block03 .look__recommend-item figure figcaption .caption-description {
    line-height: 2.2;
    margin-top: 1.5rem;
  }
}
#onepiece_210520 .block03 .look__recommend-item .look__image {
  max-width: 20rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block03 .look__recommend-item .look__image {
    max-width: 26rem;
  }
}
#onepiece_210520 .block03 figure:nth-child(2) {
  max-width: 83rem;
  margin: 0 auto;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block03 figure:nth-child(2) {
    max-width: none;
    margin-top: 0;
  }
}
#onepiece_210520 .block03 figure:nth-child(2) .look__video {
  margin-top: 7.5rem;
  margin-left: 3rem;
}
@media screen and (max-width: 767px) {
  #onepiece_210520 .block03 figure:nth-child(2) .look__video {
    margin-top: 5.8rem;
    margin-left: 12.8rem;
  }
}/*# sourceMappingURL=main.css.map */