@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
body {
  background: #e0dcd3;
}

.section__in {
  width: 87%;
  max-width: 850px;
  margin: 0 auto;
}

/******************************************************************/
.photobox_animes {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.photobox_animes .imgbox {
  width: 100%;
  position: relative;
  z-index: 1;
  transform: scale(1.1);
  transition: all 3s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}
.photobox_animes .imgbox .movie_contena {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
}
.photobox_animes .imgbox .movie_contena #movie001 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.photobox_animes .imgbox .base {
  position: relative;
  z-index: 5;
}
.photobox_animes .imgbox .base .lastcolor {
  filter: grayscale(100%);
  transition-duration: 2s;
  transition-timing-function: linear;
  transition-delay: 0.75s;
}
.photobox_animes .imgbox .base .lastcolor.active {
  filter: grayscale(0%);
}
.photobox_animes .imgbox .base_off {
  position: relative;
  z-index: 5;
  opacity: 0;
}
.photobox_animes .imgbox .base_on {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.photobox_animes .imgbox .base_sky01 {
  position: absolute;
  width: 136.4%;
  top: 0;
  left: 0;
  z-index: 4;
  transform: scale(1);
}
@media screen and (max-width:800px) {
  .photobox_animes .imgbox .base_sky01 {
    width: 189%;
  }
}
.photobox_animes .imgbox .base_sky01.active {
  left: -16.4%;
  transition: all 20s linear;
  transform: scale(1.35);
}
@media screen and (max-width:800px) {
  .photobox_animes .imgbox .base_sky01.active {
    left: -49%;
    transition: all 20s linear;
  }
}
.photobox_animes .imgbox .base_sky01 .base_sky01__in {
  opacity: 1;
  transition: all 1.5s linear;
}
.photobox_animes .imgbox .base_sky01 .base_sky01__in.active {
  opacity: 0;
}
.photobox_animes .imgbox .base_sky02 {
  position: absolute;
  width: 136.4%;
  top: 0;
  left: 0%;
  z-index: 3;
  transform: scale(1);
}
@media screen and (max-width:800px) {
  .photobox_animes .imgbox .base_sky02 {
    width: 189%;
  }
}
.photobox_animes .imgbox .base_sky02.active {
  left: -16.4%;
  transition: all 20s linear;
  transform: scale(1.25);
}
@media screen and (max-width:800px) {
  .photobox_animes .imgbox .base_sky02.active {
    left: -49%;
    transition: all 20s linear;
  }
}
.photobox_animes .imgbox .base_sky02 .base_sky01__in {
  opacity: 1;
  transition: all 1.5s linear;
}
.photobox_animes .imgbox .base_sky02 .base_sky01__in.active {
  opacity: 0;
}
.photobox_animes.active .imgbox {
  transform: scale(1);
}
.photobox_animes.active .mask01 {
  height: 0;
}
.photobox_animes.active .mask02 {
  width: 0;
}
.photobox_animes.active .mask03 {
  height: 0;
}
.photobox_animes.active .mask04 {
  width: 0;
}
.photobox_animes .mask01 {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 19%;
  background-color: rgb(0, 0, 0);
  z-index: 10;
  transition: 4s cubic-bezier(0.11, 1.21, 0, 0.97);
}
@media screen and (max-width:800px) {
  .photobox_animes .mask01 {
    height: 25%;
  }
}
.photobox_animes .mask02 {
  position: absolute;
  top: 0;
  right: -2px;
  width: 5.44%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  z-index: 10;
  transition: 4s cubic-bezier(0.11, 1.21, 0, 0.97);
}
@media screen and (max-width:800px) {
  .photobox_animes .mask02 {
    width: 15%;
  }
}
.photobox_animes .mask03 {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 19%;
  background-color: rgb(0, 0, 0);
  z-index: 10;
  transition: 4s cubic-bezier(0.11, 1.21, 0, 0.97);
}
@media screen and (max-width:800px) {
  .photobox_animes .mask03 {
    height: 25%;
  }
}
.photobox_animes .mask04 {
  position: absolute;
  top: 0;
  left: -2px;
  width: 5.44%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  z-index: 10;
  transition: 4s cubic-bezier(0.11, 1.21, 0, 0.97);
}
@media screen and (max-width:800px) {
  .photobox_animes .mask04 {
    width: 15%;
  }
}

/**********************************************************************/
.photobox_animes01 {
  margin-bottom: 60px;
}
@media screen and (max-width:1300px) {
  .photobox_animes01 {
    margin-bottom: 12.3076923077%;
  }
}
@media screen and (max-width:800px) {
  .photobox_animes01 {
    margin-bottom: 16%;
  }
}

.photobox_animes02 {
  margin-bottom: 60px;
}
@media screen and (max-width:1300px) {
  .photobox_animes02 {
    margin-bottom: 12.3076923077%;
  }
}
@media screen and (max-width:800px) {
  .photobox_animes02 {
    margin-bottom: 16%;
  }
}

.photobox_animes03 {
  margin-bottom: 60px;
}
@media screen and (max-width:1300px) {
  .photobox_animes03 {
    margin-bottom: 12.3076923077%;
  }
}
@media screen and (max-width:800px) {
  .photobox_animes03 {
    margin-bottom: 16%;
  }
}

.comingbox01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 140px;
}
@media screen and (max-width:1300px) {
  .comingbox01 {
    margin-bottom: 10.7692307692%;
  }
}
@media screen and (max-width:800px) {
  .comingbox01 {
    width: 80%;
    margin: 0 auto 0 auto;
    margin-bottom: 36.2666666667%;
  }
}
.comingbox01 .text {
  width: 100%;
  font-weight: 300;
  position: relative;
  z-index: 15;
}
.comingbox01 .text .textin {
  /*margin-top: 2em;*/
  width: 120%;
  margin-left: 0;
  margin-right: -20%;
}
@media screen and (max-width:800px) {
  .comingbox01 .text .textin {
    width: 100%;
    margin-right: 0%;
  }
}
.comingbox01 .text .textin01 {
  letter-spacing: 0.25em;
  margin-bottom: 0.5em;
}
.comingbox01 .text .textin02 {
  letter-spacing: 0.15em;
  margin-bottom: 5em;
}
.comingbox01 .text .botanleft {
  text-align: left;
}
.comingbox01 .text a {
  display: inline-block;
  width: 17.5em;
  position: relative;
  line-height: 100%;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  letter-spacing: 0.05em;
}
.comingbox01 .text a::after {
  content: "";
  width: 0.5em;
  height: 1em;
  position: absolute;
  top: calc(50% - 0.4em);
  right: 0.1em;
  background: url(../images/icon_yaji.svg) no-repeat center;
  background-size: contain;
  transform: translate(0, -50%);
}

