@charset "UTF-8";
@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
.w1100 {
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;
}

.fv__day {
  position: relative;
}
.fv__day::before, .fv__day::after {
  content: "";
  position: absolute;
  width: 28%;
  height: 100%;
  bottom: 0;
}
.fv__day::before {
  background: url(../img/0306/fv-youkun.png) no-repeat;
  background-size: contain;
  left: -30%;
  animation: floating 2s ease-in-out infinite alternate-reverse;
}
@media screen and (max-width: 767px) {
  .fv__day::before {
    left: -20%;
  }
}
.fv__day::after {
  background: url(../img/0306/fv-mechan.png) no-repeat;
  background-size: contain;
  right: -30%;
  animation: floating 2.2s ease-in-out infinite alternate-reverse;
}
@media screen and (max-width: 767px) {
  .fv__day::after {
    right: -20%;
  }
}
.fv__mainttl {
  margin-bottom: 0;
}
.fv__kikan {
  text-align: center;
  background: #E85377;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .fv__kikan {
    padding: 6px;
  }
}
.fv__kikan__img {
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fv__kikan__img {
    width: 60%;
  }
}

.greet {
  width: 95%;
  max-width: 780px;
  margin: 40px auto;
  background: #FAE3EB;
  border-radius: 20px;
  padding: 1.5em 1em;
}
@media screen and (max-width: 767px) {
  .greet {
    padding: 1em;
  }
}
.greet p {
  color: #43211A;
}
.greet__main {
  max-width: 660px;
  margin: 0 auto;
}
.greet__main .ttl {
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 6px;
}
.greet__main .name {
  margin-top: 0.5em;
  text-align: center;
}

.unkernav {
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;
  margin-bottom: 40px;
}
.unkernav__img {
  text-align: center;
  width: 44%;
  max-width: 200px;
  margin: 0 auto;
  animation: kaku 1s steps(2, end) infinite;
}
.unkernav__ttl {
  text-align: center;
  margin: 10px 0 10px;
}
.unkernav__ttl p {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #E6407A;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .unkernav__ttl p {
    font-size: 1.3em;
    line-height: 1.4;
  }
}
.unkernav__ttl p span.line {
  font-size: 1.6em;
  background: linear-gradient(transparent 70%, #FFF000 70%);
}
@media screen and (max-width: 767px) {
  .unkernav__ttl p span.line {
    font-size: 1.4em;
  }
}
.unkernav__ttl p::before, .unkernav__ttl p::after {
  content: "";
  position: absolute;
  width: 5%;
  height: 40%;
  background: url(../img/0306/dot-kira.png) no-repeat;
  background-size: contain;
  animation: kaku 1.5s steps(2, end) infinite;
}
@media screen and (max-width: 767px) {
  .unkernav__ttl p::before, .unkernav__ttl p::after {
    width: 6%;
  }
}
.unkernav__ttl p::before {
  left: -5%;
  top: 30%;
}
@media screen and (max-width: 767px) {
  .unkernav__ttl p::before {
    top: 20%;
  }
}
.unkernav__ttl p::after {
  width: 3%;
  right: -3%;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .unkernav__ttl p::after {
    width: 5%;
    top: 30%;
  }
}
.unkernav__main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .unkernav__main {
    justify-content: space-around;
    max-width: 500px;
    margin: 0 auto;
  }
}
.unkernav__item {
  width: 30%;
  max-width: 300px;
  margin: 6px;
}
@media screen and (max-width: 767px) {
  .unkernav__item {
    width: 48%;
    margin: 4px 0;
  }
}
.unkernav__item a {
  position: relative;
  display: block;
  border-radius: 8px;
  padding: 1em;
  background: #E6407A;
  color: #fff;
  font-size: 1.1em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .unkernav__item a {
    font-size: 0.9em;
    padding: 10px 8px;
    border-radius: 6px;
  }
}
.unkernav__item a::after {
  content: "";
  position: absolute;
  width: 10%;
  height: 25%;
  background: url(../img/0306/dot-white.png) no-repeat;
  background-size: contain;
  right: 3%;
  top: 38%;
}
@media screen and (max-width: 767px) {
  .unkernav__item a::after {
    width: 6%;
    right: 4%;
    top: 42%;
  }
}
.unkernav__item a:hover {
  opacity: 1;
}
.unkernav__item a:hover::after {
  top: 44%;
}
@media screen and (max-width: 767px) {
  .unkernav__item a:hover::after {
    top: 48%;
  }
}
.unkernav__item--senmon a {
  color: #E6407A;
  border: 2px solid #E6407A;
  background: #fff;
}
.unkernav__item--senmon a::after {
  background: url(../img/0306/dot-pink.png) no-repeat;
  background-size: contain;
}

