@charset "UTF-8";
:root {
  --cms-header: 0;
}

/*----------------------------------
reset
----------------------------------*/
.onepiece {
  box-sizing: border-box;
  overflow-y: auto;
  -webkit-text-size-adjust: 100%;
}
.onepiece *,
.onepiece :after,
.onepiece :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
.onepiece :after,
.onepiece :before {
  text-decoration: inherit;
  vertical-align: inherit;
}
.onepiece * {
  padding: 0;
  margin: 0;
}
.onepiece audio:not([controls]) {
  display: none;
  height: 0;
}
.onepiece hr {
  overflow: visible;
}
.onepiece article,
.onepiece aside,
.onepiece details,
.onepiece figcaption,
.onepiece figure,
.onepiece footer,
.onepiece header,
.onepiece main,
.onepiece menu,
.onepiece nav,
.onepiece section,
.onepiece summary {
  display: block;
}
.onepiece summary {
  display: list-item;
}
.onepiece small {
  font-size: 80%;
}
.onepiece [hidden],
.onepiece template {
  display: none;
}
.onepiece abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}
.onepiece li,
.onepiece ol {
  list-style: none;
}
.onepiece a {
  background-color: transparent;
}
.onepiece a:active,
.onepiece a:hover {
  outline-width: 0;
}
.onepiece code,
.onepiece kbd,
.onepiece pre,
.onepiece samp {
  font-family: monospace, monospace;
}
.onepiece b,
.onepiece strong {
  font-weight: bolder;
}
.onepiece dfn {
  font-style: italic;
}
.onepiece mark {
  background-color: #ff0;
  color: #000;
}
.onepiece sub,
.onepiece sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.onepiece sub {
  bottom: -0.25em;
}
.onepiece sup {
  top: -0.5em;
}
.onepiece [role=button],
.onepiece [type=button],
.onepiece [type=reset],
.onepiece [type=submit],
.onepiece button {
  cursor: pointer;
}
.onepiece [disabled] {
  cursor: default;
}
.onepiece [type=number] {
  width: auto;
}
.onepiece [type=search] {
  -webkit-appearance: textfield;
}
.onepiece [type=search]::-webkit-search-cancel-button,
.onepiece [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.onepiece textarea {
  overflow: auto;
  resize: vertical;
}
.onepiece button,
.onepiece input,
.onepiece optgroup,
.onepiece select,
.onepiece textarea {
  font: inherit;
}
.onepiece optgroup {
  font-weight: 700;
}
.onepiece button {
  overflow: visible;
}
.onepiece [type=button]::-moz-focus-inner,
.onepiece [type=reset]::-moz-focus-inner,
.onepiece [type=submit]::-moz-focus-inner,
.onepiece button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
.onepiece [type=button]::-moz-focus-inner,
.onepiece [type=reset]::-moz-focus-inner,
.onepiece [type=submit]::-moz-focus-inner,
.onepiece button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.onepiece [type=reset],
.onepiece [type=submit],
.onepiece button,
.onepiece html [type=button] {
  -webkit-appearance: button;
}
.onepiece button,
.onepiece select {
  text-transform: none;
}
.onepiece select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
.onepiece select::-ms-expand {
  display: none;
}
.onepiece select::-ms-value {
  color: currentColor;
}
.onepiece legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
.onepiece ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.onepiece [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.onepiece img {
  border-style: none;
  image-rendering: auto;
}
.onepiece progress {
  vertical-align: baseline;
}
.onepiece svg:not(:root) {
  overflow: hidden;
}
.onepiece audio,
.onepiece canvas,
.onepiece progress,
.onepiece video {
  display: inline-block;
}
@media screen {
  .onepiece [hidden~=screen] {
    display: inherit;
  }
  .onepiece [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
.onepiece [aria-busy=true] {
  cursor: progress;
}
.onepiece [aria-controls] {
  cursor: pointer;
}
.onepiece [aria-disabled] {
  cursor: default;
}

/*----------------------------------
common
----------------------------------*/
@media screen and (max-width: 759px) {
  .page-contentspages .wrapper {
    margin-top: 0;
  }
}
.onepiece {
  margin-top: 0 !important;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", メイリオ, sans-serif;
  overflow-x: hidden;
}
.onepiece *:not(.vjs-fluid *) {
  font-size: 0.9655172414vw;
  font-weight: 400;
  line-height: 1.8571428571;
  color: #000;
}
@media (max-width: 768px) {
  .onepiece *:not(.vjs-fluid *) {
    font-size: 3.2vw;
    line-height: 1.8333333333;
  }
}
.onepiece .bg::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/freepage/sekkisei_onepiece_cp/img/common_bg_01.jpg");
  background-size: cover;
}
@media (max-width: 768px) {
  .onepiece .bg::after {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/freepage/sekkisei_onepiece_cp/img/common_bg_01_sp.jpg");
    background-size: cover;
  }
}
.onepiece .bg.no-content::after {
  content: none;
}
.onepiece section {
  overflow-x: hidden;
  position: relative;
}
.onepiece .inner {
  width: 64.8275862069vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4.8275862069vw;
  padding-right: 4.8275862069vw;
  position: relative;
}
@media (max-width: 768px) {
  .onepiece .inner {
    width: 100%;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
@media (max-width: 768px) {
  .onepiece .pc {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .onepiece .sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .onepiece .u-pc {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .onepiece .u-sp {
    display: none !important;
  }
}
.onepiece a,
.onepiece button {
  display: inline-block;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .onepiece a:hover,
.onepiece button:hover {
    opacity: 0.8;
  }
}
.onepiece img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.onepiece sup {
  font-size: 75% !important;
}
@media print {
  .onepiece .nocontext {
    opacity: 0;
  }
}
.onepiece .common__font-en {
  font-family: "Roboto", sans-serif;
}
.onepiece .common__font-en * {
  font-family: "Roboto", sans-serif;
}
.onepiece .common__font-serif {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.onepiece .common__font-serif * {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.onepiece .common__font-serif.common__font-en {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  text-transform: uppercase;
}
.onepiece .common__font-serif.common__font-en * {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  text-transform: uppercase;
}
.onepiece .common__ttl-h3 {
  width: auto;
  height: 7.8620689655vw;
}
@media (max-width: 768px) {
  .onepiece .common__ttl-h3 {
    height: 21.8666666667vw;
  }
}
.onepiece .common__ttl-h3 img {
  width: auto;
  height: 100%;
}
.onepiece .common__clmCts {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .onepiece .common__clmCts {
    flex-direction: column;
    align-items: center;
  }
}
.onepiece .common__note {
  font-weight: 400 !important;
  font-size: 0.8275862069vw;
  line-height: 2;
}
@media (max-width: 768px) {
  .onepiece .common__note {
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
}
.onepiece .common__btn {
  width: 20.6896551724vw;
  height: 4.1379310345vw;
  background-color: #0a2796;
  border: solid 0.2068965517vw #cec0b6;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0.3448275862vw 0.3448275862vw 1.3793103448vw rgba(44, 59, 124, 0.5);
  transition: 0.3s;
}
@media (max-width: 768px) {
  .onepiece .common__btn {
    width: 66.6666666667vw;
    height: 13.3333333333vw;
    border: solid 0.6666666667vw #cec0b6;
    box-shadow: 1.3333333333vw 1.3333333333vw 4vw rgba(44, 59, 124, 0.5);
  }
}
.onepiece .common__btn * {
  color: #fff;
}
.onepiece .common__btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.onepiece .common__btn p {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.1034482759vw;
  line-height: 1.1875;
  font-feature-settings: "palt";
}
@media (max-width: 768px) {
  .onepiece .common__btn p {
    font-size: 3.2vw;
  }
}
.onepiece .common__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.3793103448vw;
  width: 0.6206896552vw;
  height: 1.1034482759vw;
  background: url("/freepage/sekkisei_onepiece_cp/img/common_arrow_01.png") no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .onepiece .common__btn::after {
    right: 4vw;
    width: 1.6vw;
    height: 3.2vw;
  }
}
.onepiece .common__btn:hover {
  opacity: 0.6;
}
.onepiece .common__btn.comingSoon {
  opacity: 0.6;
}
.onepiece .common__btn-white {
  background-color: #fff;
}
.onepiece .common__btn-white * {
  color: #000;
}
.onepiece .common__btn-white::after {
  background: url("/freepage/sekkisei_onepiece_cp/img/common_arrow_02.png") no-repeat;
  background-size: contain;
}
.onepiece .common__list-gradation {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .onepiece .common__list-gradation {
    justify-content: space-between;
    margin-right: 5.3333333333vw;
    margin-left: 5.3333333333vw;
  }
}
.onepiece .common__list-gradation li {
  background: url("/freepage/sekkisei_onepiece_cp/img/common_bg_02.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  width: 16vw;
  height: 4.6896551724vw;
  margin: 0 0.3448275862vw 0.6896551724vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .onepiece .common__list-gradation li {
    width: 44vw;
    height: 13.3333333333vw;
    margin: 0 0 1.6vw;
  }
}
.onepiece .common__list-gradation li p {
  z-index: 1;
  color: #0a2796 !important;
  font-weight: 500 !important;
  font-size: 1.1034482759vw;
  line-height: 1.25;
  text-align: center;
}
@media (max-width: 768px) {
  .onepiece .common__list-gradation li p {
    font-size: 3.2vw;
    line-height: 1.125;
  }
}
.onepiece .common__list-gradation li::after {
  z-index: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 0.8275862069vw);
  height: calc(100% - 0.8275862069vw);
  background-color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 768px) {
  .onepiece .common__list-gradation li::after {
    width: calc(100% - 1.8666666667vw);
    height: calc(100% - 1.8666666667vw);
  }
}
.onepiece .common__list-gradation.flexWrap {
  padding-right: 4.1379310345vw;
  padding-left: 4.1379310345vw;
}
@media (max-width: 768px) {
  .onepiece .common__list-gradation.flexWrap {
    padding-right: 0;
    padding-left: 0;
  }
}
.onepiece .common__whiteBox {
  margin: 0 auto;
  width: 55.1724137931vw;
  background: linear-gradient(45deg, transparent 0.6896551724vw, #fff 0.6896551724vw), linear-gradient(135deg, transparent 0.6896551724vw, #fff 0.6896551724vw), linear-gradient(225deg, transparent 0.6896551724vw, #fff 0.6896551724vw), linear-gradient(315deg, transparent 0.6896551724vw, #fff 0.6896551724vw);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 51% 51%;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .onepiece .common__whiteBox {
    width: 89.3333333333vw;
    background: linear-gradient(45deg, transparent 2.6666666667vw, #fff 2.6666666667vw), linear-gradient(135deg, transparent 2.6666666667vw, #fff 2.6666666667vw), linear-gradient(225deg, transparent 2.6666666667vw, #fff 2.6666666667vw), linear-gradient(315deg, transparent 2.6666666667vw, #fff 2.6666666667vw);
    background-position: bottom left, top left, top right, bottom right;
    background-size: 51% 51%;
    background-repeat: no-repeat;
  }
}
.onepiece .common__whiteBox .deco-01 {
  width: 2.8965517241vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.3793103448vw;
}
@media (max-width: 768px) {
  .onepiece .common__whiteBox .deco-01 {
    width: 14.4vw;
    left: 5.3333333333vw;
  }
}
.onepiece .common__whiteBox .ttl-01 {
  color: #0a2796;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: 1.3793103448vw;
  line-height: 1.45;
}
@media (max-width: 768px) {
  .onepiece .common__whiteBox .ttl-01 {
    font-size: 4.2666666667vw;
    line-height: 1.375;
  }
}
.onepiece .common__whiteBox .list-01 {
  max-width: 41.3793103448vw;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .onepiece .common__whiteBox .list-01 {
    max-width: 100%;
  }
}
.onepiece .common__whiteBox .list-01 li .txtWrap {
  display: flex;
  align-items: center;
}
.onepiece .common__whiteBox .list-01 li .txtWrap .img-01 {
  width: 5.1724137931vw;
  margin-right: 1.3793103448vw;
}
@media (max-width: 768px) {
  .onepiece .common__whiteBox .list-01 li .txtWrap .img-01 {
    width: 21.3333333333vw;
    margin-right: 4vw;
  }
}
.onepiece .common__whiteBox .list-01 li .txtWrap .txt-01 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  color: #0a2796;
  font-size: 1.2413793103vw;
  line-height: 1.4444444444;
}
@media (max-width: 768px) {
  .onepiece .common__whiteBox .list-01 li .txtWrap .txt-01 {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
}
.onepiece .common__whiteBox .list-01 li .txt-02 {
  font-size: 0.9655172414vw;
  line-height: 1.8571428571;
  padding-top: 1.0344827586vw;
}
@media (max-width: 768px) {
  .onepiece .common__whiteBox .list-01 li .txt-02 {
    font-size: 3.2vw;
    line-height: 1.8333333333;
    padding-top: 3.3333333333vw;
  }
}
.onepiece .common__whiteBox .list-01 li + li {
  margin-top: 2.0689655172vw;
}
@media (max-width: 768px) {
  .onepiece .common__whiteBox .list-01 li + li {
    margin-top: 6.6666666667vw;
  }
}
.onepiece .common__whiteBox .ttl-h5 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3793103448vw;
  line-height: 1.45;
  text-align: center;
  margin-top: 4.1379310345vw;
  margin-bottom: 1.3793103448vw;
}
@media (max-width: 768px) {
  .onepiece .common__whiteBox .ttl-h5 {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    margin-top: 12vw;
    margin-bottom: 3.3333333333vw;
  }
}
.onepiece .common__whiteBox .ttl-h5::before, .onepiece .common__whiteBox .ttl-h5::after {
  content: "";
  width: 4.8275862069vw;
  height: 0.1379310345vw;
  background-color: #cec0b6;
}
@media (max-width: 768px) {
  .onepiece .common__whiteBox .ttl-h5::before, .onepiece .common__whiteBox .ttl-h5::after {
    width: 9.3333333333vw;
    height: 0.2666666667vw;
  }
}
.onepiece .common__whiteBox .ttl-h5::before {
  margin-right: 1.3793103448vw;
}
@media (max-width: 768px) {
  .onepiece .common__whiteBox .ttl-h5::before {
    margin-right: 2.6666666667vw;
  }
}
.onepiece .common__whiteBox .ttl-h5::after {
  margin-left: 1.3793103448vw;
}
@media (max-width: 768px) {
  .onepiece .common__whiteBox .ttl-h5::after {
    margin-left: 2.6666666667vw;
  }
}
.onepiece .common__whiteBox .list-02 {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 768px) {
  .onepiece .common__whiteBox .list-02 li {
    width: 38.6666666667vw;
  }
}
.onepiece .common__whiteBox .list-03 li {
  font-size: 0.9655172414vw;
  line-height: 1.8571428571;
}
@media (max-width: 768px) {
  .onepiece .common__whiteBox .list-03 li {
    font-size: 3.2vw;
    line-height: 1.8333333333;
  }
}
.onepiece .common__accordion .head {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5.5172413793vw;
  cursor: pointer;
}
@media (max-width: 768px) {
  .onepiece .common__accordion .head {
    height: 22vw;
  }
}
.onepiece .common__accordion .head::before, .onepiece .common__accordion .head::after {
  content: "";
  background-color: #000000;
  width: 3.3103448276vw;
  height: 0.1379310345vw;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 2.4137931034vw;
  bottom: 0;
  transform: scale(0.5);
}
@media (max-width: 768px) {
  .onepiece .common__accordion .head::before, .onepiece .common__accordion .head::after {
    width: 12vw;
    height: 0.2666666667vw;
    right: 6vw;
  }
}
.onepiece .common__accordion .head::after {
  transform: rotate(90deg) scale(0.5);
  transition: 0.3s;
}
.onepiece .common__accordion .head.open::after {
  opacity: 0;
}
.onepiece .common__accordion .body {
  padding: 0 2.4137931034vw 0;
  max-height: 0;
  margin-top: 0.1379310345vw;
  overflow: hidden;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .onepiece .common__accordion .body {
    padding: 0 5.3333333333vw 0;
    margin-top: 0.2666666667vw;
  }
}
.onepiece .common__accordion .body > :last-child {
  padding-bottom: 3.4482758621vw;
}
@media (max-width: 768px) {
  .onepiece .common__accordion .body > :last-child {
    padding-bottom: 13.3333333333vw;
  }
}

/*----------------------------------
.mv
----------------------------------*/
/*----------------------------------
.anchor
----------------------------------*/
.onepiece .anchor {
  position: relative;
  z-index: 100;
  margin-top: -1px;
}
.onepiece .anchor .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.onepiece .anchor .list li {
  background-color: #0a2796;
  -webkit-clip-path: polygon(1.3793103448vw 0, 100% 0, calc(100% - 1.3793103448vw) 100%, 0 100%);
          clip-path: polygon(1.3793103448vw 0, 100% 0, calc(100% - 1.3793103448vw) 100%, 0 100%);
}
@media (max-width: 768px) {
  .onepiece .anchor .list li {
    -webkit-clip-path: polygon(2.6666666667vw 0, 100% 0, calc(100% - 2.6666666667vw) 100%, 0 100%);
            clip-path: polygon(2.6666666667vw 0, 100% 0, calc(100% - 2.6666666667vw) 100%, 0 100%);
  }
}
.onepiece .anchor .list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 4.8275862069vw;
  text-align: center;
}
@media (max-width: 768px) {
  .onepiece .anchor .list li a {
    height: 14.6666666667vw;
  }
}
.onepiece .anchor .list li a * {
  color: #fff;
}
.onepiece .anchor .list li a p {
  font-size: 1.3793103448vw;
  line-height: 1;
}
@media (max-width: 768px) {
  .onepiece .anchor .list li a p {
    font-size: 3.2vw;
  }
}
.onepiece .anchor .list li a span {
  font-size: 1.1034482759vw;
  line-height: 1.625;
  display: block;
}
@media (max-width: 768px) {
  .onepiece .anchor .list li a span {
    font-size: 2.6666666667vw;
    line-height: 1.1;
  }
}
.onepiece .anchor .list li:nth-child(1) {
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 1.3793103448vw) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 1.3793103448vw) 100%, 0% 100%);
  width: calc(25% + 0.7586206897vw);
}
@media (max-width: 768px) {
  .onepiece .anchor .list li:nth-child(1) {
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 2.6666666667vw) 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, calc(100% - 2.6666666667vw) 100%, 0% 100%);
    width: calc(25% + 1.4666666667vw);
  }
}
.onepiece .anchor .list li:nth-child(2) {
  background-color: #1e3caf;
  width: calc(25% + 1.3793103448vw);
  margin-left: -1.3793103448vw;
  margin-right: -0.6896551724vw;
}
@media (max-width: 768px) {
  .onepiece .anchor .list li:nth-child(2) {
    width: calc(25% + 2.6666666667vw);
    margin-left: -2.6666666667vw;
    margin-right: -1.3333333333vw;
  }
}
.onepiece .anchor .list li:nth-child(3) {
  background-color: #3454cc;
  width: calc(25% + 1.3793103448vw);
  margin-left: -0.6896551724vw;
  margin-right: -1.3793103448vw;
}
@media (max-width: 768px) {
  .onepiece .anchor .list li:nth-child(3) {
    width: calc(25% + 2.8vw);
    margin-left: -1.3333333333vw;
    margin-right: -2.6666666667vw;
  }
}
.onepiece .anchor .list li:nth-child(4) {
  -webkit-clip-path: polygon(1.3793103448vw 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(1.3793103448vw 0, 100% 0, 100% 100%, 0 100%);
  background-color: #4b69d9;
  width: calc(25% + 0.7586206897vw);
}
@media (max-width: 768px) {
  .onepiece .anchor .list li:nth-child(4) {
    -webkit-clip-path: polygon(2.6666666667vw 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(2.6666666667vw 0, 100% 0, 100% 100%, 0 100%);
    width: calc(25% + 1.4666666667vw);
  }
}

/*----------------------------------
.story
----------------------------------*/
.onepiece .story {
  z-index: 0;
  overflow: hidden;
  padding-bottom: 5.5172413793vw;
}
@media (max-width: 768px) {
  .onepiece .story {
    padding-bottom: 10.6666666667vw;
  }
}
.onepiece .story .ttl-h3 {
  margin-top: 2.7586206897vw;
  height: 7.8620689655vw;
}
@media (max-width: 768px) {
  .onepiece .story .ttl-h3 {
    margin-top: 10.6666666667vw;
    height: 21.8666666667vw;
  }
}
.onepiece .story .txtWrap .txt-01 {
  padding-top: 2.0689655172vw;
  font-size: 1.1034482759vw;
  line-height: 2;
  text-align: left;
  color: #fff;
}
@media (max-width: 768px) {
  .onepiece .story .txtWrap .txt-01 {
    font-size: 3.7333333333vw;
    line-height: 1.8571428571;
    text-align: center;
  }
}
.onepiece .story .txtWrap .txt-02 {
  padding-top: 2.7586206897vw;
  width: 20.6896551724vw;
}
@media (max-width: 768px) {
  .onepiece .story .txtWrap .txt-02 {
    padding-top: 8vw;
    width: 81.3333333333vw;
    margin: 0 auto;
  }
}
.onepiece .story .imgWrap {
  position: absolute;
  top: 4.1379310345vw;
  right: -5.8620689655vw;
}
@media (max-width: 768px) {
  .onepiece .story .imgWrap {
    position: static;
    top: inherit;
    right: inherit;
  }
}
.onepiece .story .imgWrap .img-01 {
  width: 47.5862068966vw;
}
@media (max-width: 768px) {
  .onepiece .story .imgWrap .img-01 {
    width: 114.6666666667vw;
    margin-top: 8vw;
    margin-left: -4vw;
  }
}

/*----------------------------------
.product
----------------------------------*/
.onepiece .product {
  z-index: 1;
  overflow: visible;
}
.onepiece .product .ttl-h3 {
  margin-top: 1.3793103448vw;
  height: 9.3793103448vw;
}
@media (max-width: 768px) {
  .onepiece .product .ttl-h3 {
    margin-top: 0;
    height: 26.1333333333vw;
  }
}
@media (max-width: 768px) {
  .onepiece .product {
    margin-top: -48.6666666667vw;
  }
}

.onepiece .product-nav {
  padding-top: 5.5172413793vw;
  padding-bottom: 5.5172413793vw;
  position: relative;
}
@media (max-width: 768px) {
  .onepiece .product-nav {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
.onepiece .product-nav::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  height: 37.2413793103vw;
  background-color: #0935cc;
  transform: skewY(-15deg);
}
@media (max-width: 768px) {
  .onepiece .product-nav::before {
    width: 100%;
    height: 173.3333333333vw;
  }
}
.onepiece .product-nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 2.7586206897vw;
  right: 0;
  width: 60.6896551724vw;
  height: 17.9310344828vw;
  background-color: #0a2796;
  transform: skewY(-15deg);
}
@media (max-width: 768px) {
  .onepiece .product-nav::after {
    top: 10.6666666667vw;
    width: 53.3333333333vw;
    height: 53.3333333333vw;
  }
}
.onepiece .product-nav .inner .common__clmCts {
  margin-left: 2.4137931034vw;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .onepiece .product-nav .inner .common__clmCts {
    margin-left: 0;
  }
}
.onepiece .product-nav .inner .common__clmCts .common__clmItem .txt-01 {
  width: 24.1379310345vw;
}
@media (max-width: 768px) {
  .onepiece .product-nav .inner .common__clmCts .common__clmItem .txt-01 {
    width: 74.6666666667vw;
  }
}
.onepiece .product-nav .inner .common__clmCts .common__clmItem .img-01 {
  padding-top: 1.3793103448vw;
  width: 24.1379310345vw;
}
@media (max-width: 768px) {
  .onepiece .product-nav .inner .common__clmCts .common__clmItem .img-01 {
    padding-top: 5.3333333333vw;
    width: 74.6666666667vw;
  }
}
.onepiece .product-nav .inner .common__clmCts .common__clmItem .img-02 {
  padding-top: 1.724137931vw;
  width: 24.1379310345vw;
}
@media (max-width: 768px) {
  .onepiece .product-nav .inner .common__clmCts .common__clmItem .img-02 {
    padding-top: 9.3333333333vw;
    width: 74.6666666667vw;
  }
}
.onepiece .product-nav .inner .common__clmCts .common__clmItem .list {
  margin-top: -8.9655172414vw;
  display: flex;
  align-items: flex-end;
  margin-left: 2.4137931034vw;
}
@media (max-width: 768px) {
  .onepiece .product-nav .inner .common__clmCts .common__clmItem .list {
    margin-top: 2.6666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.onepiece .product-nav .inner .common__clmCts .common__clmItem .list li a img {
  width: 6.8965517241vw;
}
@media (max-width: 768px) {
  .onepiece .product-nav .inner .common__clmCts .common__clmItem .list li a img {
    width: 21.3333333333vw;
  }
}
.onepiece .product-nav .inner .common__clmCts .common__clmItem .list li a p {
  display: flex;
  flex-direction: column;
  min-height: 4em;
  justify-content: center;
  margin-top: 0.6896551724vw;
}
@media (max-width: 768px) {
  .onepiece .product-nav .inner .common__clmCts .common__clmItem .list li a p {
    margin-top: 2.6666666667vw;
  }
}
.onepiece .product-nav .inner .common__clmCts .common__clmItem .list li a p span {
  display: block;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  line-height: 1.2857142857;
}
.onepiece .product-nav .inner .common__clmCts .common__clmItem .list li a p::after {
  content: "";
  background: url("/freepage/sekkisei_onepiece_cp/img/common_arrow_03.png") no-repeat;
  background-size: contain;
  width: 1.9310344828vw;
  height: 0.8275862069vw;
  margin: 0.6896551724vw auto 0;
}
@media (max-width: 768px) {
  .onepiece .product-nav .inner .common__clmCts .common__clmItem .list li a p::after {
    width: 6.4vw;
    height: 2.6666666667vw;
    margin: 2.6666666667vw auto 0;
  }
}
.onepiece .product-nav .inner .common__clmCts .common__clmItem .list li + li {
  margin-left: 2.4137931034vw;
}
@media (max-width: 768px) {
  .onepiece .product-nav .inner .common__clmCts .common__clmItem .list li + li {
    margin-left: 8vw;
  }
}

.onepiece .product-list .item {
  padding-top: 4.1379310345vw;
}
@media (max-width: 768px) {
  .onepiece .product-list .item {
    padding-top: 16vw;
  }
}
.onepiece .product-list .item .product-info * {
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.onepiece .product-list .item .product-info .icon {
  width: 5.1724137931vw;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .onepiece .product-list .item .product-info .icon {
    width: 17.3333333333vw;
  }
}
.onepiece .product-list .item .product-info .slide {
  margin-top: 0.6896551724vw;
}
@media (max-width: 768px) {
  .onepiece .product-list .item .product-info .slide {
    margin-top: 4vw;
  }
}
.onepiece .product-list .item .product-info .slide .slide-list {
  width: 29.6551724138vw;
  margin: 0 auto;
  position: relative;
  opacity: 0;
  transition: opacity 0.3s linear;
}
@media (max-width: 768px) {
  .onepiece .product-list .item .product-info .slide .slide-list {
    width: 84vw;
  }
}
.onepiece .product-list .item .product-info .slide .slide-list .slide-item {
  position: relative;
  width: 29.6551724138vw;
  margin: 0 0.6896551724vw;
}
@media (max-width: 768px) {
  .onepiece .product-list .item .product-info .slide .slide-list .slide-item {
    width: 84vw;
    margin: 0 1.3333333333vw;
  }
}
.onepiece .product-list .item .product-info .slide .slide-list .slide-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.onepiece .product-list .item .product-info .slide .slide-list::after {
  content: "";
  position: absolute;
  top: -3.0344827586vw;
  right: -1.0344827586vw;
  width: 7.1724137931vw;
  height: 8.275862069vw;
  background: url("/freepage/sekkisei_onepiece_cp/img/product_img_limited.png") no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 768px) {
  .onepiece .product-list .item .product-info .slide .slide-list::after {
    top: -10.6666666667vw;
    right: -2.6666666667vw;
    width: 23.2vw;
    height: 26.6666666667vw;
  }
}
.onepiece .product-list .item .product-info .slide .slide-list .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.3793103448vw;
  cursor: pointer;
}
@media (max-width: 768px) {
  .onepiece .product-list .item .product-info .slide .slide-list .slick-arrow {
    width: 3.3333333333vw;
  }
}
.onepiece .product-list .item .product-info .slide .slide-list .slick-arrow.slide-prev {
  left: -2.7586206897vw;
}
@media (max-width: 768px) {
  .onepiece .product-list .item .product-info .slide .slide-list .slick-arrow.slide-prev {
    left: -5.3333333333vw;
  }
}
.onepiece .product-list .item .product-info .slide .slide-list .slick-arrow.slide-next {
  right: -2.7586206897vw;
}
@media (max-width: 768px) {
  .onepiece .product-list .item .product-info .slide .slide-list .slick-arrow.slide-next {
    right: -5.3333333333vw;
  }
}
.onepiece .product-list .item .product-info .slide .slide-list .slick-dots {
  position: absolute;
  bottom: -2.0689655172vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .onepiece .product-list .item .product-info .slide .slide-list .slick-dots {
    bottom: -6.6666666667vw;
  }
}
.onepiece .product-list .item .product-info .slide .slide-list .slick-dots li {
  margin: 0 0.3448275862vw;
  width: 0.8275862069vw;
  height: 0.8275862069vw;
}
@media (max-width: 768px) {
  .onepiece .product-list .item .product-info .slide .slide-list .slick-dots li {
    margin: 0 2vw;
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }
}
.onepiece .product-list .item .product-info .slide .slide-list .slick-dots li button {
  font-size: 0;
  width: 100%;
  height: 100%;
  background-color: #cec0b6;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.5;
}
.onepiece .product-list .item .product-info .slide .slide-list .slick-dots li.slick-active button {
  opacity: 1;
}
.onepiece .product-list .item .product-info .slide .slide-list.slick-initialized {
  opacity: 1;
}
.onepiece .product-list .item .product-info .name {
  margin-top: 4.1379310345vw;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 29.6551724138vw;
}
@media (max-width: 768px) {
  .onepiece .product-list .item .product-info .name {
    margin-top: 14.6666666667vw;
    max-width: 89.3333333333vw;
  }
}
.onepiece .product-list .item .product-info .name .txt-01 {
  font-size: 1.2413793103vw;
  line-height: 1.3888888889;
}
@media (max-width: 768px) {
  .onepiece .product-list .item .product-info .name .txt-01 {
    font-size: 4.6666666667vw;
    line-height: 1.3714285714;
  }
}
.onepiece .product-list .item .product-info .name .txt-02 {
  font-size: 0.9655172414vw;
  line-height: 1.7857142857;
}
@media (max-width: 768px) {
  .onepiece .product-list .item .product-info .name .txt-02 {
    font-size: 3.2vw;
    line-height: 2;
    padding-top: 0.6666666667vw;
  }
}
.onepiece .product-list .item .product-info .detail {
  margin-top: 1.3793103448vw;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .onepiece .product-list .item .product-info .detail {
    margin-top: 5.3333333333vw;
  }
}
.onepiece .product-list .item .product-info .detail p {
  position: relative;
}
.onepiece .product-list .item .product-info .detail p .txt-01 {
  font-size: 1.2413793103vw;
  line-height: 1.3888888889;
  padding-right: 1.0344827586vw;
}
@media (max-width: 768px) {
  .onepiece .product-list .item .product-info .detail p .txt-01 {
    font-size: 3.7333333333vw;
    line-height: 1.5;
    padding-right: 2.6666666667vw;
  }
}
.onepiece .product-list .item .product-info .detail p .txt-02 {
  font-size: 1.2413793103vw;
  line-height: 1.3888888889;
  padding-left: 1.0344827586vw;
}
@media (max-width: 768px) {
  .onepiece .product-list .item .product-info .detail p .txt-02 {
    font-size: 3.7333333333vw;
    line-height: 1.5;
    padding-left: 2.6666666667vw;
  }
}
.onepiece .product-list .item .product-info .detail p .txt-03 {
  font-size: 0.9655172414vw;
  line-height: 1.7142857143;
}
@media (max-width: 768px) {
  .onepiece .product-list .item .product-info .detail p .txt-03 {
    font-size: 2.9333333333vw;
    line-height: 1.9090909091;
  }
}
.onepiece .product-list .item .product-info .detail p + p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 2.8965517241vw;
  background-color: #fff;
}
@media (max-width: 768px) {
  .onepiece .product-list .item .product-info .detail p + p::before {
    height: 9.8666666667vw;
    width: 1px;
  }
}
.onepiece .product-list .item .product-info .note {
  margin-top: 1.0344827586vw;
}
@media (max-width: 768px) {
  .onepiece .product-list .item .product-info .note {
    margin-top: 2.6666666667vw;
  }
}
.onepiece .product-list .item .product-info .cart {
  margin-top: 2.0689655172vw;
}
@media (max-width: 768px) {
  .onepiece .product-list .item .product-info .cart {
    margin-top: 6.6666666667vw;
  }
}
.onepiece .product-list .item .product-info .lead {
  padding-top: 3.4482758621vw;
}
@media (max-width: 768px) {
  .onepiece .product-list .item .product-info .lead {
    padding-top: 8.6666666667vw;
  }
}
.onepiece .product-list .item .product-info .lead p {
  font-size: 1.1034482759vw;
  line-height: 1.3888888889;
}
@media (max-width: 768px) {
  .onepiece .product-list .item .product-info .lead p {
    font-size: 3.2vw;
    line-height: 1.8333333333;
  }
}
.onepiece .product-list .item .product-info .pickup .list {
  max-width: 55.1724137931vw;
  margin-top: 1.3793103448vw;
}
@media (max-width: 768px) {
  .onepiece .product-list .item .product-info .pickup .list {
    max-width: 100%;
    margin-top: 4vw;
  }
}
.onepiece .product-list .item .product-feature {
  margin-top: 4.1379310345vw;
}
@media (max-width: 768px) {
  .onepiece .product-list .item .product-feature {
    margin-top: 8vw;
  }
}
.onepiece .product-list .item .product-feature .body .note-01 {
  padding-top: 0.6896551724vw;
  text-align: center;
}
@media (max-width: 768px) {
  .onepiece .product-list .item .product-feature .body .note-01 {
    padding-top: 4vw;
    text-align: left;
  }
}
.onepiece .product-list .item .product-howto {
  margin-top: 2.0689655172vw;
}
@media (max-width: 768px) {
  .onepiece .product-list .item .product-howto {
    margin-top: 6.6666666667vw;
  }
}
.onepiece .product-list .item .product-howto .body .note-01 {
  padding-top: 1.3793103448vw;
}
@media (max-width: 768px) {
  .onepiece .product-list .item .product-howto .body .note-01 {
    padding-top: 5.3333333333vw;
  }
}

/*----------------------------------
.shop
----------------------------------*/
.onepiece .shop {
  margin-top: 44.1379310345vw;
  margin-bottom: 3.4482758621vw;
  padding-top: 4.8275862069vw;
  overflow: visible;
}
@media (max-width: 768px) {
  .onepiece .shop {
    margin-top: 122.6666666667vw;
    margin-bottom: 0;
    padding-top: 0;
    padding-top: 4vw;
  }
}
.onepiece .shop::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -5.5172413793vw;
  left: calc(50% - 32.4137931034vw);
  width: 64.8275862069vw;
  height: 100%;
  background-color: #fff;
  transform: skewY(-15deg);
}
@media (max-width: 768px) {
  .onepiece .shop::before {
    top: -16vw;
    left: 0;
    width: 100%;
  }
}
.onepiece .shop::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -0.3448275862vw;
  right: calc(50% - 32.4137931034vw);
  width: 52.4137931034vw;
  height: 12.4137931034vw;
  background-color: rgba(9, 53, 204, 0.1);
  transform: skewY(-15deg);
}
@media (max-width: 768px) {
  .onepiece .shop::after {
    top: -3.3333333333vw;
    right: 0;
    width: 75.3333333333vw;
    height: 41.3333333333vw;
  }
}
.onepiece .shop .shop-illust {
  z-index: 0;
  position: absolute;
  top: -40.6896551724vw;
  left: 50%;
  transform: translateX(-50%);
  width: 39.3103448276vw;
}
@media (max-width: 768px) {
  .onepiece .shop .shop-illust {
    top: -115.3333333333vw;
    width: 110.4vw;
    left: -9.0666666667vw;
    transform: none;
  }
}
.onepiece .shop .inner {
  position: relative;
  z-index: 2;
}
.onepiece .shop .inner .ttl-h3 {
  height: 6.7586206897vw;
}
@media (max-width: 768px) {
  .onepiece .shop .inner .ttl-h3 {
    height: 19.3333333333vw;
  }
}
.onepiece .shop .inner .txt-01 {
  padding-top: 2.0689655172vw;
  text-align: center;
  font-size: 1.1034482759vw;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .onepiece .shop .inner .txt-01 {
    padding-top: 12vw;
    font-size: 3.7333333333vw;
    line-height: 1.8571428571;
    text-align: left;
  }
}
.onepiece .shop .inner .ttl-h4 {
  padding-top: 2.0689655172vw;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5172413793vw;
  line-height: 1.0454545455;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .onepiece .shop .inner .ttl-h4 {
    padding-top: 8vw;
    font-size: 5.0666666667vw;
    line-height: 1.0526315789;
  }
}
.onepiece .shop .inner .ttl-h4::before, .onepiece .shop .inner .ttl-h4::after {
  content: "";
  width: 4.8275862069vw;
  height: 0.1379310345vw;
  background-color: #cec0b6;
}
@media (max-width: 768px) {
  .onepiece .shop .inner .ttl-h4::before, .onepiece .shop .inner .ttl-h4::after {
    width: 9.3333333333vw;
    height: 0.2666666667vw;
  }
}
.onepiece .shop .inner .ttl-h4::before {
  margin-right: 1.3793103448vw;
}
@media (max-width: 768px) {
  .onepiece .shop .inner .ttl-h4::before {
    margin-right: 2.6666666667vw;
  }
}
.onepiece .shop .inner .ttl-h4::after {
  margin-left: 1.3793103448vw;
}
@media (max-width: 768px) {
  .onepiece .shop .inner .ttl-h4::after {
    margin-left: 2.6666666667vw;
  }
}
.onepiece .shop .inner .list-01 {
  margin-top: 1.724137931vw;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .onepiece .shop .inner .list-01 {
    margin-top: 5.3333333333vw;
    flex-direction: column;
  }
}
.onepiece .shop .inner .list-01 li + li {
  margin-left: 2.0689655172vw;
}
@media (max-width: 768px) {
  .onepiece .shop .inner .list-01 li + li {
    margin-left: 0;
    margin-top: 4vw;
  }
}
.onepiece .shop .inner .list-01 .btn-01 p,
.onepiece .shop .inner .list-01 .btn-02 p {
  margin-left: -1.3793103448vw;
}
@media (max-width: 768px) {
  .onepiece .shop .inner .list-01 .btn-01 p,
.onepiece .shop .inner .list-01 .btn-02 p {
    margin-left: -2.6666666667vw;
  }
}
.onepiece .shop .inner .txt-02 {
  margin-top: 2.0689655172vw;
}
@media (max-width: 768px) {
  .onepiece .shop .inner .txt-02 {
    margin-top: 6.6666666667vw;
  }
}
.onepiece .shop .inner .note-01 {
  margin-top: 1.3793103448vw;
}
@media (max-width: 768px) {
  .onepiece .shop .inner .note-01 {
    margin-top: 5.3333333333vw;
  }
}
.onepiece .shop .inner .note-01 + .ttl-h4 {
  margin-top: 2.0689655172vw;
}
@media (max-width: 768px) {
  .onepiece .shop .inner .note-01 + .ttl-h4 {
    margin-top: 13.3333333333vw;
  }
}
.onepiece .shop .inner .list-02 {
  margin-top: 1.724137931vw;
}
@media (max-width: 768px) {
  .onepiece .shop .inner .list-02 {
    margin-top: 4vw;
  }
}
.onepiece .shop .inner .txt-03 {
  margin-top: 2.0689655172vw;
}
@media (max-width: 768px) {
  .onepiece .shop .inner .txt-03 {
    margin-top: 8vw;
  }
}
.onepiece .shop .inner .list-03 {
  margin-top: 1.724137931vw;
  padding-bottom: 13.7931034483vw;
}
@media (max-width: 768px) {
  .onepiece .shop .inner .list-03 {
    margin-top: 4vw;
    padding-bottom: 40vw;
  }
}

/*----------------------------------
.contents
----------------------------------*/
.onepiece .contentsIconWrap {
  position: relative;
}
.onepiece .contentsIconWrap .contentsIcon {
  width: 6.6206896552vw;
  height: 6.6206896552vw;
  position: absolute;
  z-index: 5;
  cursor: pointer;
}
@media (max-width: 768px) {
  .onepiece .contentsIconWrap .contentsIcon {
    width: 16.6666666667vw;
    height: 16.6666666667vw;
  }
}
.onepiece .contentsIconWrap .contentsIcon img {
  filter: drop-shadow(0.6896551724vw 0.6896551724vw 2.0689655172vw rgba(0, 0, 0, 0.2));
  will-change: filter;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .onepiece .contentsIconWrap .contentsIcon img {
    filter: drop-shadow(1.3333333333vw 1.3333333333vw 4vw rgba(0, 0, 0, 0.2));
  }
}
.onepiece .contentsIconWrap .contentsIcon01 {
  top: -7.8620689655vw;
  right: 4.1379310345vw;
}
@media (max-width: 768px) {
  .onepiece .contentsIconWrap .contentsIcon01 {
    top: 5.3333333333vw;
    right: 8vw;
  }
}
.onepiece .contentsIconWrap .contentsIcon02 {
  top: 40vw;
  left: 50%;
  transform: translate(0, -50%) translateX(-19.6551724138vw);
}
@media (max-width: 768px) {
  .onepiece .contentsIconWrap .contentsIcon02 {
    top: 116vw;
    left: 1.3333333333vw;
    transform: translate(0, 0);
  }
}
.onepiece .contentsIconWrap .contentsIcon03 {
  top: 9.6551724138vw;
  right: 3.4482758621vw;
}
@media (max-width: 768px) {
  .onepiece .contentsIconWrap .contentsIcon03 {
    top: 44.6666666667vw;
    right: 4vw;
  }
}
.onepiece .contentsIconWrap .contentsIcon04 {
  top: -5.5172413793vw;
  left: 50%;
  transform: translate(0, -50%) translateX(-21.3793103448vw);
}
@media (max-width: 768px) {
  .onepiece .contentsIconWrap .contentsIcon04 {
    top: -84vw;
    right: 6.6666666667vw;
    left: inherit;
    transform: translate(0, 0);
  }
}

.onepiece .contents {
  padding-top: 5.5172413793vw;
  padding-bottom: 20.6896551724vw;
}
@media (max-width: 768px) {
  .onepiece .contents {
    padding-top: 4vw;
    padding-bottom: 50vw;
  }
}
.onepiece .contents .ttl-h3 {
  height: 9.3793103448vw;
}
@media (max-width: 768px) {
  .onepiece .contents .ttl-h3 {
    height: 26vw;
  }
}
.onepiece .contents .txt-01 {
  color: #fff;
  text-align: center;
  font-size: 1.1034482759vw;
}
@media (max-width: 768px) {
  .onepiece .contents .txt-01 {
    text-align: left;
    padding-top: 10.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.onepiece .contents .img-01 {
  margin-top: 2.0689655172vw;
  width: 31.0344827586vw;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .onepiece .contents .img-01 {
    margin-top: 6.6666666667vw;
    width: 100%;
  }
}
.onepiece .contents .txtWrap {
  padding-top: 17.2413793103vw;
  width: 27.5862068966vw;
  z-index: 1;
}
@media (max-width: 768px) {
  .onepiece .contents .txtWrap {
    padding-top: 33.3333333333vw;
    width: 64vw;
  }
}
.onepiece .contents .txtWrap::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 19.3103448276vw;
  left: calc(50% - 32.4137931034vw);
  width: 64.8275862069vw;
  height: 20.6896551724vw;
  background-color: #0a2796;
  transform: skewY(-15deg);
}
@media (max-width: 768px) {
  .onepiece .contents .txtWrap::before {
    top: 69.3333333333vw;
    left: 0;
    width: 100%;
    height: 56vw;
  }
}
.onepiece .contents .txtWrap::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 40vw;
  right: calc(50% - 32.4137931034vw);
  width: 64.8275862069vw;
  height: 44.4827586207vw;
  background-color: #fff;
  transform: skewY(-15deg);
}
@media (max-width: 768px) {
  .onepiece .contents .txtWrap::after {
    top: 125.3333333333vw;
    right: 0;
    width: 100%;
    height: 109.3333333333vw;
  }
}
.onepiece .contents .txtWrap .txts {
  position: relative;
  z-index: 1;
}
.onepiece .contents .txtWrap .txts .ttl-h4 {
  width: 27.5862068966vw;
}
@media (max-width: 768px) {
  .onepiece .contents .txtWrap .txts .ttl-h4 {
    width: 73.3333333333vw;
    margin-left: -3.3333333333vw;
  }
}
.onepiece .contents .txtWrap .txts .txt-02 {
  color: #fff;
}
.onepiece .contents .txtWrap .txts .ttl-h5 {
  padding-top: 5.5172413793vw;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5172413793vw;
  line-height: 1.0454545455;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .onepiece .contents .txtWrap .txts .ttl-h5 {
    padding-top: 14.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.25;
  }
}
.onepiece .contents .txtWrap .txts .ttl-h5::before, .onepiece .contents .txtWrap .txts .ttl-h5::after {
  content: "";
  width: 9.2413793103vw;
  height: 0.1379310345vw;
  background-color: #cec0b6;
}
@media (max-width: 768px) {
  .onepiece .contents .txtWrap .txts .ttl-h5::before, .onepiece .contents .txtWrap .txts .ttl-h5::after {
    width: 22.6666666667vw;
    height: 0.2666666667vw;
  }
}
.onepiece .contents .txtWrap .txts .ttl-h5::before {
  margin-right: 1.3793103448vw;
}
@media (max-width: 768px) {
  .onepiece .contents .txtWrap .txts .ttl-h5::before {
    margin-right: 2.6666666667vw;
  }
}
.onepiece .contents .txtWrap .txts .ttl-h5::after {
  margin-left: 1.3793103448vw;
}
@media (max-width: 768px) {
  .onepiece .contents .txtWrap .txts .ttl-h5::after {
    margin-left: 2.6666666667vw;
  }
}
.onepiece .contents .txtWrap .txts .txt-03 {
  text-align: center;
  margin-top: 0.6896551724vw;
  font-size: 1.1034482759vw;
}
@media (max-width: 768px) {
  .onepiece .contents .txtWrap .txts .txt-03 {
    margin-top: 1.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.onepiece .contents .txtWrap .txts .txt-03 span {
  font-size: 1.1034482759vw;
}
@media (max-width: 768px) {
  .onepiece .contents .txtWrap .txts .txt-03 span {
    font-size: 3.4666666667vw;
  }
}
.onepiece .contents .txtWrap .txts .img-02 {
  margin-top: 1.0344827586vw;
  margin-right: auto;
  margin-left: auto;
  width: 9.3103448276vw;
}
@media (max-width: 768px) {
  .onepiece .contents .txtWrap .txts .img-02 {
    margin-top: 1.3333333333vw;
    width: 22.6666666667vw;
  }
}
.onepiece .contents .txtWrap .txts .img-03 {
  margin-right: auto;
  margin-left: auto;
  width: 2.3448275862vw;
}
@media (max-width: 768px) {
  .onepiece .contents .txtWrap .txts .img-03 {
    width: 5.8666666667vw;
  }
}
.onepiece .contents .txtWrap .txts .txt-04 {
  margin-top: 1.3793103448vw;
  margin-right: auto;
  margin-left: auto;
  width: 27.0344827586vw;
}
@media (max-width: 768px) {
  .onepiece .contents .txtWrap .txts .txt-04 {
    margin-top: 3.3333333333vw;
    width: 64vw;
  }
}
.onepiece .contents .txtWrap .txts .list-01 {
  margin-top: 1.0344827586vw;
  padding-left: 1.0344827586vw;
  padding-right: 1.0344827586vw;
}
@media (max-width: 768px) {
  .onepiece .contents .txtWrap .txts .list-01 {
    margin-top: 2.6666666667vw;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
.onepiece .contents .txtWrap .txts .list-01 li {
  text-indent: -1em;
  padding-left: 1em;
}
.onepiece .contents .imgWrap {
  position: absolute;
  right: -7.2413793103vw;
  top: 11.0344827586vw;
}
@media (max-width: 768px) {
  .onepiece .contents .imgWrap {
    right: -33.3333333333vw;
    top: 47.3333333333vw;
  }
}
.onepiece .contents .imgWrap .img-04 {
  width: 52.1379310345vw;
}
@media (max-width: 768px) {
  .onepiece .contents .imgWrap .img-04 {
    width: 104.8vw;
  }
}

/*----------------------------------
.contentsBanner
----------------------------------*/
.onepiece .contentsBanner {
  display: none;
  position: fixed;
  left: -2px;
  bottom: 2.0689655172vw;
  width: 17.5862068966vw;
  height: 6.8965517241vw;
  z-index: 100;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("/freepage/sekkisei_onepiece_cp/img/common_bg_03.png");
  background-size: contain;
  filter: drop-shadow(0.6896551724vw 0.6896551724vw 2.0689655172vw rgba(0, 0, 0, 0.2));
  will-change: filter;
}
@media (max-width: 768px) {
  .onepiece .contentsBanner {
    bottom: 9.3333333333vw;
    width: 52.2666666667vw;
    height: 21.3333333333vw;
    filter: drop-shadow(1.3333333333vw 1.3333333333vw 4vw rgba(0, 0, 0, 0.2));
  }
}
.onepiece .contentsBanner a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0 1.724137931vw 0 1.0344827586vw;
}
@media (max-width: 768px) {
  .onepiece .contentsBanner a {
    padding: 0 3.3333333333vw 0 2.6666666667vw;
  }
}
.onepiece .contentsBanner a .txtWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.onepiece .contentsBanner a .txtWrap p {
  color: #0a2796;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
}
.onepiece .contentsBanner a .txtWrap .txt-01 {
  line-height: 1.4;
  font-size: 0.9655172414vw;
}
@media (max-width: 768px) {
  .onepiece .contentsBanner a .txtWrap .txt-01 {
    font-size: 3.0666666667vw;
  }
}
.onepiece .contentsBanner a .txtWrap .img-01 {
  width: 3.7931034483vw;
  filter: drop-shadow(0.6896551724vw 0.6896551724vw 2.0689655172vw rgba(0, 0, 0, 0.2));
  will-change: filter;
}
@media (max-width: 768px) {
  .onepiece .contentsBanner a .txtWrap .img-01 {
    width: 11.3333333333vw;
    filter: drop-shadow(1.3333333333vw 1.3333333333vw 4vw rgba(0, 0, 0, 0.2));
  }
}
.onepiece .contentsBanner a .txtWrap .txt-02 {
  position: relative;
}
.onepiece .contentsBanner a .txtWrap .txt-02 * {
  color: #0a2796;
}
.onepiece .contentsBanner a .txtWrap .txt-02 span:nth-child(1) {
  font-size: 1.0344827586vw;
  position: absolute;
  top: 0.4137931034vw;
}
@media (max-width: 768px) {
  .onepiece .contentsBanner a .txtWrap .txt-02 span:nth-child(1) {
    font-size: 3.2vw;
    top: 1.3333333333vw;
  }
}
.onepiece .contentsBanner a .txtWrap .txt-02 span:nth-child(2) {
  font-size: 3.5862068966vw;
  padding-top: 0.3448275862vw;
}
@media (max-width: 768px) {
  .onepiece .contentsBanner a .txtWrap .txt-02 span:nth-child(2) {
    font-size: 10.6666666667vw;
    padding-top: 1.3333333333vw;
  }
}
.onepiece .contentsBanner a .txtWrap .txt-02 span:nth-child(3) {
  font-size: 1.0344827586vw;
}
@media (max-width: 768px) {
  .onepiece .contentsBanner a .txtWrap .txt-02 span:nth-child(3) {
    font-size: 3.2vw;
  }
}

/*----------------------------------
.pageTop
----------------------------------*/
.onepiece .pageTop {
  position: relative;
  z-index: 10;
  transition: all 0.3s;
}
.onepiece .pageTop a {
  position: absolute;
  bottom: 1.3793103448vw;
  right: 1.3793103448vw;
}
@media (max-width: 768px) {
  .onepiece .pageTop a {
    bottom: 5.3333333333vw;
    right: 5.3333333333vw;
  }
}
.onepiece .pageTop a img {
  width: 6.8965517241vw;
}
@media (max-width: 768px) {
  .onepiece .pageTop a img {
    width: 25.3333333333vw;
  }
}
.onepiece .pageTop a p {
  font-size: 0.9655172414vw;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #fff;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 768px) {
  .onepiece .pageTop a p {
    font-size: 3.0666666667vw;
  }
}

/*----------------------------------
.l-footer
----------------------------------*/
.l-footer {
  background-color: #f8f8f8;
}

/*----------------------------------
modal
----------------------------------*/
.onepiece {
  /*------------------ modal_cartAdd ------------------*/
  /*------------------ modal_tips ------------------*/
  /*------------------ modal_present ------------------*/
}
.onepiece .modal,
.onepiece .js-cart-in-window {
  width: 100vw;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  transition: 0.3s ease-in-out;
}
.onepiece .modal {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.onepiece .modal.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (min-width: 769px) and (max-width: 1449px) {
  .onepiece .modal.open {
    z-index: 1001;
  }
}
@media (max-width: 768px) {
  .onepiece .modal.open {
    z-index: 1001;
  }
}
.onepiece .icon_cross,
.onepiece .js-cart-in-window--close-button {
  cursor: pointer;
  width: 2.6206896552vw;
  font-size: 0;
  position: absolute;
  top: 1.724137931vw;
  right: 1.724137931vw;
}
@media (max-width: 768px) {
  .onepiece .icon_cross,
.onepiece .js-cart-in-window--close-button {
    width: 8vw;
    top: 5.3333333333vw;
    right: 5.3333333333vw;
  }
}
.onepiece .icon_cross::before, .onepiece .icon_cross::after,
.onepiece .js-cart-in-window--close-button::before,
.onepiece .js-cart-in-window--close-button::after {
  content: none;
}
.onepiece .icon_cross .btn,
.onepiece .js-cart-in-window--close-button .btn {
  display: block;
  width: 100%;
  line-height: 1;
  aspect-ratio: 1/1;
  background: #fff;
  -webkit-mask-image: url("/freepage/sekkisei_onepiece_cp/img/common_close.png");
          mask-image: url("/freepage/sekkisei_onepiece_cp/img/common_close.png");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.onepiece .icon_cross .txt,
.onepiece .js-cart-in-window--close-button .txt {
  position: absolute;
  bottom: -1.3793103448vw;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 0.8965517241vw;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  line-height: 1;
}
@media (max-width: 768px) {
  .onepiece .icon_cross .txt,
.onepiece .js-cart-in-window--close-button .txt {
    bottom: -4.6666666667vw;
    font-size: 2.9333333333vw;
  }
}
.onepiece .js-cart-in-window--main-container {
  position: absolute;
  top: 50% !important;
  left: calc(50% + 105px) !important;
  transform: translate(-50%, -50%);
}
@media (min-width: 769px) and (max-width: 1449px) {
  .onepiece .js-cart-in-window--main-container {
    left: 50% !important;
  }
}
@media (max-width: 768px) {
  .onepiece .js-cart-in-window--main-container {
    left: 50% !important;
  }
}
.onepiece .modal_content,
.onepiece .block-modal-cart-check--result-scene,
.onepiece .block-modal-cart-check--error,
.onepiece .block-modal-cart-check--question-scene {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  width: 72.4137931034vw;
  max-width: 1200px;
  height: auto;
  max-height: none;
  padding: 6.8965517241vw 2.0689655172vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(96, 96, 96, 0.9);
}
@media (max-width: 768px) {
  .onepiece .modal_content,
.onepiece .block-modal-cart-check--result-scene,
.onepiece .block-modal-cart-check--error,
.onepiece .block-modal-cart-check--question-scene {
    width: 89.3333333333vw;
    max-width: none;
    max-height: calc(100dvh - 10.6666666667vw);
    padding: 29.3333333333vw 5.3333333333vw;
  }
}
.onepiece .modal_content .block-modal-cart-check--result-button,
.onepiece .block-modal-cart-check--result-scene .block-modal-cart-check--result-button,
.onepiece .block-modal-cart-check--error .block-modal-cart-check--result-button,
.onepiece .block-modal-cart-check--question-scene .block-modal-cart-check--result-button {
  color: #fff;
}
.onepiece .modal_content p,
.onepiece .block-modal-cart-check--result-scene p,
.onepiece .block-modal-cart-check--error p,
.onepiece .block-modal-cart-check--question-scene p {
  font-size: 1.1034482759vw;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .onepiece .modal_content p,
.onepiece .block-modal-cart-check--result-scene p,
.onepiece .block-modal-cart-check--error p,
.onepiece .block-modal-cart-check--question-scene p {
    font-size: 3.4666666667vw;
    text-align: left;
  }
}
.onepiece .modal_content h2,
.onepiece .block-modal-cart-check--result-scene h2,
.onepiece .block-modal-cart-check--error h2,
.onepiece .block-modal-cart-check--question-scene h2 {
  font-size: 1.5172413793vw;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .onepiece .modal_content h2,
.onepiece .block-modal-cart-check--result-scene h2,
.onepiece .block-modal-cart-check--error h2,
.onepiece .block-modal-cart-check--question-scene h2 {
    font-size: 5.0666666667vw;
    line-height: 1.3846153846;
  }
}
.onepiece .modal_content.max {
  height: auto !important;
  top: 0 !important;
  transform: translate(-50%, 0);
}
.onepiece .btn_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 2.0689655172vw auto 0;
}
@media (max-width: 768px) {
  .onepiece .btn_list {
    width: 66.6666666667vw;
    margin: 8vw auto 0;
  }
}
.onepiece .btn_list li + li {
  margin-top: 1.3793103448vw;
}
@media (max-width: 768px) {
  .onepiece .btn_list li + li {
    margin-top: 4vw;
  }
}
.onepiece .btn_list .button {
  border: solid 0.2068965517vw #cec0b6;
  width: 20.6896551724vw;
  height: 4.1379310345vw;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.2413793103vw;
  line-height: 1.0555555556;
  font-feature-settings: "palt";
  position: relative;
  text-decoration: none;
}
@media (max-width: 768px) {
  .onepiece .btn_list .button {
    border: solid 0.6666666667vw #cec0b6;
    width: 66.6666666667vw;
    height: 13.3333333333vw;
    font-size: 4vw;
  }
}
.onepiece .btn_list .button::after {
  content: "";
  width: 0.6206896552vw;
  height: 1.1034482759vw;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-mask-image: url("/freepage/sekkisei_onepiece_cp/img/common_arrow_01.png");
          mask-image: url("/freepage/sekkisei_onepiece_cp/img/common_arrow_01.png");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media (max-width: 768px) {
  .onepiece .btn_list .button::after {
    width: 1.6vw;
    height: 3.2vw;
  }
}
.onepiece .btn_list .return {
  background: #0a2796;
  color: #fff;
}
.onepiece .btn_list .return::after {
  left: 1.1034482759vw;
  background: #fff;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .onepiece .btn_list .return::after {
    left: 2.1333333333vw;
  }
}
.onepiece .btn_list .cart {
  background: #fff;
  color: #000;
}
.onepiece .btn_list .cart::before {
  content: "";
  width: 1.1034482759vw;
  height: 0.8965517241vw;
  margin-right: 0.4137931034vw;
  display: block;
  background: #000;
  -webkit-mask-image: url("/freepage/sekkisei_onepiece_cp/img/common_cart.png");
          mask-image: url("/freepage/sekkisei_onepiece_cp/img/common_cart.png");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media (max-width: 768px) {
  .onepiece .btn_list .cart::before {
    width: 4vw;
    height: 3.3333333333vw;
    margin-right: 0.8vw;
  }
}
.onepiece .btn_list .cart::after {
  right: 1.3793103448vw;
  background: #000;
}
@media (max-width: 768px) {
  .onepiece .btn_list .cart::after {
    right: 4vw;
  }
}
.onepiece .btn_list .cart span {
  width: 100%;
  margin-top: -0.2068965517vw;
  font-size: 0.8275862069vw;
  letter-spacing: 0;
  text-align: center;
  color: #000;
}
@media (max-width: 768px) {
  .onepiece .btn_list .cart span {
    margin-top: -0.4vw;
    font-size: 2.6666666667vw;
  }
}
.onepiece .modal.full_screen {
  background: rgba(96, 96, 96, 0.9);
}
.onepiece .modal.full_screen .modal_content {
  width: calc(100% - 6.8965517241vw);
  max-width: 135.1724137931vw;
  height: 100dvh;
  max-height: none;
  position: static;
  background: none;
}
@media (max-width: 768px) {
  .onepiece .modal.full_screen .modal_content {
    width: calc(100% - 10.6666666667vw);
    max-width: none;
  }
}
.onepiece .bc-player-default_default.vjs-fluid:not(.vjs-audio-only-mode),
.onepiece .video-js.vjs-9-16:not(.vjs-audio-only-mode) {
  background: transparent !important;
}
.onepiece .modal_cartAdd .modal_content.max {
  margin-top: 4.8275862069vw;
}
@media (max-width: 768px) {
  .onepiece .modal_cartAdd .modal_content.max {
    margin-top: 13.3333333333vw;
  }
}
.onepiece .modal_cartAdd .modal_content.max::before {
  content: "";
  position: absolute;
  bottom: -4.8275862069vw;
  width: 100%;
  height: 4.8275862069vw;
  background-color: transparent;
}
@media (max-width: 768px) {
  .onepiece .modal_cartAdd .modal_content.max::before {
    bottom: -13.3333333333vw;
    height: 13.3333333333vw;
  }
}
.onepiece .modal_tips {
  background: rgba(0, 0, 0, 0.5);
}
.onepiece .modal_tips .modal_content {
  max-height: none;
  padding: 3.3103448276vw 2.4137931034vw 4.8275862069vw;
  background: linear-gradient(45deg, transparent 0.6896551724vw, #fff 0.6896551724vw), linear-gradient(135deg, transparent 0.6896551724vw, #fff 0.6896551724vw), linear-gradient(225deg, transparent 0.6896551724vw, #fff 0.6896551724vw), linear-gradient(315deg, transparent 0.6896551724vw, #fff 0.6896551724vw);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 51% 51%;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .onepiece .modal_tips .modal_content {
    padding: 7.3333333333vw 6.6666666667vw 9.3333333333vw;
    background: linear-gradient(45deg, transparent 1.3333333333vw, #fff 1.3333333333vw), linear-gradient(135deg, transparent 1.3333333333vw, #fff 1.3333333333vw), linear-gradient(225deg, transparent 1.3333333333vw, #fff 1.3333333333vw), linear-gradient(315deg, transparent 1.3333333333vw, #fff 1.3333333333vw);
    background-position: bottom left, top left, top right, bottom right;
    background-size: 51% 51%;
    background-repeat: no-repeat;
  }
}
.onepiece .modal_tips .modal_content .icon_cross {
  top: -3.4482758621vw;
  right: 0;
}
@media (max-width: 768px) {
  .onepiece .modal_tips .modal_content .icon_cross {
    top: -10.6666666667vw;
  }
}
.onepiece .modal_tips .modal_content .img-01 {
  width: 4.4137931034vw;
  filter: drop-shadow(0.6896551724vw 0.6896551724vw 2.0689655172vw rgba(0, 0, 0, 0.2));
  will-change: filter;
}
@media (max-width: 768px) {
  .onepiece .modal_tips .modal_content .img-01 {
    width: 14.4vw;
    filter: drop-shadow(1.3333333333vw 1.3333333333vw 4vw rgba(0, 0, 0, 0.2));
  }
}
.onepiece .modal_tips .modal_content .img-02 {
  width: 8.1379310345vw;
  position: absolute;
  top: 2.4827586207vw;
  left: calc(50% - 0.1379310345vw);
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .onepiece .modal_tips .modal_content .img-02 {
    width: 26.6666666667vw;
    top: 4vw;
    left: calc(50% - 0.2666666667vw);
  }
}
.onepiece .modal_tips .modal_content h2 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  color: #0a2796;
  font-size: 1.6551724138vw;
  line-height: 1.6666666667;
  padding-top: 0.6896551724vw;
  padding-bottom: 0.6896551724vw;
}
@media (max-width: 768px) {
  .onepiece .modal_tips .modal_content h2 {
    font-size: 5.3333333333vw;
    line-height: 1.35;
    padding-top: 1.3333333333vw;
    padding-bottom: 2.6666666667vw;
  }
}
.onepiece .modal_tips .modal_content::after {
  content: "";
  position: absolute;
  top: 5.8620689655vw;
  width: 100%;
  height: 6.8965517241vw;
  background-color: #0a2796;
  background: #0935cc;
  opacity: 0.15;
}
@media (max-width: 768px) {
  .onepiece .modal_tips .modal_content::after {
    top: 16vw;
    height: 21.3333333333vw;
  }
}
.onepiece .modal_tips .modal_content .txt-01 {
  margin-top: 2.0689655172vw;
}
@media (max-width: 768px) {
  .onepiece .modal_tips .modal_content .txt-01 {
    margin-top: 9.3333333333vw;
  }
}
.onepiece .modal_tips .modal_content .txt-01 img {
  width: auto;
  height: 2.3448275862vw;
}
@media (max-width: 768px) {
  .onepiece .modal_tips .modal_content .txt-01 img {
    height: 6.6666666667vw;
  }
}
.onepiece .modal_tips .modal_content .txt-02 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  color: #0a2796;
  font-size: 1.9310344828vw;
  line-height: 1.4285714286;
  margin-top: 0.6896551724vw;
}
@media (max-width: 768px) {
  .onepiece .modal_tips .modal_content .txt-02 {
    font-size: 5.0666666667vw;
    line-height: 1.3913043478;
    margin-top: 1.3333333333vw;
    text-align: center;
    font-feature-settings: "palt";
  }
}
.onepiece .modal_tips .modal_content .txt-03 {
  width: 100%;
  color: #000;
  margin-top: 1.3793103448vw;
}
@media (max-width: 768px) {
  .onepiece .modal_tips .modal_content .txt-03 {
    margin-top: 4.6666666667vw;
    text-align: left;
  }
}
.onepiece .modal_tips .modal_content .txt-04 {
  width: 100%;
  color: #000;
  margin-top: 1.3793103448vw;
  font-size: 0.8275862069vw;
}
@media (max-width: 768px) {
  .onepiece .modal_tips .modal_content .txt-04 {
    margin-top: 4.6666666667vw;
    font-size: 2.6666666667vw;
    text-align: left;
  }
}
.onepiece .modal_tips .modal_content.max {
  margin-top: 4.8275862069vw;
}
@media (max-width: 768px) {
  .onepiece .modal_tips .modal_content.max {
    margin-top: 13.3333333333vw;
  }
}
.onepiece .modal_tips .modal_content.max::before {
  content: "";
  position: absolute;
  bottom: -4.8275862069vw;
  width: 100%;
  height: 4.8275862069vw;
  background-color: transparent;
}
@media (max-width: 768px) {
  .onepiece .modal_tips .modal_content.max::before {
    bottom: -13.3333333333vw;
    height: 13.3333333333vw;
  }
}
.onepiece .modal_present {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/freepage/sekkisei_onepiece_cp/img/common_bg_01.jpg");
  background-size: cover;
}
@media (max-width: 768px) {
  .onepiece .modal_present {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/freepage/sekkisei_onepiece_cp/img/common_bg_01_sp.jpg");
    background-size: cover;
  }
}
.onepiece .modal_present .icon_cross {
  position: fixed !important;
  z-index: 1001;
  top: 1.724137931vw;
  right: 1.724137931vw;
}
@media (max-width: 768px) {
  .onepiece .modal_present .icon_cross {
    top: 5.3333333333vw;
    right: 5.3333333333vw;
  }
}
.onepiece .modal_present .modal_content {
  background: transparent;
  width: 100%;
  max-width: calc(100vw - 210px);
  height: 100%;
  max-height: none;
  padding: 5.5172413793vw;
}
@media (min-width: 769px) and (max-width: 1449px) {
  .onepiece .modal_present .modal_content {
    max-width: 100vw;
  }
}
@media (max-width: 768px) {
  .onepiece .modal_present .modal_content {
    max-width: 100vw;
    padding: 8vw 5.3333333333vw;
  }
}
.onepiece .modal_present .modal_content .img-01 {
  width: 2.7586206897vw;
}
@media (max-width: 768px) {
  .onepiece .modal_present .modal_content .img-01 {
    width: 9.0666666667vw;
  }
}
.onepiece .modal_present .modal_content .txt-01 {
  padding-top: 1.3793103448vw;
  width: 16vw;
}
@media (max-width: 768px) {
  .onepiece .modal_present .modal_content .txt-01 {
    padding-top: 0.6666666667vw;
    width: 41.3333333333vw;
  }
}
.onepiece .modal_present .modal_content .imgWrap {
  position: relative;
  margin-top: 1.0344827586vw;
}
@media (max-width: 768px) {
  .onepiece .modal_present .modal_content .imgWrap {
    margin-top: 4vw;
  }
}
.onepiece .modal_present .modal_content .imgWrap .img-02 {
  display: flex;
  justify-content: center;
}
.onepiece .modal_present .modal_content .imgWrap .img-02 img {
  width: 4.9655172414vw;
  filter: drop-shadow(0.6896551724vw 0.6896551724vw 2.0689655172vw rgba(0, 0, 0, 0.2));
  will-change: filter;
}
@media (max-width: 768px) {
  .onepiece .modal_present .modal_content .imgWrap .img-02 img {
    width: 14.4vw;
    filter: drop-shadow(1.3333333333vw 1.3333333333vw 4vw rgba(0, 0, 0, 0.2));
  }
}
.onepiece .modal_present .modal_content .imgWrap .img-02 img + img {
  margin-left: 0.5517241379vw;
}
@media (max-width: 768px) {
  .onepiece .modal_present .modal_content .imgWrap .img-02 img + img {
    margin-left: 1.6vw;
  }
}
.onepiece .modal_present .modal_content .imgWrap .img-03 {
  width: 26.0689655172vw;
  position: absolute;
  top: 0;
  left: calc(50% - 0.4137931034vw);
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .onepiece .modal_present .modal_content .imgWrap .img-03 {
    width: 76.5333333333vw;
    left: calc(50% - 1.8666666667vw);
  }
}
.onepiece .modal_present .modal_content h2 {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.2068965517vw;
  line-height: 1.5625;
  padding-top: 1.3793103448vw;
}
@media (max-width: 768px) {
  .onepiece .modal_present .modal_content h2 {
    font-size: 6.4vw;
    line-height: 1.46;
    padding-top: 4vw;
  }
}
.onepiece .modal_present .modal_content .txt-02 {
  font-size: 1.1034482759vw;
  font-weight: 700;
  padding-top: 1.3793103448vw;
}
@media (max-width: 768px) {
  .onepiece .modal_present .modal_content .txt-02 {
    font-size: 3.2vw;
    padding-top: 8vw;
    text-align: center;
  }
}
.onepiece .modal_present .modal_content .list-01 {
  display: flex;
  justify-content: center;
}
.onepiece .modal_present .modal_content .list-01 li .img {
  height: 14.4827586207vw;
  margin-top: 2.0689655172vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .onepiece .modal_present .modal_content .list-01 li .img {
    height: 44vw;
    margin-top: 5.3333333333vw;
  }
}
.onepiece .modal_present .modal_content .list-01 li .img img.pcVer {
  width: 13.7931034483vw;
}
@media (max-width: 768px) {
  .onepiece .modal_present .modal_content .list-01 li .img img.pcVer {
    width: 41.3333333333vw;
  }
}
.onepiece .modal_present .modal_content .list-01 li .img img.spVer {
  width: 6.7586206897vw;
}
@media (max-width: 768px) {
  .onepiece .modal_present .modal_content .list-01 li .img img.spVer {
    width: 20vw;
  }
}
.onepiece .modal_present .modal_content .list-01 li .btn-01 {
  margin-top: 1.3793103448vw;
}
@media (max-width: 768px) {
  .onepiece .modal_present .modal_content .list-01 li .btn-01 {
    margin-top: 4vw;
    width: 42.6666666667vw;
  }
}
.onepiece .modal_present .modal_content .list-01 li + li {
  margin-left: 2.7586206897vw;
}
@media (max-width: 768px) {
  .onepiece .modal_present .modal_content .list-01 li + li {
    margin-left: 2.6666666667vw;
  }
}
@media (max-width: 768px) {
  .onepiece .modal_present .modal_content .list-01 li + li .btn-01 p {
    margin-left: -4vw;
    font-feature-settings: "palt";
    letter-spacing: initial;
  }
}
/*# sourceMappingURL=style_250424.css.map */