.comingbox02 {
  width: 100%;
  text-align: right;
  margin-bottom: 140px;
}
@media screen and (max-width:1300px) {
  .comingbox02 {
    margin-bottom: 10.7692307692%;
  }
}
@media screen and (max-width:800px) {
  .comingbox02 {
    width: 80%;
    margin: 0 auto 0 auto;
    margin-bottom: 36.2666666667%;
  }
}
.comingbox02 .text {
  display: inline-block;
  font-weight: 300;
  position: relative;
  z-index: 15;
  text-align: left;
}
.comingbox02 .text .textin {
  /*margin-top: 2em;*/
  width: 120%;
  margin-left: 0;
  margin-right: -20%;
}
@media screen and (max-width:800px) {
  .comingbox02 .text .textin {
    width: 100%;
    margin-right: 0%;
  }
}
.comingbox02 .text .textin01 {
  letter-spacing: 0.25em;
  margin-bottom: 0.5em;
}
.comingbox02 .text .textin02 {
  letter-spacing: 0.15em;
  margin-bottom: 5em;
}
.comingbox02 .text .botanleft {
  text-align: left;
}
.comingbox02 .text a {
  display: inline-block;
  width: 17.5em;
  position: relative;
  line-height: 100%;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  letter-spacing: 0.05em;
}
.comingbox02 .text a::after {
  content: "";
  width: 0.5em;
  height: 1em;
  position: absolute;
  top: calc(50% - 0.4em);
  right: 0.1em;
  background: url(../images/icon_yaji.svg) no-repeat center;
  background-size: contain;
  transform: translate(0, -50%);
}