.coupon {
  padding: 60px 0;
  background: url(../img/0306/coupon-bg.png) #009C87;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .coupon {
    padding: 40px 0 60px;
  }
}
.coupon__subttl {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.coupon__waribiki {
  width: 85%;
  margin: 8px auto;
  max-width: 640px;
  background: #E50012;
  padding: 6px;
  text-align: center;
}
.coupon__waribiki p {
  color: #fff;
  font-weight: 700;
}
.coupon__waribiki p span.big {
  color: #FFF000;
  font-size: 1.6em;
}
@media screen and (max-width: 767px) {
  .coupon__waribiki p span.big {
    font-size: 1.4em;
  }
}
.coupon__ttl {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.coupon__goriyo {
  text-align: center;
  color: #fff;
  margin: 10px 0 20px;
  font-size: 1.1em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .coupon__goriyo {
    font-size: 1em;
    margin-bottom: 10px;
  }
}
.coupon__main {
  border: 5px solid #E30077;
  background: #fff;
  padding-bottom: 40px;
}
.coupon__top {
  padding: 4px 0 8px;
  background: #E30077;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  font-size: 0.9em;
}

.day {
  position: relative;
  padding: 60px 0 140px;
  background: url(../img/0306/day-bg.png) #9FD9F6;
  background-repeat: repeat-y;
  background-size: contain;
  background-position: center top;
}
@media screen and (max-width: 767px) {
  .day {
    background: #9FD9F6;
    padding-bottom: 80px;
  }
}
.day::before {
  content: "";
  position: absolute;
  width: 20%;
  height: 20%;
  background: url(../img/0306/day-bottom-l.png) no-repeat;
  background-size: contain;
  background-position: left bottom;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .day::before {
    background: url(../img/0306/day-bottom-l-sp.png) no-repeat;
    background-size: contain;
    background-position: left bottom;
    width: 30%;
  }
}
.day::after {
  content: "";
  position: absolute;
  width: 20%;
  height: 20%;
  background: url(../img/0306/day-bottom-r.png) no-repeat;
  background-size: contain;
  background-position: right bottom;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .day::after {
    background: url(../img/0306/day-bottom-r-sp.png) no-repeat;
    background-size: contain;
    background-position: right bottom;
  }
}
.day__ttl {
  position: relative;
  width: 95%;
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
  border-top: 5px solid #006934;
  border-bottom: 5px solid #006934;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .day__ttl {
    border-top: 3px solid #006934;
    border-bottom: 3px solid #006934;
    padding: 1em 0.5em;
    max-width: 550px;
  }
}
.day__ttl img {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .day__ttl img {
    width: 100%;
  }
}
.day__ttl::after {
  content: "";
  position: absolute;
  width: 8%;
  height: 70%;
  background: url(../img/0306/bluebird.png) no-repeat;
  background-size: contain;
  right: 0;
  top: -10%;
  animation: kaku 1s steps(2, end) infinite;
}
@media screen and (max-width: 767px) {
  .day__ttl::after {
    width: 14%;
    top: -44%;
  }
}
.day__comment {
  position: relative;
  width: 95%;
  margin: 0 auto;
  max-width: 800px;
  margin-top: 20px;
  animation: kaku 2s steps(2, end) infinite;
}
@media screen and (max-width: 767px) {
  .day__comment {
    max-width: 550px;
  }
}
.day__comment::after {
  content: "";
  position: absolute;
  width: 10%;
  height: 20%;
  background: url(../img/0306/fukidashi.png) no-repeat;
  background-size: contain;
  right: 30%;
  bottom: -14%;
}
@media screen and (max-width: 767px) {
  .day__comment::after {
    right: 40%;
  }
}
.day__tencho {
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .day__tencho {
    width: 40%;
    max-width: 550px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: 0;
  }
}
.day__dec {
  position: absolute;
}
.day__dec--right {
  top: 120px;
  width: 22%;
  right: -8%;
}
.day__dec--left {
  top: 10%;
  width: 22%;
  left: -7%;
}

.renzoku {
  position: relative;
  padding: 80px 0 40px;
  background: url(../img/0306/renzoku-bg.png) #89c681;
  background-repeat: repeat-y;
  background-size: contain;
  background-position: center top;
}
@media screen and (max-width: 767px) {
  .renzoku {
    background: #89c681;
    padding-top: 50px;
  }
}
.renzoku::before {
  content: "";
  position: absolute;
  width: 10%;
  max-width: 120px;
  height: 10%;
  background: url(../img/0306/youkun-mechan.png) no-repeat;
  background-size: contain;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -40px;
  animation: kaku 1s steps(2, end) infinite;
}
@media screen and (max-width: 767px) {
  .renzoku::before {
    width: 24%;
    top: -20px;
    max-width: 100px;
  }
}
.renzoku__dec {
  position: absolute;
}
.renzoku__dec--right {
  width: 12%;
  right: 2%;
  top: 10px;
}
.renzoku__dec--left {
  width: 6%;
  left: 2%;
  top: 4%;
}
.renzoku__ttl {
  width: 95%;
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .renzoku__ttl {
    margin-bottom: 50px;
    max-width: 550px;
  }
}
.renzoku__wrap {
  position: relative;
  border-radius: 20px;
  background: #fff;
  padding: 60px 0 40px;
  margin-bottom: 80px;
  border: 5px solid #e73828;
  border-top: 60px solid #e73828;
}
@media screen and (max-width: 767px) {
  .renzoku__wrap {
    padding: 30px 0 20px;
    border: 2px solid #e73828;
    border-top: 40px solid #e73828;
  }
}
.renzoku__wrap--seika {
  border: 5px solid #1eaa39;
  border-top: 60px solid #1eaa39;
}
@media screen and (max-width: 767px) {
  .renzoku__wrap--seika {
    border: 2px solid #1eaa39;
    border-top: 40px solid #1eaa39;
  }
}
.renzoku__wrap--fish {
  border: 5px solid #004da0;
  border-top: 60px solid #004da0;
}
@media screen and (max-width: 767px) {
  .renzoku__wrap--fish {
    border: 2px solid #004da0;
    border-top: 40px solid #004da0;
  }
}
.renzoku__wrap--sozai {
  border: 5px solid #f29600;
  border-top: 60px solid #f29600;
}
@media screen and (max-width: 767px) {
  .renzoku__wrap--sozai {
    border: 2px solid #f29600;
    border-top: 40px solid #f29600;
  }
}
.renzoku__category {
  position: absolute;
  top: -100px;
  left: 20px;
  width: 22%;
}
@media screen and (max-width: 1024px) {
  .renzoku__category {
    top: -90px;
  }
}
@media screen and (max-width: 767px) {
  .renzoku__category {
    width: 40%;
    max-width: 160px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -65px;
  }
}
.renzoku__sozaittl {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .renzoku__sozaittl {
    margin-top: 10px;
    font-size: 1em;
  }
}
.renzoku__sozaittl .ttl {
  width: 40%;
  max-width: 200px;
  color: #fff;
  padding: 8px;
  background: #490c00;
  border-radius: 50px 0 0 50px;
  border: 2px solid #490c00;
}
.renzoku__sozaittl .txt {
  width: 55%;
  max-width: 240px;
  padding: 8px;
  border-radius: 0 50px 50px 0;
  border: 2px solid #490c00;
  color: #490c00;
}

@keyframes kaku {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.coupon .item,
.day .item,
.renzoku .item {
  width: 30%;
  position: relative;
  height: auto;
  padding: 1em 10px 1em;
  margin: 0.5em;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 350px;
  text-align: left;
  background: #FFFEF2;
  border-radius: 0;
  border: none;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .coupon .item,
  .day .item,
  .renzoku .item {
    width: 48%;
    padding: 0.5em 0.5em;
    margin: 8px 0;
    min-width: auto;
    max-width: 400px;
  }
}
.coupon .item--w100,
.day .item--w100,
.renzoku .item--w100 {
  width: 100%;
  max-width: none;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1024px) {
  .coupon .item--w100,
  .day .item--w100,
  .renzoku .item--w100 {
    max-width: 550px;
  }
}
.coupon .item--w100 .item__wrap,
.day .item--w100 .item__wrap,
.renzoku .item--w100 .item__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .coupon .item--w100 .item__wrap,
  .day .item--w100 .item__wrap,
  .renzoku .item--w100 .item__wrap {
    display: block;
  }
}
.coupon .item--w100 .item__img,
.day .item--w100 .item__img,
.renzoku .item--w100 .item__img {
  width: 68%;
  margin-right: 1em;
}
.coupon .item--w100 .item__img img,
.day .item--w100 .item__img img,
.renzoku .item--w100 .item__img img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .coupon .item--w100 .item__img,
  .day .item--w100 .item__img,
  .renzoku .item--w100 .item__img {
    width: 100%;
    margin: 0;
    margin-bottom: 8px;
  }
}
.coupon .item--w100 .item__txtarea,
.day .item--w100 .item__txtarea,
.renzoku .item--w100 .item__txtarea {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .coupon .item--w100 .item__txtarea,
  .day .item--w100 .item__txtarea,
  .renzoku .item--w100 .item__txtarea {
    width: 100%;
  }
}
.coupon .item--w100 .item__ttl,
.day .item--w100 .item__ttl,
.renzoku .item--w100 .item__ttl {
  font-weight: 900;
  font-size: 1.8em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .coupon .item--w100 .item__ttl,
  .day .item--w100 .item__ttl,
  .renzoku .item--w100 .item__ttl {
    font-size: 1.5em;
  }
}
.coupon .item--w100 .item__comment,
.day .item--w100 .item__comment,
.renzoku .item--w100 .item__comment {
  font-size: 1.1em;
}
.coupon .item--w100 .item__price,
.day .item--w100 .item__price,
.renzoku .item--w100 .item__price {
  font-size: 4em;
}
@media screen and (max-width: 767px) {
  .coupon .item--w100 .item__price,
  .day .item--w100 .item__price,
  .renzoku .item--w100 .item__price {
    font-size: 3em;
  }
}
.coupon .item__img,
.day .item__img,
.renzoku .item__img {
  position: relative;
  text-align: center;
  margin-bottom: 4px;
}
.coupon .item__icon,
.day .item__icon,
.renzoku .item__icon {
  position: absolute;
  width: 26%;
  top: -6%;
  left: -2%;
}
@media screen and (max-width: 767px) {
  .coupon .item__icon,
  .day .item__icon,
  .renzoku .item__icon {
    width: 30%;
    top: -2%;
  }
}
.coupon .item__icon img,
.day .item__icon img,
.renzoku .item__icon img {
  width: 100%;
}
.coupon .item__limited,
.day .item__limited,
.renzoku .item__limited {
  font-size: 0.95em;
  padding: 2px 0 4px;
  text-align: center;
  margin-bottom: 4px;
  border: 1px solid #e50012;
  color: #e50012;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .coupon .item__limited,
  .day .item__limited,
  .renzoku .item__limited {
    font-size: 0.9em;
    padding: 0 0 2px;
  }
}
.coupon .item__kagiri,
.day .item__kagiri,
.renzoku .item__kagiri {
  font-size: 0.95em;
  padding: 2px 0 4px;
  text-align: center;
  margin-bottom: 4px;
  border: 1px solid #000;
  color: #000;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .coupon .item__kagiri,
  .day .item__kagiri,
  .renzoku .item__kagiri {
    font-size: 0.9em;
    padding: 0 0 2px;
  }
}
.coupon .item__logo,
.day .item__logo,
.renzoku .item__logo {
  position: absolute;
  width: 20%;
  max-width: 100px;
}
@media screen and (max-width: 767px) {
  .coupon .item__logo,
  .day .item__logo,
  .renzoku .item__logo {
    width: 30%;
    max-width: 70px;
  }
}
.coupon .item__logo--pan,
.day .item__logo--pan,
.renzoku .item__logo--pan {
  width: 30%;
}
.coupon .item__zehi,
.day .item__zehi,
.renzoku .item__zehi {
  position: absolute;
  width: 20%;
  max-width: 100px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .coupon .item__zehi,
  .day .item__zehi,
  .renzoku .item__zehi {
    width: 30%;
    max-width: 70px;
  }
}
.coupon .item__sanchi,
.day .item__sanchi,
.renzoku .item__sanchi {
  font-size: 0.9em;
}
.coupon .item__ttl,
.day .item__ttl,
.renzoku .item__ttl {
  font-size: 1.1em;
  margin-bottom: 4px;
  background: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .coupon .item__ttl,
  .day .item__ttl,
  .renzoku .item__ttl {
    font-size: 1em;
  }
}
.coupon .item__ttl span.small,
.day .item__ttl span.small,
.renzoku .item__ttl span.small {
  font-size: 0.8em;
}
.coupon .item__about,
.day .item__about,
.renzoku .item__about {
  display: inline-block;
  background: #000000;
  padding: 0 4px 2px;
  color: #fff;
  font-size: 0.9em;
  margin-bottom: 0.5em;
}
.coupon .item__comment,
.day .item__comment,
.renzoku .item__comment {
  font-size: 0.9em;
  margin-top: 4px;
  margin-bottom: 4px;
}
.coupon .item__notice,
.day .item__notice,
.renzoku .item__notice {
  font-size: 0.9em;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .coupon .item__notice,
  .day .item__notice,
  .renzoku .item__notice {
    font-size: 0.8em;
  }
}
.coupon .item__price,
.day .item__price,
.renzoku .item__price {
  margin-top: auto;
  position: relative;
  text-align: right;
  color: #E50012;
  z-index: 1;
  font-size: 2.4em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .coupon .item__price,
  .day .item__price,
  .renzoku .item__price {
    font-size: 1.6em;
  }
}
.coupon .item__price span.small,
.day .item__price span.small,
.renzoku .item__price span.small {
  font-size: 0.6em;
  margin-right: 2px;
}
@media screen and (max-width: 1024px) {
  .coupon .item__price span.small,
  .day .item__price span.small,
  .renzoku .item__price span.small {
    font-size: 0.5em;
  }
}
.coupon .item__price span.smallbr,
.day .item__price span.smallbr,
.renzoku .item__price span.smallbr {
  display: block;
}
.coupon .item__price span.yen,
.day .item__price span.yen,
.renzoku .item__price span.yen {
  font-size: 0.6em;
}
.coupon .item__price--second,
.day .item__price--second,
.renzoku .item__price--second {
  padding-top: 0;
  border: none;
}
.coupon .item__tax,
.day .item__tax,
.renzoku .item__tax {
  text-align: right;
  color: #E50012;
}
@media screen and (max-width: 767px) {
  .coupon .con__list,
  .day .con__list,
  .renzoku .con__list {
    justify-content: space-around;
  }
}

