@charset "UTF-8";
.mvArea {
  position: relative;
}
.mvArea figure {
  position: relative;
}

.cc01 {
  text-align: center;
  line-height: 1.5em;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .cc01 {
    font-size: 3.5vw;
  }
}
@media (max-width: 767px) {
  .cc01 {
    font-size: 5.5vw;
    margin-bottom: 30px;
  }
}

.introArea {
  padding: 380px 0 100px;
  position: relative;
}
@media (max-width: 1440px) {
  .introArea {
    padding: 25vw 0 100px;
  }
}
@media (max-width: 767px) {
  .introArea {
    padding: 55vw 0 60px;
  }
}
.introArea .magazineTtl {
  width: 100%;
  position: absolute;
  top: -150px;
  left: 0;
  z-index: 5;
}
@media (max-width: 1440px) {
  .introArea .magazineTtl {
    top: -10vw;
  }
}
.introArea .magazineTtl .ttlInner {
  width: 90%;
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
}
.introArea .magazineTtl .ttlInner .logo {
  width: 80%;
  max-width: 1040px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .introArea .magazineTtl .ttlInner .logo {
    width: 90%;
  }
}
.introArea .magazineTtl .ttlInner .txt {
  width: 55%;
  font-weight: bold;
  font-size: 34px;
  line-height: 1.5em;
  position: absolute;
  top: 70%;
  left: 44%;
}
@media (max-width: 1440px) {
  .introArea .magazineTtl .ttlInner .txt {
    font-size: 2.4vw;
  }
}
@media (max-width: 767px) {
  .introArea .magazineTtl .ttlInner .txt {
    width: 100%;
    margin: 0 auto;
    font-size: 4.5vw;
    text-align: center;
    position: static;
  }
}
.introArea .txt01 {
  text-align: center;
  font-weight: bold;
}