/*********************************************************/
.movetext {
  opacity: 0;
}

.movetext span {
  opacity: 0;
  display: inline-block;
  transform: translate(-15px, 0px) scale(1.5);
  filter: blur(6px);
}

.movetext span.active {
  opacity: 1;
  transform: translate(0%, 0px) scale(1);
  filter: blur(0px);
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}

.movetext2 {
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 0.8);
}

.movetext2.active {
  opacity: 1;
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 0.01);
}

.movetext2.active2 {
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 0.01);
}

.movetext2 span {
  opacity: 0;
  display: inline-block;
  transform: translate(0px, -15px) scale(1.5);
  filter: blur(6px);
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 0.01);
}

.movetext2.active span {
  opacity: 1;
  transform: translate(0%, 0px) scale(1);
  filter: blur(0px);
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}

/**************************************************************/
#section01 {
  width: 100%;
  position: relative;
  z-index: 10;
  background-color: #000;
  color: #fff;
  padding: 72px 0 0 0;
  z-index: 5;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  #section01 {
    padding: 0;
  }
}
#section01 .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
#section01 .mv {
  position: relative;
  top: 0;
  left: 0;
}
#section01 .mv figcaption {
  position: absolute;
  bottom: 9px;
  right: 22px;
  color: #fff;
}
#section01 .mv_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section01 .mv_text img {
  width: 42px;
}
@media screen and (max-width:800px) {
  #section01 .mv_text img {
    width: 8vw;
  }
}

.f40sp {
  font-size: 40px;
}

.f24sp {
  font-size: 24px;
}

.f16sp {
  font-size: 16px;
}

#section02 {
  width: 100%;
  background-color: #000;
  position: relative;
  overflow: hidden;
  z-index: 5;
  color: #fff;
  text-align: center;
  padding: 90px 0 86px;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 9vw 0 18vw;
  }
}
#section02 h2 {
  letter-spacing: 0.06em;
}
@media screen and (max-width:800px) {
  #section02 h2 {
    font-size: 9vw;
    line-height: 1.1em;
  }
}
#section02 .sub_title {
  margin-top: 26px;
}
@media screen and (max-width:800px) {
  #section02 .sub_title {
    margin-top: 1vw;
    font-size: 3.6vw;
  }
}
#section02 .text {
  margin-top: 69px;
  line-height: 2.53em;
}
@media screen and (max-width:800px) {
  #section02 .text {
    margin-top: 6vw;
    font-size: 2.8vw;
    line-height: 2.63em;
  }
}

