@charset "UTF-8";
.digest {
  background: url("../img/digest/bg_digest.png") repeat-y center center/cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .digest {
    background-image: url("../img/digest/bg_digest_sp.png");
  }
}
.digest .digest_fv {
  position: relative;
  z-index: 1;
}
.digest .digest_fv-bg {
  width: 100%;
  height: auto;
}
.digest .digest_fv-bg img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
.digest .digest_fv-title {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 35%;
  height: auto;
  aspect-ratio: 606/219;
  /*
  @media (min-width: 1900px) {
    top: calc(50% + 10px);
    left: calc(50% - 30px);
  }
  */
}
.digest .digest_fv-title img {
  width: 100%;
  height: 100%;
}
.digest .digest_fv-title span.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .digest .digest_fv-title {
    width: min(67.8rem, 678vw / 750 * 100);
    top: calc(50% - min(10rem, 100vw / 750 * 100));
  }
}
.digest .digest_wrap {
  margin-block-start: -35px;
  padding-block: 75px 101px;
  margin-inline: auto;
  background: url("../img/digest/bg_digest_wrap.png") repeat-y center center/cover;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .digest .digest_wrap {
    margin-block-start: -135px;
    width: calc(100% - 60px);
    max-width: 758px;
    padding-block: 7% 13%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .digest .digest_wrap {
    width: calc(100% - 40px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .digest .digest_wrap {
    max-width: 900px;
  }
}
@media (min-width: 1440px) {
  .digest .digest_wrap {
    max-width: 1238px;
  }
}
.digest .digest_wrap-inner {
  max-width: 900px;
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .digest .digest_wrap-inner {
    padding-inline: min(3rem, 30vw / 750 * 100);
  }
}
.digest .digest_disc {
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 2.1176470588;
}
@media screen and (max-width: 767px) {
  .digest .digest_disc {
    text-align: start;
    font-size: min(2.8rem, 28vw / 750 * 100);
    line-height: 1.7142857143;
    padding-inline: min(2.3rem, 23vw / 750 * 100);
  }
}
.digest .digest_movie-title {
  margin-block-start: 35px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .digest .digest_movie-title {
    margin-block-start: 58px;
    font-size: min(2.9rem, 29vw / 750 * 100);
  }
}
.digest .digest_movie-container-item {
  margin-block-start: 25px;
  height: auto;
  aspect-ratio: 786/442;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .digest .digest_movie-container-item {
    margin-block-start: 10px;
    width: 100%;
    max-width: 626px;
  }
  .digest .digest_movie-container-item img {
    border-radius: 20px;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .digest .digest_movie-container-item {
    width: calc(100% - 30px);
  }
}
@media (min-width: 900px) {
  .digest .digest_movie-container-item {
    width: 763px;
  }
}
.digest .digest_text {
  margin-block-start: 37px;
  font-size: 17px;
  font-weight: 400;
  line-height: 2.1176470588;
  padding-inline: 22px;
}
@media screen and (max-width: 767px) {
  .digest .digest_text {
    margin-block-start: 41px;
    text-align: start;
    font-size: min(2.8rem, 28vw / 750 * 100);
    line-height: 1.7;
    padding-inline: min(3rem, 30vw / 750 * 100);
  }
}
.digest .digest_table-container {
  margin-block-start: 45px;
  background-color: #fcffe2;
  border-radius: 10px;
  max-width: 890px;
  padding-inline: 20px;
  padding-block: 27px 37px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .digest .digest_table-container {
    margin-block-start: 50px;
    padding-block: 40px 37px;
    width: 100%;
    max-width: 629px;
    padding-inline: 5px;
  }
}
.digest .digest_table-title {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 16px;
  margin-inline: 40px;
  border-bottom: 1px solid #004834;
}
@media screen and (max-width: 767px) {
  .digest .digest_table-title {
    font-size: min(2.4rem, 24vw / 750 * 100);
  }
}
.digest .digest_table-items {
  margin-block-start: 29px;
  padding-inline: 28px;
  display: flex;
  gap: 7px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .digest .digest_table-items {
    padding-inline: 10px;
  }
}
@media screen and (max-width: 899px) {
  .digest .digest_table-items {
    margin-block-start: 26px;
    padding-inline: 49px 0px;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .digest .digest_table-items {
    padding-inline: 20px;
  }
}
.digest .digest_table-item {
  display: flex;
  gap: 7px;
  align-items: center;
}
@media screen and (max-width: 899px) {
  .digest .digest_table-item {
    width: min(100%, min(47rem, 470vw / 750 * 100));
  }
}
@media screen and (max-width: 767px) {
  .digest .digest_table-item {
    display: grid;
    grid-template-columns: min(12.6rem, 126vw / 750 * 100) 1fr;
    align-items: center;
    width: min(100%, min(62.9rem, 629vw / 750 * 100));
    gap: 0;
  }
}
.digest .digest_table-day {
  width: 97px;
  height: auto;
  aspect-ratio: 97/96;
}
.digest .digest_table-day img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .digest .digest_table-day {
    width: min(12.6rem, 126vw / 750 * 100);
  }
}
.digest .digest_table-lists {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media screen and (max-width: 767px) {
  .digest .digest_table-lists {
    gap: 6px;
  }
}
.digest .digest_table-list {
  font-size: 18px;
  font-weight: 400;
  padding-inline-start: 5px;
  position: relative;
}
.digest .digest_table-list:before {
  content: "・";
  position: absolute;
  font-size: 18px;
  background-color: inherit;
  top: 50%;
  left: -10px;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .digest .digest_table-list {
    font-size: min(2.1rem, 21vw / 750 * 100);
    padding-inline-start: 21px;
  }
  .digest .digest_table-list:before {
    left: 6px;
  }
}
.digest .digest_flow {
  margin-block-start: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .digest .digest_flow {
    margin-block-start: 73px;
    gap: 12px;
  }
}
.digest .digest_flow-image {
  height: auto;
  aspect-ratio: 897/401;
}
@media screen and (max-width: 767px) {
  .digest .digest_flow-image {
    width: 100%;
    max-width: 741px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .digest .digest_flow-image {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .digest .digest_flow-image {
    width: 830px;
  }
}
.digest .digest_flow-text {
  margin-block-start: -22px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .digest .digest_flow-text {
    margin-block-start: -2%;
    font-size: min(2.4rem, 24vw / 750 * 100);
    line-height: 1.85;
  }
}
.digest .digest_link-box {
  margin-block-start: 53px;
  background-color: #fcffe2;
  max-width: 890px;
  padding-inline: 20px;
  padding-block: 33px 42px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .digest .digest_link-box {
    margin-block-start: 44px;
    padding-block: 43px;
  }
}
.digest .digest_link-box-title {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .digest .digest_link-box-title {
    font-size: min(2.6rem, 26vw / 750 * 100);
  }
}
.digest .digest_links {
  margin-block-start: 28px;
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: stretch;
  width: fit-content;
  max-width: calc(100% - 40px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .digest .digest_links {
    gap: 44px;
    max-width: calc(100% - 40px);
  }
}
.digest .digest_link {
  font-size: 19px;
  font-weight: 400;
  padding-inline-start: 5px;
  position: relative;
}
.digest .digest_link a {
  color: #004831;
}
.digest .digest_link:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #004831;
  top: 50%;
  left: -20px;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .digest .digest_link {
    font-size: min(2.7rem, 27vw / 750 * 100);
  }
  .digest .digest_link:before {
    width: min(2.5rem, 25vw / 750 * 100);
    height: min(2.5rem, 25vw / 750 * 100);
    left: -22px;
  }
}
.digest .digest_button {
  display: block;
  margin-block: 85px 95px;
  background-color: #004831;
  border-radius: 60px;
  width: 456px;
  margin-inline: auto;
  padding-block: 18px;
  padding-inline: 20px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  line-height: 1.5882352941;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .digest .digest_button {
    margin-block: 15%;
    width: calc(100% - 40px);
    max-width: 628px;
    padding-block: 24px 22px;
    font-size: min(2.7rem, 27vw / 750 * 100);
    line-height: 1.3;
  }
}

.digest_footer {
  background-color: #fcffe2;
  padding-block-start: 49px;
  text-align: center;
}

.digest_contact {
  text-align: center;
}

.digest_contact-title {
  font-size: 21px;
  font-weight: 700;
  display: inline-block;
  padding-inline: 10px;
  position: relative;
}
.digest_contact-title:before, .digest_contact-title:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #004831;
  top: 50%;
  translate: 0 -50%;
}
.digest_contact-title:before {
  left: -20px;
}
.digest_contact-title:after {
  right: -20px;
}
@media screen and (max-width: 767px) {
  .digest_contact-title {
    text-align: center;
    font-size: min(2.6rem, 26vw / 750 * 100);
  }
}

.digest_contact-container {
  margin-block-start: 18px;
  background-color: #fff;
  padding: 15px 20px 20px;
  max-width: 889px;
  margin-inline: auto;
}

.digest_contact-mail {
  text-align: center;
}
.digest_contact-mail a.link_mail {
  color: #004831;
  font-size: 28px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .digest_contact-mail a.link_mail {
    font-size: min(3.4rem, 34vw / 750 * 100);
  }
}

.digest_contact-period {
  margin-block-start: 14px;
  text-align: center;
  color: #004831;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}
.digest_contact-period span.holiday {
  font-size: 13px;
  font-weight: 400;
}
.digest_contact-period span.time {
  font-size: 17px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .digest_contact-period {
    font-size: min(1.8rem, 18vw / 750 * 100);
  }
  .digest_contact-period span.holiday {
    font-size: min(1.4rem, 14vw / 750 * 100);
  }
  .digest_contact-period span.time {
    font-size: min(1.8rem, 18vw / 750 * 100);
  }
}

.digest_contact-text {
  margin-block-start: 5px;
  text-align: center;
  color: #004831;
  font-size: 11px;
  font-weight: 400;
}

.digest_footer-nav {
  margin-block: 44px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.digest_footer-nav a {
  color: #004831;
}

.digest_footer-bottom {
  background-color: #004831;
  padding: 20px 45px;
}

.digest-nav-footer_footer {
  margin-top: 0;
  max-width: 1700px;
  margin-inline: auto;
}

.modal_container__message {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.16);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 5000;
}
.modal_container__message:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal_container__message.active {
  opacity: 1;
  visibility: visible;
}

.modal_body__message {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1117px;
  width: 90%;
}

.modal_close__message {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -30px;
  right: -30px;
  width: 20px;
  height: 20px;
  color: #004831;
  cursor: pointer;
  font-size: 28px;
  font-weight: 700;
  z-index: 1;
}
.modal_close__message:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50px;
  width: 38px;
  height: 38px;
  border: solid 1px rgba(0, 72, 49, 0.3);
  background: #fff;
  z-index: -1;
}
.modal_close__message:hover:before {
  background: rgba(0, 72, 49, 0.3);
}
@media screen and (max-width: 767px) {
  .modal_close__message {
    top: -40px;
    right: -10px;
  }
}

.modal_content__message {
  box-shadow: 0 0 20px #999;
  border-radius: 10px;
}
.modal_content__message .modal_movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.modal_content__message iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=boonboonproject_digest.css.map */