@charset "utf-8";

/* kv
---------------------------------------------- */
.kvWrap {
  height: 450px;
  background: url(../../img/marionette/pc/bg_trouble_kv.png) center / 1500px
    repeat-x;
}
.kvBox {
  width: 90%;
  max-width: 1100px;
  margin: auto;
  padding-top: 80px;
}
.kvTxt {
  width: 36%;
  font-size: 44px;
  margin-right: 5.4545455%;
  margin-bottom: 20px;
  margin-left: 4.5454546%;
  padding-bottom: 30px;
  border-bottom: 1px solid #9e9e9e;
  text-shadow: 5px 5px 1px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.001em;
  white-space: nowrap;
}
.kvImg {
  position: relative;
  width: 54%;
  box-shadow: 7px 7px 5px rgba(55, 0, 1, 0.2);
  z-index: 5;
}
.kvImg::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96.875%;
  height: 94.791667%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 6;
}
.kvTxt .en {
  display: block;
  font-size: 30px;
  letter-spacing: 0;
  margin-top: 18px;
  text-shadow: none;
  color: #9e9e9e;
}

@media screen and (max-width: 768px) {
  .kv::before {
    height: 50px;
  }
  .kvWrap {
    height: auto;
    background: url(../../img/marionette/sp/bg_trouble_kv.png) center / 518px
      repeat-x;
  }
  .kvBox {
    width: 84.375%;
    max-width: 540px;
    padding-top: 65px;
  }
  .kvTxt {
    width: 100%;
    font-size: 24px;
    margin-right: 0;
    margin-bottom: 16px;
    margin-left: 0;
    padding-bottom: 0;
    border-bottom: none;
    text-align: center;
  }
  .kvTxt .en {
    font-size: 17px;
    margin-top: 6px;
  }
  .kvImg {
    width: 100%;
  }
  .kvImg::before {
    border: 1px solid rgba(255, 255, 255, 1);
  }
}

/* intro
---------------------------------------------- */
.intro {
  margin-top: 40px;
}
.introWrap {
  margin-top: 45px;
  margin-bottom: 110px;
}
.introWrap .des {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.1em;
  text-align: justify;
  margin-bottom: 30px;
}
.introWrap figure + figure {
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .intro {
    margin-top: 30px;
  }
  .introWrap {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .introWrap .des {
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
  }
  .introWrap figure + figure {
    margin-top: 20px;
  }
}

/* factor
---------------------------------------------- */
.factor {
  margin-top: 110px;
}
.factorWrap {
  margin-top: 45px;
  margin-bottom: 110px;
}
.factorWrap .des {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.1em;
  text-align: justify;
  margin-bottom: 30px;
}
.factorWrap figure + figure {
  margin-top: 35px;
}
.approachWrap {
  margin-top: 65px;
}
.approachBox + .approachBox {
  margin-top: 100px;
}
.approachBox .des {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.1em;
  text-align: justify;
}
.approachBox .txt {
  width: 43.5555556%;
}
.approachBox .txt h3 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e2dedc;
}
.approachBox .txt h3 .large {
  font-size: 40px;
}
.approachBox .txt .des {
  font-size: 16px;
  line-height: 2.125;
  text-align: justify;
  text-justify: inter-ideograph;
}
.approachBox .img {
  width: 48.8888889%;
}
.approachBox .cards {
  margin-top: 50px;
}
.approachBox .cards + .cards {
  margin-top: 20px;
}
.approachBox .cards.noBtn {
  pointer-events: none;
}
.approachBox .cards.noBtn li a:before,
.approachBox .cards.noBtn li a:after {
  display: none;
}
.approachBox .cards li {
  width: 30%;
  background: -webkit-radial-gradient(
    50% 50%,
    circle farthest-corner,
    rgba(253, 247, 248, 1) 0%,
    rgba(250, 239, 241, 1) 100%
  );
  background: -webkit-gradient(
    radial,
    50% 50%,
    0,
    50% 50%,
    99.56,
    color-stop(0, rgba(253, 247, 248, 1)),
    color-stop(1, rgba(250, 239, 241, 1))
  );
  background: -ms-radial-gradient(
    50% 50%,
    circle farthest-corner,
    rgba(253, 247, 248, 1) 0%,
    rgba(250, 239, 241, 1) 100%
  );
  background: radial-gradient(
    50% 50%,
    circle farthest-corner,
    rgba(253, 247, 248, 1) 0%,
    rgba(250, 239, 241, 1) 100%
  );
}
.approachBox .cards li + li {
  margin-left: 2.2222222%;
}
.approachBox .cards + .accBox {
  margin-top: 50px;
}