#section03 {
  width: 100%;
  background-color: #393332;
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 80px 0 110px 0;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section03 {
    padding: 5vw 0 12vw 0;
  }
}
#section03 .manis {
  width: 100%;
  padding: 0 0 45px;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section03 .manis {
    font-size: 6vw;
    padding: 0 0 4vw;
  }
}
#section03 .img_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width:800px) {
  #section03 .img_list {
    display: block;
  }
}
#section03 .img_list li {
  position: relative;
  top: 0;
  left: 0;
}
#section03 .img_list li .text_block {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 18px;
}
@media screen and (max-width:800px) {
  #section03 .img_list li .text_block {
    padding-bottom: 3vw;
  }
  #section03 .img_list li .text_block .sub_text {
    font-size: 3.2vw;
  }
}
#section03 .img_list li .text_block .title {
  margin-bottom: 6px;
  letter-spacing: 0.1em;
}
#section03 .img_list li .text_block p {
  line-height: 1em;
}
#section03 .attention_block {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  margin-top: 8px;
}
@media screen and (max-width:800px) {
  #section03 .attention_block {
    display: block;
    padding: 0 5vw;
    margin-top: 16px;
  }
  #section03 .attention_block .textmin {
    margin-top: 7px;
  }
}
#section03 .conv_block {
  margin-top: 130px;
}
@media screen and (max-width:800px) {
  #section03 .conv_block {
    margin-top: 16vw;
  }
}
#section03 .conv_block h3 {
  text-align: center;
  padding-bottom: 22px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width:800px) {
  #section03 .conv_block h3 {
    font-size: 6vw;
    padding: 0 0 4vw;
  }
}
#section03 .conv_block .block_list {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  column-gap: 30px;
  row-gap: 32px;
  margin-top: 38px;
}
@media screen and (max-width:800px) {
  #section03 .conv_block .block_list {
    display: block;
    line-height: 140%;
    margin-top: 8vw;
  }
}
@media screen and (max-width:800px) {
  #section03 .conv_block .block_list .block {
    margin-top: 15vw;
  }
  #section03 .conv_block .block_list .block h4 {
    line-height: 1.6em;
  }
}
@media screen and (max-width:800px) {
  #section03 .conv_block .block_list .block .block_title {
    text-align: center;
    font-size: 4.5vw;
  }
}
#section03 .conv_block .block_list .block .block_text {
  margin-top: 12px;
  line-height: 1.7em;
}
#section03 .conv_block .block_list .block figure {
  position: relative;
  top: 0;
  left: 0;
}
#section03 .conv_block .block_list .block figure figcaption {
  position: absolute;
  bottom: 4px;
  right: 4px;
}
#section03 .conv_block .block_list .block dd {
  margin-top: 10px;
}
@media screen and (max-width:800px) {
  #section03 .conv_block .block_list .block dd {
    margin-top: 16px;
  }
}
#section03 .conv_block .block_list .block:first-child {
  grid-column: 1/2;
  grid-row: 1/span 2;
}
@media screen and (max-width:800px) {
  #section03 .conv_block .block_list .block:first-child {
    margin-top: 0;
  }
}
#section03 .conv_block .block_list .block:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
#section03 .conv_block .block_list .block:nth-child(3) {
  grid-column: 3/4;
  grid-row: 1/2;
}
#section03 .conv_block .block_list .block:nth-child(4) {
  grid-column: 2/3;
  grid-row: 2/3;
}
#section03 .conv_block .block_list .block:last-child {
  grid-column: 3/4;
  grid-row: 2/3;
}
#section03 .bottom_box {
  background-color: #f4f4f4;
  box-sizing: border-box;
  margin-top: 124px;
  color: #000;
  padding: 30px 38px;
  margin-top: 124px;
}
@media screen and (max-width:800px) {
  #section03 .bottom_box {
    margin-top: 13vw;
    padding: 5vw 5vw;
  }
  #section03 .bottom_box .img01 {
    margin: 0 auto 8vw;
    width: 79%;
  }
  #section03 .bottom_box .img02 {
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
}
#section03 .bottom_box h3 {
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width:800px) {
  #section03 .bottom_box h3 {
    line-height: 1.6em;
    padding: 0;
    padding-bottom: 3vw;
    margin-bottom: 9vw;
  }
}
#section03 .bottom_box .img {
  margin-top: 13px;
  padding-left: 22px;
}
#section03 .bottom_box .attention {
  margin-top: 14px;
}
#section03 .section__in {
  width: 86%;
  max-width: 1030px;
  margin: 0 auto;
}

