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

#mvInner {
  height: auto;
}

#mv {
  height: 160px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  #mv {
    height: 260px;
  }
}
@media screen and (min-width: 1000px) {
  #mv {
    height: 320px;
  }
}
#mv #pageTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
  margin: 0;
  width: 325px;
}
@media screen and (min-width: 768px) {
  #mv #pageTitle {
    width: 600px;
  }
}
@media screen and (min-width: 1000px) {
  #mv #pageTitle {
    width: 680px;
  }
}

.smp-block {
  display: block;
}
@media screen and (min-width: 768px) {
  .smp-block {
    display: none;
  }
}

.pc-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-block {
    display: block;
  }
}

main img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

section.sec-app {
  background: #dcdd5f;
  padding-bottom: 50px;
  position: relative;
}
section.sec-app::after, section.sec-app::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100px;
  background: #fff;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  section.sec-app::after, section.sec-app::before {
    height: 187px;
  }
}
section.sec-app::after {
  top: 35%;
}
section.sec-app::before {
  top: 66%;
}
@media screen and (min-width: 768px) {
  section.sec-app {
    padding-bottom: 100px;
  }
}
section.sec-app div.sec-app-inner {
  position: relative;
  z-index: 1;
}
section.sec-app div.sec-app-inner p.app-txt01 {
  font-weight: 500;
  text-align: center;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  section.sec-app div.sec-app-inner p.app-txt01 {
    font-size: 19px;
    padding: 65px 0 60px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-app div.sec-app-inner p.app-txt01 {
    font-size: 22px;
  }
}
section.sec-app ul {
  width: 90%;
  max-width: 350px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  section.sec-app ul {
    width: 90%;
    max-width: 800px;
  }
}
section.sec-app ul li {
  width: 48%;
  margin-bottom: 5%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  section.sec-app ul li {
    width: 43.8%;
  }
  section.sec-app ul li:hover p.huki-txt::before {
    background: #ffa011;
  }
  section.sec-app ul li:hover p.huki-txt span.arrow {
    transform: scale(0.88);
  }
  section.sec-app ul li:hover div.app-img img {
    transform: scale(1.12);
  }
}
section.sec-app ul li:nth-of-type(2) p.huki-txt::after {
  background: url("../../img/bessatsu2025/must-app/huki02.png") no-repeat;
  background-size: 100% 100%;
}
section.sec-app ul li:nth-of-type(2) p.huki-txt::before {
  background: #dc6a81;
}
@media screen and (min-width: 768px) {
  section.sec-app ul li:nth-of-type(2):hover p.huki-txt::before {
    background: #ff3f65;
  }
}
section.sec-app ul li:nth-of-type(3) p.huki-txt::after {
  background: url("../../img/bessatsu2025/must-app/huki03.png") no-repeat;
  background-size: 100% 100%;
}
section.sec-app ul li:nth-of-type(3) p.huki-txt::before {
  background: #58837f;
}
@media screen and (min-width: 768px) {
  section.sec-app ul li:nth-of-type(3):hover p.huki-txt::before {
    background: #4bb6ab;
  }
}
section.sec-app ul li:nth-of-type(4) p.huki-txt::after {
  background: url("../../img/bessatsu2025/must-app/huki04.png") no-repeat;
  background-size: 100% 100%;
}
section.sec-app ul li:nth-of-type(4) p.huki-txt::before {
  background: #87c1b0;
}
@media screen and (min-width: 768px) {
  section.sec-app ul li:nth-of-type(4):hover p.huki-txt::before {
    background: #41d6a9;
  }
}
section.sec-app ul li p.huki-txt {
  text-align: center;
  position: relative;
  padding: 10% 7% 22% 0;
  font-size: 1.04em;
  letter-spacing: 0;
  line-height: 1.4em;
  z-index: 0;
  color: #fff;
}
@media screen and (min-width: 768px) {
  section.sec-app ul li p.huki-txt {
    padding: 10% 5% 22% 0;
    font-size: 24px;
  }
}
section.sec-app ul li p.huki-txt::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url("../../img/bessatsu2025/must-app/huki01.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.sec-app ul li p.huki-txt::before {
  content: "";
  display: block;
  position: absolute;
  background: #d19841;
  width: 99%;
  height: 74%;
  z-index: -1;
  top: 1%;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  section.sec-app ul li p.huki-txt::before {
    width: 99%;
    top: 1%;
  }
}
section.sec-app ul li p.huki-txt span.arrow {
  display: block;
  width: 11%;
  position: absolute;
  bottom: 50%;
  right: 5%;
  background: #fff;
  border-radius: 50vw;
}
@media screen and (min-width: 768px) {
  section.sec-app ul li p.huki-txt span.arrow {
    bottom: 50%;
    right: 6%;
    transition: all 0.3s;
  }
}
section.sec-app ul li div.app-img {
  width: 50%;
  margin: 0 0 0 auto;
  border: solid 4px #fff;
  border-radius: 50vw;
}
@media screen and (min-width: 768px) {
  section.sec-app ul li div.app-img {
    width: 42%;
    overflow: hidden;
    isolation: isolate;
  }
  section.sec-app ul li div.app-img img {
    transition: all 0.3s;
  }
}

/*モーダル*/
div.iziModal-overlay {
  z-index: 99999998 !important;
}

div.iziModal {
  border-radius: 20px !important;
  z-index: 99999999 !important;
}
@media screen and (min-width: 768px) {
  div.iziModal {
    width: 90% !important;
    max-width: 800px !important;
  }
}
div.iziModal img {
  width: 100%;
}
div.iziModal.iziModal02 div.iziModal-border {
  border: solid 3px #dc6a81;
}
@media screen and (min-width: 768px) {
  div.iziModal.iziModal02 div.iziModal-border {
    border: solid 10px #dc6a81;
  }
}
div.iziModal.iziModal02 p.arrow-txt01 {
  background: #dc6a81;
}
div.iziModal.iziModal02 p.arrow-txt01::after {
  background: #dc6a81;
}
div.iziModal.iziModal03 div.iziModal-border {
  border: solid 3px #58837f;
}
@media screen and (min-width: 768px) {
  div.iziModal.iziModal03 div.iziModal-border {
    border: solid 10px #58837f;
  }
}
div.iziModal.iziModal03 p.arrow-txt01 {
  background: #58837f;
}
div.iziModal.iziModal03 p.arrow-txt01::after {
  background: #58837f;
}
div.iziModal.iziModal04 div.iziModal-border {
  border: solid 3px #87c1b0;
}
@media screen and (min-width: 768px) {
  div.iziModal.iziModal04 div.iziModal-border {
    border: solid 10px #87c1b0;
  }
}
div.iziModal.iziModal04 p.arrow-txt01 {
  background: #87c1b0;
}
div.iziModal.iziModal04 p.arrow-txt01::after {
  background: #87c1b0;
}
div.iziModal div.iziModal-wrap {
  overflow: revert !important;
}
div.iziModal div.iziModal-content {
  overflow-y: scroll;
  height: 100%;
}
div.iziModal div.iziModal-bg {
  position: relative;
}
div.iziModal button.close-btn {
  position: absolute;
  right: 0;
  top: -50px;
  width: 50px;
  height: 50px;
  background: none;
  z-index: 9999;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  div.iziModal button.close-btn:hover {
    transform: scale(0.92);
  }
}
div.iziModal div.iziModal-border {
  width: 90%;
  margin: 5% auto;
  border: solid 3px #d19841;
  border-radius: 20px;
  padding: 0 0 10%;
}
@media screen and (min-width: 768px) {
  div.iziModal div.iziModal-border {
    border: solid 10px #d19841;
  }
}
div.iziModal div.modal-img01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
div.iziModal div.iziModal-inner {
  padding: 73% 0 0;
  width: 76.4%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  div.iziModal div.iziModal-inner {
    padding: 80% 0 0;
    width: 76.4%;
  }
}
div.iziModal dl dd {
  text-align: justify;
  word-break: break-all;
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  div.iziModal dl dd {
    margin-bottom: 50px;
  }
}
div.iziModal div.modal-img02 {
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  div.iziModal div.modal-img02 {
    margin-bottom: 20px;
  }
}
div.iziModal p.arrow-txt01 {
  background: #d19841;
  color: #fff;
  text-align: center;
  position: relative;
  padding-top: 2%;
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  div.iziModal p.arrow-txt01 {
    font-size: 21px;
    margin-bottom: 40px;
    padding-bottom: 1%;
  }
}
div.iziModal p.arrow-txt01::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5vw;
  background: #d19841;
  transform: translate(0, 98%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 10%, 50% 100%, 0 10%);
          clip-path: polygon(0 0, 100% 0, 100% 10%, 50% 100%, 0 10%);
}
@media screen and (min-width: 768px) {
  div.iziModal p.arrow-txt01::after {
    height: 30px;
  }
}
@media screen and (min-width: 768px) {
  div.iziModal div.modal-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  div.iziModal div.modal-flex div.modal-flex-img {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  div.iziModal div.modal-flex p.modal-flex-txt {
    width: 50%;
    font-size: 14px;
  }
}

div.iziModal-navigate {
  z-index: 99999999 !important;
}
@media screen and (min-width: 768px) {
  div.iziModal-navigate {
    width: 90%;
    margin: auto;
    max-width: 650px;
  }
}
div.iziModal-navigate button.iziModal-navigate-prev, div.iziModal-navigate button.iziModal-navigate-next {
  margin: 0 !important;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  div.iziModal-navigate button.iziModal-navigate-prev:hover, div.iziModal-navigate button.iziModal-navigate-next:hover {
    transform: scale(0.92);
  }
}
div.iziModal-navigate button.iziModal-navigate-prev {
  left: 10px !important;
  background: #fff;
  width: 2em;
  height: 2em;
  border-radius: 50vw;
}
@media screen and (min-width: 768px) {
  div.iziModal-navigate button.iziModal-navigate-prev {
    width: 43px;
    height: 43px;
    left: -70px !important;
  }
}
div.iziModal-navigate button.iziModal-navigate-prev::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url("../../img/bessatsu2025/must-app/arrow02.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%) rotate(180deg);
}
div.iziModal-navigate button.iziModal-navigate-next {
  right: 10px !important;
  background: #fff;
  width: 2em;
  height: 2em;
  border-radius: 50vw;
}
@media screen and (min-width: 768px) {
  div.iziModal-navigate button.iziModal-navigate-next {
    width: 43px;
    height: 43px;
    right: -70px !important;
  }
}
div.iziModal-navigate button.iziModal-navigate-next::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url("../../img/bessatsu2025/must-app/arrow02.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

/*
div.iziModal01{
	display: block !important;
}
	*//*# sourceMappingURL=must-app.css.map */