@charset "UTF-8";
html {
  overflow-x: hidden;
}

@media only screen and (min-width: 1399px) {
  html,
  body {
    font-size: 62.5%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1399px) {
  html,
  body {
    font-size: calc(10 * (100vw / 1400));
  }
}

@media only screen and (max-width: 767px) {
  html,
  body {
    font-size: calc(10 * (100vw / 750));
  }
}

@media only screen and (min-width: 768px) {
  .main-area {
    max-width: none;
    min-width: auto;
  }
}

@media only screen and (min-width: 1399px) {
  .bredlist.lp {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .bredlist.lp {
    font-size: calc(12 * (100vw / 1400));
    width: 90%;
    max-width: none;
    min-width: unset;
    margin: 20px auto;
  }
}

@media only screen and (max-width: 767px) {
  .bredlist.lp {
    font-size: calc(16 * (100vw / 750));
  }
}

.main-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  /* -------------------- 対IE -------------------- */
}

@media only screen and (min-width: 1399px) {
  .main-container {
    max-width: 1400px;
    margin: 35px auto 160px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .main-container {
    max-width: calc(1400 * (100vw / 1400));
    margin: calc(35 * (100vw / 1400)) auto calc(160 * (100vw / 1400));
  }
}

@media only screen and (max-width: 767px) {
  .main-container {
    margin: calc(40 * (100vw / 750)) 0 calc(200 * (100vw / 750));
  }
}

@media all and (-ms-high-contrast: none) {
  .main-container {
    overflow-x: hidden;
  }
}

.main-container .item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-container * a {
  display: inline-block;
}

.main-container img {
  width: 100%;
}

.main-container a:link,
.main-container h2,
.main-container h3,
.main-container h4,
.main-container h5,
.main-container h6 {
  color: inherit;
}

/* ---------------------------------------------------------------------------------------------------- */
/* -------------------- コンテンツ箱 -------------------- */
@media only screen and (min-width: 1399px) {
  .section-block {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .section-block {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .section-block {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1399px) {
  .section-block:not(:last-child) {
    margin-bottom: 140px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .section-block:not(:last-child) {
    margin-bottom: calc(140 * (100vw / 1400));
  }
}

@media only screen and (max-width: 767px) {
  .section-block:not(:last-child) {
    margin-bottom: calc(160 * (100vw / 750));
  }
}

@media only screen and (min-width: 1399px) {
  .set-up-section-block {
    margin-bottom: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .set-up-section-block {
    margin-bottom: calc(150 * (100vw / 1400));
  }
}

@media only screen and (max-width: 767px) {
  .set-up-section-block {
    margin-bottom: calc(160 * (100vw / 750));
  }
}

@media only screen and (min-width: 1399px) {
  .one-piece-section-block {
    margin-bottom: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .one-piece-section-block {
    margin-bottom: calc(150 * (100vw / 1400));
  }
}

@media only screen and (max-width: 767px) {
  .one-piece-section-block {
    margin-bottom: calc(200 * (100vw / 750));
  }
}

/* -------------------- クレジット箱 -------------------- */
@media only screen and (min-width: 768px) {
  .set-up01-section-block .contents-credit-container,
  .set-up02-section-block .contents-credit-container,
  .set-up03-section-block .contents-credit-container,
  .one-piece03-section-block .contents-credit-container {
    text-align: right;
  }
  .one-piece01-section-block .contents-credit-container,
  .one-piece02-section-block .contents-credit-container {
    text-align-last: left;
  }
}

@media only screen and (max-width: 767px) {
  .set-up01-section-block .contents-credit-container,
  .one-piece02-section-block .contents-credit-container {
    text-align: right;
  }
  .set-up02-section-block .contents-credit-container,
  .one-piece03-section-block .contents-credit-container {
    text-align: center;
  }
  .set-up03-section-block .contents-credit-container,
  .one-piece01-section-block .contents-credit-container {
    text-align: left;
  }
}

/* -------------------- ファーストビュー -------------------- */
@media only screen and (min-width: 1399px) {
  .first-vue-section-block {
    width: 580px;
    margin: 0 auto 130px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .first-vue-section-block {
    width: calc(580 * (100vw / 1400));
    margin: 0 auto calc(130 * (100vw / 1400));
  }
}

@media only screen and (max-width: 767px) {
  .first-vue-section-block {
    margin: 0 auto calc(150 * (100vw / 750));
  }
}

/* -------------------- 見出し -------------------- */
@media only screen and (min-width: 1399px) {
  .set-up-section-block .section-heading-txt {
    width: 281px;
    margin: 0 0 60px 561px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .set-up-section-block .section-heading-txt {
    width: calc(281 * (100vw / 1400));
    margin: 0 0 calc(60 * (100vw / 1400)) calc(561 * (100vw / 1400));
  }
}

@media only screen and (max-width: 767px) {
  .set-up-section-block .section-heading-txt {
    width: calc(355 * (100vw / 750));
    margin: 0 0 calc(60 * (100vw / 750)) calc(200 * (100vw / 750));
  }
}

@media only screen and (min-width: 1399px) {
  .one-piece-section-block .section-heading-txt {
    width: 410px;
    margin: 0 0 60px 496px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .one-piece-section-block .section-heading-txt {
    width: calc(410 * (100vw / 1400));
    margin: 0 0 calc(60 * (100vw / 1400)) calc(496 * (100vw / 1400));
  }
}

@media only screen and (max-width: 767px) {
  .one-piece-section-block .section-heading-txt {
    width: calc(517 * (100vw / 750));
    margin: 0 auto calc(60 * (100vw / 750));
  }
}

/* -------------------- セットアップ1 - sec1 -------------------- */
@media only screen and (min-width: 1399px) {
  .set-up01-section-block {
    width: 840px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .set-up01-section-block {
    width: calc(840 * (100vw / 1400));
  }
}

@media only screen and (min-width: 768px) {
  .set-up01-section-block {
    position: relative;
  }
}

@media only screen and (min-width: 1399px) {
  .set-up01-section-block .item-image1 {
    width: 500px;
    margin: 201px 0 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .set-up01-section-block .item-image1 {
    width: calc(500 * (100vw / 1400));
    margin: calc(201 * (100vw / 1400)) 0 calc(50 * (100vw / 1400));
  }
}

@media only screen and (max-width: 767px) {
  .set-up01-section-block .item-image1 {
    width: calc(488 * (100vw / 750));
    margin: calc(200 * (100vw / 750)) 0 calc(34 * (100vw / 750));
  }
}

@media only screen and (min-width: 1399px) {
  .set-up01-section-block .item-image2 {
    width: 400px;
    margin-left: -65px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .set-up01-section-block .item-image2 {
    width: calc(400 * (100vw / 1400));
    margin-left: calc(-65 * (100vw / 1400));
  }
}

@media only screen and (max-width: 767px) {
  .set-up01-section-block .item-image2 {
    width: calc(375 * (100vw / 750));
    margin-left: calc(-113 * (100vw / 750));
  }
}

.set-up01-section-block .item-image3 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (min-width: 1399px) {
  .set-up01-section-block .item-image3 {
    width: 480px;
    margin-left: 180px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .set-up01-section-block .item-image3 {
    width: calc(480 * (100vw / 1400));
    margin-left: calc(180 * (100vw / 1400));
  }
}

@media only screen and (max-width: 767px) {
  .set-up01-section-block .item-image3 {
    width: 100%;
  }
}

@media only screen and (min-width: 1399px) {
  .set-up01-section-block .contents-credit-container {
    top: 641px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .set-up01-section-block .contents-credit-container {
    top: calc(641 * (100vw / 1400));
  }
}

@media only screen and (min-width: 768px) {
  .set-up01-section-block .contents-credit-container {
    position: absolute;
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .set-up01-section-block .contents-credit-container {
    margin: 0 calc(20 * (100vw / 750)) calc(91 * (100vw / 750)) auto;
  }
}

/* -------------------- セットアップ2 - sec2 -------------------- */
@media only screen and (min-width: 1399px) {
  .set-up02-section-block {
    width: 900px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .set-up02-section-block {
    width: calc(900 * (100vw / 1400));
  }
}

@media only screen and (min-width: 768px) {
  .set-up02-section-block .flex-contents-block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .set-up02-section-block .flex-contents-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (min-width: 1399px) {
  .set-up02-section-block .item-image1,
  .set-up02-section-block .item-image2 {
    width: 420px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .set-up02-section-block .item-image1,
  .set-up02-section-block .item-image2 {
    width: calc(420 * (100vw / 1400));
  }
}

@media only screen and (max-width: 767px) {
  .set-up02-section-block .item-image1,
  .set-up02-section-block .item-image2 {
    width: calc(600 * (100vw / 750));
  }
}

@media only screen and (max-width: 767px) {
  .set-up02-section-block .item-image1 {
    margin-bottom: calc(40 * (100vw / 750));
  }
}

@media only screen and (min-width: 1399px) {
  .set-up02-section-block .item-image2 {
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .set-up02-section-block .item-image2 {
    margin-bottom: calc(35 * (100vw / 1400));
  }
}

@media only screen and (max-width: 767px) {
  .set-up02-section-block .item-image2 {
    margin-bottom: calc(31 * (100vw / 750));
  }
}

@media only screen and (min-width: 768px) {
  .set-up02-section-block .contents-credit-container {
    margin-left: auto;
  }
}

/* -------------------- セットアップ3 - sec3 -------------------- */
@media only screen and (min-width: 1399px) {
  .set-up03-section-block .item-image1 {
    width: 400px;
    margin: 0 500px 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .set-up03-section-block .item-image1 {
    width: calc(400 * (100vw / 1400));
    margin: 0 calc(500 * (100vw / 1400)) calc(40 * (100vw / 1400));
  }
}

@media only screen and (max-width: 767px) {
  .set-up03-section-block .item-image1 {
    width: calc(525 * (100vw / 750));
  }
}

@media only screen and (min-width: 1399px) {
  .set-up03-section-block .item-image2 {
    width: 450px;
    margin-left: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .set-up03-section-block .item-image2 {
    width: calc(450 * (100vw / 1400));
    margin-left: calc(40 * (100vw / 1400));
  }
}

@media only screen and (min-width: 768px) {
  .set-up03-section-block .item-image2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (max-width: 767px) {
  .set-up03-section-block .item-image2 {
    width: calc(562 * (100vw / 750));
    margin: 0 0 calc(31 * (100vw / 750)) auto;
  }
}

@media only screen and (min-width: 1399px) {
  .set-up03-section-block .contents-credit-container {
    margin-left: 357px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .set-up03-section-block .contents-credit-container {
    margin-left: calc(357 * (100vw / 1400));
  }
}

@media only screen and (min-width: 768px) {
  .set-up03-section-block .contents-credit-container {
    margin-top: auto;
  }
}

@media only screen and (max-width: 767px) {
  .set-up03-section-block .contents-credit-container {
    margin-left: calc(20 * (100vw / 750));
  }
}

/* -------------------- ワンピース1 - sec4 -------------------- */
@media only screen and (min-width: 1399px) {
  .one-piece01-section-block {
    width: 900px;
    margin-left: 240px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .one-piece01-section-block {
    width: calc(900 * (100vw / 1400));
    margin-left: calc(240 * (100vw / 1400));
  }
}

@media only screen and (max-width: 767px) {
  .one-piece01-section-block {
    width: calc(693 * (100vw / 750));
    margin-left: calc(20 * (100vw / 750));
  }
}

@media only screen and (min-width: 768px) {
  .one-piece01-section-block .flex-contents-block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 1399px) {
  .one-piece01-section-block .item-image1 {
    width: 420px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .one-piece01-section-block .item-image1 {
    width: calc(420 * (100vw / 1400));
  }
}

@media only screen and (max-width: 767px) {
  .one-piece01-section-block .item-image1 {
    width: calc(525 * (100vw / 750));
    margin: 0 0 calc(40 * (100vw / 750)) calc(17 * (100vw / 750));
  }
}

@media only screen and (min-width: 1399px) {
  .one-piece01-section-block .item-image2 {
    width: 420px;
    margin-top: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .one-piece01-section-block .item-image2 {
    width: calc(420 * (100vw / 1400));
    margin-top: calc(80 * (100vw / 1400));
  }
}

@media only screen and (max-width: 767px) {
  .one-piece01-section-block .item-image2 {
    width: calc(525 * (100vw / 750));
    margin: 0 0 calc(31 * (100vw / 750)) auto;
  }
}

.one-piece01-section-block .item-image3 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (min-width: 1399px) {
  .one-piece01-section-block .item-image3 {
    width: 450px;
    margin: 133px 225px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .one-piece01-section-block .item-image3 {
    width: calc(450 * (100vw / 1400));
    margin: calc(133 * (100vw / 1400)) calc(225 * (100vw / 1400)) 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .one-piece01-section-block .item-image3 {
    width: 100vw;
    margin-left: calc(-20 * (100vw / 750));
  }
}

@media only screen and (min-width: 1399px) {
  .one-piece01-section-block .contents-credit-container {
    margin-top: -40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .one-piece01-section-block .contents-credit-container {
    margin-top: calc(-40 * (100vw / 1400));
  }
}

@media only screen and (max-width: 767px) {
  .one-piece01-section-block .contents-credit-container {
    margin-bottom: calc(91 * (100vw / 750));
  }
}

/* -------------------- ワンピース2 - sec5 -------------------- */
@media only screen and (min-width: 1399px) {
  .one-piece02-section-block {
    margin-left: 260px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .one-piece02-section-block {
    margin-left: calc(260 * (100vw / 1400));
  }
}

@media only screen and (min-width: 768px) {
  .one-piece02-section-block {
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  .one-piece02-section-block {
    width: calc(713 * (100vw / 750));
    margin-left: 0;
  }
}

@media only screen and (min-width: 1399px) {
  .one-piece02-section-block .item-image1 {
    width: 400px;
    margin-top: 250px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .one-piece02-section-block .item-image1 {
    width: calc(400 * (100vw / 1400));
    margin-top: calc(250 * (100vw / 1400));
  }
}

@media only screen and (max-width: 767px) {
  .one-piece02-section-block .item-image1 {
    width: calc(525 * (100vw / 750));
    margin: calc(-60 * (100vw / 750)) 0 calc(31 * (100vw / 750));
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (min-width: 1399px) {
  .one-piece02-section-block .item-image2 {
    width: 420px;
    margin-left: -40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .one-piece02-section-block .item-image2 {
    width: calc(420 * (100vw / 1400));
    margin-left: calc(-40 * (100vw / 1400));
  }
}

@media only screen and (max-width: 767px) {
  .one-piece02-section-block .item-image2 {
    width: calc(490 * (100vw / 750));
    margin-left: auto;
    z-index: 2;
  }
}

@media only screen and (min-width: 1399px) {
  .one-piece02-section-block .contents-credit-container {
    top: 670px;
    left: 549px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .one-piece02-section-block .contents-credit-container {
    top: calc(670 * (100vw / 1400));
    left: calc(549 * (100vw / 1400));
  }
}

@media only screen and (min-width: 768px) {
  .one-piece02-section-block .contents-credit-container {
    position: absolute;
  }
}

@media only screen and (max-width: 767px) {
  .one-piece02-section-block .contents-credit-container {
    margin-left: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/* -------------------- ワンピース3 - sec6 -------------------- */
@media only screen and (min-width: 1399px) {
  .one-piece03-section-block {
    width: 960px;
    margin-bottom: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .one-piece03-section-block {
    width: calc(960 * (100vw / 1400));
    margin-bottom: calc(150 * (100vw / 1400));
  }
}

@media only screen and (max-width: 767px) {
  .one-piece03-section-block {
    width: calc(638 * (100vw / 750));
    margin-bottom: calc(200 * (100vw / 750));
  }
}

@media only screen and (min-width: 768px) {
  .one-piece03-section-block .flex-contents-block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .one-piece03-section-block .flex-contents-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (min-width: 1399px) {
  .one-piece03-section-block .item-image1 {
    width: 450px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .one-piece03-section-block .item-image1 {
    width: calc(450 * (100vw / 1400));
  }
}

@media only screen and (max-width: 767px) {
  .one-piece03-section-block .item-image1 {
    width: calc(525 * (100vw / 750));
    margin-bottom: calc(31 * (100vw / 750));
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (min-width: 1399px) {
  .one-piece03-section-block .item-image2 {
    width: 450px;
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .one-piece03-section-block .item-image2 {
    width: calc(450 * (100vw / 1400));
    margin-bottom: calc(35 * (100vw / 1400));
  }
}

@media only screen and (max-width: 767px) {
  .one-piece03-section-block .item-image2 {
    margin-bottom: calc(40 * (100vw / 750));
  }
}

@media only screen and (min-width: 768px) {
  .one-piece03-section-block .contents-credit-container {
    margin-left: auto;
  }
}

@media only screen and (max-width: 767px) {
  .one-piece03-section-block .contents-credit-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.image-horizon-anime {
  position: relative;
}

.image-horizon-anime::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  z-index: 3;
}

.image-horizon-anime-show::before {
  width: 0 !important;
}

/* -------------------- 画像透け防止 -------------------- */
.image-opacity-block {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.image-opacity-block::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* -------------------- 準汎用ボタン（全てのアイテムをチェック） -------------------- */
.vue-all-section-block {
  border: solid 1px #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 1399px) {
  .vue-all-section-block {
    width: 380px;
    height: 64px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .vue-all-section-block {
    width: calc(380 * (100vw / 1400));
    height: calc(64 * (100vw / 1400));
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .vue-all-section-block {
    width: calc(675 * (100vw / 750));
    height: calc(120 * (100vw / 750));
    margin: 0 auto;
  }
}

.vue-all-section-block .vue-all-link {
  line-height: 1.75;
  letter-spacing: 0.06em;
}

@media only screen and (min-width: 1399px) {
  .vue-all-section-block .vue-all-link {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .vue-all-section-block .vue-all-link {
    font-size: calc(18 * (100vw / 1400));
  }
}

@media only screen and (max-width: 767px) {
  .vue-all-section-block .vue-all-link {
    font-size: calc(28 * (100vw / 750));
  }
}

/* -------------------- 準汎商品テキストリンク（間隔アリ） -------------------- */
.contents-credit-container .item-link {
  font-family: nimbus-sans-dv, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: 'halt';
          font-feature-settings: 'halt';
  letter-spacing: 0.025em;
}

@media only screen and (min-width: 1399px) {
  .contents-credit-container .item-link {
    font-size: 12px;
    margin-left: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .contents-credit-container .item-link {
    font-size: calc(12 * (100vw / 1400));
    margin-left: calc(12 * (100vw / 1400));
  }
}

@media only screen and (min-width: 768px) {
  .contents-credit-container .item-link {
    line-height: 1.833;
  }
}

@media only screen and (max-width: 767px) {
  .contents-credit-container .item-link {
    font-size: calc(22 * (100vw / 750));
    line-height: 1.9;
  }
  .contents-credit-container .item-link:nth-of-type(even) {
    margin-left: calc(24 * (100vw / 750));
  }
}

@media only screen and (min-width: 768px) {
  .contents-credit-container .item-link:first-child,
  .set-up01-section-block .contents-credit-container .item-link,
  .set-up02-section-block .contents-credit-container .item-link:nth-of-type(3),
  .set-up02-section-block .contents-credit-container .item-link:nth-of-type(5),
  .set-up02-section-block .contents-credit-container .item-link:nth-of-type(7),
  .set-up03-section-block .contents-credit-container .item-link,
  .one-piece01-section-block .contents-credit-container .item-link,
  .one-piece02-section-block .contents-credit-container .item-link:nth-of-type(3),
  .one-piece02-section-block .contents-credit-container .item-link:nth-of-type(5),
  .one-piece02-section-block .contents-credit-container .item-link:nth-of-type(7),
  .one-piece06-section-block .contents-credit-container .item-link:nth-of-type(3),
  .one-piece06-section-block .contents-credit-container .item-link:nth-of-type(5) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .set-up03-section-block .contents-credit-container .item-link:nth-of-type(5),
  .set-up03-section-block .contents-credit-container .item-link:nth-of-type(7) {
    margin-left: calc(24 * (100vw / 750));
  }
  .set-up03-section-block .contents-credit-container .item-link:nth-of-type(3),
  .set-up03-section-block .contents-credit-container .item-link:nth-of-type(4),
  .set-up03-section-block .contents-credit-container .item-link:nth-of-type(6) {
    margin-left: 0;
  }
}

/* -------------------- 対IE -------------------- */
/* -------------------- flexコンテンツ箱 -------------------- */
.flex-contents-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* -------------------- 画像外枠線 -------------------- */
/* -------------------- 動画 -------------------- */
.item-movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item-movie video {
  width: inherit;
}

@media only screen and (max-width: 767px) {
  .pc-contents {
    display: none;
  }
}

.sp-contents {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sp-contents {
    display: inherit;
  }
}
/*# sourceMappingURL=common-all.css.map */