.day .item__price,
.day .item__tax {
  font-family: "ads-strong", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
.day .item__price span.yen,
.day .item__tax span.yen {
  font-family: "Noto Sans JP", serif;
  font-weight: 900;
}
.day .item__tax {
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  .day .item__tax {
    font-size: 1em;
  }
}

.couponprice {
  margin-top: auto;
  border: 2px solid #009d88;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .couponprice {
    display: block;
  }
}
.couponprice .c-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 4px 6px;
  background: #009d88;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .couponprice .c-txt {
    padding: 4px 2px;
    text-align: center;
  }
}
.couponprice .c-txt p {
  color: #fff;
  font-size: 0.8em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .couponprice .c-txt p {
    font-size: 0.8em;
    text-align: center;
  }
}
.couponprice .c-price {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0 8px;
  background: #fff100;
  text-align: center;
}
.couponprice .c-price p {
  color: #e6002d;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .couponprice .c-price p {
    font-size: 1.6em;
  }
}
.couponprice .c-price p span.small {
  font-size: 0.8em;
}

.tab-content {
  display: none;
}

.tab-content.show {
  position: relative;
  display: block;
  background: #fff;
}
.tab-btn {
  display: flex;
  justify-content: space-between;
}
.tab-btn__item {
  position: relative;
  width: 32%;
  text-align: center;
  cursor: pointer;
}
.tab-btn__item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  border-radius: 12px 12px 0 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.tab-btn__item--day01::after {
  background: #e52d8a;
}
.tab-btn__item--day02::after {
  background: #0073bc;
}
.tab-btn__item--day03::after {
  background: #008853;
}
.tab-btn__item img {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .tab-btn__item img {
    width: 80%;
  }
}

/*タブ*/
.tab {
  display: block;
}
.tab-content {
  padding: 30px 0 40px;
  border: 5px solid #e52d8a;
}
@media screen and (max-width: 767px) {
  .tab-content {
    padding-top: 20px;
    border: 2px solid #e52d8a;
  }
}
.tab-content-day02 {
  border: 5px solid #0073bc;
}
@media screen and (max-width: 767px) {
  .tab-content-day02 {
    border: 2px solid #0073bc;
  }
}
.tab-content-day03 {
  border: 5px solid #008853;
}
@media screen and (max-width: 767px) {
  .tab-content-day03 {
    border: 2px solid #008853;
  }
}

.mainnotice {
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;
  padding-top: 40px;
  margin-bottom: 100px;
}
.mainnotice p {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.9em;
}

.app__btn {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 20px;
  z-index: 1;
}
.app__btn a {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 999px;
  background: #E6407A;
  color: #fff;
  text-align: center;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 14px 0;
  font-weight: 600;
}
.app__btn a::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/arrow.svg) no-repeat;
  background-size: contain;
  right: 6%;
  top: 40%;
  transition: all 0.3s;
}
.app__btn a:hover::before {
  right: 4%;
}