@charset "UTF-8";
/* =============================================

プラン

============================================= */
.mainvisual {
  position: relative;
}
.mainvisual img {
  width: 100%;
  max-width: none;
}
.mainvisual__caption {
  font-size: 11px;
  color: #fff;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.copy {
  text-align: center;
}
.copy--align-left {
  text-align: left;
}
.copy__heading {
  font-size: 22px;
  line-height: 1.7272727273;
  font-weight: 500;
  color: #593e7f;
  margin-bottom: 25px;
}
.copy__heading--sizeLarge {
  font-size: 33px;
  line-height: 1.5151515152;
}
.copy__heading--colorBlack {
  color: #000;
}
.copy__txt {
  font-size: 14px;
  line-height: 2.1428571429;
}
.copy__notice {
  font-size: 11px;
  display: block;
  margin-top: 5px;
}

.sectiontitle {
  text-align: center;
  margin-bottom: 50px;
}
.sectiontitle__heading {
  font-family: "Cinzel", serif;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
}
.sectiontitle__txt {
  font-size: 10px;
  letter-spacing: 0.5em;
  margin-right: -0.5em;
}

.contents {
  background: url("../../common/imgs/pc/bg-contents.jpg") no-repeat top center/cover;
  padding: 120px 0;
}
.contents__inner {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.style {
  margin-bottom: 110px;
  display: flex;
  justify-content: space-between;
}
.style__item {
  width: 290px;
}
.style__heading {
  font-size: 22px;
  line-height: 1.6363636364;
  font-weight: 500;
  letter-spacing: -0.05em;
  text-align: center;
  margin-bottom: 20px;
  white-space: nowrap;
}
.style__img {
  margin-bottom: 25px;
}
.style__txt {
  font-size: 13px;
  line-height: 1.7692307692;
  text-align: justify;
}

.character {
  padding: 110px 0;
  margin-bottom: 40px;
  position: relative;
}
.character::before {
  content: "";
  background: linear-gradient(90deg, rgb(190, 194, 184) 0.01%, rgb(245, 246, 238) 31.6%, rgb(238, 239, 231) 48.6%, rgb(218, 221, 212) 73.55%, rgb(190, 194, 184) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  mix-blend-mode: multiply;
}
.character__title {
  font-size: 21px;
  text-align: center;
  margin-bottom: 80px;
}
.character__inner {
  display: flex;
  justify-content: space-between;
}
.character-list {
  width: 440px;
}
.character-list__item {
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.character-list__item:nth-of-type(2) {
  padding: 40px 0;
}
.character-list__item:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.character-list__item dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.character-list__item dl dt {
  font-size: 16px;
  line-height: 1.5625;
  font-weight: 500;
  text-align: center;
  width: 205px;
}
.character-list__item dl dd figure {
  width: 216px;
}
.character-list__item--02 dl dd figure {
  width: 250px;
}

.elevation {
  width: 500px;
  flex-shrink: 0;
}

.plan-list {
  width: 414px;
  margin-right: auto;
  margin-left: auto;
}

.plan-detail-header {
  background: #f4f4f2;
  padding: 220px 0 130px;
  margin-bottom: 110px;
}
.plan-detail-header__spec {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.plan-layout {
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
}

.plan-btn {
  font-size: 18px;
  letter-spacing: 0.14em;
  width: 330px;
  margin-right: auto;
  margin-bottom: 120px;
  margin-left: auto;
}
.plan-btn__item {
  height: 40px;
  margin-bottom: 20px;
  position: relative;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
}
.plan-btn__item:last-child {
  margin-bottom: 0;
}
.plan-btn__item a {
  color: #fff;
  background: #000;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s;
}
.plan-btn__item a:hover {
  opacity: 0.7;
}
.plan-btn__item--arrow::after {
  content: "";
  background: url("../../common/imgs/icon-arrow@2x.png") no-repeat center center/cover;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.plan-notice {
  font-size: 11px;
  line-height: 1.6363636364;
  width: 900px;
  margin-right: auto;
  margin-bottom: 120px;
  margin-left: auto;
}

main.type-F {
  background: #eae5e3;
}

.panorama {
  margin-bottom: 15px;
  position: relative;
}
.panorama img {
  width: 100%;
  max-width: none;
}
.panorama figcaption {
  font-size: 11px;
  color: #fff;
  text-align: right;
  position: absolute;
  right: 5px;
  bottom: 5px;
  white-space: nowrap;
}

.panorama-notice {
  font-size: 11px;
  line-height: 1.6363636364;
  width: 900px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
}

.pickup {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.pickup__title {
  font-size: 33px;
  line-height: 1.5151515152;
  color: #593e7f;
  text-align: center;
  margin-bottom: 70px;
}
.pickup-copy {
  text-align: center;
  width: 600px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
}
.pickup-copy__heading {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.pickup-copy__txt {
  font-size: 14px;
  line-height: 2.1428571429;
}
.pickup-use {
  width: 600px;
  margin: 0 auto 90px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pickup-use__item {
  width: 290px;
  margin-bottom: 20px;
}
.pickup-rarity {
  margin-bottom: 80px;
}
.pickup-character {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pickup-character__item {
  width: 440px;
  margin-bottom: 20px;
}
.pickup-character__notice {
  font-size: 11px;
  line-height: 1.6363636364;
  margin-bottom: 80px;
}

.plan-panorama {
  margin-bottom: 60px;
}
.plan-panorama img {
  width: 100%;
  max-width: none;
}
.plan-panorama figure {
  position: relative;
}
.plan-panorama figure figcaption {
  font-size: 11px;
  color: #fff;
  position: absolute;
  right: 5px;
  bottom: 5px;
  text-shadow: 0 0 10px rgb(0, 0, 0), 0 0 10px rgb(0, 0, 0), 0 0 10px rgb(0, 0, 0);
}
.plan-panorama__notice {
  font-size: 11px;
  line-height: 1.6363636364;
  width: 900px;
  margin: 20px auto 0;
}

@media only screen and (max-width: 768px) {
  /* =============================================

  プラン

  ============================================= */
  .mainvisual__caption {
    font-size: 8px;
    color: #000;
    right: 5px;
    bottom: 5px;
  }
  .copy__heading {
    font-size: 19px;
    line-height: 1.4210526316;
    margin-bottom: 25px;
  }
  .copy__heading--sizeLarge {
    font-size: 26px;
    line-height: 1.5384615385;
  }
  .copy__txt {
    font-size: 14px;
    line-height: 1.7142857143;
  }
  .copy__notice {
    font-size: 10px;
  }
  .sectiontitle {
    margin-bottom: 30px;
  }
  .sectiontitle__heading {
    font-size: 22px;
  }
  .sectiontitle__txt {
    font-size: 8px;
  }
  .contents {
    background: url("../../common/imgs/sp/bg-contents.jpg") repeat-y top center/cover;
    padding: 50px 0 60px;
    margin-bottom: 0;
  }
  .contents__inner {
    width: 100%;
  }
  .style {
    width: 180px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    display: block;
  }
  .style__item {
    width: 100%;
    margin-bottom: 45px;
  }
  .style__item:last-of-type {
    margin-bottom: 0;
  }
  .style__heading {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .style__img {
    margin-bottom: 10px;
  }
  .style__img img {
    width: 100%;
  }
  .style__txt {
    font-size: 10px;
    line-height: 1.8;
  }
  .character {
    padding: 50px 0;
    margin-bottom: 40px;
  }
  .character__title {
    font-size: 18px;
    line-height: 1.5555555556;
    margin-bottom: 40px;
  }
  .character__inner {
    display: block;
  }
  .character-list {
    width: 314px;
    margin-right: auto;
    margin-left: auto;
  }
  .character-list__item {
    padding: 10px 0;
  }
  .character-list__item:nth-of-type(2) {
    padding: 25px 0;
  }
  .character-list__item dl dt {
    font-size: 13px;
    line-height: 1.5384615385;
    letter-spacing: -0.08em;
    width: 160px;
    margin-bottom: 0;
  }
  .character-list__item dl dd {
    width: 135px;
    display: block;
  }
  .character-list__item dl dd p {
    font-size: 14px;
    line-height: 1.8461538462;
    width: 100%;
    margin-bottom: 15px;
  }
  .character-list__item dl dd figure {
    width: 100%;
  }
  .character-list__item dl dd figure img {
    width: 100%;
  }
  .character-list__item--02 dl dt {
    width: 150px;
  }
  .character-list__item--02 dl dd {
    width: 158px;
  }
  .character-list__item--02 dl dd p {
    width: 100%;
  }
  .character-list__item--02 dl dd figure {
    width: 100%;
  }
  .elevation {
    width: 324px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
  }
  .plan-list {
    width: 324px;
    margin-bottom: 0;
    display: block;
  }
  .plan-list__item {
    width: 100%;
    margin-bottom: 15px;
  }
  .plan-list__item:last-child {
    margin-bottom: 0;
  }
  .plan-detail-header {
    padding: 150px 0 50px;
    margin-bottom: 50px;
  }
  .plan-detail-header__spec {
    width: 314px;
  }
  .plan-layout {
    margin-bottom: 40px;
  }
  .plan-btn {
    font-size: 14px;
    width: 270px;
    margin-bottom: 50px;
  }
  .plan-btn__item {
    height: 30px;
  }
  .plan-btn__item::after {
    width: 26px;
    height: 26px;
  }
  .plan-notice {
    font-size: 8px;
    width: 335px;
    margin-bottom: 50px;
  }
  .panorama {
    margin-bottom: 15px;
  }
  .panorama figcaption {
    font-size: 10px;
    color: #fff;
    text-align: right;
    position: absolute;
    right: 5px;
    bottom: 5px;
    white-space: nowrap;
  }
  .panorama-notice {
    font-size: 8px;
    width: 314px;
    margin-bottom: 30px;
  }
  .pickup {
    width: 314px;
  }
  .pickup__title {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .pickup-copy {
    width: 100%;
    margin-bottom: 30px;
  }
  .pickup-copy__heading {
    font-size: 17px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .pickup-copy__txt {
    font-size: 11px;
    text-align: left;
  }
  .pickup-use {
    width: 100%;
    margin: 0 auto 90px;
    display: block;
  }
  .pickup-use__item {
    width: 100%;
    margin-bottom: 30px;
  }
  .pickup-use__item:last-child {
    margin-bottom: 0;
  }
  .pickup-rarity {
    width: 375px;
    margin-right: -30.5px;
    margin-bottom: 50px;
    margin-left: -30.5px;
  }
  .pickup-character {
    display: block;
  }
  .pickup-character__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .pickup-character__notice {
    font-size: 8px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .plan-panorama {
    margin-bottom: 40px;
  }
  .plan-panorama figure figcaption {
    font-size: 8px;
  }
  .plan-panorama__notice {
    font-size: 8px;
    width: 314px;
    margin: 10px auto 0;
  }
}
@media only screen and (min-width: 751px) {
  .mb0pc {
    margin-bottom: 0px;
  }
  .mb5pc {
    margin-bottom: 5px;
  }
  .mb10pc {
    margin-bottom: 10px;
  }
  .mb15pc {
    margin-bottom: 15px;
  }
  .mb20pc {
    margin-bottom: 20px;
  }
  .mb25pc {
    margin-bottom: 25px;
  }
  .mb30pc {
    margin-bottom: 30px;
  }
  .mb35pc {
    margin-bottom: 35px;
  }
  .mb40pc {
    margin-bottom: 40px;
  }
  .mb45pc {
    margin-bottom: 45px;
  }
  .mb50pc {
    margin-bottom: 50px;
  }
  .mb55pc {
    margin-bottom: 55px;
  }
  .mb60pc {
    margin-bottom: 60px;
  }
  .mb65pc {
    margin-bottom: 65px;
  }
  .mb70pc {
    margin-bottom: 70px;
  }
  .mb75pc {
    margin-bottom: 75px;
  }
  .mb80pc {
    margin-bottom: 80px;
  }
  .mb85pc {
    margin-bottom: 85px;
  }
  .mb90pc {
    margin-bottom: 90px;
  }
  .mb95pc {
    margin-bottom: 95px;
  }
  .mb100pc {
    margin-bottom: 100px;
  }
  .mb105pc {
    margin-bottom: 105px;
  }
  .mb110pc {
    margin-bottom: 110px;
  }
  .mb115pc {
    margin-bottom: 115px;
  }
  .mb120pc {
    margin-bottom: 120px;
  }
  .mb125pc {
    margin-bottom: 125px;
  }
  .mb130pc {
    margin-bottom: 130px;
  }
  .mb135pc {
    margin-bottom: 135px;
  }
  .mb140pc {
    margin-bottom: 140px;
  }
  .mb145pc {
    margin-bottom: 145px;
  }
  .mb150pc {
    margin-bottom: 150px;
  }
  .mb155pc {
    margin-bottom: 155px;
  }
  .mb160pc {
    margin-bottom: 160px;
  }
  .mb165pc {
    margin-bottom: 165px;
  }
  .mb170pc {
    margin-bottom: 170px;
  }
  .mb175pc {
    margin-bottom: 175px;
  }
  .mb180pc {
    margin-bottom: 180px;
  }
  .mb185pc {
    margin-bottom: 185px;
  }
  .mb190pc {
    margin-bottom: 190px;
  }
  .mb195pc {
    margin-bottom: 195px;
  }
  .mb200pc {
    margin-bottom: 200px;
  }
}
@media only screen and (max-width: 750px) {
  .mb0sp {
    margin-bottom: 0px;
  }
  .mb5sp {
    margin-bottom: 5px;
  }
  .mb10sp {
    margin-bottom: 10px;
  }
  .mb15sp {
    margin-bottom: 15px;
  }
  .mb20sp {
    margin-bottom: 20px;
  }
  .mb25sp {
    margin-bottom: 25px;
  }
  .mb30sp {
    margin-bottom: 30px;
  }
  .mb35sp {
    margin-bottom: 35px;
  }
  .mb40sp {
    margin-bottom: 40px;
  }
  .mb45sp {
    margin-bottom: 45px;
  }
  .mb50sp {
    margin-bottom: 50px;
  }
  .mb55sp {
    margin-bottom: 55px;
  }
  .mb60sp {
    margin-bottom: 60px;
  }
  .mb65sp {
    margin-bottom: 65px;
  }
  .mb70sp {
    margin-bottom: 70px;
  }
  .mb75sp {
    margin-bottom: 75px;
  }
  .mb80sp {
    margin-bottom: 80px;
  }
  .mb85sp {
    margin-bottom: 85px;
  }
  .mb90sp {
    margin-bottom: 90px;
  }
  .mb95sp {
    margin-bottom: 95px;
  }
  .mb100sp {
    margin-bottom: 100px;
  }
  .mb105sp {
    margin-bottom: 105px;
  }
  .mb110sp {
    margin-bottom: 110px;
  }
  .mb115sp {
    margin-bottom: 115px;
  }
  .mb120sp {
    margin-bottom: 120px;
  }
  .mb125sp {
    margin-bottom: 125px;
  }
  .mb130sp {
    margin-bottom: 130px;
  }
  .mb135sp {
    margin-bottom: 135px;
  }
  .mb140sp {
    margin-bottom: 140px;
  }
  .mb145sp {
    margin-bottom: 145px;
  }
  .mb150sp {
    margin-bottom: 150px;
  }
  .mb155sp {
    margin-bottom: 155px;
  }
  .mb160sp {
    margin-bottom: 160px;
  }
  .mb165sp {
    margin-bottom: 165px;
  }
  .mb170sp {
    margin-bottom: 170px;
  }
  .mb175sp {
    margin-bottom: 175px;
  }
  .mb180sp {
    margin-bottom: 180px;
  }
  .mb185sp {
    margin-bottom: 185px;
  }
  .mb190sp {
    margin-bottom: 190px;
  }
  .mb195sp {
    margin-bottom: 195px;
  }
  .mb200sp {
    margin-bottom: 200px;
  }
}/*# sourceMappingURL=style.css.map */