.conArea {
  margin: 120px 0;
}
@media (max-width: 767px) {
  .conArea {
    margin: 60px 0;
  }
}
.conArea figure figcaption.left02 {
  text-align: left;
}
.conArea .conTtl01 {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .conArea .conTtl01 {
    margin-bottom: 60px;
  }
}
.conArea .conTtl01.rev .inner01 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.conArea .conTtl01 .inner01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.conArea .conTtl01 .inner01 h3 {
  font-size: 66px;
  line-height: 1.5em;
  font-weight: normal;
}
@media (max-width: 1440px) {
  .conArea .conTtl01 .inner01 h3 {
    font-size: 4.7vw;
  }
}
@media (max-width: 767px) {
  .conArea .conTtl01 .inner01 h3 {
    font-size: 6.2vw;
  }
}
.conArea .conTtl01 .inner01 .ttlArea {
  width: 63.6896046852%;
  padding: 80px 0 60px;
  position: relative;
}
@media (max-width: 1440px) {
  .conArea .conTtl01 .inner01 .ttlArea {
    padding: 4.6vw 0 4.2vw;
  }
}
@media (max-width: 767px) {
  .conArea .conTtl01 .inner01 .ttlArea {
    padding: 3vw 0 2.6vw;
  }
}
.conArea .conTtl01 .inner01 .ttlArea .day {
  position: absolute;
  top: -120px;
  left: -60px;
  z-index: 5;
}
@media (max-width: 1440px) {
  .conArea .conTtl01 .inner01 .ttlArea .day {
    top: -8.5vw;
    left: -4.2vw;
  }
}
@media (max-width: 767px) {
  .conArea .conTtl01 .inner01 .ttlArea .day {
    top: -13.8vw;
  }
}
.conArea .conTtl01 .inner01 .imgArea {
  width: 36%;
  position: relative;
}
.conArea .conBox01 {
  margin-bottom: 190px;
  position: relative;
}
@media (min-width: 768px) {
  .conArea .conBox01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 1440px) {
  .conArea .conBox01 {
    margin-bottom: 13vw;
  }
}
@media (max-width: 767px) {
  .conArea .conBox01 {
    margin-bottom: 30vw;
  }
}
.conArea .conBox01.rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.conArea .conBox01.arrow::before {
  content: "";
  width: 10.9077598829%;
  padding-top: 9.5900439239%;
  background: url(../img/limited/magazine04/arrow.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: calc(100% + 20px);
}
@media (max-width: 767px) {
  .conArea .conBox01.arrow::before {
    display: none;
  }
}
.conArea .conBox01.arrow.rev::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.conArea .conBox01 .txtArea {
  width: 37.1156661786%;
  position: relative;
}
@media (max-width: 767px) {
  .conArea .conBox01 .txtArea {
    width: 100%;
    margin-bottom: 30px;
  }
}
.conArea .conBox01 .imgArea {
  width: 56.149341142%;
  position: relative;
}
@media (max-width: 767px) {
  .conArea .conBox01 .imgArea {
    width: 100%;
  }
}
.conArea .conBox01 .imgArea figure {
  position: relative;
  z-index: 2;
}
.conArea .conBox01 .imgArea figure.imgphoto {
  position: absolute;
  z-index: 3;
}
.conArea .time {
  width: 53.2544378698%;
  max-width: 270px;
}
@media (max-width: 767px) {
  .conArea .time {
    width: 120px;
  }
}
.conArea .ccBox {
  position: relative;
  padding: 30px 40px;
  text-align: center;
  margin: 30px auto;
}
@media (max-width: 1440px) {
  .conArea .ccBox {
    padding: 30px 2.9vw;
  }
}
@media (max-width: 767px) {
  .conArea .ccBox {
    padding: 20px 30px;
    margin: 20px auto;
  }
}
.conArea .ccBox::before, .conArea .ccBox::after {
  content: "";
  position: absolute;
  z-index: 1;
}
.conArea .ccBox::before {
  width: 11.4%;
  padding-top: 15%;
  top: 0;
  left: 0;
}
.conArea .ccBox::after {
  width: 8.68%;
  padding-top: 12%;
  bottom: 0;
  right: 0;
}
.conArea .ccBox p {
  display: inline-block;
  text-align: left;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5em;
}
@media (max-width: 1440px) {
  .conArea .ccBox p {
    font-size: 2.1vw;
  }
}
@media (max-width: 767px) {
  .conArea .ccBox p {
    font-size: 5.5vw;
  }
}
.conArea .allCap {
  text-align: right;
  font-size: 10px;
  line-height: 1.2em;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .conArea .allCap {
    margin-top: 30px;
  }
}
.conArea.monday .conTtl01 {
  background: url(../img/limited/magazine04/bg01.svg) no-repeat center top;
  background-size: cover;
}
.conArea.monday .conTtl01 .ttlArea .day {
  width: 65.9375%;
  top: -120px;
}
@media (max-width: 1440px) {
  .conArea.monday .conTtl01 .ttlArea .day {
    top: -8vw;
  }
}
@media (max-width: 767px) {
  .conArea.monday .conTtl01 .ttlArea .day {
    width: 80%;
    top: -11.5vw;
  }
}
.conArea.monday .conTtl01 .imgArea figure {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.conArea.monday .ccBox::before {
  background: url(../img/limited/magazine04/brackets_mon01.svg) no-repeat center top;
  background-size: 100% auto;
}
.conArea.monday .ccBox::after {
  background: url(../img/limited/magazine04/brackets_mon02.svg) no-repeat center bottom;
  background-size: 100% auto;
}
.conArea.monday .ccBox p {
  color: #F1BC00;
}
.conArea.monday .conBox01.mon01.arrow::before {
  left: 40%;
}
.conArea.monday .conBox01.mon01 .imgArea::before {
  content: "";
  width: 23.8%;
  padding-top: 23.8%;
  background: #F1BC00;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 1;
}
@media (max-width: 767px) {
  .conArea.monday .conBox01.mon01 .imgArea::before {
    top: -10px;
    right: -10px;
  }
}
.conArea.monday .conBox01.mon01 .imgArea .imgphoto {
  width: 30%;
  top: 60%;
  right: -10%;
}
@media (max-width: 767px) {
  .conArea.monday .conBox01.mon01 .imgArea .imgphoto {
    right: -30px;
  }
}
.conArea.monday .conBox01.mon02.arrow {
  padding-bottom: 140px;
}
@media (max-width: 1440px) {
  .conArea.monday .conBox01.mon02.arrow {
    padding-bottom: 10vw;
  }
}
.conArea.monday .conBox01.mon02.arrow::before {
  left: 15%;
}
.conArea.monday .conBox01.mon02 .txtArea {
  margin-top: -90px;
}
.conArea.monday .conBox01.mon02 .imgArea::before {
  content: "";
  width: 23.8%;
  padding-top: 23.8%;
  background: #F1BC00;
  position: absolute;
  bottom: -10px;
  left: -20px;
  z-index: 1;
}
@media (max-width: 767px) {
  .conArea.monday .conBox01.mon02 .imgArea::before {
    bottom: 0;
    left: -10px;
  }
}
.conArea.monday .conBox01.mon02 .imgArea .imgphoto {
  width: 38%;
  top: 50%;
  right: -40px;
}
@media (max-width: 767px) {
  .conArea.monday .conBox01.mon02 .imgArea .imgphoto {
    right: -30px;
  }
}
.conArea.monday .conBox01.mon03 {
  margin-bottom: 250px;
}
@media (max-width: 1440px) {
  .conArea.monday .conBox01.mon03 {
    margin-bottom: 15vw;
  }
}
@media (max-width: 767px) {
  .conArea.monday .conBox01.mon03 {
    margin-bottom: 26vw;
  }
}
.conArea.monday .conBox01.mon03 .imgphoto02 {
  width: 30%;
  position: absolute;
  top: -20px;
  left: -30px;
}
.conArea.monday .conBox01.mon03 .time {
  margin-left: 30%;
}
.conArea.monday .conBox01.mon03 .ccBox {
  margin-left: 30%;
}
.conArea.monday .conBox01.mon03 .txtArea {
  width: 52%;
}
@media (max-width: 767px) {
  .conArea.monday .conBox01.mon03 .txtArea {
    width: 100%;
  }
}
.conArea.monday .conBox01.mon03 .imgArea {
  width: 40%;
}
@media (max-width: 767px) {
  .conArea.monday .conBox01.mon03 .imgArea {
    width: 100%;
  }
}
.conArea.monday .conBox01.mon03 .imgArea .imgphoto {
  width: 120%;
  top: -100px;
  left: -10%;
}
@media (max-width: 991px) {
  .conArea.monday .conBox01.mon03 .imgArea .imgphoto {
    top: -60px;
  }
}
@media (max-width: 767px) {
  .conArea.monday .conBox01.mon03 .imgArea .imgphoto {
    position: static;
    width: 100%;
  }
}
.conArea.tuesday {
  position: relative;
}
.conArea.tuesday .conTtl01 {
  background: url(../img/limited/magazine04/bg02.svg) no-repeat center top;
  background-size: cover;
}
.conArea.tuesday .conTtl01 .inner01 {
  width: 100%;
  max-width: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.conArea.tuesday .conTtl01 .ttlArea {
  width: 50%;
  max-width: 870px;
  margin-left: 6%;
}
@media (max-width: 767px) {
  .conArea.tuesday .conTtl01 .ttlArea {
    width: 54%;
  }
}
.conArea.tuesday .conTtl01 .ttlArea .day {
  width: 79.2708333333%;
  top: -120px;
  left: -80px;
}
@media (max-width: 1440px) {
  .conArea.tuesday .conTtl01 .ttlArea .day {
    top: -7.5vw;
  }
}
@media (max-width: 767px) {
  .conArea.tuesday .conTtl01 .ttlArea .day {
    width: 85%;
    top: -10vw;
    left: -30px;
  }
}
.conArea.tuesday .conTtl01 .imgArea {
  width: 44%;
}
@media (max-width: 767px) {
  .conArea.tuesday .conTtl01 .imgArea {
    width: 40%;
  }
}
.conArea.tuesday .conTtl01 .imgArea figure {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .conArea.tuesday .conTtl01 .imgArea figure {
    width: 120%;
  }
}
.conArea.tuesday .tree01 {
  width: 12%;
  position: absolute;
  top: 200px;
  right: 0;
  z-index: 5;
}
@media (max-width: 1440px) {
  .conArea.tuesday .tree01 {
    top: 14.28vw;
  }
}
@media (max-width: 767px) {
  .conArea.tuesday .tree01 {
    width: 20%;
    top: 20vw;
  }
}
.conArea.tuesday .ccBox::before {
  background: url(../img/limited/magazine04/brackets_tue01.svg) no-repeat center top;
  background-size: 100% auto;
}
.conArea.tuesday .ccBox::after {
  background: url(../img/limited/magazine04/brackets_tue02.svg) no-repeat center bottom;
  background-size: 100% auto;
}
.conArea.tuesday .ccBox p {
  color: #90C709;
}
.conArea.tuesday .conBox01.tue01 {
  padding-bottom: 40px;
}
@media (max-width: 1440px) {
  .conArea.tuesday .conBox01.tue01 {
    padding-bottom: 0;
  }
}
.conArea.tuesday .conBox01.tue01.arrow::before {
  left: 40%;
}
.conArea.tuesday .conBox01.tue01 .imgArea::before {
  content: "";
  width: 23.8%;
  padding-top: 23.8%;
  background: #90C709;
  position: absolute;
  bottom: -10px;
  right: -20px;
  z-index: 1;
}
@media (max-width: 767px) {
  .conArea.tuesday .conBox01.tue01 .imgArea::before {
    bottom: 0;
    right: -10px;
  }
}
.conArea.tuesday .conBox01.tue01 .imgArea .imgphoto {
  width: 69.6117804552%;
  top: 60%;
  right: 0;
}
.conArea.tuesday .conBox01.tue02 {
  margin-bottom: 70px;
}
@media (max-width: 1440px) {
  .conArea.tuesday .conBox01.tue02 {
    margin-bottom: 5vw;
  }
}
@media (max-width: 767px) {
  .conArea.tuesday .conBox01.tue02 {
    margin-bottom: 12vw;
  }
}
.conArea.tuesday .conBox01.tue02.arrow::before {
  left: 35%;
}
.conArea.tuesday .conBox01.tue02 .imgArea::before {
  content: "";
  width: 23.8%;
  padding-top: 23.8%;
  background: #90C709;
  position: absolute;
  bottom: -10px;
  left: -20px;
  z-index: 1;
}
@media (max-width: 767px) {
  .conArea.tuesday .conBox01.tue02 .imgArea::before {
    bottom: 0;
    left: -10px;
  }
}
.conArea.tuesday .conBox01.tue02 .imgArea .imgphoto {
  width: 20vw;
  top: -10%;
  left: -300px;
}
@media (max-width: 1600px) {
  .conArea.tuesday .conBox01.tue02 .imgArea .imgphoto {
    left: -12vw;
  }
}
@media (max-width: 767px) {
  .conArea.tuesday .conBox01.tue02 .imgArea .imgphoto {
    left: -8vw;
  }
}
.conArea.tuesday .conBox01.tue03 {
  margin-bottom: 70px;
}
@media (max-width: 1440px) {
  .conArea.tuesday .conBox01.tue03 {
    margin-bottom: 5vw;
  }
}
@media (max-width: 767px) {
  .conArea.tuesday .conBox01.tue03 {
    margin-bottom: 12vw;
  }
}
.conArea.tuesday .conBox01.tue03 .txtArea {
  width: 52%;
}
@media (max-width: 767px) {
  .conArea.tuesday .conBox01.tue03 .txtArea {
    width: 100%;
  }
}
.conArea.tuesday .conBox01.tue03 .imgArea {
  width: 40%;
}
@media (max-width: 767px) {
  .conArea.tuesday .conBox01.tue03 .imgArea {
    width: 100%;
  }
}
.conArea.wednesday .conTtl01 {
  background: url(../img/limited/magazine04/bg03.svg) no-repeat center top;
  background-size: cover;
}
.conArea.wednesday .conTtl01 .ttlArea {
  width: 70%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15%;
}
@media (max-width: 767px) {
  .conArea.wednesday .conTtl01 .ttlArea {
    padding-left: 8%;
  }
}
.conArea.wednesday .conTtl01 .ttlArea .day {
  width: 83.9583333333%;
  top: -80px;
  left: 0;
}
@media (max-width: 1440px) {
  .conArea.wednesday .conTtl01 .ttlArea .day {
    top: -5.3vw;
  }
}
@media (max-width: 767px) {
  .conArea.wednesday .conTtl01 .ttlArea .day {
    width: 85%;
    top: -8.5vw;
    left: -10px;
  }
}
.conArea.wednesday .conTtl01 .imgArea {
  width: 25%;
}
.conArea.wednesday .conTtl01 .imgArea figure {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.conArea.wednesday .ccBox::before {
  background: url(../img/limited/magazine04/brackets_wed01.svg) no-repeat center top;
  background-size: 100% auto;
}
.conArea.wednesday .ccBox::after {
  background: url(../img/limited/magazine04/brackets_wed02.svg) no-repeat center bottom;
  background-size: 100% auto;
}
.conArea.wednesday .ccBox p {
  color: #10B8D8;
}
.conArea.wednesday .conBox01.wed01 {
  margin-bottom: 300px;
  padding-bottom: 60px;
}
@media (max-width: 1440px) {
  .conArea.wednesday .conBox01.wed01 {
    margin-bottom: 21vw;
  }
}
@media (max-width: 991px) {
  .conArea.wednesday .conBox01.wed01 {
    padding-bottom: 0;
    margin-bottom: 25vw;
  }
}
.conArea.wednesday .conBox01.wed01.arrow::before {
  left: 40%;
}
.conArea.wednesday .conBox01.wed01 .imgArea::before {
  content: "";
  width: 23.8%;
  padding-top: 23.8%;
  background: #10B8D8;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 1;
}
@media (max-width: 767px) {
  .conArea.wednesday .conBox01.wed01 .imgArea::before {
    top: -10px;
    right: -10px;
  }
}
.conArea.wednesday .conBox01.wed01 .imgArea .imgphoto {
  width: 70.281124498%;
  top: 70%;
  right: -20%;
}
.conArea.wednesday .conBox01.wed02 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .conArea.wednesday .conBox01.wed02 .txtArea .time {
    display: none;
  }
}
@media (max-width: 767px) {
  .conArea.wednesday .conBox01.wed02 .imgArea {
    margin-top: 40vw;
  }
}
.conArea.wednesday .conBox01.wed02 .imgArea::before {
  content: "";
  width: 23.8%;
  padding-top: 23.8%;
  background: #10B8D8;
  position: absolute;
  bottom: -20px;
  right: -20px;
  z-index: 1;
}
@media (max-width: 767px) {
  .conArea.wednesday .conBox01.wed02 .imgArea::before {
    bottom: -10px;
    right: -10px;
  }
}
.conArea.wednesday .conBox01.wed02 .imgArea .time {
  position: absolute;
  top: -100px;
  right: 0;
}
@media (max-width: 767px) {
  .conArea.wednesday .conBox01.wed02 .imgArea .time {
    display: none;
  }
}
.conArea.wednesday .conBox01.wed02 .imgArea .imgphoto {
  width: 45.1137884873%;
  bottom: 80%;
  left: -10%;
}
.conArea.thursday {
  margin-bottom: 350px;
}
@media (max-width: 1440px) {
  .conArea.thursday {
    margin-bottom: 20vw;
  }
}
@media (max-width: 767px) {
  .conArea.thursday {
    margin-bottom: 50vw;
  }
}
.conArea.thursday .conTtl01 {
  background: url(../img/limited/magazine04/bg04.svg) no-repeat center top;
  background-size: cover;
}
.conArea.thursday .conTtl01 .ttlArea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5%;
}
@media (max-width: 767px) {
  .conArea.thursday .conTtl01 .ttlArea {
    padding-left: 0;
  }
}
.conArea.thursday .conTtl01 .ttlArea .day {
  width: 66.6666666667%;
  top: -80px;
}
@media (max-width: 1440px) {
  .conArea.thursday .conTtl01 .ttlArea .day {
    top: -5.3vw;
  }
}
@media (max-width: 767px) {
  .conArea.thursday .conTtl01 .ttlArea .day {
    top: -8vw;
    left: -10vw;
    width: 80%;
  }
}
.conArea.thursday .conTtl01 .imgArea {
  width: 28%;
}
.conArea.thursday .conTtl01 .imgArea figure {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.conArea.thursday .ccBox::before {
  background: url(../img/limited/magazine04/brackets_thu01.svg) no-repeat center top;
  background-size: 100% auto;
}
.conArea.thursday .ccBox::after {
  background: url(../img/limited/magazine04/brackets_thu02.svg) no-repeat center bottom;
  background-size: 100% auto;
}
.conArea.thursday .ccBox p {
  color: #E88094;
}
.conArea.thursday .conBox01.thu01 {
  margin-bottom: 300px;
}
@media (max-width: 1440px) {
  .conArea.thursday .conBox01.thu01 {
    margin-bottom: 21vw;
  }
}
@media (max-width: 991px) {
  .conArea.thursday .conBox01.thu01 {
    margin-bottom: 18vw;
  }
}
@media (max-width: 767px) {
  .conArea.thursday .conBox01.thu01 {
    margin-bottom: 25vw;
  }
}
.conArea.thursday .conBox01.thu01.arrow::before {
  left: 40%;
}
.conArea.thursday .conBox01.thu01 .imgArea::before {
  content: "";
  width: 23.8%;
  padding-top: 23.8%;
  background: #E88094;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 1;
}
@media (max-width: 767px) {
  .conArea.thursday .conBox01.thu01 .imgArea::before {
    top: -10px;
    right: -10px;
  }
}
.conArea.thursday .conBox01.thu01 .imgArea::after {
  content: "";
  width: 49%;
  padding-top: 49%;
  background: rgba(232, 128, 148, 0.3);
  border-radius: 50%;
  position: absolute;
  top: 70%;
  left: 30%;
  z-index: 1;
}
.conArea.thursday .conBox01.thu01 .imgArea .imgphoto {
  width: 64.4396551724%;
  top: calc(100% + 30px);
  right: -20px;
}
@media (max-width: 767px) {
  .conArea.thursday .conBox01.thu01 .imgArea .imgphoto {
    top: calc(100% + 10px);
    right: -10px;
  }
}
.conArea.thursday .conBox01.thu02 {
  margin-bottom: 70px;
}
@media (max-width: 1440px) {
  .conArea.thursday .conBox01.thu02 {
    margin-bottom: 5vw;
  }
}
@media (max-width: 767px) {
  .conArea.thursday .conBox01.thu02 {
    margin-bottom: 12vw;
  }
}
.conArea.thursday .conBox01.thu02.arrow::before {
  left: 35%;
}
.conArea.thursday .conBox01.thu02 .txtArea {
  width: 52%;
}
@media (max-width: 767px) {
  .conArea.thursday .conBox01.thu02 .txtArea {
    width: 100%;
  }
}
.conArea.thursday .conBox01.thu02 .imgArea {
  width: 40%;
}
@media (max-width: 767px) {
  .conArea.thursday .conBox01.thu02 .imgArea {
    width: 100%;
  }
}
.conArea.thursday .conBox01.thu02 .imgArea::after {
  content: "";
  width: 55%;
  padding-top: 55%;
  background: rgba(232, 128, 148, 0.3);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -15%;
  z-index: 1;
}
.conArea.thursday .conBox01.thu03 {
  margin-bottom: 200px;
}
@media (max-width: 1440px) {
  .conArea.thursday .conBox01.thu03 {
    margin-bottom: 8vw;
  }
}
@media (max-width: 991px) {
  .conArea.thursday .conBox01.thu03 {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .conArea.thursday .conBox01.thu03 {
    margin-bottom: 23vw;
  }
}
.conArea.thursday .conBox01.thu03 .imgArea::before {
  content: "";
  width: 23.8%;
  padding-top: 23.8%;
  background: #E88094;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 1;
}
@media (max-width: 767px) {
  .conArea.thursday .conBox01.thu03 .imgArea::before {
    top: -10px;
    left: -10px;
  }
}
.conArea.thursday .conBox01.thu03 .imgArea::after {
  content: "";
  width: 49%;
  padding-top: 49%;
  background: rgba(232, 128, 148, 0.3);
  border-radius: 50%;
  position: absolute;
  top: 70%;
  right: -20%;
  z-index: 1;
}
.conArea.thursday .conBox01.thu03 .imgArea .imgphoto {
  width: 60.6425702811%;
  top: 102%;
  right: -8%;
}
@media (max-width: 767px) {
  .conArea.thursday .conBox01.thu03 .imgArea .imgphoto {
    right: -10px;
  }
}
.conArea.friday .conTtl01 {
  background: url(../img/limited/magazine04/bg05.svg) no-repeat center top;
  background-size: cover;
}
.conArea.friday .conTtl01 .ttlArea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5%;
}
.conArea.friday .conTtl01 .ttlArea .day {
  width: 59.4791666667%;
  top: -80px;
}
@media (max-width: 1440px) {
  .conArea.friday .conTtl01 .ttlArea .day {
    top: -6vw;
    left: 0;
  }
}
@media (max-width: 767px) {
  .conArea.friday .conTtl01 .ttlArea .day {
    width: 75%;
    top: -9vw;
  }
}
.conArea.friday .conTtl01 .imgArea figure {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.conArea.friday .ccBox::before {
  background: url(../img/limited/magazine04/brackets_fri01.svg) no-repeat center top;
  background-size: 100% auto;
}
.conArea.friday .ccBox::after {
  background: url(../img/limited/magazine04/brackets_fri02.svg) no-repeat center bottom;
  background-size: 100% auto;
}
.conArea.friday .ccBox p {
  color: #926694;
}
.conArea.friday .conBox02 {
  margin-bottom: 220px;
  position: relative;
}
@media (max-width: 1440px) {
  .conArea.friday .conBox02 {
    margin-bottom: 15vw;
  }
}
@media (max-width: 767px) {
  .conArea.friday .conBox02 {
    margin-bottom: 30vw;
  }
}
.conArea.friday .conBox02.arrow::before {
  content: "";
  width: 10.9077598829%;
  padding-top: 9.5900439239%;
  background: url(../img/limited/magazine04/arrow.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: calc(100% + 20px);
}
@media (max-width: 767px) {
  .conArea.friday .conBox02.arrow::before {
    display: none;
  }
}
.conArea.friday .conBox02.fri01.arrow::before {
  left: 50%;
}
.conArea.friday .conBox02.fri01 .inner01 {
  position: relative;
  z-index: 20;
}
.conArea.friday .conBox02.fri01 .txtArea {
  width: 37.1156661786%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
@media (max-width: 767px) {
  .conArea.friday .conBox02.fri01 .txtArea {
    width: 100%;
    position: static;
  }
}
.conArea.friday .conBox02.fri01 .imgArea {
  height: 50.5208333333vw;
  position: relative;
}
@media (max-width: 1280px) {
  .conArea.friday .conBox02.fri01 .imgArea {
    height: 58vw;
  }
}
@media (max-width: 991px) {
  .conArea.friday .conBox02.fri01 .imgArea {
    height: 65vw;
  }
}
@media (max-width: 767px) {
  .conArea.friday .conBox02.fri01 .imgArea {
    width: 100%;
    height: 85vw;
  }
}
.conArea.friday .conBox02.fri01 .imgArea figure {
  position: absolute;
}
.conArea.friday .conBox02.fri01 .imgArea figure img {
  position: relative;
  z-index: 2;
}
.conArea.friday .conBox02.fri01 .imgArea figure.i01 {
  width: 16.015625vw;
  top: 0;
  left: 45%;
  z-index: 2;
}
@media (max-width: 767px) {
  .conArea.friday .conBox02.fri01 .imgArea figure.i01 {
    width: 25vw;
    left: 20%;
  }
}
.conArea.friday .conBox02.fri01 .imgArea figure.i01::before {
  content: "";
  width: 90%;
  padding-top: 90%;
  background: rgba(146, 102, 148, 0.4);
  border-radius: 50%;
  position: absolute;
  top: 10%;
  right: -80%;
  z-index: 1;
}
.conArea.friday .conBox02.fri01 .imgArea figure.i02 {
  width: 16.015625vw;
  top: 10%;
  left: 65%;
  z-index: 2;
}
@media (max-width: 767px) {
  .conArea.friday .conBox02.fri01 .imgArea figure.i02 {
    width: 25vw;
    left: 60%;
  }
}
.conArea.friday .conBox02.fri01 .imgArea figure.i02::before {
  content: "";
  width: 70%;
  padding-top: 70%;
  background: rgba(146, 102, 148, 0.4);
  border-radius: 50%;
  position: absolute;
  top: 80%;
  right: -60%;
  z-index: 1;
}
.conArea.friday .conBox02.fri01 .imgArea figure.i03 {
  width: 65.15625%;
  position: absolute;
  bottom: 3%;
  right: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .conArea.friday .conBox02.fri01 .imgArea figure.i03 {
    width: 100vw;
  }
}
.conArea.friday .conBox02.fri01 .imgArea figure.i03 figcaption {
  padding-right: 20px;
}
@media (max-width: 767px) {
  .conArea.friday .conBox02.fri01 .imgArea figure.i03 figcaption {
    padding-right: 5px;
  }
}
.conArea.friday .conBox02.fri01 .imgArea figure.i04 {
  width: 19.140625%;
  position: absolute;
  bottom: -20%;
  left: 23%;
  z-index: 2;
}
@media (max-width: 991px) {
  .conArea.friday .conBox02.fri01 .imgArea figure.i04 {
    left: 18%;
  }
}
@media (max-width: 767px) {
  .conArea.friday .conBox02.fri01 .imgArea figure.i04 {
    width: 25%;
    left: 5%;
  }
}
.conArea.friday .conBox02.fri01 .imgArea figure.i04::before {
  content: "";
  width: 100%;
  padding-top: 100%;
  background: rgba(146, 102, 148, 0.4);
  border-radius: 50%;
  position: absolute;
  top: 10%;
  left: -10%;
  z-index: 1;
}
.conArea.friday .conBox01.fri02 {
  margin-bottom: 0;
}
.conArea.friday .conBox01.fri02 .time {
  margin-left: auto;
}
@media (max-width: 767px) {
  .conArea.friday .conBox01.fri02 .time {
    margin-left: 0;
  }
}
.conArea.friday .conBox01.fri02 .txtArea {
  margin-top: -90px;
}
@media (max-width: 767px) {
  .conArea.friday .conBox01.fri02 .txtArea {
    margin-top: -40px;
  }
}
.conArea.friday .conBox01.fri02 .imgArea::before {
  content: "";
  width: 23.8%;
  padding-top: 23.8%;
  background: #926694;
  position: absolute;
  bottom: -10px;
  left: -20px;
  z-index: 1;
}
@media (max-width: 767px) {
  .conArea.friday .conBox01.fri02 .imgArea::before {
    bottom: 0;
    left: -10px;
  }
}
.conArea.saturday .conTtl01 {
  background: url(../img/limited/magazine04/bg06.svg) no-repeat center top;
  background-size: cover;
}
.conArea.saturday .conTtl01 .ttlArea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5%;
}
.conArea.saturday .conTtl01 .ttlArea .day {
  width: 65.4166666667%;
  top: -100px;
}
@media (max-width: 1440px) {
  .conArea.saturday .conTtl01 .ttlArea .day {
    top: -7.5vw;
  }
}
@media (max-width: 767px) {
  .conArea.saturday .conTtl01 .ttlArea .day {
    width: 80%;
  }
}
.conArea.saturday .conTtl01 .imgArea {
  width: 25%;
}
.conArea.saturday .conTtl01 .imgArea figure {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.conArea.saturday .ccBox::before {
  background: url(../img/limited/magazine04/brackets_sat01.svg) no-repeat center top;
  background-size: 100% auto;
}
.conArea.saturday .ccBox::after {
  background: url(../img/limited/magazine04/brackets_sat02.svg) no-repeat center bottom;
  background-size: 100% auto;
}
.conArea.saturday .ccBox p {
  color: #1D90D8;
}
.conArea.saturday .conBox01.sat01.arrow::before {
  left: 40%;
}
.conArea.saturday .conBox01.sat01 .ccBox p {
  text-align: center;
}
.conArea.saturday .conBox01.sat01 .imgArea::before {
  content: "";
  width: 23.8%;
  padding-top: 23.8%;
  background: #1D90D8;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 1;
}
@media (max-width: 767px) {
  .conArea.saturday .conBox01.sat01 .imgArea::before {
    top: -10px;
    right: -10px;
  }
}
@media (min-width: 992px) {
  .conArea.saturday .conBox01.sat01 .imgArea .img01 figcaption br {
    display: none;
  }
}
.conArea.saturday .conBox01.sat01 .imgArea .imgphoto {
  width: 28.1793842035%;
  top: 50%;
  right: -20px;
}
@media (max-width: 767px) {
  .conArea.saturday .conBox01.sat01 .imgArea .imgphoto {
    right: 10px;
  }
}
.conArea.saturday .conBox01.sat02 {
  margin-bottom: 300px;
}
@media (max-width: 1440px) {
  .conArea.saturday .conBox01.sat02 {
    margin-bottom: 22vw;
  }
}
@media (max-width: 767px) {
  .conArea.saturday .conBox01.sat02 {
    margin-bottom: 30vw;
  }
}
.conArea.saturday .conBox01.sat02.arrow::before {
  top: calc(100% + 60px);
  left: 55%;
}
.conArea.saturday .conBox01.sat02 .txtArea .imgphoto {
  width: 50%;
  margin-left: auto;
}
.conArea.saturday .conBox01.sat02 .imgArea::before {
  content: "";
  width: 23.8%;
  padding-top: 23.8%;
  background: #1D90D8;
  position: absolute;
  bottom: -10px;
  left: -20px;
  z-index: 1;
}
@media (max-width: 767px) {
  .conArea.saturday .conBox01.sat02 .imgArea::before {
    bottom: 0;
    left: -10px;
  }
}
.conArea.saturday .conBox01.sat02 .imgArea::after {
  content: "";
  width: 49%;
  padding-top: 49%;
  background: rgba(29, 144, 216, 0.3);
  border-radius: 50%;
  position: absolute;
  top: 80%;
  right: 5%;
  z-index: 1;
}
.conArea.saturday .conBox01.sat02 .imgArea .imgphoto {
  width: 58.6345381526%;
  top: 92%;
  right: 1%;
}
.conArea.saturday .conBox01.sat03 {
  margin-bottom: 0;
}
.conArea.saturday .conBox01.sat03 .imgArea::before {
  content: "";
  width: 23.8%;
  padding-top: 23.8%;
  background: #1D90D8;
  position: absolute;
  bottom: -10px;
  right: -20px;
  z-index: 1;
}
@media (max-width: 767px) {
  .conArea.saturday .conBox01.sat03 .imgArea::before {
    bottom: 0;
    right: -10px;
  }
}
.conArea.sunday {
  margin-top: 200px;
}
@media (max-width: 767px) {
  .conArea.sunday {
    margin-top: 100px;
  }
}
.conArea.sunday .allCap {
  margin-top: 0;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .conArea.sunday .allCap {
    margin-top: 15px;
  }
}
.conArea.sunday .conTtl01 {
  background: url(../img/limited/magazine04/bg07.svg) no-repeat center top;
  background-size: cover;
}
.conArea.sunday .conTtl01 .ttlArea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5%;
}
@media (max-width: 767px) {
  .conArea.sunday .conTtl01 .ttlArea {
    padding-left: 0;
  }
}
.conArea.sunday .conTtl01 .ttlArea .day {
  width: 62.2916666667%;
  top: -80px;
}
@media (max-width: 1440px) {
  .conArea.sunday .conTtl01 .ttlArea .day {
    top: -6vw;
    left: 0;
  }
}
@media (max-width: 767px) {
  .conArea.sunday .conTtl01 .ttlArea .day {
    width: 80%;
    top: -10vw;
    left: -10px;
  }
}
.conArea.sunday .conTtl01 .imgArea {
  width: 30%;
}
.conArea.sunday .conTtl01 .imgArea figure {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.conArea.sunday .ccBox::before {
  background: url(../img/limited/magazine04/brackets_sun01.svg) no-repeat center top;
  background-size: 100% auto;
}
.conArea.sunday .ccBox::after {
  background: url(../img/limited/magazine04/brackets_sun02.svg) no-repeat center bottom;
  background-size: 100% auto;
}
.conArea.sunday .ccBox p {
  color: #FA9349;
}
.conArea.sunday .conBox01.sun01 {
  margin-bottom: 0;
}
.conArea.sunday .conBox01.sun01.arrow::before {
  top: 70%;
  left: 40%;
  z-index: 5;
}
.conArea.sunday .conBox01.sun02 {
  margin-bottom: 300px;
}
@media (max-width: 1440px) {
  .conArea.sunday .conBox01.sun02 {
    margin-bottom: 21vw;
  }
}
@media (max-width: 991px) {
  .conArea.sunday .conBox01.sun02 {
    margin-bottom: 18vw;
  }
}
@media (max-width: 767px) {
  .conArea.sunday .conBox01.sun02 {
    margin-bottom: 28vw;
  }
}
.conArea.sunday .conBox01.sun02.arrow::before {
  left: 50%;
}
.conArea.sunday .conBox01.sun02 .time {
  margin-left: auto;
}
@media (max-width: 767px) {
  .conArea.sunday .conBox01.sun02 .time {
    margin-left: 0;
  }
}
.conArea.sunday .conBox01.sun02 .txtArea {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .conArea.sunday .conBox01.sun02 .txtArea {
    padding-top: 0;
  }
}
.conArea.sunday .conBox01.sun02 .imgArea::before {
  content: "";
  width: 23.8%;
  padding-top: 23.8%;
  background: #FA9349;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 1;
}
@media (max-width: 767px) {
  .conArea.sunday .conBox01.sun02 .imgArea::before {
    top: -10px;
    left: -10px;
  }
}
.conArea.sunday .conBox01.sun02 .imgArea::after {
  content: "";
  width: 49%;
  padding-top: 49%;
  background: rgba(250, 147, 73, 0.3);
  border-radius: 50%;
  position: absolute;
  top: 80%;
  left: 25%;
  z-index: 1;
}
.conArea.sunday .conBox01.sun02 .imgArea .imgphoto {
  width: 91.4323962517%;
  top: calc(100% + 5px);
  left: 4%;
}
.conArea.sunday .conBox01.sun03 {
  margin-bottom: 0;
}
.conArea.sunday .conBox01.sun03 .imgArea::before {
  content: "";
  width: 23.8%;
  padding-top: 23.8%;
  background: #FA9349;
  position: absolute;
  bottom: -20px;
  right: -20px;
  z-index: 1;
}
@media (max-width: 767px) {
  .conArea.sunday .conBox01.sun03 .imgArea::before {
    bottom: -10px;
    right: -10px;
  }
}

.pointArea {
  padding: 60px 0;
  background: url(../img/limited/magazine04/bg04.svg) no-repeat center top;
  background-size: cover;
}
@media (max-width: 767px) {
  .pointArea {
    padding: 30px 0;
  }
}
.pointArea .pointBox {
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 30px 5%;
}
@media (max-width: 767px) {
  .pointArea .pointBox {
    display: block;
    padding: 20px;
  }
}
.pointArea .pointBox .point {
  width: 19.0336749634%;
  position: absolute;
  top: -62px;
  left: -30px;
}
@media (max-width: 767px) {
  .pointArea .pointBox .point {
    width: 35%;
    top: -40px;
    left: -20px;
  }
}
.pointArea .pointBox .txtArea {
  width: 60%;
}
@media (max-width: 767px) {
  .pointArea .pointBox .txtArea {
    width: 100%;
    margin-bottom: 20px;
  }
}
.pointArea .pointBox .txtArea p.ttl {
  color: #FA9349;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5em;
}
@media (max-width: 1440px) {
  .pointArea .pointBox .txtArea p.ttl {
    font-size: 2.1vw;
  }
}
@media (max-width: 767px) {
  .pointArea .pointBox .txtArea p.ttl {
    font-size: 5.5vw;
  }
}
.pointArea .pointBox .txtArea p.ttl small {
  font-size: 60%;
}
.pointArea .pointBox .txtArea p.ttl + .note01 {
  margin-top: 0;
  margin-bottom: 20px;
}
.pointArea .pointBox .txtArea p.txt {
  font-size: 18px;
  line-height: 2em;
}
@media (max-width: 1440px) {
  .pointArea .pointBox .txtArea p.txt {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .pointArea .pointBox .txtArea p.txt {
    font-size: 13px;
  }
}
.pointArea .pointBox .imgArea {
  width: 35%;
}
@media (max-width: 767px) {
  .pointArea .pointBox .imgArea {
    width: 100%;
  }
}

.btmTxtArea {
  padding: 60px 0 120px;
  text-align: center;
}
@media (max-width: 767px) {
  .btmTxtArea {
    padding: 30px 0 60px;
  }
}
.btmTxtArea img {
  width: 100%;
  max-width: 1016px;
}
.btmTxtArea .txtB {
  text-align: center;
  font-size: 34px;
  line-height: 1.8em;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .btmTxtArea .txtB {
    font-size: 2.8vw;
  }
}
@media (max-width: 767px) {
  .btmTxtArea .txtB {
    font-size: 4vw;
  }
}
.btmTxtArea .txtB strong {
  display: block;
  font-size: 150%;
  letter-spacing: 0.05em;
  line-height: 1.8em;
}

.txt01 {
  font-size: 25px;
  line-height: 2em;
}
@media (max-width: 1440px) {
  .txt01 {
    font-size: 1.7vw;
  }
}
@media (max-width: 991px) {
  .txt01 {
    font-size: 2.2vw;
  }
}
@media (max-width: 767px) {
  .txt01 {
    font-size: 4vw;
  }
}

.txt02 {
  font-size: 21px;
  line-height: 2em;
}
@media (max-width: 1440px) {
  .txt02 {
    font-size: 1.5vw;
  }
}
@media (max-width: 991px) {
  .txt02 {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .txt02 {
    font-size: 3.5vw;
  }
}

.note01 {
  font-size: 12px;
  line-height: 1.5em;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .note01 {
    font-size: 10px;
  }
}
.note01 + .note01 {
  margin-top: 0;
}
.note01.in01 {
  text-indent: -1em;
  padding-left: 1em;
}

.backBtnArea {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .backBtnArea {
    padding: 40px 0;
  }
}
.backBtnArea .btnBack {
  width: 354px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .backBtnArea .btnBack {
    width: 200px;
  }
}
.backBtnArea .btnBack a {
  background: -webkit-gradient(linear, left top, right top, from(#accbee), to(#c2e9e8));
  background: -webkit-linear-gradient(left, #accbee, #c2e9e8);
  background: linear-gradient(to right, #accbee, #c2e9e8);
  position: relative;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 80px;
  -webkit-box-shadow: 2px 2px 10px rgba(51, 137, 173, 0.5);
          box-shadow: 2px 2px 10px rgba(51, 137, 173, 0.5);
  overflow: hidden;
}
@media (min-width: 992px) {
  .backBtnArea .btnBack a {
    -webkit-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
  }
}
@media (max-width: 767px) {
  .backBtnArea .btnBack a {
    font-size: 16px;
    height: 60px;
  }
}
@media (min-width: 992px) {
  .backBtnArea .btnBack a:hover {
    color: #fff;
  }
  .backBtnArea .btnBack a:hover::before {
    color: #fff;
  }
  .backBtnArea .btnBack a:hover::after {
    width: 100%;
  }
}
.backBtnArea .btnBack a span {
  position: relative;
  z-index: 2;
}
.backBtnArea .btnBack a::before {
  content: "←";
  font-size: 22px;
  line-height: 1;
  position: absolute;
  -webkit-transition: color 0.4s ease 0s;
  transition: color 0.4s ease 0s;
  top: 50%;
  left: 20px;
  margin-top: -11px;
  z-index: 5;
}
@media (max-width: 767px) {
  .backBtnArea .btnBack a::before {
    font-size: 18px;
    left: 15px;
    margin-top: -9px;
  }
}
.backBtnArea .btnBack a::after {
  content: "";
  width: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#7ca8da), to(#79c4c1));
  background: -webkit-linear-gradient(left, #7ca8da, #79c4c1);
  background: linear-gradient(to right, #7ca8da, #79c4c1);
  -webkit-transition: width 0.4s ease 0s;
  transition: width 0.4s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}