.txt .list li {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 768px) {
  .factor {
    margin-top: 50px;
  }
  .factorWrap {
    margin-top: 20px;
    margin-bottom: 60px;
  }
  .factorWrap .des {
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
  }
  .factorWrap figure + figure {
    margin-top: 20px;
  }
  .approachWrap {
    margin-top: 30px;
  }
  .approachBox + .approachBox {
    margin-top: 50px;
  }
  .approachBox .des {
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .approachBox .txt {
    width: 100%;
  }
  .approachBox .txt h3 {
    font-size: 19px;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .approachBox .txt h3 .large {
    font-size: 24px;
    line-height: 1.4;
  }
  .approachBox .txt .des {
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .approachBox .img {
    width: 100%;
  }
  .approachBox .cards {
    margin-top: 22px;
  }
  .approachBox .cards + .cards {
    margin-top: 10px;
  }
  .approachBox .cards + .accBox {
    margin-top: 20px;
  }
  .approachBox .cards li {
    width: 100%;
    height: 50px;
  }
  .approachBox .cards li + li {
    margin-top: 10px;
    margin-left: 0;
  }
  .approachBox .cards li a::before {
    border-top: 18px solid transparent;
    border-right: 18px solid #e8aeb8;
  }
  .approachBox .cards li a {
    font-size: 15px;
  }
  .approachBox .cards li a span {
    font-size: 11px;
    margin-bottom: 4px;
    padding-top: 0;
  }
  .txt .list li {
    font-size: 12px;
    line-height: 1.4;
    padding-bottom: 10px;
  }
  .listStyle > li::before {
    top: 4px;
    font-size: 8px;
  }
}

/* point
---------------------------------------------- */
.pointWrap {
}
.point .secTtl1 + .pointWrap {
  margin-top: 60px;
}
.pointtxt {
  width: 66.66666667%;
  box-sizing: border-box;
}

.point .achievement {
  max-width: 900px;
  margin: -60px auto 0;
}

@media screen and (max-width: 768px) {
  .point {
    margin-top: 50px;
  }
  .point .secTtl1 + .pointWrap {
    margin-top: 30px;
  }
  .point .des {
    width: 70%;
    text-align: left;
  }
  .pointWrap {
    position: relative;
  }
  .pointtxt {
    width: 100%;
    padding-left: 0;
  }
  .pointImg {
    position: absolute;
    bottom: -7%;
    right: -16%;
    width: 128px;
  }

  .point .achievement {
    margin: 10px auto 0;
  }
}

/* lineup
---------------------------------------------- */
.lineup {
  margin-top: 120px;
}
.lineupWrap {
  margin-top: 35px;
  padding: 70px 0;
  background: -webkit-radial-gradient(
    49.67% 49.74%,
    circle farthest-corner,
    rgba(253, 249, 250, 1) 0%,
    rgba(252, 246, 248, 1) 62.27%,
    rgba(250, 238, 240, 1) 99.68%,
    rgba(250, 238, 240, 1) 100%
  );
  background: -webkit-gradient(
    radial,
    49.67% 49.74%,
    0,
    49.67% 49.74%,
    459.5,
    color-stop(0, rgba(253, 249, 250, 1)),
    color-stop(0.6227, rgba(252, 246, 248, 1)),
    color-stop(0.9968, rgba(250, 238, 240, 1)),
    color-stop(1, rgba(250, 238, 240, 1))
  );
  background: -ms-radial-gradient(
    49.67% 49.74%,
    circle farthest-corner,
    rgba(253, 249, 250, 1) 0%,
    rgba(252, 246, 248, 1) 62.27%,
    rgba(250, 238, 240, 1) 99.68%,
    rgba(250, 238, 240, 1) 100%
  );
  background: radial-gradient(
    49.67% 49.74%,
    circle farthest-corner,
    rgba(253, 249, 250, 1) 0%,
    rgba(252, 246, 248, 1) 62.27%,
    rgba(250, 238, 240, 1) 99.68%,
    rgba(250, 238, 240, 1) 100%
  );
  border-radius: 50px 0px;
}
.lineupBox {
  overflow: hidden;
  margin: 0 70px;
}
.lineupBox figure {
  float: right;
  width: 48%;
  margin: 0 0 30px 30px;
}
.lineupBox figure img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.lineupBox h3 {
  display: inline-block;
  background-color: #de8c9a;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border-radius: 30px;
  padding: 8px 20px;
  margin-bottom: 24px;
  line-height: 1.4;
}
.lineupBox span {
  color: #de8c9a;
  font-weight: bold;
  font-size: 18px;
  padding: 20px 0 10px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.lineupBox p {
  font-size: 16px;
  line-height: 2.125;
  letter-spacing: 0.1em;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 12px;
}
.lineupBox ul {
  padding-bottom: 10px;
}
.lineupList li {
  position: relative;
  font-size: 16px;
  line-height: 2.125;
  letter-spacing: 0.1em;
  padding-top: 4px;
  padding-left: 40px;
}
.lineupList li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 28px;
  height: 26px;
  background: url(../../img/common/pc/icon_check.svg) center / contain no-repeat;
}
.lineupList .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
}
.lineupBox .cardArea {
  clear: both;
  margin-top: 40px;
}
.lineupBox .cardArea ul.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.lineupBox .cardArea ul.cards li {
  background-color: #fff;
  width: 45%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lineupBox .cardArea ul.cards li a {
  font-size: 16px;
}
.lineupBox .cardArea ul.cards li a span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
  padding-top: 4px;
}
@media screen and (max-width: 768px) {
  .lineup {
    margin-top: 50px;
  }
  .lineupWrap {
    margin-top: 15px;
    padding: 30px 0;
    border-radius: 25px 0;
  }
  .lineupBox {
    max-width: 100%;
    margin: 0 20px;
  }
  .lineupBox h3 {
    display: block;
    text-align: center;
    font-size: 16px;
    border-radius: 16px;
    padding: 6px 8px 4px;
    margin: 0 auto 20px;
    line-height: 1.2;
  }
  .lineupBox figure {
    float: none;
    width: 100%;
    margin: 20px auto;
    text-align: center;
  }

  .lineupBox figure img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .lineupBox span {
    font-size: 16px;
    padding: 20px 0 10px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  .lineupBox p {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .lineupList li {
    position: relative;
    font-size: 12px;
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-top: 8px;
    padding-left: 24px;
  }
  .lineupList li::before {
    content: "";
    position: absolute;
    top: 65%;
    left: 0px;
    transform: translateY(-50%);
    width: 18px;
    height: 14px;
    background: url(../../img/common/pc/icon_check.svg) center / contain
      no-repeat;
  }
  .lineupBox .cardArea {
    clear: both;
    margin-top: 20px;
  }
  .lineupBox .cardArea ul.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .lineupBox .cardArea ul.cards li {
    background-color: #fff;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lineupBox .cardArea ul.cards li a {
    font-size: 12px;
  }
  .lineupBox .cardArea ul.cards li a span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    padding-top: 4px;
  }
  .lineupBox .cardArea ul.cards li a::before {
    border-right: 18px solid #eaa5a0;
    border-top: 18px solid transparent;
  }
}

/* interval
---------------------------------------------- */
.interval {
  margin-top: 120px;
}
.intervalTable {
  text-align: center;
  max-width: 920px;
  width: 100%;
  margin: 15px auto 0;
  border-collapse: collapse;
  border: 1px solid rgb(204, 204, 204);
  font-size: 16px;
  background-color: #fff;
  overflow: hidden;
}
.intervalTable th,
.intervalTable td {
  border: 1px solid #ccc;
  padding: 16px 20px;
  line-height: 1.6;
}
.intervalTable th {
  background-color: #fdf5f7;
  color: #de8c9a;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
}
.intervalTable td {
  color: #333;
  text-align: left;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .interval {
    margin-top: 50px;
  }
  .intervalTable {
    max-width: 100%;
    width: 100%;
    font-size: 12px;
  }
  .intervalTable th,
  .intervalTable td {
    padding: 12px;
  }
}

/* commitment
---------------------------------------------- */
.commitment {
  margin-top: 120px;
}
.commitment .txt {
  margin-top: 50px;
}
.commitment .txt li {
  font-size: 20px;
  padding-left: 24px;
}
.commitment .listStyle > li::before {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .commitment {
    margin-top: 50px;
  }
  .commitment .txt {
    margin-top: 20px;
  }
  .commitment .txt li {
    font-size: 14px;
    padding-left: 16px;
    padding-bottom: 10px;
    line-height: 1.6;
  }
  .commitment .listStyle > li::before {
    font-size: 10px;
  }
}

/* summary
---------------------------------------------- */
.summary {
  margin-top: 120px;
  margin-bottom: 120px;
}
.summary .des {
  font-size: 16px;
  line-height: 2.125;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 768px) {
  .summary {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .summary .des {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