#planbox {
  width: 100%;
  background-color: #fff;
  color: #000;
  padding: 153px 0 30px 0;
}
@media screen and (max-width:800px) {
  #planbox {
    padding: 23vw 0 20vw 0;
  }
}
#planbox .plan_title {
  color: #b00005;
  text-align: center;
}
#planbox .section__in1 {
  width: 90%;
  max-width: 700px;
  margin: 27px auto 75px auto;
}
@media screen and (max-width:800px) {
  #planbox .section__in1 {
    margin: 8vw auto 35px auto;
  }
}
#planbox .section__in1.long {
  max-width: 750px;
}
#planbox .subnames.f14res {
  font-size: 14px;
}
#planbox .typename {
  width: 100%;
  border-bottom: 1px solid #000;
  padding-bottom: 0.4em;
  margin-bottom: 1em;
}
#planbox .typename span.big {
  line-height: 100%;
  display: inline-block;
  margin-right: 0.25em;
}
@media screen and (max-width:800px) {
  #planbox .typename span.big {
    font-size: 16vw;
  }
}
#planbox .typename span.mini {
  line-height: 100%;
  display: inline-block;
}
@media screen and (max-width:800px) {
  #planbox .typename span.mini {
    font-size: 7vw;
  }
}
@media screen and (max-width:800px) {
  #planbox .typename span.mini .spmini {
    font-size: 70%;
  }
}
#planbox .typename span.mini2 {
  line-height: 100%;
  display: inline-block;
  margin-left: 1em;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #planbox .typename span.mini2 {
    display: none;
  }
}
#planbox span.mini3 {
  line-height: 100%;
  display: none;
  margin-left: 0em;
  font-weight: 500;
  padding-top: 1.5em;
}
@media screen and (max-width:800px) {
  #planbox span.mini3 {
    display: block;
    line-height: 140%;
  }
}
#planbox .specname {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0.5em;
}
#planbox .specname .long {
  width: 100%;
}
@media screen and (max-width:800px) {
  #planbox .specname .long {
    width: 100%;
    margin-bottom: 2.5vw;
    padding-top: 2.5vw;
    border-bottom: 1px solid #000;
  }
}
#planbox .specname .left {
  width: 49.8%;
  max-width: 350px;
  border-right: 1px solid #000;
}
#planbox .specname .left.long {
  max-width: 365px;
}
@media screen and (max-width:800px) {
  #planbox .specname .left {
    width: 100%;
    max-width: 800px;
    border-right: 0;
    margin-bottom: 2.5vw;
    padding-bottom: 2.5vw;
    border-bottom: 1px solid #000;
  }
  #planbox .specname .left .big {
    font-size: 9vw;
  }
  #planbox .specname .left .f30sp {
    font-size: 3.3vw;
  }
}
#planbox .specname .right {
  width: 50%;
  padding-left: 3.5%;
}
@media screen and (max-width:800px) {
  #planbox .specname .right {
    width: 100%;
    padding-left: 0%;
    margin-bottom: 2.5vw;
    padding-bottom: 2.5vw;
    border-bottom: 1px solid #000;
  }
  #planbox .specname .right .big {
    font-size: 9vw;
  }
  #planbox .specname .right .f30sp {
    font-size: 3.3vw;
  }
}
#planbox .specname .right .right01 {
  width: 110%;
  margin: 0 -10% 0 0;
}
@media screen and (max-width:800px) {
  #planbox .specname .right .right01 {
    width: 100%;
    margin: 0 0% 0 0;
  }
}
#planbox .subnames {
  width: 100%;
}
@media screen and (max-width:800px) {
  #planbox .subnames.f14res {
    font-size: 3.3vw;
  }
}
#planbox .section__in2 {
  width: 94%;
  max-width: 690px;
  margin: 0 auto 75px auto;
}
#planbox .nextprewbox {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #planbox .nextprewbox {
    margin-bottom: 5vw;
  }
}
#planbox .nextprewbox .prev {
  width: 50px;
}
@media screen and (max-width:800px) {
  #planbox .nextprewbox .prev {
    width: 30px;
  }
}
#planbox .nextprewbox .next {
  width: 50px;
}
@media screen and (max-width:800px) {
  #planbox .nextprewbox .next {
    width: 30px;
  }
}
#planbox .botans {
  width: 100%;
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width:800px) {
  #planbox .botans {
    margin-bottom: 50px;
  }
}
#planbox .botans a {
  width: 100%;
  max-width: 300px;
  padding: 0.75em 0 0.85em 0;
  text-align: center;
  border: 1px solid #000;
  display: inline-block;
  font-weight: 500;
}
#planbox .atns {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 0 auto;
}/*# sourceMappingURL=plan_d_lp.css.map */