@charset "UTF-8";
/* --------------------------------------------------
* top
*/
#top {
  background-color: var(--wht-color-2);
}
#top .wrap {
  width: 56.25%;
  max-width: 1080px;
}
#top.contents > section {
  margin-bottom: 140px;
}
#top.contents > section.faq {
  margin-bottom: 180px;
}
#top.contents h2 {
  margin-bottom: 47px;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.2em;
  text-align: center;
}
#top.contents h2 .underline-trigger {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-bottom: 30px;
  background-image: radial-gradient(ellipse 40% 30% at 30% 50%, rgba(216, 244, 186, 0.7) 0%, transparent 100%), radial-gradient(ellipse 40% 30% at 60% 50%, rgba(153, 219, 174, 0.7) 0%, transparent 100%);
  background-size: 0% 50px;
  background-position: left calc(100% - 10px);
  background-repeat: no-repeat;
  transition: background-size 1s ease;
}
#top.contents h2 .underline-trigger.on {
  background-size: 100% 50px;
}
#top.contents .link_btn {
  display: flex;
  justify-content: center;
}
#top.contents .link_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 301px;
  padding: 22px 30px;
  background-color: var(--brw-color-1);
  border: 2px solid var(--brw-color-1);
  border-radius: 50px;
  color: var(--wht-color-2);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 750px) {
  #top.contents .link_btn a {
    width: 74.6666666667vw;
    padding: 5.8666666667vw 8vw;
    font-size: 4.2666666667vw;
  }
}
#top.contents .link_btn a .lnk_btn_object {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24.45px;
  height: 24.3px;
}
@media screen and (max-width: 750px) {
  #top.contents .link_btn a .lnk_btn_object {
    right: 5.3333333333vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
#top.contents .link_btn a .lnk_btn_object img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}
#top.contents .link_btn a .lnk_btn_object__hover {
  opacity: 0;
}
#top.contents .link_btn a:hover {
  background-color: transparent;
  color: var(--brw-color-1);
}
#top.contents .link_btn a:hover .lnk_btn_object__normal {
  opacity: 0;
}
#top.contents .link_btn a:hover .lnk_btn_object__hover {
  opacity: 1;
}
#top .mv {
  position: relative;
  padding: 150px 0 140px;
}
#top .mv .mv-swiper {
  width: 100%;
  overflow: initial;
}
#top .mv .swiper-slide {
  transition: transform 0.4s ease;
  transform: scale(0.85);
}
#top .mv .swiper-slide img {
  width: 100%;
  height: auto;
}
#top .mv .swiper-slide.swiper-slide-active {
  transform: scale(1.1);
  opacity: 1;
  z-index: 1;
}
#top .mv .swiper-buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1232px;
  z-index: 50;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
#top .mv .swiper-button-prev,
#top .mv .swiper-button-next {
  pointer-events: auto;
}
#top .mv .swiper-button-prev,
#top .mv .swiper-button-next {
  width: 75px;
  height: 75px;
}
#top .mv .swiper-button-prev:after,
#top .mv .swiper-button-next:after {
  display: none;
}
#top .mv .swiper-button-prev img,
#top .mv .swiper-button-next img {
  width: 100%;
  height: 100%;
}
#top .mv .swiper-pagination {
  display: none;
}
#top .mv .illust-area .illust {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.7777777778%;
  max-width: 1920px;
  transform: translate(-50%, -50%);
  z-index: 10;
}
#top .mv .bg-area .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top .mv .bg-area .bg img {
  height: 100%;
}
#top .update {
  position: relative;
}
#top .update::before, #top .update::after {
  content: "";
  position: absolute;
  z-index: 1;
}
#top .update::before {
  top: -225px;
  left: -2.6041666667%;
  width: min(35.625%, 684px);
  height: 428px;
  background: url("../img/top/uphis_bg01.webp") no-repeat top center;
  background-size: cover;
}
#top .update::after {
  bottom: -140px;
  right: -2.6041666667%;
  width: min(31.40625%, 603px);
  height: 328px;
  background: url("../img/top/uphis_bg02.webp") no-repeat top center;
  background-size: cover;
}
#top .update .list {
  position: relative;
  width: 60.1851851852%;
  max-width: 650px;
  margin: 0 auto 70px;
  z-index: 1;
}
#top .update .list::before {
  content: "";
  position: absolute;
  top: 55px;
  right: -27.6923076923%;
  width: 71px;
  height: 123px;
  background: url("../img/top/uphis_ilst.webp") no-repeat top center;
  background-size: cover;
  z-index: 1;
}
#top .update .list li {
  border-bottom: 1px dashed var(--brw-color-1);
}
#top .update .list a {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
  letter-spacing: 0.04em;
}
#top .update .list a time {
  width: min(20%, 130px);
  line-height: 1.7777777778;
}
#top .update .list a > p {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  flex: 1;
  line-height: 1.7777777778;
}
#top .about {
  position: relative;
  margin-bottom: 140px;
}
#top .about::before {
  content: "";
  position: absolute;
  bottom: -425px;
  left: -2.6041666667%;
  width: min(37.1354166667%, 713px);
  height: 708px;
  background: url("../img/top/abut_bg01.webp") no-repeat top center;
  background-size: cover;
  z-index: 1;
}
#top .about .inner {
  position: relative;
  z-index: 1;
}
#top .about h2 {
  margin-bottom: 55px;
  line-height: 1.9411764706;
}
#top .about p {
  margin-bottom: 55px;
  line-height: 2.2222222222;
  letter-spacing: 0.04em;
  text-align: center;
}
#top .about .lwr-img {
  width: 100%;
  margin: -145px auto 0;
}
#top .banner-area {
  margin-bottom: 120px;
}
#top .banner-area li {
  width: 100%;
  margin: 0 auto;
}
#top .banner-area li:not(:last-of-type) {
  margin-bottom: 30px;
}
#top .freedl {
  position: relative;
  padding: 50px 0;
  margin-bottom: 120px;
  text-align: center;
  background: url("../img/top/freedl_bg.webp") no-repeat top center;
  background-size: cover;
}
#top .freedl h2 {
  margin-bottom: 20px;
}
#top .freedl p {
  margin-bottom: 25px;
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
}
#top .freedl .caption {
  position: absolute;
  bottom: 35px;
  right: 26px;
  margin-bottom: 0;
}
#top .freedl .btn {
  width: 35.462962963%;
  margin: 0 auto;
}
#top .freedl .btn a {
  position: relative;
  display: block;
  padding: 25px 40px;
  text-align: left;
  color: var(--brw-color-2);
  border: 1px solid var(--brw-color-2);
  background-color: var(--wht-color-2);
  border-radius: 23px;
}
#top .freedl .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 38px;
  height: 33px;
  background: url("../img/common/ilst_dwld.svg") no-repeat top center;
  background-size: cover;
  transform: translateY(-60%);
  z-index: 1;
}
#top .membercont {
  position: relative;
}
#top .membercont::before {
  content: "";
  position: absolute;
  top: 100px;
  right: 0;
  width: 574px;
  height: 333px;
  background: url("../img/top/uphis_bg01.webp") no-repeat top center;
  background-size: cover;
  z-index: 1;
}
#top .membercont .list {
  position: relative;
  z-index: 1;
}
#top .membercont .list li {
  width: 100%;
  margin: 0 auto;
}
#top .membercont .list li:not(:last-of-type) {
  margin-bottom: 20px;
}
#top .notification .inner {
  position: relative;
  padding: 60px 5.46875%;
  background-color: var(--wht-color-2);
  border-radius: 30px;
}
#top .notification .inner::before {
  content: "";
  position: absolute;
  bottom: 87px;
  left: -60px;
  width: 82px;
  height: 93px;
  background: url("../img/top/news_ilst.webp") no-repeat top center;
  background-size: cover;
  z-index: -1;
}
#top .notification .list {
  margin-bottom: 70px;
}
#top .notification .list li {
  border-bottom: 1px dashed var(--brw-color-2);
}
#top .notification .list li a {
  position: relative;
  display: block;
  padding: 25px 7.4712643678% 15px 0;
}
#top .notification .list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 52px;
  height: 52px;
  background: url("../img/common/icn_arrw.svg") no-repeat top center;
  background-size: cover;
  transform: translateY(-50%);
}
#top .notification .list li time {
  display: block;
  margin-bottom: 5px;
  font-weight: var(--font-weight-regular);
  letter-spacing: 0.02em;
}
#top .notification .list li p {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
}
#top .faq dl {
  margin-bottom: 70px;
}
#top .faq dl dt {
  position: relative;
  display: flex;
  align-items: flex-start;
  column-gap: 18px;
  width: 100%;
  padding: 35px 18px;
  padding-right: 50px;
  border-bottom: 1px dashed var(--brw-color-1);
  cursor: pointer;
}
#top .faq dl dt:hover {
  opacity: 0.7;
}
#top .faq dl dt::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: linear-gradient(var(--brw-color-1), var(--brw-color-1)) center/2px 100%, linear-gradient(var(--brw-color-1), var(--brw-color-1)) center/100% 2px;
  background-repeat: no-repeat;
}
#top .faq dl dt.is-open::after {
  background: linear-gradient(var(--brw-color-1), var(--brw-color-1)) center/100% 2px no-repeat;
}
#top .faq dl dd {
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
  padding: 20px 17px;
  background-color: var(--wht-color-2);
  border-radius: 10px;
}
#top .faq dl dd span {
  padding-right: 18px;
}
#top .faq dl dd p {
  line-height: 1.6;
  letter-spacing: 0.04;
}
#top .faq dl dd p a {
  text-decoration: underline;
}

/* --------------------------------------------------
* about
*/
#about section.intro {
  margin-bottom: 100px;
  text-align: center;
}
#about section.intro h2 {
  margin-bottom: 80px;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.04em;
}
#about section.intro h2 span.underline-trigger {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-bottom: 30px;
  background-image: radial-gradient(ellipse 40% 30% at 30% 50%, rgba(216, 244, 186, 0.7) 0%, transparent 100%), radial-gradient(ellipse 40% 30% at 60% 50%, rgba(153, 219, 174, 0.7) 0%, transparent 100%);
  background-size: 0% 50px;
  background-position: left calc(100% - 10px);
  background-repeat: no-repeat;
  transition: background-size 1s ease;
}
#about section.intro h2 span.underline-trigger.on {
  background-size: 100% 50px;
}
#about section.intro p {
  letter-spacing: 0.04em;
  line-height: 1.7777777778;
}
#about section.backnumber {
  margin-bottom: 145px;
}
#about section.backnumber div.wrap {
  position: relative;
}
#about section.backnumber div.wrap::after {
  content: "";
  position: absolute;
  top: -110px;
  right: 0;
  width: 102.84px;
  height: 113px;
  background-image: url(/assets/img/about/backnumber_fairy.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
#about section.backnumber .backnumber_slide {
  overflow: hidden;
}
#about section.backnumber .backnumber_slide__track {
  display: flex;
  width: max-content;
  animation: backnumber_loop 30s linear infinite;
}
#about section.backnumber .backnumber_slide__track img {
  height: 358px;
  width: auto;
  margin-right: 20px;
}
@keyframes backnumber_loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#about section.feature {
  margin-bottom: 145px;
  text-align: center;
}
#about section.feature div.inner h2 {
  margin-bottom: 80px;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.04em;
}
#about section.feature div.inner h2 span.underline-trigger {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-bottom: 30px;
  background-image: radial-gradient(ellipse 40% 30% at 30% 50%, rgba(216, 244, 186, 0.7) 0%, transparent 100%), radial-gradient(ellipse 40% 30% at 60% 50%, rgba(153, 219, 174, 0.7) 0%, transparent 100%);
  background-size: 0% 50px;
  background-position: left calc(100% - 10px);
  background-repeat: no-repeat;
  transition: background-size 1s ease;
}
#about section.feature div.inner h2 span.underline-trigger.on {
  background-size: 100% 50px;
}
#about section.feature div.inner > p {
  letter-spacing: 0.04em;
  line-height: 1.7777777778;
}
#about section.feature section.pickup {
  margin-top: 55px;
}
#about section.feature section.pickup div.pickup-swiper {
  position: relative;
  overflow-y: visible;
  overflow-x: clip;
}
#about section.feature section.pickup div.pickup-swiper ul.swiper-wrapper {
  rotate: -9deg;
}
#about section.feature section.pickup div.pickup-swiper ul.swiper-wrapper li.swiper-slide {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url(/assets/img/about/pickup_list_bg_pc.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 1080px;
  height: 580px;
  padding-left: 133px;
  rotate: 9deg;
  opacity: 0.6;
}
#about section.feature section.pickup div.pickup-swiper ul.swiper-wrapper li.swiper-slide img.number {
  position: absolute;
  top: 40px;
  left: 80px;
  width: 69.05px;
  height: 46.93px;
}
#about section.feature section.pickup div.pickup-swiper ul.swiper-wrapper li.swiper-slide div.lft {
  text-align: left;
}
#about section.feature section.pickup div.pickup-swiper ul.swiper-wrapper li.swiper-slide div.lft > span {
  display: block;
  color: var(--grn-color-1);
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
#about section.feature section.pickup div.pickup-swiper ul.swiper-wrapper li.swiper-slide div.lft h3 {
  font-weight: var(--font-weight-medium);
  color: var(--font-color);
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 40px;
}
#about section.feature section.pickup div.pickup-swiper ul.swiper-wrapper li.swiper-slide div.lft h3 span.underline-trigger {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-bottom: 30px;
  background-image: radial-gradient(ellipse 40% 30% at 30% 50%, rgba(216, 244, 186, 0.7) 0%, transparent 100%), radial-gradient(ellipse 40% 30% at 60% 50%, rgba(153, 219, 174, 0.7) 0%, transparent 100%);
  background-size: 0% 50px;
  background-position: left calc(100% - 10px);
  background-repeat: no-repeat;
  transition: background-size 1s ease;
}
#about section.feature section.pickup div.pickup-swiper ul.swiper-wrapper li.swiper-slide div.lft h3 span.underline-trigger.on {
  background-size: 100% 50px;
}
#about section.feature section.pickup div.pickup-swiper ul.swiper-wrapper li.swiper-slide div.lft p {
  color: var(--font-color);
  letter-spacing: 0.05em;
  line-height: 1.8;
}
#about section.feature section.pickup div.pickup-swiper ul.swiper-wrapper li.swiper-slide img.pickup_img {
  width: 483.64px;
}
#about section.feature section.pickup div.pickup-swiper ul.swiper-wrapper li.swiper-slide-active {
  opacity: 1;
}
#about section.feature section.pickup div.pickup-swiper div.swiper-buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1300px;
  z-index: 10;
  pointer-events: none;
}
#about section.feature section.pickup div.pickup-swiper div.swiper-buttons div.swiper-button-prev,
#about section.feature section.pickup div.pickup-swiper div.swiper-buttons div.swiper-button-next {
  pointer-events: auto;
}
#about section.feature section.pickup div.pickup-swiper div.swiper-buttons div.swiper-button-prev,
#about section.feature section.pickup div.pickup-swiper div.swiper-buttons div.swiper-button-next {
  width: 75px;
  height: 75px;
}
#about section.feature section.pickup div.pickup-swiper div.swiper-buttons div.swiper-button-prev:after,
#about section.feature section.pickup div.pickup-swiper div.swiper-buttons div.swiper-button-next:after {
  display: none;
}
#about section.feature section.pickup div.pickup-swiper div.swiper-buttons div.swiper-button-prev img,
#about section.feature section.pickup div.pickup-swiper div.swiper-buttons div.swiper-button-next img {
  width: 100%;
  height: 100%;
}
#about section.other_issue {
  margin-bottom: 185px;
}
#about section.other_issue h2 {
  margin-bottom: 60px;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.04em;
  text-align: center;
}
#about section.other_issue h2 span.underline-trigger {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-bottom: 30px;
  background-image: radial-gradient(ellipse 40% 30% at 30% 50%, rgba(216, 244, 186, 0.7) 0%, transparent 100%), radial-gradient(ellipse 40% 30% at 60% 50%, rgba(153, 219, 174, 0.7) 0%, transparent 100%);
  background-size: 0% 50px;
  background-position: left calc(100% - 10px);
  background-repeat: no-repeat;
  transition: background-size 1s ease;
}
#about section.other_issue h2 span.underline-trigger.on {
  background-size: 100% 50px;
}
#about section.other_issue div.link_btn {
  display: flex;
  justify-content: center;
}
#about section.other_issue div.link_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 301px;
  padding: 22px 30px;
  background-color: var(--brw-color-1);
  border: 2px solid var(--brw-color-1);
  border-radius: 50px;
  color: var(--wht-color-2);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 750px) {
  #about section.other_issue div.link_btn a {
    width: 74.6666666667vw;
    padding: 5.8666666667vw 8vw;
    font-size: 4.2666666667vw;
  }
}
#about section.other_issue div.link_btn a .lnk_btn_object {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24.45px;
  height: 24.3px;
}
@media screen and (max-width: 750px) {
  #about section.other_issue div.link_btn a .lnk_btn_object {
    right: 5.3333333333vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
#about section.other_issue div.link_btn a .lnk_btn_object img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}
#about section.other_issue div.link_btn a .lnk_btn_object__hover {
  opacity: 0;
}
#about section.other_issue div.link_btn a:hover {
  background-color: transparent;
  color: var(--brw-color-1);
}
#about section.other_issue div.link_btn a:hover .lnk_btn_object__normal {
  opacity: 0;
}
#about section.other_issue div.link_btn a:hover .lnk_btn_object__hover {
  opacity: 1;
}

/* --------------------------------------------------
* asct
*/
#asct {
  margin-bottom: 185px;
}
#asct section.detail ol.content_list > li {
  margin-bottom: 60px;
}
#asct section.detail ol.content_list > li:last-child {
  margin-bottom: 0;
}
#asct section.detail ol.content_list > li h2 {
  margin-bottom: 30px;
  padding: 15px 20px;
  color: var(--wht-color-2);
  background-color: var(--brw-color-1);
  border-radius: 10px;
  letter-spacing: 0.04em;
}
#asct section.detail ol.content_list > li p {
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
}
#asct section.detail ol.content_list > li p a {
  color: var(--link-color);
  text-decoration: underline;
}

/* --------------------------------------------------
* backnumber
*/
#backnumber_archive section.intro div.info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
#backnumber_archive section.intro div.info > p {
  line-height: 32px;
  letter-spacing: 0.04em;
}
#backnumber_archive section.intro div.info div.link_btn {
  display: flex;
  justify-content: center;
}
#backnumber_archive section.intro div.info div.link_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 301px;
  padding: 22px 30px;
  background-color: var(--brw-color-1);
  border: 2px solid var(--brw-color-1);
  border-radius: 50px;
  color: var(--wht-color-2);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 750px) {
  #backnumber_archive section.intro div.info div.link_btn a {
    width: 74.6666666667vw;
    padding: 5.8666666667vw 8vw;
    font-size: 4.2666666667vw;
  }
}
#backnumber_archive section.intro div.info div.link_btn a .lnk_btn_object {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24.45px;
  height: 24.3px;
}
@media screen and (max-width: 750px) {
  #backnumber_archive section.intro div.info div.link_btn a .lnk_btn_object {
    right: 5.3333333333vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
#backnumber_archive section.intro div.info div.link_btn a .lnk_btn_object img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}
#backnumber_archive section.intro div.info div.link_btn a .lnk_btn_object__hover {
  opacity: 0;
}
#backnumber_archive section.intro div.info div.link_btn a:hover {
  background-color: transparent;
  color: var(--brw-color-1);
}
#backnumber_archive section.intro div.info div.link_btn a:hover .lnk_btn_object__normal {
  opacity: 0;
}
#backnumber_archive section.intro div.info div.link_btn a:hover .lnk_btn_object__hover {
  opacity: 1;
}
#backnumber_archive section.purchase {
  margin-bottom: 100px;
}
#backnumber_archive section.purchase > ul {
  padding: 30px;
  background-color: var(--wht-color-2);
  border-radius: 29px;
}
#backnumber_archive section.purchase > ul > li:not(:last-child) {
  margin-bottom: 30px;
}
#backnumber_archive section.purchase > ul > li h3 {
  display: flex;
  align-items: center;
  height: 50px;
  margin-bottom: 20px;
  padding-right: 18px;
  padding-left: 18px;
  background-color: var(--beg-color-2);
  border-radius: 10px;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.04em;
}
#backnumber_archive section.purchase > ul > li dl.price {
  display: inline-flex;
  border: 1px solid var(--beg-color-2);
  margin-bottom: 20px;
}
#backnumber_archive section.purchase > ul > li dl.price dt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  background-color: var(--brw-color-1);
  color: var(--wht-color-2);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.04em;
}
#backnumber_archive section.purchase > ul > li dl.price dd {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  letter-spacing: 0.04em;
}
#backnumber_archive section.purchase > ul > li > p {
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.04em;
  line-height: 1.6;
}
#backnumber_archive section.purchase > ul > li > p:not(:last-child) {
  margin-bottom: 20px;
}
#backnumber_archive section.purchase > ul > li > p a {
  text-decoration: underline;
}
#backnumber_archive .backnumber_list {
  position: relative;
  margin-bottom: 185px;
}
#backnumber_archive .backnumber_list::before, #backnumber_archive .backnumber_list::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
#backnumber_archive .backnumber_list::before {
  top: 80px;
  right: -130px;
  z-index: 1;
  width: 85.1px;
  height: 142.91px;
  background-image: url(/assets/img/backnumber/backnumber_list-fairy1.webp);
}
#backnumber_archive .backnumber_list::after {
  top: 950px;
  left: -120px;
  z-index: 1;
  width: 83.15px;
  height: 124.5px;
  background-image: url(/assets/img/backnumber/backnumber_list-fairy2.webp);
}
#backnumber_archive .backnumber_list ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 65px;
  column-gap: 55px;
  margin-bottom: 110px;
}
#backnumber_archive .backnumber_list ul li {
  width: calc(33.3333333333% - 37px);
}
#backnumber_archive .backnumber_list ul li a {
  display: block;
  text-decoration: none;
  color: var(--font-color);
}
#backnumber_archive .backnumber_list ul li a img {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
#backnumber_archive .backnumber_list ul li a div.list-info p.date {
  margin-bottom: 5px;
  letter-spacing: 0.04em;
  font-weight: var(--font-weight-regular);
}
#backnumber_archive .backnumber_list ul li a div.list-info p.feature {
  letter-spacing: 0.04em;
  line-height: 1.6;
}
#backnumber_archive .backnumber_list div.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 750px) {
  #backnumber_archive .backnumber_list div.pagination {
    gap: 8px;
  }
}
#backnumber_archive .backnumber_list div.pagination .pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--brw-color-1);
  border-radius: 50%;
  color: var(--brw-color-1);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 750px) {
  #backnumber_archive .backnumber_list div.pagination .pagination__item {
    width: 40px;
    height: 40px;
  }
}
#backnumber_archive .backnumber_list div.pagination .pagination__item.current {
  background-color: var(--brw-color-1);
  color: var(--wht-color-2);
  cursor: default;
}
#backnumber_archive .backnumber_list div.pagination .pagination__item:not(.current):hover {
  background-color: var(--brw-color-1);
  color: var(--wht-color-2);
}
#backnumber_archive .backnumber_list div.pagination .pagination__dots {
  color: var(--brw-color-1);
  letter-spacing: 0.04em;
}
#backnumber_archive .backnumber_list div.pagination .pagination__next {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 20px;
  color: var(--brw-color-1);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 750px) {
  #backnumber_archive .backnumber_list div.pagination .pagination__next {
    margin-left: 10px;
  }
}
#backnumber_archive .backnumber_list div.pagination .pagination__next:hover {
  opacity: 0.7;
}

#backnumber-single section.intro {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 70px;
  max-width: 876px;
  margin-bottom: 140px;
}
#backnumber-single section.intro > img {
  width: 373px;
  object-fit: contain;
}
#backnumber-single section.intro div.info {
  flex: 1;
  padding-top: 10px;
}
#backnumber-single section.intro div.info h2 {
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.04em;
  margin-bottom: 15px;
}
#backnumber-single section.intro div.info p {
  color: var(--font-color);
  letter-spacing: 0.04em;
  margin-bottom: 60px;
}
#backnumber-single section.intro div.info p span {
  margin-left: 6px;
}
#backnumber-single section.intro div.info div.feature {
  margin-bottom: 40px;
}
#backnumber-single section.intro div.info div.feature > span {
  display: inline-block;
  margin-bottom: 16px;
  padding: 4px 16px;
  border-radius: 30px;
  color: var(--wht-color-2);
  letter-spacing: 0.1em;
  background-color: var(--grn-color-2);
}
#backnumber-single section.intro div.info div.feature p {
  letter-spacing: 0.04em;
  line-height: 34px;
}
#backnumber-single section.intro div.info div.btns {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
#backnumber-single section.intro div.info div.btns > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 208px;
  padding-top: 22px;
  padding-bottom: 22px;
  color: var(--font-color);
  letter-spacing: 0.1em;
  background-color: var(--wht-color-2);
  border: 2px solid var(--font-color);
  border-radius: 42px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
#backnumber-single section.intro div.info div.btns > a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-70%) rotate(45deg);
}
#backnumber-single section.intro div.info div.btns > a:hover {
  background-color: var(--font-color);
  color: var(--wht-color-2);
  opacity: 1;
}
#backnumber-single section.intro div.link_btn {
  display: flex;
  justify-content: center;
}
#backnumber-single section.intro div.link_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 301px;
  padding: 22px 30px;
  background-color: var(--brw-color-1);
  border: 2px solid var(--brw-color-1);
  border-radius: 50px;
  color: var(--wht-color-2);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 750px) {
  #backnumber-single section.intro div.link_btn a {
    width: 74.6666666667vw;
    padding: 5.8666666667vw 8vw;
    font-size: 4.2666666667vw;
  }
}
#backnumber-single section.intro div.link_btn a .lnk_btn_object {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24.45px;
  height: 24.3px;
}
@media screen and (max-width: 750px) {
  #backnumber-single section.intro div.link_btn a .lnk_btn_object {
    right: 5.3333333333vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
#backnumber-single section.intro div.link_btn a .lnk_btn_object img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}
#backnumber-single section.intro div.link_btn a .lnk_btn_object__hover {
  opacity: 0;
}
#backnumber-single section.intro div.link_btn a:hover {
  background-color: transparent;
  color: var(--brw-color-1);
}
#backnumber-single section.intro div.link_btn a:hover .lnk_btn_object__normal {
  opacity: 0;
}
#backnumber-single section.intro div.link_btn a:hover .lnk_btn_object__hover {
  opacity: 1;
}
#backnumber-single section.intro div.link_btn {
  justify-content: left;
}
#backnumber-single section.trial {
  position: relative;
  margin-bottom: 145px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-color: var(--beg-color-1);
}
#backnumber-single section.trial::before, #backnumber-single section.trial::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  aspect-ratio: 1920/80;
}
#backnumber-single section.trial::before {
  top: 0;
  transform: translateY(-100%);
  background-image: url(/assets/img/current/trial_bg_top.webp);
}
#backnumber-single section.trial::after {
  bottom: 0;
  transform: translateY(100%);
  background-image: url(/assets/img/current/trial_bg_bottom.webp);
}
#backnumber-single section.trial div.wrap h2 {
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.2em;
  margin-bottom: 60px;
}
#backnumber-single section.trial div.wrap h2 span.underline-trigger {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-bottom: 30px;
  background-image: radial-gradient(ellipse 40% 30% at 30% 50%, rgba(216, 244, 186, 0.7) 0%, transparent 100%), radial-gradient(ellipse 40% 30% at 60% 50%, rgba(153, 219, 174, 0.7) 0%, transparent 100%);
  background-size: 0% 50px;
  background-position: left calc(100% - 10px);
  background-repeat: no-repeat;
  transition: background-size 1s ease;
}
#backnumber-single section.trial div.wrap h2 span.underline-trigger.on {
  background-size: 100% 50px;
}
#backnumber-single section.trial div.wrap ul.trial_list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 25px;
}
#backnumber-single section.trial div.wrap ul.trial_list li {
  position: relative;
  width: calc(50% - 10px);
}
#backnumber-single section.trial div.wrap ul.trial_list li:nth-child(1):after, #backnumber-single section.trial div.wrap ul.trial_list li:nth-child(6):after {
  content: "";
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#backnumber-single section.trial div.wrap ul.trial_list li:nth-child(1):after {
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background-image: url(/assets/img/current/trial_fairy1.webp);
  width: 57px;
  height: 55px;
}
#backnumber-single section.trial div.wrap ul.trial_list li:nth-child(6):after {
  bottom: 0;
  right: -40px;
  transform: translateY(-50%);
  z-index: 0;
  background-image: url(/assets/img/current/trial_fairy2.webp);
  width: 76px;
  height: 86px;
}
#backnumber-single section.trial div.wrap ul.trial_list li figure {
  width: 100%;
}
#backnumber-single section.trial div.wrap ul.trial_list li figure .list-img {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease;
}
#backnumber-single section.trial div.wrap ul.trial_list li figure .list-img:hover {
  opacity: 0.7;
}
#backnumber-single section.trial div.wrap ul.trial_list li figure .list-img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-image: url(/assets/img/common/icn_modal.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 80px;
  height: 80px;
}
#backnumber-single section.trial div.wrap ul.trial_list li figure .list-img > img {
  width: 100%;
}
#backnumber-single section.trial div.wrap ul.trial_list li figure figcaption {
  letter-spacing: 0.04em;
}
#backnumber-single section.toc {
  margin-bottom: 190px;
}
#backnumber-single section.toc h2 {
  margin-bottom: 50px;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.2em;
  text-align: center;
}
#backnumber-single section.toc h2 span.underline-trigger {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-bottom: 30px;
  background-image: radial-gradient(ellipse 40% 30% at 30% 50%, rgba(216, 244, 186, 0.7) 0%, transparent 100%), radial-gradient(ellipse 40% 30% at 60% 50%, rgba(153, 219, 174, 0.7) 0%, transparent 100%);
  background-size: 0% 50px;
  background-position: left calc(100% - 10px);
  background-repeat: no-repeat;
  transition: background-size 1s ease;
}
#backnumber-single section.toc h2 span.underline-trigger.on {
  background-size: 100% 50px;
}
#backnumber-single section.toc ul.category {
  position: relative;
  padding-right: 60px;
  padding-left: 60px;
}
#backnumber-single section.toc ul.category::before, #backnumber-single section.toc ul.category::after {
  content: "";
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#backnumber-single section.toc ul.category::before {
  top: 700px;
  left: -147px;
  background-image: url(/assets/img/current/toc_fairy1.webp);
  width: 80px;
  height: 99.06px;
}
#backnumber-single section.toc ul.category::after {
  top: 2138px;
  right: -153px;
  background-image: url(/assets/img/current/toc_fairy2.webp);
  width: 63px;
  height: 155.06px;
}
#backnumber-single section.toc ul.category li.category_list {
  position: relative;
  margin-bottom: 50px;
}
#backnumber-single section.toc ul.category li.category_list h3 {
  padding: 18px 16px;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.15em;
  color: var(--wht-color-2);
  background-color: var(--brw-color-1);
  border-radius: 10px;
}
#backnumber-single section.toc ul.category li.category_list > ul > li {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 35px;
  padding-bottom: 20px;
  border-bottom: 1px dashed var(--brw-color-1);
}
#backnumber-single section.toc ul.category li.category_list > ul > li > div p.title {
  margin-bottom: 15px;
  letter-spacing: 0.04em;
}
#backnumber-single section.toc ul.category li.category_list > ul > li > div p.subtitle {
  letter-spacing: 0.04em;
}
#backnumber-single section.toc div.link_btn {
  display: flex;
  justify-content: center;
}
#backnumber-single section.toc div.link_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 301px;
  padding: 22px 30px;
  background-color: var(--brw-color-1);
  border: 2px solid var(--brw-color-1);
  border-radius: 50px;
  color: var(--wht-color-2);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 750px) {
  #backnumber-single section.toc div.link_btn a {
    width: 74.6666666667vw;
    padding: 5.8666666667vw 8vw;
    font-size: 4.2666666667vw;
  }
}
#backnumber-single section.toc div.link_btn a .lnk_btn_object {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24.45px;
  height: 24.3px;
}
@media screen and (max-width: 750px) {
  #backnumber-single section.toc div.link_btn a .lnk_btn_object {
    right: 5.3333333333vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
#backnumber-single section.toc div.link_btn a .lnk_btn_object img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}
#backnumber-single section.toc div.link_btn a .lnk_btn_object__hover {
  opacity: 0;
}
#backnumber-single section.toc div.link_btn a:hover {
  background-color: transparent;
  color: var(--brw-color-1);
}
#backnumber-single section.toc div.link_btn a:hover .lnk_btn_object__normal {
  opacity: 0;
}
#backnumber-single section.toc div.link_btn a:hover .lnk_btn_object__hover {
  opacity: 1;
}
#backnumber-single section.other_issue {
  margin-bottom: 185px;
}
#backnumber-single section.other_issue h2 {
  margin-bottom: 60px;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.2em;
  text-align: center;
}
#backnumber-single section.other_issue h2 span.underline-trigger {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-bottom: 30px;
  background-image: radial-gradient(ellipse 40% 30% at 30% 50%, rgba(216, 244, 186, 0.7) 0%, transparent 100%), radial-gradient(ellipse 40% 30% at 60% 50%, rgba(153, 219, 174, 0.7) 0%, transparent 100%);
  background-size: 0% 50px;
  background-position: left calc(100% - 10px);
  background-repeat: no-repeat;
  transition: background-size 1s ease;
}
#backnumber-single section.other_issue h2 span.underline-trigger.on {
  background-size: 100% 50px;
}
#backnumber-single section.other_issue div.link_btn {
  display: flex;
  justify-content: center;
}
#backnumber-single section.other_issue div.link_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 301px;
  padding: 22px 30px;
  background-color: var(--brw-color-1);
  border: 2px solid var(--brw-color-1);
  border-radius: 50px;
  color: var(--wht-color-2);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 750px) {
  #backnumber-single section.other_issue div.link_btn a {
    width: 74.6666666667vw;
    padding: 5.8666666667vw 8vw;
    font-size: 4.2666666667vw;
  }
}
#backnumber-single section.other_issue div.link_btn a .lnk_btn_object {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24.45px;
  height: 24.3px;
}
@media screen and (max-width: 750px) {
  #backnumber-single section.other_issue div.link_btn a .lnk_btn_object {
    right: 5.3333333333vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
#backnumber-single section.other_issue div.link_btn a .lnk_btn_object img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}
#backnumber-single section.other_issue div.link_btn a .lnk_btn_object__hover {
  opacity: 0;
}
#backnumber-single section.other_issue div.link_btn a:hover {
  background-color: transparent;
  color: var(--brw-color-1);
}
#backnumber-single section.other_issue div.link_btn a:hover .lnk_btn_object__normal {
  opacity: 0;
}
#backnumber-single section.other_issue div.link_btn a:hover .lnk_btn_object__hover {
  opacity: 1;
}
#backnumber-single .trial-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
}
#backnumber-single .trial-modal.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
}
#backnumber-single .trial-modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}
#backnumber-single .trial-modal__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  max-height: 90vh;
}
#backnumber-single .trial-modal .trial-modal__close {
  position: absolute;
  top: -10px;
  right: 0;
  width: 29px;
  height: 29px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
  transition: opacity 0.3s ease;
}
#backnumber-single .trial-modal .trial-modal__close::before, #backnumber-single .trial-modal .trial-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  background-color: var(--wht-color-2);
  border-radius: 2px;
}
#backnumber-single .trial-modal .trial-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#backnumber-single .trial-modal .trial-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#backnumber-single .trial-modal .trial-modal__close:hover {
  opacity: 0.6;
}
#backnumber-single .trial-modal__img {
  display: block;
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
}

/* --------------------------------------------------
* bbs
*/
.all-wrapper:has(#bbs) .site-header .global-nav .menu-links a {
  color: var(--link-color);
}

#bbs .cont-wrap {
  margin-bottom: 180px;
}
#bbs .page-mv {
  display: block;
  margin-bottom: 0;
}
#bbs section h2 {
  margin-bottom: 60px;
  font-weight: var(--font-weight-medium);
  text-align: center;
  letter-spacing: 0.04em;
}
#bbs section h2 span.underline-trigger {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-bottom: 30px;
  background-image: radial-gradient(ellipse 40% 30% at 30% 50%, rgba(216, 244, 186, 0.7) 0%, transparent 100%), radial-gradient(ellipse 40% 30% at 60% 50%, rgba(153, 219, 174, 0.7) 0%, transparent 100%);
  background-size: 0% 50px;
  background-position: left calc(100% - 10px);
  background-repeat: no-repeat;
  transition: background-size 1s ease;
}
#bbs section h2 span.underline-trigger.on {
  background-size: 100% 50px;
}
#bbs .link-btn a {
  color: var(--wht-color-2);
}
#bbs .link-btn a:hover {
  color: var(--brw-color-1);
}
#bbs .mv-area .wrap {
  position: relative;
  z-index: 1;
}
#bbs .mv-area .ttl {
  position: absolute;
  top: 30px;
  right: 0;
  width: min(28.0555555556%, 303px);
  animation-delay: 2400ms;
}
#bbs .mv-area .copy {
  position: absolute;
  top: 245px;
  left: 0;
  width: min(30%, 324px);
  animation-delay: 3200ms;
}
#bbs .mv-area .bg {
  width: 100%;
  margin: 0 auto;
  animation-delay: 800ms;
}
#bbs .intro-area {
  position: relative;
  padding-bottom: 140px;
  background-color: var(--wht-color-2);
}
#bbs .intro-area::before, #bbs .intro-area::after {
  content: "";
  position: absolute;
  z-index: 10;
}
#bbs .intro-area::before {
  top: 288px;
  left: -5.1041666667%;
  width: min(27.5%, 528px);
  height: 517px;
  background: url("../img/common/line_bg01.webp") no-repeat top center;
  background-size: cover;
}
#bbs .intro-area::after {
  top: 281px;
  right: 10.5208333333%;
  width: 85.1px;
  height: 142.91px;
  background: url("../img/backnumber/backnumber_list-fairy1.webp") no-repeat top center;
  background-size: cover;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #bbs .intro-area::before {
    display: none;
  }
}
#bbs .intro-area .lead {
  margin-bottom: 60px;
  font-weight: var(--font-weight-medium);
  line-height: 1.7777777778;
  text-align: center;
  letter-spacing: 0.04em;
}
#bbs .intro-area .lead a {
  text-decoration: underline;
}
#bbs .intro-area .link-btn {
  margin-bottom: 10px;
}
#bbs .intro-area .caption {
  font-weight: var(--font-weight-medium);
  text-align: center;
  letter-spacing: 0.04em;
}
#bbs .search-form {
  margin: 0 auto 40px;
}
#bbs .bbs_post_keyword_s_new {
  display: flex;
  align-items: center;
}
#bbs .bbs-area {
  position: relative;
  padding: 100px 0 120px;
  background-color: var(--beg-color-1);
  z-index: 5;
}
#bbs .bbs-area .bbs_use_guide button:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 10px;
  background: url("../img/bbs/icn_howto.svg") no-repeat top center;
  background-size: cover;
}
#bbs .bbs-area .bbs_post_waku {
  position: relative;
  padding: 20px 60px 60px;
  margin-bottom: 40px;
  background-color: var(--wht-color-2);
  border: none;
}
#bbs .bbs-area .bbs_post_waku::before {
  content: "";
  position: absolute;
  top: -49px;
  left: 150px;
  width: 57px;
  height: 55px;
  background: url("../img/bbs/bg_ilst01.webp") no-repeat top center;
  background-size: cover;
}
#bbs .bbs-area .bbs_btn_caution02 {
  margin-top: 15px;
  font-weight: var(--font-weight-medium);
  line-height: 1.5625;
  text-align: center;
  letter-spacing: 0.04em;
}
#bbs .bbs-area .bbs_post_waku02:nth-of-type(3) {
  position: relative;
}
#bbs .bbs-area .bbs_post_waku02:nth-of-type(3)::after {
  top: 1020px;
  right: -21.7592592593%;
  width: 101px;
  height: 119px;
  background: url("../img/common/low_bg_ilst01.webp") no-repeat top center;
  background-size: cover;
}
#bbs .bbs-area .bbs_post_waku02:nth-of-type(4) {
  position: relative;
}
#bbs .bbs-area .bbs_post_waku02:nth-of-type(4)::after {
  top: 1495px;
  left: -19.9074074074%;
  width: 92px;
  height: 140px;
  background: url("../img/common/low_bg_ilst03.webp") no-repeat top center;
  background-size: cover;
}
#bbs .bbs-area .bbs_post_waku02 .comment-form::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: url("../img/common/icn_form_close.svg") no-repeat top center;
  background-size: cover;
}
#bbs .bbs-area .bbs_btn_delete {
  position: relative;
  margin-bottom: 80px;
}
#bbs .bbs-area .bbs_btn_delete::after {
  content: "";
  position: absolute;
  bottom: -665px;
  left: -20.3703703704%;
  width: 83px;
  height: 124px;
  background: url("../img/common/low_bg_ilst02.webp") no-repeat top center;
  background-size: cover;
}
#bbs .bbs-area .bbs_btn_delete p {
  font-weight: var(--font-weight-medium);
  line-height: 1.5625;
  text-align: center;
  letter-spacing: 0.04em;
}
#bbs .bbs-area .bbs_btn_delete p::after {
  content: "";
  display: block;
  width: 18px;
  height: 27px;
  margin: 10px auto;
  background: url("../img/bbs/icn_arrow_down.svg") no-repeat top center;
  background-size: cover;
}
#bbs .bbs-area .bbs_post_accordion > summary::before {
  content: "";
  position: absolute;
  display: block;
  top: 28px;
  left: 0;
  width: 18px;
  height: 9px;
  margin-right: 0;
  border-bottom: none;
  border-right: none;
  background: url("../img/common/icn_arrow_down.svg") no-repeat top center;
  background-size: cover;
  transform: rotate(0deg);
  transition: all 0.5s ease;
}
#bbs .bbs-area .bbs_post_accordion[open] > summary::before {
  transform: rotate(180deg);
}
#bbs .bbs-area .bbs_paging .prev,
#bbs .bbs-area .bbs_paging .next {
  position: relative;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
#bbs .bbs-area .bbs_paging .prev:hover,
#bbs .bbs-area .bbs_paging .next:hover {
  color: #795F4F;
  background-color: transparent;
}
#bbs .bbs-area .bbs_paging .prev {
  margin-right: 30px;
}
#bbs .bbs-area .bbs_paging .prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  width: 13px;
  height: 8px;
  background: url("../img/common/icn_arrow_down.svg") no-repeat top center;
  background-size: cover;
  transform: rotate(90deg) translateX(-20%);
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #bbs .bbs-area .bbs_paging .prev {
    margin-right: 20px;
  }
  #bbs .bbs-area .bbs_paging .prev::before {
    left: -20px;
  }
}
#bbs .bbs-area .bbs_paging .next {
  margin-left: 30px;
}
#bbs .bbs-area .bbs_paging .next::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  width: 13px;
  height: 8px;
  background: url("../img/common/icn_arrow_down.svg") no-repeat top center;
  background-size: cover;
  transform: rotate(-90deg) translateX(20%);
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #bbs .bbs-area .bbs_paging .next {
    margin-left: 20px;
  }
  #bbs .bbs-area .bbs_paging .next::after {
    right: -20px;
  }
}
#bbs .guide-area {
  position: relative;
  padding: 140px 0 80px;
}
#bbs .guide-area::before {
  content: "";
  position: absolute;
  top: 1328px;
  left: -5.1041666667%;
  width: min(27.5%, 528px);
  height: 517px;
  background: url("../img/common/line_bg01.webp") no-repeat top center;
  background-size: cover;
  z-index: 1;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #bbs .guide-area::before {
    display: none;
  }
}
#bbs .guide-area .wrap {
  position: relative;
  padding: 100px 80px;
  background-color: var(--wht-color-2);
  border-radius: 20px;
}
#bbs .guide-area .wrap::before {
  content: "";
  position: absolute;
  top: -59px;
  right: 90px;
  width: 77px;
  height: 72px;
  background: url("../img/bbs/bg_ilst02.webp") no-repeat top center;
  background-size: cover;
}
#bbs .guide-area .lead {
  font-weight: var(--font-weight-medium);
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
}
#bbs .guide-area .area-list {
  padding: 45px 0;
  margin: 45px 0;
  border-top: 1px dashed var(--brw-color-1);
  border-bottom: 1px dashed var(--brw-color-1);
}
#bbs .guide-area .area-list li:not(:last-of-type) {
  margin-bottom: 25px;
}
#bbs .guide-area .area-list dt {
  font-weight: var(--font-weight-medium);
  line-height: 1.5555555556;
  color: var(--grn-color-1);
}
#bbs .guide-area .area-list dd {
  font-weight: var(--font-weight-medium);
  line-height: 1.75;
  letter-spacing: 0.04em;
}
#bbs .guide-area .area-ttl {
  margin-bottom: 20px;
  font-weight: var(--font-weight-medium);
  text-align: center;
  letter-spacing: 0.04em;
}
#bbs .guide-area .link-btn {
  margin-top: 25px;
}
#bbs .guide-area .upper {
  display: block;
}

/* --------------------------------------------------
* company
*/
#company section.greeting {
  margin-bottom: 140px;
}
#company section.greeting section.text {
  margin-bottom: 50px;
  padding-right: 30px;
  padding-left: 30px;
}
#company section.greeting section.text h2 {
  margin-bottom: 70px;
  font-size: clamp(18px, 4.2857142857px + 1.3392857143vw, 30px);
  font-weight: var(--font-weight-medium);
  line-height: 58px;
  letter-spacing: 0.04em;
  text-align: center;
}
#company section.greeting section.text h2 span.greeting_text {
  display: block;
  margin-bottom: 50px;
}
#company section.greeting section.text h2 span.underline-trigger {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-bottom: 30px;
  background-image: radial-gradient(ellipse 40% 30% at 30% 50%, rgba(216, 244, 186, 0.7) 0%, transparent 100%), radial-gradient(ellipse 40% 30% at 60% 50%, rgba(153, 219, 174, 0.7) 0%, transparent 100%);
  background-size: 0% 50px;
  background-position: left calc(100% - 10px);
  background-repeat: no-repeat;
  transition: background-size 1s ease;
}
#company section.greeting section.text h2 span.underline-trigger.on {
  background-size: 100% 50px;
}
#company section.greeting section.text p {
  margin-bottom: 40px;
  line-height: 2;
  letter-spacing: 0.04em;
}
#company section.greeting section.text p.sign {
  text-align: right;
}
#company section.greeting section.text p.sign img {
  padding-left: 27px;
  width: 169.57px;
}
#company section.overview {
  position: relative;
  margin-bottom: 140px;
}
#company section.overview::after {
  content: "";
  position: absolute;
  top: 470px;
  right: 250px;
  width: 83.15px;
  height: 124.5px;
  background-image: url(/assets/img/company/overview-fairy.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
#company section.overview div.inner {
  padding: 100px 70px;
  background-color: var(--wht-color-2);
  border-radius: 20px;
}
#company section.overview div.inner h2 {
  margin-bottom: 70px;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.2em;
  text-align: center;
}
#company section.overview div.inner h2 span.underline-trigger {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-bottom: 30px;
  background-image: radial-gradient(ellipse 40% 30% at 30% 50%, rgba(216, 244, 186, 0.7) 0%, transparent 100%), radial-gradient(ellipse 40% 30% at 60% 50%, rgba(153, 219, 174, 0.7) 0%, transparent 100%);
  background-size: 0% 50px;
  background-position: left calc(100% - 10px);
  background-repeat: no-repeat;
  transition: background-size 1s ease;
}
#company section.overview div.inner h2 span.underline-trigger.on {
  background-size: 100% 50px;
}
#company section.overview div.inner dl > div {
  display: flex;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 25px;
  border-bottom: 1px dashed var(--brw-color-1);
}
#company section.overview div.inner dl > div:first-child {
  padding-top: 0;
}
#company section.overview div.inner dl > div dt {
  width: 21%;
  max-width: 200px;
}
#company section.overview div.inner dl > div dd {
  width: 79%;
  max-width: 740px;
}
#company section.access {
  margin-bottom: 185px;
  padding-top: 100px;
  padding-bottom: 120px;
  background-color: var(--beg-color-1);
}
#company section.access h2 {
  margin-bottom: 70px;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.2em;
  text-align: center;
}
#company section.access h2 span.underline-trigger {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-bottom: 30px;
  background-image: radial-gradient(ellipse 40% 30% at 30% 50%, rgba(216, 244, 186, 0.7) 0%, transparent 100%), radial-gradient(ellipse 40% 30% at 60% 50%, rgba(153, 219, 174, 0.7) 0%, transparent 100%);
  background-size: 0% 50px;
  background-position: left calc(100% - 10px);
  background-repeat: no-repeat;
  transition: background-size 1s ease;
}
#company section.access h2 span.underline-trigger.on {
  background-size: 100% 50px;
}
#company section.access .map-wrap {
  position: relative;
}
#company section.access .map-wrap::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 70px;
  width: 77px;
  height: 72px;
  background-image: url(/assets/img/company/map-fairy.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}
#company section.access .map-wrap iframe {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 1080/584;
}

/* --------------------------------------------------
* current
*/
#current section.latest {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 70px;
  max-width: 876px;
  margin-bottom: 140px;
}
#current section.latest > img {
  width: 373px;
  object-fit: contain;
}
#current section.latest div.info {
  flex: 1;
  padding-top: 10px;
}
#current section.latest div.info h2 {
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.04em;
  margin-bottom: 15px;
}
#current section.latest div.info p {
  color: var(--font-color);
  letter-spacing: 0.04em;
  margin-bottom: 60px;
}
#current section.latest div.info p span {
  margin-left: 6px;
}
#current section.latest div.info div.feature {
  margin-bottom: 40px;
}
#current section.latest div.info div.feature > span {
  display: inline-block;
  margin-bottom: 16px;
  padding: 4px 16px;
  border-radius: 30px;
  color: var(--wht-color-2);
  letter-spacing: 0.1em;
  background-color: var(--grn-color-2);
}
#current section.latest div.info div.feature p {
  letter-spacing: 0.04em;
  line-height: 34px;
}
#current section.latest div.info div.btns {
  display: flex;
  gap: 20px;
}
#current section.latest div.info div.btns > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 208px;
  padding-block: 22px;
  color: var(--font-color);
  letter-spacing: 0.1em;
  background-color: var(--wht-color-2);
  border: 2px solid var(--font-color);
  border-radius: 50px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
#current section.latest div.info div.btns > a::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  width: 13px;
  height: 7px;
  background: url("../img/common/icn_arrow_down.svg") no-repeat center;
  background-size: cover;
}
#current section.latest div.info div.btns > a:hover {
  background-color: var(--font-color);
  color: var(--wht-color-2);
  opacity: 1;
}
#current section.trial {
  position: relative;
  margin-bottom: 145px;
  padding-block: 40px;
  text-align: center;
  background-color: var(--beg-color-1);
}
#current section.trial::before, #current section.trial::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  aspect-ratio: 1920/80;
}
#current section.trial::before {
  top: 0;
  transform: translateY(-100%);
  background-image: url(/assets/img/current/trial_bg_top.webp);
}
#current section.trial::after {
  bottom: 0;
  transform: translateY(100%);
  background-image: url(/assets/img/current/trial_bg_bottom.webp);
}
#current section.trial div.wrap h2 {
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.2em;
  margin-bottom: 60px;
}
#current section.trial div.wrap h2 span.underline-trigger {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-bottom: 30px;
  background-image: radial-gradient(ellipse 40% 30% at 30% 50%, rgba(216, 244, 186, 0.7) 0%, transparent 100%), radial-gradient(ellipse 40% 30% at 60% 50%, rgba(153, 219, 174, 0.7) 0%, transparent 100%);
  background-size: 0% 50px;
  background-position: left calc(100% - 10px);
  background-repeat: no-repeat;
  transition: background-size 1s ease;
}
#current section.trial div.wrap h2 span.underline-trigger.on {
  background-size: 100% 50px;
}
#current section.trial div.wrap ul.trial_list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 25px;
}
#current section.trial div.wrap ul.trial_list li {
  position: relative;
  width: calc(50% - 10px);
}
#current section.trial div.wrap ul.trial_list li:nth-child(1):after, #current section.trial div.wrap ul.trial_list li:nth-child(6):after {
  content: "";
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#current section.trial div.wrap ul.trial_list li:nth-child(1):after {
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background-image: url(/assets/img/current/trial_fairy1.webp);
  width: 57px;
  height: 55px;
}
#current section.trial div.wrap ul.trial_list li:nth-child(6):after {
  bottom: 0;
  right: -40px;
  transform: translateY(-50%);
  z-index: 0;
  background-image: url(/assets/img/current/trial_fairy2.webp);
  width: 76px;
  height: 86px;
}
#current section.trial div.wrap ul.trial_list li figure {
  width: 100%;
}
#current section.trial div.wrap ul.trial_list li figure .list-img {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease;
}
#current section.trial div.wrap ul.trial_list li figure .list-img:hover {
  opacity: 0.7;
}
#current section.trial div.wrap ul.trial_list li figure .list-img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-image: url(/assets/img/common/icn_modal.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 80px;
  height: 80px;
}
#current section.trial div.wrap ul.trial_list li figure .list-img > img {
  width: 100%;
}
#current section.trial div.wrap ul.trial_list li figure figcaption {
  letter-spacing: 0.04em;
}
#current section.toc {
  margin-bottom: 190px;
}
#current section.toc h2 {
  margin-bottom: 50px;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.2em;
  text-align: center;
}
#current section.toc h2 span.underline-trigger {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-bottom: 30px;
  background-image: radial-gradient(ellipse 40% 30% at 30% 50%, rgba(216, 244, 186, 0.7) 0%, transparent 100%), radial-gradient(ellipse 40% 30% at 60% 50%, rgba(153, 219, 174, 0.7) 0%, transparent 100%);
  background-size: 0% 50px;
  background-position: left calc(100% - 10px);
  background-repeat: no-repeat;
  transition: background-size 1s ease;
}
#current section.toc h2 span.underline-trigger.on {
  background-size: 100% 50px;
}
#current section.toc ul.category {
  position: relative;
  padding-right: 60px;
  padding-left: 60px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #current section.toc ul.category {
    padding-right: 0;
    padding-left: 0;
  }
}
#current section.toc ul.category::before, #current section.toc ul.category::after {
  content: "";
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#current section.toc ul.category::before {
  top: 700px;
  left: -147px;
  background-image: url(/assets/img/current/toc_fairy1.webp);
  width: 80px;
  height: 99.06px;
}
#current section.toc ul.category::after {
  top: 2138px;
  right: -153px;
  background-image: url(/assets/img/current/toc_fairy2.webp);
  width: 63px;
  height: 155.06px;
}
#current section.toc ul.category li.category_list {
  position: relative;
  margin-bottom: 50px;
}
#current section.toc ul.category li.category_list h3 {
  padding: 18px 16px;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.15em;
  color: var(--wht-color-2);
  background-color: var(--brw-color-1);
  border-radius: 10px;
}
#current section.toc ul.category li.category_list > ul > li {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 35px;
  padding-bottom: 20px;
  border-bottom: 1px dashed var(--brw-color-1);
}
#current section.toc ul.category li.category_list > ul > li > div p.title {
  letter-spacing: 0.04em;
  line-height: 1.5454545455;
}
#current section.toc ul.category li.category_list > ul > li > div p.subtitle {
  margin-top: 15px;
  letter-spacing: 0.04em;
}
#current section.backnumber {
  margin-bottom: 185px;
}
#current section.backnumber h2 {
  margin-bottom: 60px;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.2em;
  text-align: center;
}
#current section.backnumber h2 span.underline-trigger {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-bottom: 30px;
  background-image: radial-gradient(ellipse 40% 30% at 30% 50%, rgba(216, 244, 186, 0.7) 0%, transparent 100%), radial-gradient(ellipse 40% 30% at 60% 50%, rgba(153, 219, 174, 0.7) 0%, transparent 100%);
  background-size: 0% 50px;
  background-position: left calc(100% - 10px);
  background-repeat: no-repeat;
  transition: background-size 1s ease;
}
#current section.backnumber h2 span.underline-trigger.on {
  background-size: 100% 50px;
}
#current section.backnumber div.link_btn {
  display: flex;
  justify-content: center;
}
#current section.backnumber div.link_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 301px;
  padding: 22px 30px;
  background-color: var(--brw-color-1);
  border: 2px solid var(--brw-color-1);
  border-radius: 50px;
  color: var(--wht-color-2);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 750px) {
  #current section.backnumber div.link_btn a {
    width: 74.6666666667vw;
    padding: 5.8666666667vw 8vw;
    font-size: 4.2666666667vw;
  }
}
#current section.backnumber div.link_btn a .lnk_btn_object {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24.45px;
  height: 24.3px;
}
@media screen and (max-width: 750px) {
  #current section.backnumber div.link_btn a .lnk_btn_object {
    right: 5.3333333333vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
#current section.backnumber div.link_btn a .lnk_btn_object img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}
#current section.backnumber div.link_btn a .lnk_btn_object__hover {
  opacity: 0;
}
#current section.backnumber div.link_btn a:hover {
  background-color: transparent;
  color: var(--brw-color-1);
}
#current section.backnumber div.link_btn a:hover .lnk_btn_object__normal {
  opacity: 0;
}
#current section.backnumber div.link_btn a:hover .lnk_btn_object__hover {
  opacity: 1;
}
#current .trial-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
}
#current .trial-modal.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
}
#current .trial-modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}
#current .trial-modal__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  max-height: 90vh;
}
#current .trial-modal .trial-modal__close {
  position: absolute;
  top: -10px;
  right: 0;
  width: 29px;
  height: 29px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
  transition: opacity 0.3s ease;
}
#current .trial-modal .trial-modal__close::before, #current .trial-modal .trial-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  background-color: var(--wht-color-2);
  border-radius: 2px;
}
#current .trial-modal .trial-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#current .trial-modal .trial-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#current .trial-modal .trial-modal__close:hover {
  opacity: 0.6;
}
#current .trial-modal__img {
  display: block;
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
}

/* --------------------------------------------------
* download
*/
#download {
  position: relative;
}
#download::before, #download::after {
  content: "";
  position: absolute;
  z-index: -1;
}
#download::before {
  top: 796px;
  left: -5.1041666667%;
  width: min(27.5%, 528px);
  height: 517px;
  background: url("../img/common/line_bg01.webp") no-repeat top center;
  background-size: cover;
}
#download::after {
  top: 1861px;
  right: -2.9166666667%;
  width: min(26.40625%, 507px);
  height: 263px;
  background: url("../img/common/line_bg02.webp") no-repeat top center;
  background-size: cover;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #download::before, #download::after {
    display: none;
  }
}
#download .cont-wrap {
  position: relative;
  margin-bottom: 180px;
  z-index: 1;
}
#download .cont-wrap::before, #download .cont-wrap::after {
  content: "";
  position: absolute;
  z-index: 1;
}
#download .cont-wrap::before {
  top: 736px;
  right: -20.8333333333%;
  width: 80px;
  height: 99px;
  background: url("../img/common/low_bg_ilst01.webp") no-repeat top center;
  background-size: cover;
}
#download .cont-wrap::after {
  top: 1862px;
  left: -20.3703703704%;
  width: 83px;
  height: 124px;
  background: url("../img/common/low_bg_ilst02.webp") no-repeat top center;
  background-size: cover;
}
#download .intro-area {
  margin-top: -180px;
  margin-bottom: 140px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #download .intro-area {
    margin-top: -50px;
    margin-bottom: 120px;
  }
}
#download .intro-area .cate-btn-area li:nth-of-type(12n + 1) a {
  background-color: #567CB2;
  color: var(--wht-color-2);
  border: none;
}
#download .intro-area .cate-btn-area li:nth-of-type(12n + 2) a {
  background-color: #98897E;
  color: var(--wht-color-2);
  border: none;
}
#download .intro-area .cate-btn-area li:nth-of-type(12n + 3) a {
  background-color: #EF9162;
  color: var(--wht-color-2);
  border: none;
}
#download .intro-area .cate-btn-area li:nth-of-type(12n + 4) a {
  background-color: #7CB184;
  color: var(--wht-color-2);
  border: none;
}
#download .intro-area .cate-btn-area li:nth-of-type(12n + 5) a {
  background-color: #EBB762;
  color: var(--wht-color-2);
  border: none;
}
#download .intro-area .cate-btn-area li:nth-of-type(12n + 6) a {
  background-color: #85CBE3;
  color: var(--wht-color-2);
  border: none;
}
#download .intro-area .cate-btn-area li:nth-of-type(12n + 7) a {
  background-color: #997FAA;
  color: var(--wht-color-2);
  border: none;
}
#download .intro-area .cate-btn-area li:nth-of-type(12n + 8) a {
  background-color: #68C7B9;
  color: var(--wht-color-2);
  border: none;
}
#download .intro-area .cate-btn-area li:nth-of-type(12n + 9) a {
  background-color: #94D68B;
  color: var(--wht-color-2);
  border: none;
}
#download .intro-area .cate-btn-area li:nth-of-type(12n + 10) a {
  background-color: #ED919F;
  color: var(--wht-color-2);
  border: none;
}
#download .intro-area .cate-btn-area li:nth-of-type(12n + 11) a {
  background-color: #6DAABE;
  color: var(--wht-color-2);
  border: none;
}
#download .intro-area .cate-btn-area li:nth-of-type(12n + 12) a {
  background-color: #E0636B;
  color: var(--wht-color-2);
  border: none;
}
#download section {
  margin-bottom: 140px;
}
#download section h2 {
  margin-bottom: 80px;
  font-weight: var(--font-weight-medium);
  text-align: center;
  letter-spacing: 0.04em;
}
#download section h2 span.underline-trigger {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-bottom: 30px;
  background-image: radial-gradient(ellipse 40% 30% at 30% 50%, rgba(216, 244, 186, 0.7) 0%, transparent 100%), radial-gradient(ellipse 40% 30% at 60% 50%, rgba(153, 219, 174, 0.7) 0%, transparent 100%);
  background-size: 0% 50px;
  background-position: left calc(100% - 10px);
  background-repeat: no-repeat;
  transition: background-size 1s ease;
}
#download section h2 span.underline-trigger.on {
  background-size: 100% 50px;
}
#download section .subttl {
  margin-bottom: 30px;
  padding: 8px 20px;
  font-weight: var(--font-weight-medium);
  text-align: center;
  letter-spacing: 0.04em;
  color: var(--wht-color-2);
  background-color: var(--brw-color-1);
  border-radius: 10px;
}
#download section .area-inner:not(:last-of-type) {
  margin-bottom: 80px;
}
#download .link-btn {
  margin-top: 140px;
}
#download .cate-btn-area {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 2.7777777778%;
}
#download .cate-btn-area li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  min-height: 106px;
  font-weight: var(--font-weight-medium);
  text-align: center;
  letter-spacing: 0.04em;
  background-color: var(--wht-color-2);
  border: 2px solid var(--brw-color-1);
  border-radius: 20px;
  color: var(--brw-color-2);
}

#download.entry-single .cont-wrap::before, #download.entry-single .cont-wrap::after {
  display: none;
}
#download.entry-single .single-cont {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
#download.entry-single .lft-culm {
  width: 15.462962963%;
  max-width: 167px;
  margin-right: 4.6296296296%;
}
#download.entry-single .lft-culm .link-btn.sp {
  display: none;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #download.entry-single .lft-culm {
    width: 23%;
  }
}
#download.entry-single .rgt-culm {
  width: 79.9074074074%;
  max-width: 863px;
}
#download.entry-single .rgt-culm .link-btn.pc {
  display: flex;
}
#download.entry-single .category-area .area-ttl {
  margin-bottom: 20px;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.04em;
}
#download.entry-single .category-area dl + dl {
  margin-top: 15px;
}
#download.entry-single .category-area .cate-ttl {
  position: relative;
  display: block;
  padding: 8px 35px 8px 0;
  font-weight: var(--font-weight-medium);
  line-height: 1.5625;
  letter-spacing: 0.04em;
  border-bottom: 1px solid var(--brw-color-1);
  transition: all 0.3s ease;
  cursor: pointer;
}
#download.entry-single .category-area .cate-ttl:hover {
  opacity: 0.7;
}
#download.entry-single .category-area .cate-ttl::after {
  content: "";
  position: absolute;
  display: block;
  top: 18px;
  right: 10px;
  width: 13px;
  height: 8px;
  background: url("../img/common/icn_arrow_down.svg") no-repeat top center;
  background-size: cover;
  transform: rotate(0deg);
  transition: all 0.5s ease;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #download.entry-single .category-area .cate-ttl::after {
    top: 15px;
  }
}
#download.entry-single .category-area .cate-ttl.is-open::after {
  transform: rotate(180deg);
}
#download.entry-single .category-area .cate-innr-wrap {
  display: none;
  margin-top: 10px;
}
#download.entry-single .category-area .cate a {
  display: block;
  padding: 8px 0;
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
  border-bottom: 1px dashed #CBB3A6;
}
#download.entry-single .category-area .cate-sub-wrap {
  margin-left: 10px;
}
#download.entry-single .category-area .cate-sub-wrap + .cate-sub-wrap {
  margin-top: 15px;
}
#download.entry-single .category-area .cate-sub-wrap .cate-innr {
  display: none;
}
#download.entry-single .post-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 60px;
}
#download.entry-single .post-head .page-ttl {
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.04em;
}
#download.entry-single .post-head .page-ttl .underline-trigger {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-bottom: 30px;
  background-image: radial-gradient(ellipse 40% 30% at 30% 50%, rgba(216, 244, 186, 0.7) 0%, transparent 100%), radial-gradient(ellipse 40% 30% at 60% 50%, rgba(153, 219, 174, 0.7) 0%, transparent 100%);
  background-size: 0% 50px;
  background-position: left calc(100% - 10px);
  background-repeat: no-repeat;
  transition: background-size 1s ease;
}
#download.entry-single .post-head .page-ttl .underline-trigger.on {
  background-size: 100% 50px;
}
#download.entry-single .dl-btn a {
  position: relative;
  display: block;
  padding: 10px 50px 10px 20px;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.04em;
  border-radius: 10px;
  color: var(--wht-color-2);
}
#download.entry-single .dl-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 17px;
  height: 19px;
  background: url("../img/common/icn_dl.svg") no-repeat top center;
  background-size: cover;
  transform: translateY(-50%);
}
#download.entry-single .dl-btn.complete a {
  background-color: var(--grn-color-2);
}
#download.entry-single .dl-btn.ruby a {
  background-color: var(--brw-color-1);
}
#download.entry-single .post-detail dl + dl {
  margin-top: 25px;
}
#download.entry-single .post-detail .cont-ttl {
  position: relative;
  display: block;
  padding: 10px 35px 10px 25px;
  font-weight: var(--font-weight-medium);
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
  color: var(--wht-color-2);
  background-color: var(--brw-color-1);
  border-radius: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
}
#download.entry-single .post-detail .cont-ttl:hover {
  opacity: 0.7;
}
#download.entry-single .post-detail .cont-ttl::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 20px;
  width: 18px;
  height: 9px;
  background: url("../img/common/icn_arrow_down_wht.svg") no-repeat top center;
  background-size: cover;
  transform: rotate(0deg) translateY(-50%);
  transition: all 0.5s ease;
}
#download.entry-single .post-detail .cont-ttl.is-open::after {
  transform: rotate(180deg) translateY(50%);
}
#download.entry-single .post-detail .cont-innr-wrap {
  display: none;
  margin-top: 20px;
  padding: 0 20px;
}
#download.entry-single .post-detail .ruby-wrap .ruby-ttl {
  position: relative;
  display: block;
  padding: 10px 35px 10px 20px;
  font-weight: var(--font-weight-medium);
  line-height: 1.5555555556;
  letter-spacing: 0.04em;
  color: var(--brw-color-2);
  background-color: var(--beg-color-2);
  border-radius: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 5;
}
#download.entry-single .post-detail .ruby-wrap .ruby-ttl:hover {
  opacity: 0.7;
}
#download.entry-single .post-detail .ruby-wrap .ruby-ttl::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 20px;
  width: 18px;
  height: 9px;
  background: url("../img/common/icn_arrow_down.svg") no-repeat top center;
  background-size: cover;
  transform: rotate(0deg) translateY(-50%);
  transition: all 0.5s ease;
}
#download.entry-single .post-detail .ruby-wrap .ruby-ttl.is-open::after {
  transform: rotate(180deg) translateY(50%);
}
#download.entry-single .post-detail .ruby-wrap + .ruby-wrap {
  margin-top: 20px;
}
#download.entry-single .post-detail .cont-innr {
  position: relative;
  display: none;
  padding: 35px 170px 25px 20px;
  margin-top: -10px;
  background-color: var(--wht-color-2);
  border-radius: 0 0 20px 20px;
}
#download.entry-single .post-detail .cont-innr ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 20px;
}
#download.entry-single .post-detail .cont-innr ul:has(li:first-child:nth-last-child(1)), #download.entry-single .post-detail .cont-innr ul:has(li:first-child:nth-last-child(3)) {
  grid-template-columns: repeat(3, 1fr);
}
#download.entry-single .post-detail .cont-innr ul:has(li:first-child:nth-last-child(2)) {
  grid-template-columns: repeat(2, 1fr);
}
#download.entry-single .post-detail .cont-innr li a {
  position: relative;
  display: block;
}
#download.entry-single .post-detail .cont-innr li a::before, #download.entry-single .post-detail .cont-innr li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  opacity: 0;
}
#download.entry-single .post-detail .cont-innr li a::before {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid #707070;
  z-index: 10;
}
#download.entry-single .post-detail .cont-innr li a::after {
  width: 55px;
  height: 55px;
  background: url("../img/common/icn_dl_hv.svg") no-repeat top center;
  background-size: cover;
  z-index: 15;
}
#download.entry-single .post-detail .cont-innr li a:hover {
  opacity: 1;
}
#download.entry-single .post-detail .cont-innr li a:hover::before, #download.entry-single .post-detail .cont-innr li a:hover::after {
  opacity: 1;
}
#download.entry-single .post-detail .cont-innr .innr-ttl {
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.04em;
  border-bottom: 1px dashed var(--brw-color-1);
}
#download.entry-single .post-detail .cont-innr .dl-btn {
  position: absolute;
  bottom: 20px;
  right: 15px;
}
#download.entry-single .post-detail .innr-wrap + .innr-wrap {
  margin-top: 25px;
}
#download.entry-single .link-btn {
  margin-top: 80px;
}
#download.entry-single .c-post-content {
  /* =====================
  　  エレメントスタイル
  ===================== */
}
#download.entry-single .c-post-content p {
  margin-bottom: 30px;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.75;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  #download.entry-single .c-post-content p {
    margin-bottom: 26px;
    font-size: 14px;
  }
}
#download.entry-single .c-post-content a {
  text-decoration: underline;
}
#download.entry-single .c-post-content code {
  padding: 0.5em 1em;
  font-family: Menlo, Yu Gothic, Monaco, "Courier New", monospace;
  font-size: 13px;
  color: crimson;
  background-color: #f0f0f1;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #download.entry-single .c-post-content code {
    font-size: 0.5208333333vw;
  }
}
#download.entry-single .c-post-content mark {
  background-color: #F5F58A;
}
#download.entry-single .c-post-content embed,
#download.entry-single .c-post-content iframe,
#download.entry-single .c-post-content object {
  max-width: 100%;
}
#download.entry-single .c-post-content img {
  vertical-align: top;
}
#download.entry-single .c-post-content pre {
  white-space: break-spaces;
}
#download.entry-single .c-post-content b, #download.entry-single .c-post-content strong {
  font-weight: bold;
}
#download.entry-single .c-post-content {
  /* ==============
  　 共通スタイル
    クラス名
  ============== */
}
#download.entry-single .c-post-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
#download.entry-single .c-post-content .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
#download.entry-single .c-post-content .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
#download.entry-single .c-post-content {
  /* =======================
  　  見出し H2が標準
  ======================= */
}
#download.entry-single .c-post-content h1, #download.entry-single .c-post-content h2, #download.entry-single .c-post-content h3, #download.entry-single .c-post-content h4, #download.entry-single .c-post-content h5, #download.entry-single .c-post-content h6 {
  margin-bottom: 40px;
  font-family: var(--font-serif);
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.03em;
  line-height: 1.68;
  color: #000;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  #download.entry-single .c-post-content h1, #download.entry-single .c-post-content h2, #download.entry-single .c-post-content h3, #download.entry-single .c-post-content h4, #download.entry-single .c-post-content h5, #download.entry-single .c-post-content h6 {
    margin-bottom: 30px;
  }
}
#download.entry-single .c-post-content h1 {
  margin: 35px 0 30px;
  font-size: 34px;
  letter-spacing: 0.05em;
  color: var(--lvl-color);
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  #download.entry-single .c-post-content h1 {
    font-size: 32px;
  }
}
#download.entry-single .c-post-content h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 20px 0 32px;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1.1666666667;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  #download.entry-single .c-post-content h2 {
    font-size: 28px;
  }
}
#download.entry-single .c-post-content h2::before {
  content: "";
  display: block;
  width: 52px;
  margin-right: 20px;
  border: 0.5px solid #000;
}
#download.entry-single .c-post-content h3 {
  margin: 35px 0 30px;
  font-size: 26px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  #download.entry-single .c-post-content h3 {
    font-size: 24px;
  }
}
#download.entry-single .c-post-content h4 {
  margin: 35px 0 30px;
  font-size: 26px;
  letter-spacing: 0.05em;
  color: var(--lvl-color);
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  #download.entry-single .c-post-content h4 {
    font-size: 24px;
  }
}
#download.entry-single .c-post-content h5 {
  margin: 25px 0 20px;
  font-size: 22px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  #download.entry-single .c-post-content h5 {
    font-size: 20px;
  }
}
#download.entry-single .c-post-content h6 {
  margin: 25px 0 20px;
  font-size: 22px;
  letter-spacing: 0.05em;
  color: var(--lvl-color);
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  #download.entry-single .c-post-content h6 {
    font-size: 20px;
  }
}
#download.entry-single .c-post-content {
  /* =====================
  　  引用
  ===================== */
}
#download.entry-single .c-post-content .wp-block-quote {
  border-left: 0.25em solid currentColor;
  margin: 0 0 1.75em 0;
  padding-left: 1em;
  overflow-wrap: break-word;
}
#download.entry-single .c-post-content .wp-block-quote cite,
#download.entry-single .c-post-content .wp-block-quote footer {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  font-size: 0.8125em;
  font-style: normal;
  color: #555;
}
#download.entry-single .c-post-content .wp-block-quote cite::before,
#download.entry-single .c-post-content .wp-block-quote footer::before {
  content: "ー";
  margin-right: 0.4em;
}
#download.entry-single .c-post-content .wp-block-quote.has-text-align-right {
  border-left: none;
  border-right: 0.25em solid currentColor;
  padding-left: 0;
  padding-right: 1em;
}
#download.entry-single .c-post-content .wp-block-quote.has-text-align-center {
  border: none;
  padding-left: 0;
}
#download.entry-single .c-post-content .wp-block-quote.is-style-plain {
  padding: 10px 20px 20px;
  border-left: none;
  background: #f5f5f5;
}
#download.entry-single .c-post-content .wp-block-quote.is-style-plain p {
  font-style: italic;
}
#download.entry-single .c-post-content .wp-block-quote.is-style-plain, #download.entry-single .c-post-content .wp-block-quote.is-style-large, #download.entry-single .c-post-content .wp-block-quote.is-large {
  border: none;
}
#download.entry-single .c-post-content .wp-block-quote.is-style-large, #download.entry-single .c-post-content .wp-block-quote.is-large {
  padding: 10px 20px 20px;
  border-left: none;
  white-space: pre-wrap;
  margin-bottom: 1em;
  background: #f5f5f5;
}
#download.entry-single .c-post-content .wp-block-quote.is-style-large p, #download.entry-single .c-post-content .wp-block-quote.is-large p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.6;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #download.entry-single .c-post-content .wp-block-quote.is-style-large p, #download.entry-single .c-post-content .wp-block-quote.is-large p {
    font-size: 0.9375vw;
  }
}
#download.entry-single .c-post-content .wp-block-quote.is-style-large cite,
#download.entry-single .c-post-content .wp-block-quote.is-style-large footer, #download.entry-single .c-post-content .wp-block-quote.is-large cite,
#download.entry-single .c-post-content .wp-block-quote.is-large footer {
  font-size: 1.125em;
  text-align: right;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #download.entry-single .c-post-content .wp-block-quote.is-style-large cite,
  #download.entry-single .c-post-content .wp-block-quote.is-style-large footer, #download.entry-single .c-post-content .wp-block-quote.is-large cite,
  #download.entry-single .c-post-content .wp-block-quote.is-large footer {
    font-size: 0.625vw;
  }
}
#download.entry-single .c-post-content {
  /* =====================
  　  タイポグラフィ
  ===================== */
  /* サイズ */
}
#download.entry-single .c-post-content .has-small-font-size {
  font-size: 13px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #download.entry-single .c-post-content .has-small-font-size {
    font-size: 0.5208333333vw;
  }
}
#download.entry-single .c-post-content .has-medium-font-size {
  font-size: 20px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #download.entry-single .c-post-content .has-medium-font-size {
    font-size: 0.8333333333vw;
  }
}
#download.entry-single .c-post-content .has-large-font-size {
  font-size: 36px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #download.entry-single .c-post-content .has-large-font-size {
    font-size: 1.4583333333vw;
  }
}
#download.entry-single .c-post-content .has-x-large-font-size {
  font-size: 42px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #download.entry-single .c-post-content .has-x-large-font-size {
    font-size: 1.7708333333vw;
  }
}
#download.entry-single .c-post-content {
  /* 外観
  font-weightとfont-style:italic;のインラインスタイル */
  /* 大文字小文字
  text-transformのインラインスタイル */
  /* letter-spacing
  letter-spacingのインラインスタイル */
  /* =========
  　  文字色
  ========= */
}
#download.entry-single .c-post-content .has-vivid-red-color {
  color: #cf2e2e;
}
#download.entry-single .c-post-content .has-vivid-cyan-blue-color {
  color: #0693e3;
}
#download.entry-single .c-post-content .has-black-color {
  color: #000000;
}
#download.entry-single .c-post-content .has-cyan-bluish-gray-color {
  color: #abb8c3;
}
#download.entry-single .c-post-content .has-white-color {
  color: #ffffff;
}
#download.entry-single .c-post-content .has-pale-pink-color {
  color: #f78da7;
}
#download.entry-single .c-post-content .has-luminous-vivid-orange-color {
  color: #ff6900;
}
#download.entry-single .c-post-content .has-luminous-vivid-amber-color {
  color: #fcb900;
}
#download.entry-single .c-post-content .has-light-green-cyan-color {
  color: #7bdcb5;
}
#download.entry-single .c-post-content .has-vivid-green-cyan-color {
  color: #00d084;
}
#download.entry-single .c-post-content .has-pale-cyan-blue-color {
  color: #8ed1fc;
}
#download.entry-single .c-post-content .has-vivid-purple-color {
  color: #9b51e0;
}
#download.entry-single .c-post-content {
  /* ================
  　  背景色
  ================ */
}
#download.entry-single .c-post-content .has-background {
  padding: 1.25em 2.375em;
}
#download.entry-single .c-post-content .has-vivid-red-background-color {
  background-color: #cf2e2e;
}
#download.entry-single .c-post-content .has-vivid-cyan-blue-background-color {
  background-color: #0693e3;
}
#download.entry-single .c-post-content .has-black-background-color {
  background-color: #000000;
}
#download.entry-single .c-post-content .has-cyan-bluish-gray-background-color {
  background-color: #abb8c3;
}
#download.entry-single .c-post-content .has-white-background-color {
  background-color: #ffffff;
}
#download.entry-single .c-post-content .has-pale-pink-background-color {
  background-color: #f78da7;
}
#download.entry-single .c-post-content .has-luminous-vivid-orange-background-color {
  background-color: #ff6900;
}
#download.entry-single .c-post-content .has-luminous-vivid-amber-background-color {
  background-color: #fcb900;
}
#download.entry-single .c-post-content .has-light-green-cyan-background-color {
  background-color: #7bdcb5;
}
#download.entry-single .c-post-content .has-vivid-green-cyan-background-color {
  background-color: #00d084;
}
#download.entry-single .c-post-content .has-pale-cyan-blue-background-color {
  background-color: #8ed1fc;
}
#download.entry-single .c-post-content .has-vivid-purple-background-color {
  background-color: #9b51e0;
}
#download.entry-single .c-post-content {
  /* ================
  　  整形
  ================ */
}
#download.entry-single .c-post-content sup {
  vertical-align: super;
  font-size: 12px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #download.entry-single .c-post-content sup {
    font-size: 0.5208333333vw;
  }
}
#download.entry-single .c-post-content sub {
  vertical-align: sub;
  font-size: 12px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #download.entry-single .c-post-content sub {
    font-size: 0.5208333333vw;
  }
}
#download.entry-single .c-post-content {
  /* 下線はtext-decoration: underlineのインラインスタイル */
}
#download.entry-single .c-post-content .has-text-align-left {
  text-align: left;
}
#download.entry-single .c-post-content .has-text-align-center {
  text-align: center;
}
#download.entry-single .c-post-content .has-text-align-right {
  text-align: right;
}
#download.entry-single .c-post-content {
  /* ================
  　  リスト
  ================ */
}
#download.entry-single .c-post-content ul, #download.entry-single .c-post-content ol {
  list-style: revert;
  list-style-type: revert;
  margin-bottom: 30px;
  padding: revert;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #download.entry-single .c-post-content ul, #download.entry-single .c-post-content ol {
    font-size: 14px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #download.entry-single .c-post-content ul, #download.entry-single .c-post-content ol {
    margin-bottom: 1.1458333333vw;
    font-size: 0.7291666667vw;
  }
}
#download.entry-single .c-post-content ul li, #download.entry-single .c-post-content ol li {
  list-style: revert;
}
#download.entry-single .c-post-content .block-editor-block-list__layout .block-editor-block-list__block {
  list-style-type: revert;
  margin-bottom: 20px;
  padding: revert;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #download.entry-single .c-post-content .block-editor-block-list__layout .block-editor-block-list__block {
    margin-bottom: 0.78125vw;
  }
}
#download.entry-single .c-post-content {
  /* ================
  　  テーブル
  ================ */
}
#download.entry-single .c-post-content .wp-block-table {
  width: 100%;
  margin: 0 0 1em 0;
  overflow-x: auto;
}
#download.entry-single .c-post-content .wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
#download.entry-single .c-post-content .wp-block-table th, #download.entry-single .c-post-content .wp-block-table td {
  border: 1px solid;
  padding: 0.5em;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #download.entry-single .c-post-content .wp-block-table th, #download.entry-single .c-post-content .wp-block-table td {
    font-size: 0.6770833333vw;
  }
}
#download.entry-single .c-post-content .wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}
#download.entry-single .c-post-content .wp-block-table .has-fixed-layout td,
#download.entry-single .c-post-content .wp-block-table .has-fixed-layout th {
  word-break: break-word;
}
#download.entry-single .c-post-content .wp-block-table.alignleft, #download.entry-single .c-post-content .wp-block-table.aligncenter, #download.entry-single .c-post-content .wp-block-table.alignright {
  display: table;
  width: auto;
}
#download.entry-single .c-post-content .wp-block-table.alignleft td,
#download.entry-single .c-post-content .wp-block-table.alignleft th, #download.entry-single .c-post-content .wp-block-table.aligncenter td,
#download.entry-single .c-post-content .wp-block-table.aligncenter th, #download.entry-single .c-post-content .wp-block-table.alignright td,
#download.entry-single .c-post-content .wp-block-table.alignright th {
  word-break: break-word;
}
#download.entry-single .c-post-content .wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5;
}
#download.entry-single .c-post-content .wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5;
}
#download.entry-single .c-post-content .wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe;
}
#download.entry-single .c-post-content .wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef;
}
#download.entry-single .c-post-content .wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid #f0f0f0;
}
#download.entry-single .c-post-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
#download.entry-single .c-post-content .wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
  background-color: #f3f4f5;
}
#download.entry-single .c-post-content .wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
  background-color: #e9fbe5;
}
#download.entry-single .c-post-content .wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
  background-color: #e7f5fe;
}
#download.entry-single .c-post-content .wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
  background-color: #fcf0ef;
}
#download.entry-single .c-post-content .wp-block-table.is-style-stripes th,
#download.entry-single .c-post-content .wp-block-table.is-style-stripes td {
  border-color: transparent;
}
#download.entry-single .c-post-content .wp-block-table .has-border-color > *,
#download.entry-single .c-post-content .wp-block-table .has-border-color tr,
#download.entry-single .c-post-content .wp-block-table .has-border-color th,
#download.entry-single .c-post-content .wp-block-table .has-border-color td {
  border-color: inherit;
}
#download.entry-single .c-post-content .wp-block-table table[style*=border-style] > *,
#download.entry-single .c-post-content .wp-block-table table[style*=border-style] tr,
#download.entry-single .c-post-content .wp-block-table table[style*=border-style] th,
#download.entry-single .c-post-content .wp-block-table table[style*=border-style] td {
  border-style: inherit;
}
#download.entry-single .c-post-content .wp-block-table table[style*=border-width] > *,
#download.entry-single .c-post-content .wp-block-table table[style*=border-width] tr,
#download.entry-single .c-post-content .wp-block-table table[style*=border-width] th,
#download.entry-single .c-post-content .wp-block-table table[style*=border-width] td {
  border-width: inherit;
}
#download.entry-single .c-post-content .wp-block-table figcaption {
  margin-top: 1em;
  margin-bottom: 1em;
  color: #777;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #download.entry-single .c-post-content .wp-block-table figcaption {
    font-size: 12px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #download.entry-single .c-post-content .wp-block-table figcaption {
    font-size: 0.5208333333vw;
  }
}
#download.entry-single .c-post-content {
  /* ================
  　  画像
  ================ */
}
#download.entry-single .c-post-content .wp-block-image {
  margin: 50px 0;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #download.entry-single .c-post-content .wp-block-image {
    margin: 42px 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #download.entry-single .c-post-content .wp-block-image {
    margin: 1.5625vw 0;
  }
}
#download.entry-single .c-post-content .wp-block-image img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
#download.entry-single .c-post-content .wp-block-image:not(.is-style-rounded) > a,
#download.entry-single .c-post-content .wp-block-image:not(.is-style-rounded) img {
  border-radius: inherit;
}
#download.entry-single .c-post-content .wp-block-image.aligncenter {
  text-align: center;
}
#download.entry-single .c-post-content .wp-block-image.alignfull img, #download.entry-single .c-post-content .wp-block-image.alignwide img {
  height: auto;
  width: 100%;
}
#download.entry-single .c-post-content .wp-block-image .alignleft,
#download.entry-single .c-post-content .wp-block-image .alignright,
#download.entry-single .c-post-content .wp-block-image .aligncenter {
  display: table;
}
#download.entry-single .c-post-content .wp-block-image .alignleft > figcaption,
#download.entry-single .c-post-content .wp-block-image .alignright > figcaption,
#download.entry-single .c-post-content .wp-block-image .aligncenter > figcaption {
  display: table-caption;
  caption-side: bottom;
}
#download.entry-single .c-post-content .wp-block-image .alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-left: 0;
  margin-right: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#download.entry-single .c-post-content .wp-block-image .alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-right: 0;
  margin-left: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#download.entry-single .c-post-content .wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
#download.entry-single .c-post-content .wp-block-image figcaption {
  margin-top: 1em;
  margin-bottom: 1em;
  color: #777;
  font-size: 13px;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #download.entry-single .c-post-content .wp-block-image figcaption {
    font-size: 12px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #download.entry-single .c-post-content .wp-block-image figcaption {
    font-size: 0.5208333333vw;
  }
}
#download.entry-single .c-post-content .wp-block-image.is-style-rounded img {
  border-radius: 10px;
}
#download.entry-single .c-post-content .wp-block-image.is-style-circle-mask img {
  border-radius: 10px;
}
@supports (-webkit-mask-image: none) or (mask-image: none) or (-webkit-mask-image: none) {
  #download.entry-single .c-post-content .wp-block-image.is-style-circle-mask img {
    /* stylelint-disable */
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    /* stylelint-enable */
    mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    border-radius: 0;
  }
}
#download.entry-single .c-post-content .wp-block-image figure {
  margin: 0;
}
#download.entry-single .c-post-content .wp-block-cover-image,
#download.entry-single .c-post-content .wp-block-cover {
  position: relative;
  background-size: cover;
  background-position: center center;
  min-height: 430px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  box-sizing: border-box;
}
#download.entry-single .c-post-content .wp-block-cover-image.has-parallax,
#download.entry-single .c-post-content .wp-block-cover.has-parallax {
  background-attachment: fixed;
}
@supports (-webkit-overflow-scrolling: touch) {
  #download.entry-single .c-post-content .wp-block-cover-image.has-parallax,
  #download.entry-single .c-post-content .wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  #download.entry-single .c-post-content .wp-block-cover-image.has-parallax,
  #download.entry-single .c-post-content .wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}
#download.entry-single .c-post-content .wp-block-cover-image.is-repeated,
#download.entry-single .c-post-content .wp-block-cover.is-repeated {
  background-repeat: repeat;
  background-size: auto;
}
#download.entry-single .c-post-content .wp-block-cover-image.has-background-dim:not([class*=-background-color]),
#download.entry-single .c-post-content .wp-block-cover-image .has-background-dim:not([class*=-background-color]),
#download.entry-single .c-post-content .wp-block-cover.has-background-dim:not([class*=-background-color]),
#download.entry-single .c-post-content .wp-block-cover .has-background-dim:not([class*=-background-color]) {
  background-color: #000;
}
#download.entry-single .c-post-content .wp-block-cover-image.has-background-dim::before,
#download.entry-single .c-post-content .wp-block-cover-image .has-background-dim::before,
#download.entry-single .c-post-content .wp-block-cover.has-background-dim::before,
#download.entry-single .c-post-content .wp-block-cover .has-background-dim::before {
  content: "";
  background-color: inherit;
}
#download.entry-single .c-post-content .wp-block-cover-image.has-background-dim:not(.has-background-gradient)::before,
#download.entry-single .c-post-content .wp-block-cover-image .has-background-dim:not(.has-background-gradient)::before,
#download.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background,
#download.entry-single .c-post-content .wp-block-cover.has-background-dim:not(.has-background-gradient)::before,
#download.entry-single .c-post-content .wp-block-cover .has-background-dim:not(.has-background-gradient)::before,
#download.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0.5;
}
#download.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
#download.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
  opacity: 0;
}
#download.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,
#download.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
  opacity: 0.1;
}
#download.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,
#download.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
  opacity: 0.2;
}
#download.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,
#download.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
  opacity: 0.3;
}
#download.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,
#download.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
  opacity: 0.4;
}
#download.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,
#download.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
  opacity: 0.5;
}
#download.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,
#download.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
  opacity: 0.6;
}
#download.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,
#download.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
  opacity: 0.7;
}
#download.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,
#download.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
  opacity: 0.8;
}
#download.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,
#download.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
  opacity: 0.9;
}
#download.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,
#download.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
  opacity: 1;
}
#download.entry-single .c-post-content .wp-block-cover-image.alignleft, #download.entry-single .c-post-content .wp-block-cover-image.alignright,
#download.entry-single .c-post-content .wp-block-cover.alignleft,
#download.entry-single .c-post-content .wp-block-cover.alignright {
  max-width: 420px;
  width: 100%;
}
#download.entry-single .c-post-content .wp-block-cover-image::after,
#download.entry-single .c-post-content .wp-block-cover::after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit;
}
@supports (position: sticky) {
  #download.entry-single .c-post-content .wp-block-cover-image::after,
  #download.entry-single .c-post-content .wp-block-cover::after {
    content: none;
  }
}
#download.entry-single .c-post-content .wp-block-cover-image.aligncenter, #download.entry-single .c-post-content .wp-block-cover-image.alignleft, #download.entry-single .c-post-content .wp-block-cover-image.alignright,
#download.entry-single .c-post-content .wp-block-cover.aligncenter,
#download.entry-single .c-post-content .wp-block-cover.alignleft,
#download.entry-single .c-post-content .wp-block-cover.alignright {
  display: flex;
}
#download.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__inner-container,
#download.entry-single .c-post-content .wp-block-cover .wp-block-cover__inner-container {
  width: 100%;
  z-index: 1;
  color: #fff;
}
#download.entry-single .c-post-content .wp-block-cover-image.is-light .wp-block-cover__inner-container,
#download.entry-single .c-post-content .wp-block-cover.is-light .wp-block-cover__inner-container {
  color: #000;
}
#download.entry-single .c-post-content .wp-block-cover-image p:not(.has-text-color),
#download.entry-single .c-post-content .wp-block-cover-image h1:not(.has-text-color),
#download.entry-single .c-post-content .wp-block-cover-image h2:not(.has-text-color),
#download.entry-single .c-post-content .wp-block-cover-image h3:not(.has-text-color),
#download.entry-single .c-post-content .wp-block-cover-image h4:not(.has-text-color),
#download.entry-single .c-post-content .wp-block-cover-image h5:not(.has-text-color),
#download.entry-single .c-post-content .wp-block-cover-image h6:not(.has-text-color),
#download.entry-single .c-post-content .wp-block-cover p:not(.has-text-color),
#download.entry-single .c-post-content .wp-block-cover h1:not(.has-text-color),
#download.entry-single .c-post-content .wp-block-cover h2:not(.has-text-color),
#download.entry-single .c-post-content .wp-block-cover h3:not(.has-text-color),
#download.entry-single .c-post-content .wp-block-cover h4:not(.has-text-color),
#download.entry-single .c-post-content .wp-block-cover h5:not(.has-text-color),
#download.entry-single .c-post-content .wp-block-cover h6:not(.has-text-color) {
  color: inherit;
}
#download.entry-single .c-post-content .wp-block-cover-image.is-position-top-left,
#download.entry-single .c-post-content .wp-block-cover.is-position-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
#download.entry-single .c-post-content .wp-block-cover-image.is-position-top-center,
#download.entry-single .c-post-content .wp-block-cover.is-position-top-center {
  align-items: flex-start;
  justify-content: center;
}
#download.entry-single .c-post-content .wp-block-cover-image.is-position-top-right,
#download.entry-single .c-post-content .wp-block-cover.is-position-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
#download.entry-single .c-post-content .wp-block-cover-image.is-position-center-left,
#download.entry-single .c-post-content .wp-block-cover.is-position-center-left {
  align-items: center;
  justify-content: flex-start;
}
#download.entry-single .c-post-content .wp-block-cover-image.is-position-center-center,
#download.entry-single .c-post-content .wp-block-cover.is-position-center-center {
  align-items: center;
  justify-content: center;
}
#download.entry-single .c-post-content .wp-block-cover-image.is-position-center-right,
#download.entry-single .c-post-content .wp-block-cover.is-position-center-right {
  align-items: center;
  justify-content: flex-end;
}
#download.entry-single .c-post-content .wp-block-cover-image.is-position-bottom-left,
#download.entry-single .c-post-content .wp-block-cover.is-position-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
#download.entry-single .c-post-content .wp-block-cover-image.is-position-bottom-center,
#download.entry-single .c-post-content .wp-block-cover.is-position-bottom-center {
  align-items: flex-end;
  justify-content: center;
}
#download.entry-single .c-post-content .wp-block-cover-image.is-position-bottom-right,
#download.entry-single .c-post-content .wp-block-cover.is-position-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
#download.entry-single .c-post-content .wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
#download.entry-single .c-post-content .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
  margin: 0;
  width: auto;
}
#download.entry-single .c-post-content .wp-block-cover-image img.wp-block-cover__image-background,
#download.entry-single .c-post-content .wp-block-cover-image video.wp-block-cover__video-background,
#download.entry-single .c-post-content .wp-block-cover img.wp-block-cover__image-background,
#download.entry-single .c-post-content .wp-block-cover video.wp-block-cover__video-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  outline: none;
  border: none;
  box-shadow: none;
}
#download.entry-single .c-post-content .wp-block-cover__video-background {
  z-index: 0;
}
#download.entry-single .c-post-content .wp-block-cover__image-background {
  z-index: 0;
}
#download.entry-single .c-post-content section.wp-block-cover-image h2,
#download.entry-single .c-post-content .wp-block-cover-image-text,
#download.entry-single .c-post-content .wp-block-cover-text {
  color: #fff;
}
#download.entry-single .c-post-content section.wp-block-cover-image h2 a,
#download.entry-single .c-post-content section.wp-block-cover-image h2 a:hover,
#download.entry-single .c-post-content section.wp-block-cover-image h2 a:focus,
#download.entry-single .c-post-content section.wp-block-cover-image h2 a:active,
#download.entry-single .c-post-content .wp-block-cover-image-text a,
#download.entry-single .c-post-content .wp-block-cover-image-text a:hover,
#download.entry-single .c-post-content .wp-block-cover-image-text a:focus,
#download.entry-single .c-post-content .wp-block-cover-image-text a:active,
#download.entry-single .c-post-content .wp-block-cover-text a,
#download.entry-single .c-post-content .wp-block-cover-text a:hover,
#download.entry-single .c-post-content .wp-block-cover-text a:focus,
#download.entry-single .c-post-content .wp-block-cover-text a:active {
  color: #fff;
}
#download.entry-single .c-post-content .wp-block-cover-image .wp-block-cover.has-left-content {
  justify-content: flex-start;
}
#download.entry-single .c-post-content .wp-block-cover-image .wp-block-cover.has-right-content {
  justify-content: flex-end;
}
#download.entry-single .c-post-content section.wp-block-cover-image.has-left-content > h2,
#download.entry-single .c-post-content .wp-block-cover-image.has-left-content .wp-block-cover-image-text,
#download.entry-single .c-post-content .wp-block-cover.has-left-content .wp-block-cover-text {
  margin-left: 0;
  text-align: left;
}
#download.entry-single .c-post-content section.wp-block-cover-image.has-right-content > h2,
#download.entry-single .c-post-content .wp-block-cover-image.has-right-content .wp-block-cover-image-text,
#download.entry-single .c-post-content .wp-block-cover.has-right-content .wp-block-cover-text {
  margin-right: 0;
  text-align: right;
}
#download.entry-single .c-post-content section.wp-block-cover-image > h2,
#download.entry-single .c-post-content .wp-block-cover-image .wp-block-cover-image-text,
#download.entry-single .c-post-content .wp-block-cover .wp-block-cover-text {
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 840px;
  padding: 0.44em;
  text-align: center;
}
#download.entry-single .c-post-content .wp-block-gallery,
#download.entry-single .c-post-content .blocks-gallery-grid {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 50px auto;
}
#download.entry-single .c-post-content .wp-block-gallery .blocks-gallery-image,
#download.entry-single .c-post-content .wp-block-gallery .blocks-gallery-item,
#download.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-image,
#download.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-item {
  margin: 0 1em 1em 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: calc(50% - 1em);
}
#download.entry-single .c-post-content .wp-block-gallery .blocks-gallery-image:nth-of-type(even),
#download.entry-single .c-post-content .wp-block-gallery .blocks-gallery-item:nth-of-type(even),
#download.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-image:nth-of-type(even),
#download.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-item:nth-of-type(even) {
  margin-right: 0;
}
#download.entry-single .c-post-content .wp-block-gallery .blocks-gallery-image figure,
#download.entry-single .c-post-content .wp-block-gallery .blocks-gallery-item figure,
#download.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-image figure,
#download.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
#download.entry-single .c-post-content .wp-block-gallery .blocks-gallery-image img,
#download.entry-single .c-post-content .wp-block-gallery .blocks-gallery-item img,
#download.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-image img,
#download.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
}
#download.entry-single .c-post-content .wp-block-gallery .blocks-gallery-image figcaption,
#download.entry-single .c-post-content .wp-block-gallery .blocks-gallery-item figcaption,
#download.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-image figcaption,
#download.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 3em 0.77em 0.7em;
  color: #fff;
  text-align: center;
  font-size: 0.8em;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent);
  box-sizing: border-box;
  margin: 0;
  z-index: 2;
}
#download.entry-single .c-post-content .wp-block-gallery .blocks-gallery-image figcaption img,
#download.entry-single .c-post-content .wp-block-gallery .blocks-gallery-item figcaption img,
#download.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-image figcaption img,
#download.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-item figcaption img {
  display: inline;
}
#download.entry-single .c-post-content .wp-block-gallery figcaption,
#download.entry-single .c-post-content .blocks-gallery-grid figcaption {
  flex-grow: 1;
}
#download.entry-single .c-post-content .wp-block-gallery.is-cropped .blocks-gallery-image a,
#download.entry-single .c-post-content .wp-block-gallery.is-cropped .blocks-gallery-image img, #download.entry-single .c-post-content .wp-block-gallery.is-cropped .blocks-gallery-item a,
#download.entry-single .c-post-content .wp-block-gallery.is-cropped .blocks-gallery-item img,
#download.entry-single .c-post-content .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
#download.entry-single .c-post-content .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
#download.entry-single .c-post-content .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
#download.entry-single .c-post-content .blocks-gallery-grid.is-cropped .blocks-gallery-item img {
  width: 100%;
  height: 100%;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
#download.entry-single .c-post-content .wp-block-gallery.columns-1 .blocks-gallery-image, #download.entry-single .c-post-content .wp-block-gallery.columns-1 .blocks-gallery-item,
#download.entry-single .c-post-content .blocks-gallery-grid.columns-1 .blocks-gallery-image,
#download.entry-single .c-post-content .blocks-gallery-grid.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}
@media (min-width: 600px) {
  #download.entry-single .c-post-content .wp-block-gallery.columns-3 .blocks-gallery-image, #download.entry-single .c-post-content .wp-block-gallery.columns-3 .blocks-gallery-item,
  #download.entry-single .c-post-content .blocks-gallery-grid.columns-3 .blocks-gallery-image,
  #download.entry-single .c-post-content .blocks-gallery-grid.columns-3 .blocks-gallery-item {
    width: calc(33.3333333333% - 0.6666666667em);
    margin-right: 1em;
  }
  #download.entry-single .c-post-content .wp-block-gallery.columns-4 .blocks-gallery-image, #download.entry-single .c-post-content .wp-block-gallery.columns-4 .blocks-gallery-item,
  #download.entry-single .c-post-content .blocks-gallery-grid.columns-4 .blocks-gallery-image,
  #download.entry-single .c-post-content .blocks-gallery-grid.columns-4 .blocks-gallery-item {
    width: calc(25% - 0.75em);
    margin-right: 1em;
  }
  #download.entry-single .c-post-content .wp-block-gallery.columns-5 .blocks-gallery-image, #download.entry-single .c-post-content .wp-block-gallery.columns-5 .blocks-gallery-item,
  #download.entry-single .c-post-content .blocks-gallery-grid.columns-5 .blocks-gallery-image,
  #download.entry-single .c-post-content .blocks-gallery-grid.columns-5 .blocks-gallery-item {
    width: calc(20% - 0.8em);
    margin-right: 1em;
  }
  #download.entry-single .c-post-content .wp-block-gallery.columns-6 .blocks-gallery-image, #download.entry-single .c-post-content .wp-block-gallery.columns-6 .blocks-gallery-item,
  #download.entry-single .c-post-content .blocks-gallery-grid.columns-6 .blocks-gallery-image,
  #download.entry-single .c-post-content .blocks-gallery-grid.columns-6 .blocks-gallery-item {
    width: calc(16.6666666667% - 0.8333333333em);
    margin-right: 1em;
  }
  #download.entry-single .c-post-content .wp-block-gallery.columns-7 .blocks-gallery-image, #download.entry-single .c-post-content .wp-block-gallery.columns-7 .blocks-gallery-item,
  #download.entry-single .c-post-content .blocks-gallery-grid.columns-7 .blocks-gallery-image,
  #download.entry-single .c-post-content .blocks-gallery-grid.columns-7 .blocks-gallery-item {
    width: calc(14.2857142857% - 0.8571428571em);
    margin-right: 1em;
  }
  #download.entry-single .c-post-content .wp-block-gallery.columns-8 .blocks-gallery-image, #download.entry-single .c-post-content .wp-block-gallery.columns-8 .blocks-gallery-item,
  #download.entry-single .c-post-content .blocks-gallery-grid.columns-8 .blocks-gallery-image,
  #download.entry-single .c-post-content .blocks-gallery-grid.columns-8 .blocks-gallery-item {
    width: calc(12.5% - 0.875em);
    margin-right: 1em;
  }
  #download.entry-single .c-post-content .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), #download.entry-single .c-post-content .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
  #download.entry-single .c-post-content .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
  #download.entry-single .c-post-content .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n) {
    margin-right: 0;
  }
  #download.entry-single .c-post-content .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), #download.entry-single .c-post-content .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
  #download.entry-single .c-post-content .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
  #download.entry-single .c-post-content .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }
  #download.entry-single .c-post-content .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), #download.entry-single .c-post-content .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
  #download.entry-single .c-post-content .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
  #download.entry-single .c-post-content .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 0;
  }
  #download.entry-single .c-post-content .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), #download.entry-single .c-post-content .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
  #download.entry-single .c-post-content .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
  #download.entry-single .c-post-content .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n) {
    margin-right: 0;
  }
  #download.entry-single .c-post-content .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), #download.entry-single .c-post-content .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
  #download.entry-single .c-post-content .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
  #download.entry-single .c-post-content .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n) {
    margin-right: 0;
  }
  #download.entry-single .c-post-content .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), #download.entry-single .c-post-content .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
  #download.entry-single .c-post-content .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
  #download.entry-single .c-post-content .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n) {
    margin-right: 0;
  }
  #download.entry-single .c-post-content .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), #download.entry-single .c-post-content .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
  #download.entry-single .c-post-content .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
  #download.entry-single .c-post-content .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n) {
    margin-right: 0;
  }
  #download.entry-single .c-post-content .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), #download.entry-single .c-post-content .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n),
  #download.entry-single .c-post-content .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
  #download.entry-single .c-post-content .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
#download.entry-single .c-post-content .wp-block-gallery .blocks-gallery-image:last-child,
#download.entry-single .c-post-content .wp-block-gallery .blocks-gallery-item:last-child,
#download.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-image:last-child,
#download.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-item:last-child {
  margin-right: 0;
}
#download.entry-single .c-post-content .wp-block-gallery.alignleft, #download.entry-single .c-post-content .wp-block-gallery.alignright,
#download.entry-single .c-post-content .blocks-gallery-grid.alignleft,
#download.entry-single .c-post-content .blocks-gallery-grid.alignright {
  max-width: 420px;
  width: 100%;
}
#download.entry-single .c-post-content .wp-block-gallery.aligncenter .blocks-gallery-item figure,
#download.entry-single .c-post-content .blocks-gallery-grid.aligncenter .blocks-gallery-item figure {
  justify-content: center;
}
#download.entry-single .c-post-content .wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
  align-self: flex-start;
}
#download.entry-single .c-post-content .wp-block-gallery.has-nested-images {
  display: flex;
  flex-wrap: wrap;
}
#download.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  margin: 0 var(--gallery-block--gutter-size, 16px) var(--gallery-block--gutter-size, 16px) 0;
  width: calc(50% - var(--gallery-block--gutter-size, 16px) / 2);
}
#download.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image):last-of-type:not(#individual-image) {
  margin-right: 0;
}
#download.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image):nth-of-type(even) {
  margin-right: 0;
}
#download.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  flex-direction: column;
}
#download.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image > div,
#download.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image > a {
  margin: 0;
  flex-direction: column;
  flex-grow: 1;
}
#download.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}
#download.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent);
  bottom: 0;
  color: #fff;
  font-size: 13px;
  left: 0;
  margin-bottom: 0;
  max-height: 60%;
  overflow: auto;
  padding: 0 8px 8px;
  position: absolute;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
#download.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
  display: inline;
}
#download.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > div,
#download.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a {
  flex: 1 1 auto;
}
#download.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
  flex: initial;
  background: none;
  color: inherit;
  margin: 0;
  padding: 10px 10px 9px;
  position: relative;
}
#download.entry-single .c-post-content .wp-block-gallery.has-nested-images figcaption {
  flex-grow: 1;
  flex-basis: 100%;
  text-align: center;
}
#download.entry-single .c-post-content .wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
  margin-top: 0;
  margin-bottom: auto;
}
#download.entry-single .c-post-content .wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) img {
  margin-bottom: var(--gallery-block--gutter-size, 16px);
}
#download.entry-single .c-post-content .wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) figcaption {
  bottom: var(--gallery-block--gutter-size, 16px);
}
#download.entry-single .c-post-content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
  align-self: inherit;
}
#download.entry-single .c-post-content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > div:not(.components-drop-zone),
#download.entry-single .c-post-content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > a {
  display: flex;
}
#download.entry-single .c-post-content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
#download.entry-single .c-post-content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  width: 100%;
  flex: 1 0 0%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#download.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
  margin-right: 0;
  width: 100%;
}
@media (min-width: 600px) {
  #download.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
    width: calc(33.3333333333% - var(--gallery-block--gutter-size, 16px) * 0.6666666667);
  }
  #download.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
  }
  #download.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
    width: calc(25% - var(--gallery-block--gutter-size, 16px) * 0.75);
  }
  #download.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
  }
  #download.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
    width: calc(20% - var(--gallery-block--gutter-size, 16px) * 0.8);
  }
  #download.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
  }
  #download.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
    width: calc(16.6666666667% - var(--gallery-block--gutter-size, 16px) * 0.8333333333);
  }
  #download.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
  }
  #download.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
    width: calc(14.2857142857% - var(--gallery-block--gutter-size, 16px) * 0.8571428571);
  }
  #download.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
  }
  #download.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
    width: calc(12.5% - var(--gallery-block--gutter-size, 16px) * 0.875);
  }
  #download.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
  }
  #download.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image):nth-of-type(1n) {
    margin-right: 0;
  }
  #download.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-2 figure.wp-block-image:not(#individual-image):nth-of-type(2n) {
    margin-right: 0;
  }
  #download.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image):nth-of-type(3n) {
    margin-right: 0;
  }
  #download.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image):nth-of-type(4n) {
    margin-right: 0;
  }
  #download.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image):nth-of-type(5n) {
    margin-right: 0;
  }
  #download.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image):nth-of-type(6n) {
    margin-right: 0;
  }
  #download.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image):nth-of-type(7n) {
    margin-right: 0;
  }
  #download.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image):nth-of-type(8n) {
    margin-right: 0;
  }
  #download.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
    width: calc(33.33% - var(--gallery-block--gutter-size, 16px) * 0.6666666667);
  }
  #download.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):nth-of-type(3n+3) {
    margin-right: 0;
  }
  #download.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
  #download.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--gallery-block--gutter-size, 16px) * 0.5);
  }
  #download.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(1) {
    width: 100%;
  }
}
#download.entry-single .c-post-content .wp-block-gallery.has-nested-images.alignleft, #download.entry-single .c-post-content .wp-block-gallery.has-nested-images.alignright {
  max-width: 420px;
  width: 100%;
}
#download.entry-single .c-post-content .wp-block-gallery.has-nested-images.aligncenter {
  justify-content: center;
}
#download.entry-single .c-post-content .blocks-gallery-caption {
  color: #555;
  font-size: 13px;
  text-align: center;
}
#download.entry-single .c-post-content {
  /* ================
  　  埋め込み
  ================ */
}
#download.entry-single .c-post-content .wp-block[data-align=left] > [data-type="core/embed"],
#download.entry-single .c-post-content .wp-block[data-align=right] > [data-type="core/embed"],
#download.entry-single .c-post-content .wp-block-embed.alignleft,
#download.entry-single .c-post-content .wp-block-embed.alignright {
  max-width: 360px;
  width: 100%;
}
#download.entry-single .c-post-content .wp-block[data-align=left] > [data-type="core/embed"] .wp-block-embed__wrapper,
#download.entry-single .c-post-content .wp-block[data-align=right] > [data-type="core/embed"] .wp-block-embed__wrapper,
#download.entry-single .c-post-content .wp-block-embed.alignleft .wp-block-embed__wrapper,
#download.entry-single .c-post-content .wp-block-embed.alignright .wp-block-embed__wrapper {
  min-width: 280px;
}
#download.entry-single .c-post-content .wp-block-cover .wp-block-embed {
  min-width: 320px;
  min-height: 240px;
}
#download.entry-single .c-post-content .wp-block-embed {
  margin: 0 0 1em 0;
  overflow-wrap: break-word;
}
#download.entry-single .c-post-content .wp-block-embed figcaption {
  margin-top: 1em;
  margin-bottom: 1em;
  color: #777;
  font-size: 13px;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #download.entry-single .c-post-content .wp-block-embed figcaption {
    font-size: 12px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #download.entry-single .c-post-content .wp-block-embed figcaption {
    font-size: 0.5208333333vw;
  }
}
#download.entry-single .c-post-content .wp-block-embed iframe {
  max-width: 100%;
}
#download.entry-single .c-post-content .wp-block-embed__wrapper {
  position: relative;
}
#download.entry-single .c-post-content .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper::before,
#download.entry-single .c-post-content .wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 50%;
}
#download.entry-single .c-post-content .wp-block-embed.wp-has-aspect-ratio iframe,
#download.entry-single .c-post-content .wp-embed-responsive .wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#download.entry-single .c-post-content .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before,
#download.entry-single .c-post-content .wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-top: 42.85%;
}
#download.entry-single .c-post-content .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before,
#download.entry-single .c-post-content .wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
  padding-top: 50%;
}
#download.entry-single .c-post-content .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before,
#download.entry-single .c-post-content .wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}
#download.entry-single .c-post-content .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before,
#download.entry-single .c-post-content .wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%;
}
#download.entry-single .c-post-content .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before,
#download.entry-single .c-post-content .wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-top: 100%;
}
#download.entry-single .c-post-content .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper::before,
#download.entry-single .c-post-content .wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper::before {
  padding-top: 177.77%;
}
#download.entry-single .c-post-content .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before,
#download.entry-single .c-post-content .wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  padding-top: 200%;
}
#download.entry-single .c-post-content {
  /* ================
  　  ボタン
  ================ */
}
#download.entry-single .c-post-content .wp-block-buttons {
  margin-bottom: 25px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #download.entry-single .c-post-content .wp-block-buttons {
    margin-bottom: 0.78125vw;
  }
}
#download.entry-single .c-post-content .wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125em;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-align: center;
  text-decoration: none;
  word-break: break-word;
  box-sizing: border-box;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #download.entry-single .c-post-content .wp-block-button__link {
    font-size: 0.7291666667vw;
  }
}
#download.entry-single .c-post-content .wp-block-button__link:hover, #download.entry-single .c-post-content .wp-block-button__link:focus, #download.entry-single .c-post-content .wp-block-button__link:active, #download.entry-single .c-post-content .wp-block-button__link:visited {
  color: #fff;
}
#download.entry-single .c-post-content .wp-block-button__link.aligncenter {
  text-align: center;
}
#download.entry-single .c-post-content .wp-block-button__link.alignright {
  /*rtl:ignore*/
  text-align: right;
}
#download.entry-single .c-post-content .wp-block-buttons > .wp-block-button.has-custom-width {
  max-width: none;
}
#download.entry-single .c-post-content .wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
  width: 100%;
}
#download.entry-single .c-post-content .wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
  font-size: inherit;
}
#download.entry-single .c-post-content .wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
  width: calc(25% - var(--wp--style--block-gap, 0.5em) * 0.75);
}
#download.entry-single .c-post-content .wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
  width: calc(50% - var(--wp--style--block-gap, 0.5em) * 0.5);
}
#download.entry-single .c-post-content .wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
  width: calc(75% - var(--wp--style--block-gap, 0.5em) * 0.25);
}
#download.entry-single .c-post-content .wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
  width: 100%;
  flex-basis: 100%;
}
#download.entry-single .c-post-content .wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-25 {
  width: 25%;
}
#download.entry-single .c-post-content .wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-50 {
  width: 50%;
}
#download.entry-single .c-post-content .wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-75 {
  width: 75%;
}
#download.entry-single .c-post-content .wp-block-button.is-style-squared,
#download.entry-single .c-post-content .wp-block-button__link.wp-block-button.is-style-squared {
  border-radius: 0;
}
#download.entry-single .c-post-content .wp-block-button.no-border-radius,
#download.entry-single .c-post-content .wp-block-button__link.no-border-radius {
  border-radius: 0 !important;
}
#download.entry-single .c-post-content .is-style-outline > :where(.wp-block-button__link),
#download.entry-single .c-post-content :where(.wp-block-button__link).is-style-outline {
  border: 2px solid currentColor;
  padding: 0.667em 1.333em;
}
#download.entry-single .c-post-content .is-style-outline > .wp-block-button__link:not(.has-text-color),
#download.entry-single .c-post-content .wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: currentColor;
}
#download.entry-single .c-post-content .is-style-outline > .wp-block-button__link:not(.has-background),
#download.entry-single .c-post-content .wp-block-button__link.is-style-outline:not(.has-background) {
  background-color: transparent;
}
#download.entry-single .c-post-content {
  /* ================
  　  線
  ================ */
}
#download.entry-single .c-post-content .wp-block-separator {
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  border: none;
  border-bottom: 2px solid currentColor;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.4;
}
#download.entry-single .c-post-content .wp-block-separator.is-style-wide {
  border-bottom-width: 1px;
}
#download.entry-single .c-post-content .wp-block-separator.is-style-dots {
  background: none !important;
  border: none;
  text-align: center;
  line-height: 1;
  height: auto;
}
#download.entry-single .c-post-content .wp-block-separator.is-style-dots::before {
  content: "···";
  color: currentColor;
  font-size: 1.5em;
  letter-spacing: 2em;
  /*rtl:ignore*/
  padding-left: 2em;
  font-family: serif;
}
#download.entry-single .c-post-content .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100px;
}
#download.entry-single .c-post-content .wp-block-separator.has-background:not(.is-style-dots) {
  border-bottom: none;
  height: 1px;
}
#download.entry-single .c-post-content .wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
  height: 2px;
}
#download.entry-single .post-pager {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 100px;
  margin-left: 21.9178082192%;
}
#download.entry-single .post-pager .dummy {
  width: 10%;
}
#download.entry-single .post-pager .pager-link a {
  text-align: center;
}
#download.entry-single .post-pager .pager-link a::before, #download.entry-single .post-pager .pager-link a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 16px;
  margin-top: -2px;
}
#download.entry-single .post-pager .pager-link.prev-link a:before {
  margin-right: 35px;
  background: url("../img/diary/icon_arrow_prev.svg") no-repeat top center;
  background-size: 100% auto;
}
#download.entry-single .post-pager .pager-link.prev-link a::after {
  display: none;
}
#download.entry-single .post-pager .pager-link.next-link a:after {
  margin-left: 35px;
  background: url("../img/diary/icon_arrow_next.svg") no-repeat top center;
  background-size: 100% auto;
}
#download.entry-single .post-pager .pager-link.next-link a::before {
  display: none;
}
#download.entry-single .post-pager .list-link {
  display: block;
}
#download.entry-single .post-pager .list-link:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: url("../img/diary/icon_more.svg") no-repeat top center;
  background-size: 100% auto;
  transition: opacity 0.5s var(--ease-inout-cubic);
}
#download.entry-single .post-pager .list-link:hover:before {
  opacity: 0.5;
}
@media screen and (max-width: 1023px) and (min-width: 751px) {
  #download.entry-single .rgt-culm {
    width: 72%;
  }
}

/* --------------------------------------------------
* movie
*/
#movie {
  position: relative;
}
#movie::before {
  content: "";
  position: absolute;
  top: 416px;
  left: -5.1041666667%;
  width: min(27.5%, 528px);
  height: 517px;
  background: url("../img/common/line_bg01.webp") no-repeat top center;
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #movie::before {
    display: none;
  }
}
#movie .cont-wrap {
  margin-bottom: 180px;
}
#movie .cate-btn-area {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 2.7777777778%;
}
#movie .cate-btn-area li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  min-height: 149px;
  font-weight: var(--font-weight-medium);
  text-align: center;
  letter-spacing: 0.04em;
  background-color: var(--wht-color-2);
  border: 2px solid var(--brw-color-1);
  border-radius: 20px;
  color: var(--brw-color-2);
}
#movie .link-btn {
  margin-top: 80px;
}

#movie.entry-single .cont-wrap::before, #movie.entry-single .cont-wrap::after {
  display: none;
}
#movie.entry-single .single-cont {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
#movie.entry-single .lft-culm {
  width: 15.462962963%;
  max-width: 167px;
  margin-right: 4.6296296296%;
}
#movie.entry-single .lft-culm .link-btn.sp {
  display: none;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #movie.entry-single .lft-culm {
    width: 23%;
  }
}
#movie.entry-single .rgt-culm {
  width: 79.9074074074%;
  max-width: 863px;
}
#movie.entry-single .rgt-culm .link-btn.pc {
  display: flex;
}
#movie.entry-single .category-area .area-ttl {
  margin-bottom: 20px;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.04em;
}
#movie.entry-single .category-area dl + dl {
  margin-top: 15px;
}
#movie.entry-single .category-area .cate-ttl {
  position: relative;
  display: block;
  padding: 8px 35px 8px 0;
  font-weight: var(--font-weight-medium);
  line-height: 1.5625;
  letter-spacing: 0.04em;
  border-bottom: 1px solid var(--brw-color-1);
  transition: all 0.3s ease;
  cursor: pointer;
}
#movie.entry-single .category-area .cate-ttl:hover {
  opacity: 0.7;
}
#movie.entry-single .category-area .cate-ttl::after {
  content: "";
  position: absolute;
  display: block;
  top: 18px;
  right: 10px;
  width: 13px;
  height: 8px;
  background: url("../img/common/icn_arrow_down.svg") no-repeat top center;
  background-size: cover;
  transform: rotate(0deg);
  transition: all 0.5s ease;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #movie.entry-single .category-area .cate-ttl::after {
    top: 15px;
  }
}
#movie.entry-single .category-area .cate-ttl.is-open::after {
  transform: rotate(180deg);
}
#movie.entry-single .category-area .cate-innr-wrap {
  display: none;
  margin-top: 10px;
}
#movie.entry-single .category-area .cate a {
  display: block;
  padding: 8px 0;
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
  border-bottom: 1px dashed #CBB3A6;
}
#movie.entry-single .category-area .cate-sub-wrap {
  margin-left: 10px;
}
#movie.entry-single .category-area .cate-sub-wrap + .cate-sub-wrap {
  margin-top: 15px;
}
#movie.entry-single .category-area .cate-sub-wrap .cate-innr {
  display: none;
}
#movie.entry-single .post-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 60px;
}
#movie.entry-single .post-head .page-ttl {
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.04em;
}
#movie.entry-single .post-head .page-ttl .underline-trigger {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-bottom: 30px;
  background-image: radial-gradient(ellipse 40% 30% at 30% 50%, rgba(216, 244, 186, 0.7) 0%, transparent 100%), radial-gradient(ellipse 40% 30% at 60% 50%, rgba(153, 219, 174, 0.7) 0%, transparent 100%);
  background-size: 0% 50px;
  background-position: left calc(100% - 10px);
  background-repeat: no-repeat;
  transition: background-size 1s ease;
}
#movie.entry-single .post-head .page-ttl .underline-trigger.on {
  background-size: 100% 50px;
}
#movie.entry-single .post-detail dl + dl {
  margin-top: 30px;
}
#movie.entry-single .post-detail .cont-ttl {
  position: relative;
  display: block;
  padding: 10px 35px 10px 25px;
  font-weight: var(--font-weight-medium);
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
  color: var(--wht-color-2);
  background-color: var(--brw-color-1);
  border-radius: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
}
#movie.entry-single .post-detail .cont-ttl:hover {
  opacity: 0.7;
}
#movie.entry-single .post-detail .cont-ttl::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 20px;
  width: 18px;
  height: 9px;
  background: url("../img/common/icn_arrow_down_wht.svg") no-repeat top center;
  background-size: cover;
  transform: rotate(0deg) translateY(-50%);
  transition: all 0.5s ease;
}
#movie.entry-single .post-detail .cont-ttl.is-open::after {
  transform: rotate(180deg) translateY(50%);
}
#movie.entry-single .post-detail .cont-innr-wrap {
  position: relative;
  display: none;
  padding: 40px;
  margin-top: 20px;
  background-color: var(--wht-color-2);
  border-radius: 20px;
}
#movie.entry-single .post-detail .cont-innr-wrap ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 30px;
}
#movie.entry-single .post-detail .cont-innr-wrap ul:has(li:first-child:nth-last-child(1)), #movie.entry-single .post-detail .cont-innr-wrap ul:has(li:first-child:nth-last-child(3)) {
  grid-template-columns: repeat(3, 1fr);
}
#movie.entry-single .post-detail .cont-innr-wrap ul:has(li:first-child:nth-last-child(2)) {
  grid-template-columns: repeat(2, 1fr);
}
#movie.entry-single .post-detail .cont-innr-wrap li .modal {
  position: relative;
  transition: all 0.5s ease;
  cursor: pointer;
}
#movie.entry-single .post-detail .cont-innr-wrap li .modal:hover {
  opacity: 0.7;
}
#movie.entry-single .post-detail .cont-innr-wrap li figcaption {
  margin-top: 5px;
  font-weight: var(--font-weight-medium);
  line-height: 1.5;
  letter-spacing: 0.04em;
}
#movie.entry-single .post-detail .cont-innr-wrap li .modal-area {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  overflow-y: scroll;
}
#movie.entry-single .post-detail .cont-innr-wrap li .modal-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(69.0625%, 1326px);
  height: 38.9vw;
  transform: translate(-50%, -50%);
}
#movie.entry-single .post-detail .cont-innr-wrap li .modal-inner iframe {
  width: 100%;
  height: 100%;
}
#movie.entry-single .post-detail .cont-innr-wrap li .close-btn {
  position: absolute;
  top: 2vw;
  right: 12.2395833333%;
  width: 29px;
  cursor: pointer;
  transition: opacity 0.5s ease;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #movie.entry-single .post-detail .cont-innr-wrap li .close-btn {
    top: 39vw;
  }
}
#movie.entry-single .link-btn {
  margin-top: 80px;
}
#movie.entry-single .wp-pagenavi {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 60px;
}
#movie.entry-single .wp-pagenavi .page,
#movie.entry-single .wp-pagenavi span {
  position: relative;
  display: block;
  padding: 9.4px 15px;
  margin: 0 7px;
  font-weight: var(--font-weight-medium);
  line-height: 1;
  text-align: center;
  color: var(--brw-color-1);
  border: 1px solid var(--brw-color-1);
  border-radius: 50%;
  transition: all 0.5s;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #movie.entry-single .wp-pagenavi .page,
  #movie.entry-single .wp-pagenavi span {
    padding: 9px 13px;
  }
}
#movie.entry-single .wp-pagenavi .page:hover, #movie.entry-single .wp-pagenavi .page.current,
#movie.entry-single .wp-pagenavi span:hover,
#movie.entry-single .wp-pagenavi span.current {
  color: var(--wht-color-2);
  background-color: var(--brw-color-1);
  opacity: 1;
}
#movie.entry-single .wp-pagenavi .previouspostslink,
#movie.entry-single .wp-pagenavi .nextpostslink {
  position: relative;
}
#movie.entry-single .wp-pagenavi .previouspostslink {
  margin-right: 30px;
}
#movie.entry-single .wp-pagenavi .previouspostslink::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  width: 13px;
  height: 8px;
  background: url("../img/common/icn_arrow_down.svg") no-repeat top center;
  background-size: cover;
  transform: rotate(90deg) translateX(-20%);
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #movie.entry-single .wp-pagenavi .previouspostslink {
    margin-right: 20px;
  }
  #movie.entry-single .wp-pagenavi .previouspostslink::before {
    left: -20px;
  }
}
#movie.entry-single .wp-pagenavi .nextpostslink {
  margin-left: 30px;
}
#movie.entry-single .wp-pagenavi .nextpostslink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  width: 13px;
  height: 8px;
  background: url("../img/common/icn_arrow_down.svg") no-repeat top center;
  background-size: cover;
  transform: rotate(-90deg) translateX(20%);
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #movie.entry-single .wp-pagenavi .nextpostslink {
    margin-left: 20px;
  }
  #movie.entry-single .wp-pagenavi .nextpostslink::after {
    right: -20px;
  }
}
#movie.entry-single .c-post-content {
  /* =====================
  　  エレメントスタイル
  ===================== */
}
#movie.entry-single .c-post-content p {
  margin-bottom: 30px;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.75;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  #movie.entry-single .c-post-content p {
    margin-bottom: 26px;
    font-size: 14px;
  }
}
#movie.entry-single .c-post-content a {
  text-decoration: underline;
}
#movie.entry-single .c-post-content code {
  padding: 0.5em 1em;
  font-family: Menlo, Yu Gothic, Monaco, "Courier New", monospace;
  font-size: 13px;
  color: crimson;
  background-color: #f0f0f1;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #movie.entry-single .c-post-content code {
    font-size: 0.5208333333vw;
  }
}
#movie.entry-single .c-post-content mark {
  background-color: #F5F58A;
}
#movie.entry-single .c-post-content embed,
#movie.entry-single .c-post-content iframe,
#movie.entry-single .c-post-content object {
  max-width: 100%;
}
#movie.entry-single .c-post-content img {
  vertical-align: top;
}
#movie.entry-single .c-post-content pre {
  white-space: break-spaces;
}
#movie.entry-single .c-post-content b, #movie.entry-single .c-post-content strong {
  font-weight: bold;
}
#movie.entry-single .c-post-content {
  /* ==============
  　 共通スタイル
    クラス名
  ============== */
}
#movie.entry-single .c-post-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
#movie.entry-single .c-post-content .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
#movie.entry-single .c-post-content .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
#movie.entry-single .c-post-content {
  /* =======================
  　  見出し H2が標準
  ======================= */
}
#movie.entry-single .c-post-content h1, #movie.entry-single .c-post-content h2, #movie.entry-single .c-post-content h3, #movie.entry-single .c-post-content h4, #movie.entry-single .c-post-content h5, #movie.entry-single .c-post-content h6 {
  margin-bottom: 40px;
  font-family: var(--font-serif);
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.03em;
  line-height: 1.68;
  color: #000;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  #movie.entry-single .c-post-content h1, #movie.entry-single .c-post-content h2, #movie.entry-single .c-post-content h3, #movie.entry-single .c-post-content h4, #movie.entry-single .c-post-content h5, #movie.entry-single .c-post-content h6 {
    margin-bottom: 30px;
  }
}
#movie.entry-single .c-post-content h1 {
  margin: 35px 0 30px;
  font-size: 34px;
  letter-spacing: 0.05em;
  color: var(--lvl-color);
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  #movie.entry-single .c-post-content h1 {
    font-size: 32px;
  }
}
#movie.entry-single .c-post-content h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 20px 0 32px;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1.1666666667;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  #movie.entry-single .c-post-content h2 {
    font-size: 28px;
  }
}
#movie.entry-single .c-post-content h2::before {
  content: "";
  display: block;
  width: 52px;
  margin-right: 20px;
  border: 0.5px solid #000;
}
#movie.entry-single .c-post-content h3 {
  margin: 35px 0 30px;
  font-size: 26px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  #movie.entry-single .c-post-content h3 {
    font-size: 24px;
  }
}
#movie.entry-single .c-post-content h4 {
  margin: 35px 0 30px;
  font-size: 26px;
  letter-spacing: 0.05em;
  color: var(--lvl-color);
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  #movie.entry-single .c-post-content h4 {
    font-size: 24px;
  }
}
#movie.entry-single .c-post-content h5 {
  margin: 25px 0 20px;
  font-size: 22px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  #movie.entry-single .c-post-content h5 {
    font-size: 20px;
  }
}
#movie.entry-single .c-post-content h6 {
  margin: 25px 0 20px;
  font-size: 22px;
  letter-spacing: 0.05em;
  color: var(--lvl-color);
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  #movie.entry-single .c-post-content h6 {
    font-size: 20px;
  }
}
#movie.entry-single .c-post-content {
  /* =====================
  　  引用
  ===================== */
}
#movie.entry-single .c-post-content .wp-block-quote {
  border-left: 0.25em solid currentColor;
  margin: 0 0 1.75em 0;
  padding-left: 1em;
  overflow-wrap: break-word;
}
#movie.entry-single .c-post-content .wp-block-quote cite,
#movie.entry-single .c-post-content .wp-block-quote footer {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  font-size: 0.8125em;
  font-style: normal;
  color: #555;
}
#movie.entry-single .c-post-content .wp-block-quote cite::before,
#movie.entry-single .c-post-content .wp-block-quote footer::before {
  content: "ー";
  margin-right: 0.4em;
}
#movie.entry-single .c-post-content .wp-block-quote.has-text-align-right {
  border-left: none;
  border-right: 0.25em solid currentColor;
  padding-left: 0;
  padding-right: 1em;
}
#movie.entry-single .c-post-content .wp-block-quote.has-text-align-center {
  border: none;
  padding-left: 0;
}
#movie.entry-single .c-post-content .wp-block-quote.is-style-plain {
  padding: 10px 20px 20px;
  border-left: none;
  background: #f5f5f5;
}
#movie.entry-single .c-post-content .wp-block-quote.is-style-plain p {
  font-style: italic;
}
#movie.entry-single .c-post-content .wp-block-quote.is-style-plain, #movie.entry-single .c-post-content .wp-block-quote.is-style-large, #movie.entry-single .c-post-content .wp-block-quote.is-large {
  border: none;
}
#movie.entry-single .c-post-content .wp-block-quote.is-style-large, #movie.entry-single .c-post-content .wp-block-quote.is-large {
  padding: 10px 20px 20px;
  border-left: none;
  white-space: pre-wrap;
  margin-bottom: 1em;
  background: #f5f5f5;
}
#movie.entry-single .c-post-content .wp-block-quote.is-style-large p, #movie.entry-single .c-post-content .wp-block-quote.is-large p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.6;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #movie.entry-single .c-post-content .wp-block-quote.is-style-large p, #movie.entry-single .c-post-content .wp-block-quote.is-large p {
    font-size: 0.9375vw;
  }
}
#movie.entry-single .c-post-content .wp-block-quote.is-style-large cite,
#movie.entry-single .c-post-content .wp-block-quote.is-style-large footer, #movie.entry-single .c-post-content .wp-block-quote.is-large cite,
#movie.entry-single .c-post-content .wp-block-quote.is-large footer {
  font-size: 1.125em;
  text-align: right;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #movie.entry-single .c-post-content .wp-block-quote.is-style-large cite,
  #movie.entry-single .c-post-content .wp-block-quote.is-style-large footer, #movie.entry-single .c-post-content .wp-block-quote.is-large cite,
  #movie.entry-single .c-post-content .wp-block-quote.is-large footer {
    font-size: 0.625vw;
  }
}
#movie.entry-single .c-post-content {
  /* =====================
  　  タイポグラフィ
  ===================== */
  /* サイズ */
}
#movie.entry-single .c-post-content .has-small-font-size {
  font-size: 13px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #movie.entry-single .c-post-content .has-small-font-size {
    font-size: 0.5208333333vw;
  }
}
#movie.entry-single .c-post-content .has-medium-font-size {
  font-size: 20px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #movie.entry-single .c-post-content .has-medium-font-size {
    font-size: 0.8333333333vw;
  }
}
#movie.entry-single .c-post-content .has-large-font-size {
  font-size: 36px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #movie.entry-single .c-post-content .has-large-font-size {
    font-size: 1.4583333333vw;
  }
}
#movie.entry-single .c-post-content .has-x-large-font-size {
  font-size: 42px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #movie.entry-single .c-post-content .has-x-large-font-size {
    font-size: 1.7708333333vw;
  }
}
#movie.entry-single .c-post-content {
  /* 外観
  font-weightとfont-style:italic;のインラインスタイル */
  /* 大文字小文字
  text-transformのインラインスタイル */
  /* letter-spacing
  letter-spacingのインラインスタイル */
  /* =========
  　  文字色
  ========= */
}
#movie.entry-single .c-post-content .has-vivid-red-color {
  color: #cf2e2e;
}
#movie.entry-single .c-post-content .has-vivid-cyan-blue-color {
  color: #0693e3;
}
#movie.entry-single .c-post-content .has-black-color {
  color: #000000;
}
#movie.entry-single .c-post-content .has-cyan-bluish-gray-color {
  color: #abb8c3;
}
#movie.entry-single .c-post-content .has-white-color {
  color: #ffffff;
}
#movie.entry-single .c-post-content .has-pale-pink-color {
  color: #f78da7;
}
#movie.entry-single .c-post-content .has-luminous-vivid-orange-color {
  color: #ff6900;
}
#movie.entry-single .c-post-content .has-luminous-vivid-amber-color {
  color: #fcb900;
}
#movie.entry-single .c-post-content .has-light-green-cyan-color {
  color: #7bdcb5;
}
#movie.entry-single .c-post-content .has-vivid-green-cyan-color {
  color: #00d084;
}
#movie.entry-single .c-post-content .has-pale-cyan-blue-color {
  color: #8ed1fc;
}
#movie.entry-single .c-post-content .has-vivid-purple-color {
  color: #9b51e0;
}
#movie.entry-single .c-post-content {
  /* ================
  　  背景色
  ================ */
}
#movie.entry-single .c-post-content .has-background {
  padding: 1.25em 2.375em;
}
#movie.entry-single .c-post-content .has-vivid-red-background-color {
  background-color: #cf2e2e;
}
#movie.entry-single .c-post-content .has-vivid-cyan-blue-background-color {
  background-color: #0693e3;
}
#movie.entry-single .c-post-content .has-black-background-color {
  background-color: #000000;
}
#movie.entry-single .c-post-content .has-cyan-bluish-gray-background-color {
  background-color: #abb8c3;
}
#movie.entry-single .c-post-content .has-white-background-color {
  background-color: #ffffff;
}
#movie.entry-single .c-post-content .has-pale-pink-background-color {
  background-color: #f78da7;
}
#movie.entry-single .c-post-content .has-luminous-vivid-orange-background-color {
  background-color: #ff6900;
}
#movie.entry-single .c-post-content .has-luminous-vivid-amber-background-color {
  background-color: #fcb900;
}
#movie.entry-single .c-post-content .has-light-green-cyan-background-color {
  background-color: #7bdcb5;
}
#movie.entry-single .c-post-content .has-vivid-green-cyan-background-color {
  background-color: #00d084;
}
#movie.entry-single .c-post-content .has-pale-cyan-blue-background-color {
  background-color: #8ed1fc;
}
#movie.entry-single .c-post-content .has-vivid-purple-background-color {
  background-color: #9b51e0;
}
#movie.entry-single .c-post-content {
  /* ================
  　  整形
  ================ */
}
#movie.entry-single .c-post-content sup {
  vertical-align: super;
  font-size: 12px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #movie.entry-single .c-post-content sup {
    font-size: 0.5208333333vw;
  }
}
#movie.entry-single .c-post-content sub {
  vertical-align: sub;
  font-size: 12px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #movie.entry-single .c-post-content sub {
    font-size: 0.5208333333vw;
  }
}
#movie.entry-single .c-post-content {
  /* 下線はtext-decoration: underlineのインラインスタイル */
}
#movie.entry-single .c-post-content .has-text-align-left {
  text-align: left;
}
#movie.entry-single .c-post-content .has-text-align-center {
  text-align: center;
}
#movie.entry-single .c-post-content .has-text-align-right {
  text-align: right;
}
#movie.entry-single .c-post-content {
  /* ================
  　  リスト
  ================ */
}
#movie.entry-single .c-post-content ul, #movie.entry-single .c-post-content ol {
  list-style: revert;
  list-style-type: revert;
  margin-bottom: 30px;
  padding: revert;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #movie.entry-single .c-post-content ul, #movie.entry-single .c-post-content ol {
    font-size: 14px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #movie.entry-single .c-post-content ul, #movie.entry-single .c-post-content ol {
    margin-bottom: 1.1458333333vw;
    font-size: 0.7291666667vw;
  }
}
#movie.entry-single .c-post-content ul li, #movie.entry-single .c-post-content ol li {
  list-style: revert;
}
#movie.entry-single .c-post-content .block-editor-block-list__layout .block-editor-block-list__block {
  list-style-type: revert;
  margin-bottom: 20px;
  padding: revert;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #movie.entry-single .c-post-content .block-editor-block-list__layout .block-editor-block-list__block {
    margin-bottom: 0.78125vw;
  }
}
#movie.entry-single .c-post-content {
  /* ================
  　  テーブル
  ================ */
}
#movie.entry-single .c-post-content .wp-block-table {
  width: 100%;
  margin: 0 0 1em 0;
  overflow-x: auto;
}
#movie.entry-single .c-post-content .wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
#movie.entry-single .c-post-content .wp-block-table th, #movie.entry-single .c-post-content .wp-block-table td {
  border: 1px solid;
  padding: 0.5em;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #movie.entry-single .c-post-content .wp-block-table th, #movie.entry-single .c-post-content .wp-block-table td {
    font-size: 0.6770833333vw;
  }
}
#movie.entry-single .c-post-content .wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}
#movie.entry-single .c-post-content .wp-block-table .has-fixed-layout td,
#movie.entry-single .c-post-content .wp-block-table .has-fixed-layout th {
  word-break: break-word;
}
#movie.entry-single .c-post-content .wp-block-table.alignleft, #movie.entry-single .c-post-content .wp-block-table.aligncenter, #movie.entry-single .c-post-content .wp-block-table.alignright {
  display: table;
  width: auto;
}
#movie.entry-single .c-post-content .wp-block-table.alignleft td,
#movie.entry-single .c-post-content .wp-block-table.alignleft th, #movie.entry-single .c-post-content .wp-block-table.aligncenter td,
#movie.entry-single .c-post-content .wp-block-table.aligncenter th, #movie.entry-single .c-post-content .wp-block-table.alignright td,
#movie.entry-single .c-post-content .wp-block-table.alignright th {
  word-break: break-word;
}
#movie.entry-single .c-post-content .wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5;
}
#movie.entry-single .c-post-content .wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5;
}
#movie.entry-single .c-post-content .wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe;
}
#movie.entry-single .c-post-content .wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef;
}
#movie.entry-single .c-post-content .wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid #f0f0f0;
}
#movie.entry-single .c-post-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
#movie.entry-single .c-post-content .wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
  background-color: #f3f4f5;
}
#movie.entry-single .c-post-content .wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
  background-color: #e9fbe5;
}
#movie.entry-single .c-post-content .wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
  background-color: #e7f5fe;
}
#movie.entry-single .c-post-content .wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
  background-color: #fcf0ef;
}
#movie.entry-single .c-post-content .wp-block-table.is-style-stripes th,
#movie.entry-single .c-post-content .wp-block-table.is-style-stripes td {
  border-color: transparent;
}
#movie.entry-single .c-post-content .wp-block-table .has-border-color > *,
#movie.entry-single .c-post-content .wp-block-table .has-border-color tr,
#movie.entry-single .c-post-content .wp-block-table .has-border-color th,
#movie.entry-single .c-post-content .wp-block-table .has-border-color td {
  border-color: inherit;
}
#movie.entry-single .c-post-content .wp-block-table table[style*=border-style] > *,
#movie.entry-single .c-post-content .wp-block-table table[style*=border-style] tr,
#movie.entry-single .c-post-content .wp-block-table table[style*=border-style] th,
#movie.entry-single .c-post-content .wp-block-table table[style*=border-style] td {
  border-style: inherit;
}
#movie.entry-single .c-post-content .wp-block-table table[style*=border-width] > *,
#movie.entry-single .c-post-content .wp-block-table table[style*=border-width] tr,
#movie.entry-single .c-post-content .wp-block-table table[style*=border-width] th,
#movie.entry-single .c-post-content .wp-block-table table[style*=border-width] td {
  border-width: inherit;
}
#movie.entry-single .c-post-content .wp-block-table figcaption {
  margin-top: 1em;
  margin-bottom: 1em;
  color: #777;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #movie.entry-single .c-post-content .wp-block-table figcaption {
    font-size: 12px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #movie.entry-single .c-post-content .wp-block-table figcaption {
    font-size: 0.5208333333vw;
  }
}
#movie.entry-single .c-post-content {
  /* ================
  　  画像
  ================ */
}
#movie.entry-single .c-post-content .wp-block-image {
  margin: 50px 0;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #movie.entry-single .c-post-content .wp-block-image {
    margin: 42px 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #movie.entry-single .c-post-content .wp-block-image {
    margin: 1.5625vw 0;
  }
}
#movie.entry-single .c-post-content .wp-block-image img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
#movie.entry-single .c-post-content .wp-block-image:not(.is-style-rounded) > a,
#movie.entry-single .c-post-content .wp-block-image:not(.is-style-rounded) img {
  border-radius: inherit;
}
#movie.entry-single .c-post-content .wp-block-image.aligncenter {
  text-align: center;
}
#movie.entry-single .c-post-content .wp-block-image.alignfull img, #movie.entry-single .c-post-content .wp-block-image.alignwide img {
  height: auto;
  width: 100%;
}
#movie.entry-single .c-post-content .wp-block-image .alignleft,
#movie.entry-single .c-post-content .wp-block-image .alignright,
#movie.entry-single .c-post-content .wp-block-image .aligncenter {
  display: table;
}
#movie.entry-single .c-post-content .wp-block-image .alignleft > figcaption,
#movie.entry-single .c-post-content .wp-block-image .alignright > figcaption,
#movie.entry-single .c-post-content .wp-block-image .aligncenter > figcaption {
  display: table-caption;
  caption-side: bottom;
}
#movie.entry-single .c-post-content .wp-block-image .alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-left: 0;
  margin-right: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#movie.entry-single .c-post-content .wp-block-image .alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-right: 0;
  margin-left: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#movie.entry-single .c-post-content .wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
#movie.entry-single .c-post-content .wp-block-image figcaption {
  margin-top: 1em;
  margin-bottom: 1em;
  color: #777;
  font-size: 13px;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #movie.entry-single .c-post-content .wp-block-image figcaption {
    font-size: 12px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #movie.entry-single .c-post-content .wp-block-image figcaption {
    font-size: 0.5208333333vw;
  }
}
#movie.entry-single .c-post-content .wp-block-image.is-style-rounded img {
  border-radius: 10px;
}
#movie.entry-single .c-post-content .wp-block-image.is-style-circle-mask img {
  border-radius: 10px;
}
@supports (-webkit-mask-image: none) or (mask-image: none) or (-webkit-mask-image: none) {
  #movie.entry-single .c-post-content .wp-block-image.is-style-circle-mask img {
    /* stylelint-disable */
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    /* stylelint-enable */
    mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    border-radius: 0;
  }
}
#movie.entry-single .c-post-content .wp-block-image figure {
  margin: 0;
}
#movie.entry-single .c-post-content .wp-block-cover-image,
#movie.entry-single .c-post-content .wp-block-cover {
  position: relative;
  background-size: cover;
  background-position: center center;
  min-height: 430px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  box-sizing: border-box;
}
#movie.entry-single .c-post-content .wp-block-cover-image.has-parallax,
#movie.entry-single .c-post-content .wp-block-cover.has-parallax {
  background-attachment: fixed;
}
@supports (-webkit-overflow-scrolling: touch) {
  #movie.entry-single .c-post-content .wp-block-cover-image.has-parallax,
  #movie.entry-single .c-post-content .wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  #movie.entry-single .c-post-content .wp-block-cover-image.has-parallax,
  #movie.entry-single .c-post-content .wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}
#movie.entry-single .c-post-content .wp-block-cover-image.is-repeated,
#movie.entry-single .c-post-content .wp-block-cover.is-repeated {
  background-repeat: repeat;
  background-size: auto;
}
#movie.entry-single .c-post-content .wp-block-cover-image.has-background-dim:not([class*=-background-color]),
#movie.entry-single .c-post-content .wp-block-cover-image .has-background-dim:not([class*=-background-color]),
#movie.entry-single .c-post-content .wp-block-cover.has-background-dim:not([class*=-background-color]),
#movie.entry-single .c-post-content .wp-block-cover .has-background-dim:not([class*=-background-color]) {
  background-color: #000;
}
#movie.entry-single .c-post-content .wp-block-cover-image.has-background-dim::before,
#movie.entry-single .c-post-content .wp-block-cover-image .has-background-dim::before,
#movie.entry-single .c-post-content .wp-block-cover.has-background-dim::before,
#movie.entry-single .c-post-content .wp-block-cover .has-background-dim::before {
  content: "";
  background-color: inherit;
}
#movie.entry-single .c-post-content .wp-block-cover-image.has-background-dim:not(.has-background-gradient)::before,
#movie.entry-single .c-post-content .wp-block-cover-image .has-background-dim:not(.has-background-gradient)::before,
#movie.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background,
#movie.entry-single .c-post-content .wp-block-cover.has-background-dim:not(.has-background-gradient)::before,
#movie.entry-single .c-post-content .wp-block-cover .has-background-dim:not(.has-background-gradient)::before,
#movie.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0.5;
}
#movie.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
#movie.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
  opacity: 0;
}
#movie.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,
#movie.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
  opacity: 0.1;
}
#movie.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,
#movie.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
  opacity: 0.2;
}
#movie.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,
#movie.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
  opacity: 0.3;
}
#movie.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,
#movie.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
  opacity: 0.4;
}
#movie.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,
#movie.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
  opacity: 0.5;
}
#movie.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,
#movie.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
  opacity: 0.6;
}
#movie.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,
#movie.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
  opacity: 0.7;
}
#movie.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,
#movie.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
  opacity: 0.8;
}
#movie.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,
#movie.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
  opacity: 0.9;
}
#movie.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,
#movie.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
  opacity: 1;
}
#movie.entry-single .c-post-content .wp-block-cover-image.alignleft, #movie.entry-single .c-post-content .wp-block-cover-image.alignright,
#movie.entry-single .c-post-content .wp-block-cover.alignleft,
#movie.entry-single .c-post-content .wp-block-cover.alignright {
  max-width: 420px;
  width: 100%;
}
#movie.entry-single .c-post-content .wp-block-cover-image::after,
#movie.entry-single .c-post-content .wp-block-cover::after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit;
}
@supports (position: sticky) {
  #movie.entry-single .c-post-content .wp-block-cover-image::after,
  #movie.entry-single .c-post-content .wp-block-cover::after {
    content: none;
  }
}
#movie.entry-single .c-post-content .wp-block-cover-image.aligncenter, #movie.entry-single .c-post-content .wp-block-cover-image.alignleft, #movie.entry-single .c-post-content .wp-block-cover-image.alignright,
#movie.entry-single .c-post-content .wp-block-cover.aligncenter,
#movie.entry-single .c-post-content .wp-block-cover.alignleft,
#movie.entry-single .c-post-content .wp-block-cover.alignright {
  display: flex;
}
#movie.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__inner-container,
#movie.entry-single .c-post-content .wp-block-cover .wp-block-cover__inner-container {
  width: 100%;
  z-index: 1;
  color: #fff;
}
#movie.entry-single .c-post-content .wp-block-cover-image.is-light .wp-block-cover__inner-container,
#movie.entry-single .c-post-content .wp-block-cover.is-light .wp-block-cover__inner-container {
  color: #000;
}
#movie.entry-single .c-post-content .wp-block-cover-image p:not(.has-text-color),
#movie.entry-single .c-post-content .wp-block-cover-image h1:not(.has-text-color),
#movie.entry-single .c-post-content .wp-block-cover-image h2:not(.has-text-color),
#movie.entry-single .c-post-content .wp-block-cover-image h3:not(.has-text-color),
#movie.entry-single .c-post-content .wp-block-cover-image h4:not(.has-text-color),
#movie.entry-single .c-post-content .wp-block-cover-image h5:not(.has-text-color),
#movie.entry-single .c-post-content .wp-block-cover-image h6:not(.has-text-color),
#movie.entry-single .c-post-content .wp-block-cover p:not(.has-text-color),
#movie.entry-single .c-post-content .wp-block-cover h1:not(.has-text-color),
#movie.entry-single .c-post-content .wp-block-cover h2:not(.has-text-color),
#movie.entry-single .c-post-content .wp-block-cover h3:not(.has-text-color),
#movie.entry-single .c-post-content .wp-block-cover h4:not(.has-text-color),
#movie.entry-single .c-post-content .wp-block-cover h5:not(.has-text-color),
#movie.entry-single .c-post-content .wp-block-cover h6:not(.has-text-color) {
  color: inherit;
}
#movie.entry-single .c-post-content .wp-block-cover-image.is-position-top-left,
#movie.entry-single .c-post-content .wp-block-cover.is-position-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
#movie.entry-single .c-post-content .wp-block-cover-image.is-position-top-center,
#movie.entry-single .c-post-content .wp-block-cover.is-position-top-center {
  align-items: flex-start;
  justify-content: center;
}
#movie.entry-single .c-post-content .wp-block-cover-image.is-position-top-right,
#movie.entry-single .c-post-content .wp-block-cover.is-position-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
#movie.entry-single .c-post-content .wp-block-cover-image.is-position-center-left,
#movie.entry-single .c-post-content .wp-block-cover.is-position-center-left {
  align-items: center;
  justify-content: flex-start;
}
#movie.entry-single .c-post-content .wp-block-cover-image.is-position-center-center,
#movie.entry-single .c-post-content .wp-block-cover.is-position-center-center {
  align-items: center;
  justify-content: center;
}
#movie.entry-single .c-post-content .wp-block-cover-image.is-position-center-right,
#movie.entry-single .c-post-content .wp-block-cover.is-position-center-right {
  align-items: center;
  justify-content: flex-end;
}
#movie.entry-single .c-post-content .wp-block-cover-image.is-position-bottom-left,
#movie.entry-single .c-post-content .wp-block-cover.is-position-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
#movie.entry-single .c-post-content .wp-block-cover-image.is-position-bottom-center,
#movie.entry-single .c-post-content .wp-block-cover.is-position-bottom-center {
  align-items: flex-end;
  justify-content: center;
}
#movie.entry-single .c-post-content .wp-block-cover-image.is-position-bottom-right,
#movie.entry-single .c-post-content .wp-block-cover.is-position-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
#movie.entry-single .c-post-content .wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
#movie.entry-single .c-post-content .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
  margin: 0;
  width: auto;
}
#movie.entry-single .c-post-content .wp-block-cover-image img.wp-block-cover__image-background,
#movie.entry-single .c-post-content .wp-block-cover-image video.wp-block-cover__video-background,
#movie.entry-single .c-post-content .wp-block-cover img.wp-block-cover__image-background,
#movie.entry-single .c-post-content .wp-block-cover video.wp-block-cover__video-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  outline: none;
  border: none;
  box-shadow: none;
}
#movie.entry-single .c-post-content .wp-block-cover__video-background {
  z-index: 0;
}
#movie.entry-single .c-post-content .wp-block-cover__image-background {
  z-index: 0;
}
#movie.entry-single .c-post-content section.wp-block-cover-image h2,
#movie.entry-single .c-post-content .wp-block-cover-image-text,
#movie.entry-single .c-post-content .wp-block-cover-text {
  color: #fff;
}
#movie.entry-single .c-post-content section.wp-block-cover-image h2 a,
#movie.entry-single .c-post-content section.wp-block-cover-image h2 a:hover,
#movie.entry-single .c-post-content section.wp-block-cover-image h2 a:focus,
#movie.entry-single .c-post-content section.wp-block-cover-image h2 a:active,
#movie.entry-single .c-post-content .wp-block-cover-image-text a,
#movie.entry-single .c-post-content .wp-block-cover-image-text a:hover,
#movie.entry-single .c-post-content .wp-block-cover-image-text a:focus,
#movie.entry-single .c-post-content .wp-block-cover-image-text a:active,
#movie.entry-single .c-post-content .wp-block-cover-text a,
#movie.entry-single .c-post-content .wp-block-cover-text a:hover,
#movie.entry-single .c-post-content .wp-block-cover-text a:focus,
#movie.entry-single .c-post-content .wp-block-cover-text a:active {
  color: #fff;
}
#movie.entry-single .c-post-content .wp-block-cover-image .wp-block-cover.has-left-content {
  justify-content: flex-start;
}
#movie.entry-single .c-post-content .wp-block-cover-image .wp-block-cover.has-right-content {
  justify-content: flex-end;
}
#movie.entry-single .c-post-content section.wp-block-cover-image.has-left-content > h2,
#movie.entry-single .c-post-content .wp-block-cover-image.has-left-content .wp-block-cover-image-text,
#movie.entry-single .c-post-content .wp-block-cover.has-left-content .wp-block-cover-text {
  margin-left: 0;
  text-align: left;
}
#movie.entry-single .c-post-content section.wp-block-cover-image.has-right-content > h2,
#movie.entry-single .c-post-content .wp-block-cover-image.has-right-content .wp-block-cover-image-text,
#movie.entry-single .c-post-content .wp-block-cover.has-right-content .wp-block-cover-text {
  margin-right: 0;
  text-align: right;
}
#movie.entry-single .c-post-content section.wp-block-cover-image > h2,
#movie.entry-single .c-post-content .wp-block-cover-image .wp-block-cover-image-text,
#movie.entry-single .c-post-content .wp-block-cover .wp-block-cover-text {
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 840px;
  padding: 0.44em;
  text-align: center;
}
#movie.entry-single .c-post-content .wp-block-gallery,
#movie.entry-single .c-post-content .blocks-gallery-grid {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 50px auto;
}
#movie.entry-single .c-post-content .wp-block-gallery .blocks-gallery-image,
#movie.entry-single .c-post-content .wp-block-gallery .blocks-gallery-item,
#movie.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-image,
#movie.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-item {
  margin: 0 1em 1em 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: calc(50% - 1em);
}
#movie.entry-single .c-post-content .wp-block-gallery .blocks-gallery-image:nth-of-type(even),
#movie.entry-single .c-post-content .wp-block-gallery .blocks-gallery-item:nth-of-type(even),
#movie.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-image:nth-of-type(even),
#movie.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-item:nth-of-type(even) {
  margin-right: 0;
}
#movie.entry-single .c-post-content .wp-block-gallery .blocks-gallery-image figure,
#movie.entry-single .c-post-content .wp-block-gallery .blocks-gallery-item figure,
#movie.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-image figure,
#movie.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
#movie.entry-single .c-post-content .wp-block-gallery .blocks-gallery-image img,
#movie.entry-single .c-post-content .wp-block-gallery .blocks-gallery-item img,
#movie.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-image img,
#movie.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
}
#movie.entry-single .c-post-content .wp-block-gallery .blocks-gallery-image figcaption,
#movie.entry-single .c-post-content .wp-block-gallery .blocks-gallery-item figcaption,
#movie.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-image figcaption,
#movie.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 3em 0.77em 0.7em;
  color: #fff;
  text-align: center;
  font-size: 0.8em;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent);
  box-sizing: border-box;
  margin: 0;
  z-index: 2;
}
#movie.entry-single .c-post-content .wp-block-gallery .blocks-gallery-image figcaption img,
#movie.entry-single .c-post-content .wp-block-gallery .blocks-gallery-item figcaption img,
#movie.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-image figcaption img,
#movie.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-item figcaption img {
  display: inline;
}
#movie.entry-single .c-post-content .wp-block-gallery figcaption,
#movie.entry-single .c-post-content .blocks-gallery-grid figcaption {
  flex-grow: 1;
}
#movie.entry-single .c-post-content .wp-block-gallery.is-cropped .blocks-gallery-image a,
#movie.entry-single .c-post-content .wp-block-gallery.is-cropped .blocks-gallery-image img, #movie.entry-single .c-post-content .wp-block-gallery.is-cropped .blocks-gallery-item a,
#movie.entry-single .c-post-content .wp-block-gallery.is-cropped .blocks-gallery-item img,
#movie.entry-single .c-post-content .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
#movie.entry-single .c-post-content .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
#movie.entry-single .c-post-content .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
#movie.entry-single .c-post-content .blocks-gallery-grid.is-cropped .blocks-gallery-item img {
  width: 100%;
  height: 100%;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
#movie.entry-single .c-post-content .wp-block-gallery.columns-1 .blocks-gallery-image, #movie.entry-single .c-post-content .wp-block-gallery.columns-1 .blocks-gallery-item,
#movie.entry-single .c-post-content .blocks-gallery-grid.columns-1 .blocks-gallery-image,
#movie.entry-single .c-post-content .blocks-gallery-grid.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}
@media (min-width: 600px) {
  #movie.entry-single .c-post-content .wp-block-gallery.columns-3 .blocks-gallery-image, #movie.entry-single .c-post-content .wp-block-gallery.columns-3 .blocks-gallery-item,
  #movie.entry-single .c-post-content .blocks-gallery-grid.columns-3 .blocks-gallery-image,
  #movie.entry-single .c-post-content .blocks-gallery-grid.columns-3 .blocks-gallery-item {
    width: calc(33.3333333333% - 0.6666666667em);
    margin-right: 1em;
  }
  #movie.entry-single .c-post-content .wp-block-gallery.columns-4 .blocks-gallery-image, #movie.entry-single .c-post-content .wp-block-gallery.columns-4 .blocks-gallery-item,
  #movie.entry-single .c-post-content .blocks-gallery-grid.columns-4 .blocks-gallery-image,
  #movie.entry-single .c-post-content .blocks-gallery-grid.columns-4 .blocks-gallery-item {
    width: calc(25% - 0.75em);
    margin-right: 1em;
  }
  #movie.entry-single .c-post-content .wp-block-gallery.columns-5 .blocks-gallery-image, #movie.entry-single .c-post-content .wp-block-gallery.columns-5 .blocks-gallery-item,
  #movie.entry-single .c-post-content .blocks-gallery-grid.columns-5 .blocks-gallery-image,
  #movie.entry-single .c-post-content .blocks-gallery-grid.columns-5 .blocks-gallery-item {
    width: calc(20% - 0.8em);
    margin-right: 1em;
  }
  #movie.entry-single .c-post-content .wp-block-gallery.columns-6 .blocks-gallery-image, #movie.entry-single .c-post-content .wp-block-gallery.columns-6 .blocks-gallery-item,
  #movie.entry-single .c-post-content .blocks-gallery-grid.columns-6 .blocks-gallery-image,
  #movie.entry-single .c-post-content .blocks-gallery-grid.columns-6 .blocks-gallery-item {
    width: calc(16.6666666667% - 0.8333333333em);
    margin-right: 1em;
  }
  #movie.entry-single .c-post-content .wp-block-gallery.columns-7 .blocks-gallery-image, #movie.entry-single .c-post-content .wp-block-gallery.columns-7 .blocks-gallery-item,
  #movie.entry-single .c-post-content .blocks-gallery-grid.columns-7 .blocks-gallery-image,
  #movie.entry-single .c-post-content .blocks-gallery-grid.columns-7 .blocks-gallery-item {
    width: calc(14.2857142857% - 0.8571428571em);
    margin-right: 1em;
  }
  #movie.entry-single .c-post-content .wp-block-gallery.columns-8 .blocks-gallery-image, #movie.entry-single .c-post-content .wp-block-gallery.columns-8 .blocks-gallery-item,
  #movie.entry-single .c-post-content .blocks-gallery-grid.columns-8 .blocks-gallery-image,
  #movie.entry-single .c-post-content .blocks-gallery-grid.columns-8 .blocks-gallery-item {
    width: calc(12.5% - 0.875em);
    margin-right: 1em;
  }
  #movie.entry-single .c-post-content .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), #movie.entry-single .c-post-content .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
  #movie.entry-single .c-post-content .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
  #movie.entry-single .c-post-content .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n) {
    margin-right: 0;
  }
  #movie.entry-single .c-post-content .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), #movie.entry-single .c-post-content .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
  #movie.entry-single .c-post-content .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
  #movie.entry-single .c-post-content .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }
  #movie.entry-single .c-post-content .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), #movie.entry-single .c-post-content .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
  #movie.entry-single .c-post-content .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
  #movie.entry-single .c-post-content .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 0;
  }
  #movie.entry-single .c-post-content .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), #movie.entry-single .c-post-content .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
  #movie.entry-single .c-post-content .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
  #movie.entry-single .c-post-content .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n) {
    margin-right: 0;
  }
  #movie.entry-single .c-post-content .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), #movie.entry-single .c-post-content .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
  #movie.entry-single .c-post-content .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
  #movie.entry-single .c-post-content .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n) {
    margin-right: 0;
  }
  #movie.entry-single .c-post-content .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), #movie.entry-single .c-post-content .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
  #movie.entry-single .c-post-content .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
  #movie.entry-single .c-post-content .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n) {
    margin-right: 0;
  }
  #movie.entry-single .c-post-content .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), #movie.entry-single .c-post-content .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
  #movie.entry-single .c-post-content .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
  #movie.entry-single .c-post-content .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n) {
    margin-right: 0;
  }
  #movie.entry-single .c-post-content .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), #movie.entry-single .c-post-content .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n),
  #movie.entry-single .c-post-content .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
  #movie.entry-single .c-post-content .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
#movie.entry-single .c-post-content .wp-block-gallery .blocks-gallery-image:last-child,
#movie.entry-single .c-post-content .wp-block-gallery .blocks-gallery-item:last-child,
#movie.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-image:last-child,
#movie.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-item:last-child {
  margin-right: 0;
}
#movie.entry-single .c-post-content .wp-block-gallery.alignleft, #movie.entry-single .c-post-content .wp-block-gallery.alignright,
#movie.entry-single .c-post-content .blocks-gallery-grid.alignleft,
#movie.entry-single .c-post-content .blocks-gallery-grid.alignright {
  max-width: 420px;
  width: 100%;
}
#movie.entry-single .c-post-content .wp-block-gallery.aligncenter .blocks-gallery-item figure,
#movie.entry-single .c-post-content .blocks-gallery-grid.aligncenter .blocks-gallery-item figure {
  justify-content: center;
}
#movie.entry-single .c-post-content .wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
  align-self: flex-start;
}
#movie.entry-single .c-post-content .wp-block-gallery.has-nested-images {
  display: flex;
  flex-wrap: wrap;
}
#movie.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  margin: 0 var(--gallery-block--gutter-size, 16px) var(--gallery-block--gutter-size, 16px) 0;
  width: calc(50% - var(--gallery-block--gutter-size, 16px) / 2);
}
#movie.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image):last-of-type:not(#individual-image) {
  margin-right: 0;
}
#movie.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image):nth-of-type(even) {
  margin-right: 0;
}
#movie.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  flex-direction: column;
}
#movie.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image > div,
#movie.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image > a {
  margin: 0;
  flex-direction: column;
  flex-grow: 1;
}
#movie.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}
#movie.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent);
  bottom: 0;
  color: #fff;
  font-size: 13px;
  left: 0;
  margin-bottom: 0;
  max-height: 60%;
  overflow: auto;
  padding: 0 8px 8px;
  position: absolute;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
#movie.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
  display: inline;
}
#movie.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > div,
#movie.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a {
  flex: 1 1 auto;
}
#movie.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
  flex: initial;
  background: none;
  color: inherit;
  margin: 0;
  padding: 10px 10px 9px;
  position: relative;
}
#movie.entry-single .c-post-content .wp-block-gallery.has-nested-images figcaption {
  flex-grow: 1;
  flex-basis: 100%;
  text-align: center;
}
#movie.entry-single .c-post-content .wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
  margin-top: 0;
  margin-bottom: auto;
}
#movie.entry-single .c-post-content .wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) img {
  margin-bottom: var(--gallery-block--gutter-size, 16px);
}
#movie.entry-single .c-post-content .wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) figcaption {
  bottom: var(--gallery-block--gutter-size, 16px);
}
#movie.entry-single .c-post-content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
  align-self: inherit;
}
#movie.entry-single .c-post-content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > div:not(.components-drop-zone),
#movie.entry-single .c-post-content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > a {
  display: flex;
}
#movie.entry-single .c-post-content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
#movie.entry-single .c-post-content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  width: 100%;
  flex: 1 0 0%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#movie.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
  margin-right: 0;
  width: 100%;
}
@media (min-width: 600px) {
  #movie.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
    width: calc(33.3333333333% - var(--gallery-block--gutter-size, 16px) * 0.6666666667);
  }
  #movie.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
  }
  #movie.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
    width: calc(25% - var(--gallery-block--gutter-size, 16px) * 0.75);
  }
  #movie.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
  }
  #movie.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
    width: calc(20% - var(--gallery-block--gutter-size, 16px) * 0.8);
  }
  #movie.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
  }
  #movie.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
    width: calc(16.6666666667% - var(--gallery-block--gutter-size, 16px) * 0.8333333333);
  }
  #movie.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
  }
  #movie.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
    width: calc(14.2857142857% - var(--gallery-block--gutter-size, 16px) * 0.8571428571);
  }
  #movie.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
  }
  #movie.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
    width: calc(12.5% - var(--gallery-block--gutter-size, 16px) * 0.875);
  }
  #movie.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
  }
  #movie.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image):nth-of-type(1n) {
    margin-right: 0;
  }
  #movie.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-2 figure.wp-block-image:not(#individual-image):nth-of-type(2n) {
    margin-right: 0;
  }
  #movie.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image):nth-of-type(3n) {
    margin-right: 0;
  }
  #movie.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image):nth-of-type(4n) {
    margin-right: 0;
  }
  #movie.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image):nth-of-type(5n) {
    margin-right: 0;
  }
  #movie.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image):nth-of-type(6n) {
    margin-right: 0;
  }
  #movie.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image):nth-of-type(7n) {
    margin-right: 0;
  }
  #movie.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image):nth-of-type(8n) {
    margin-right: 0;
  }
  #movie.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
    width: calc(33.33% - var(--gallery-block--gutter-size, 16px) * 0.6666666667);
  }
  #movie.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):nth-of-type(3n+3) {
    margin-right: 0;
  }
  #movie.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
  #movie.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--gallery-block--gutter-size, 16px) * 0.5);
  }
  #movie.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(1) {
    width: 100%;
  }
}
#movie.entry-single .c-post-content .wp-block-gallery.has-nested-images.alignleft, #movie.entry-single .c-post-content .wp-block-gallery.has-nested-images.alignright {
  max-width: 420px;
  width: 100%;
}
#movie.entry-single .c-post-content .wp-block-gallery.has-nested-images.aligncenter {
  justify-content: center;
}
#movie.entry-single .c-post-content .blocks-gallery-caption {
  color: #555;
  font-size: 13px;
  text-align: center;
}
#movie.entry-single .c-post-content {
  /* ================
  　  埋め込み
  ================ */
}
#movie.entry-single .c-post-content .wp-block[data-align=left] > [data-type="core/embed"],
#movie.entry-single .c-post-content .wp-block[data-align=right] > [data-type="core/embed"],
#movie.entry-single .c-post-content .wp-block-embed.alignleft,
#movie.entry-single .c-post-content .wp-block-embed.alignright {
  max-width: 360px;
  width: 100%;
}
#movie.entry-single .c-post-content .wp-block[data-align=left] > [data-type="core/embed"] .wp-block-embed__wrapper,
#movie.entry-single .c-post-content .wp-block[data-align=right] > [data-type="core/embed"] .wp-block-embed__wrapper,
#movie.entry-single .c-post-content .wp-block-embed.alignleft .wp-block-embed__wrapper,
#movie.entry-single .c-post-content .wp-block-embed.alignright .wp-block-embed__wrapper {
  min-width: 280px;
}
#movie.entry-single .c-post-content .wp-block-cover .wp-block-embed {
  min-width: 320px;
  min-height: 240px;
}
#movie.entry-single .c-post-content .wp-block-embed {
  margin: 0 0 1em 0;
  overflow-wrap: break-word;
}
#movie.entry-single .c-post-content .wp-block-embed figcaption {
  margin-top: 1em;
  margin-bottom: 1em;
  color: #777;
  font-size: 13px;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #movie.entry-single .c-post-content .wp-block-embed figcaption {
    font-size: 12px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #movie.entry-single .c-post-content .wp-block-embed figcaption {
    font-size: 0.5208333333vw;
  }
}
#movie.entry-single .c-post-content .wp-block-embed iframe {
  max-width: 100%;
}
#movie.entry-single .c-post-content .wp-block-embed__wrapper {
  position: relative;
}
#movie.entry-single .c-post-content .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper::before,
#movie.entry-single .c-post-content .wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 50%;
}
#movie.entry-single .c-post-content .wp-block-embed.wp-has-aspect-ratio iframe,
#movie.entry-single .c-post-content .wp-embed-responsive .wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#movie.entry-single .c-post-content .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before,
#movie.entry-single .c-post-content .wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-top: 42.85%;
}
#movie.entry-single .c-post-content .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before,
#movie.entry-single .c-post-content .wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
  padding-top: 50%;
}
#movie.entry-single .c-post-content .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before,
#movie.entry-single .c-post-content .wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}
#movie.entry-single .c-post-content .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before,
#movie.entry-single .c-post-content .wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%;
}
#movie.entry-single .c-post-content .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before,
#movie.entry-single .c-post-content .wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-top: 100%;
}
#movie.entry-single .c-post-content .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper::before,
#movie.entry-single .c-post-content .wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper::before {
  padding-top: 177.77%;
}
#movie.entry-single .c-post-content .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before,
#movie.entry-single .c-post-content .wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  padding-top: 200%;
}
#movie.entry-single .c-post-content {
  /* ================
  　  ボタン
  ================ */
}
#movie.entry-single .c-post-content .wp-block-buttons {
  margin-bottom: 25px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #movie.entry-single .c-post-content .wp-block-buttons {
    margin-bottom: 0.78125vw;
  }
}
#movie.entry-single .c-post-content .wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125em;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-align: center;
  text-decoration: none;
  word-break: break-word;
  box-sizing: border-box;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #movie.entry-single .c-post-content .wp-block-button__link {
    font-size: 0.7291666667vw;
  }
}
#movie.entry-single .c-post-content .wp-block-button__link:hover, #movie.entry-single .c-post-content .wp-block-button__link:focus, #movie.entry-single .c-post-content .wp-block-button__link:active, #movie.entry-single .c-post-content .wp-block-button__link:visited {
  color: #fff;
}
#movie.entry-single .c-post-content .wp-block-button__link.aligncenter {
  text-align: center;
}
#movie.entry-single .c-post-content .wp-block-button__link.alignright {
  /*rtl:ignore*/
  text-align: right;
}
#movie.entry-single .c-post-content .wp-block-buttons > .wp-block-button.has-custom-width {
  max-width: none;
}
#movie.entry-single .c-post-content .wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
  width: 100%;
}
#movie.entry-single .c-post-content .wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
  font-size: inherit;
}
#movie.entry-single .c-post-content .wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
  width: calc(25% - var(--wp--style--block-gap, 0.5em) * 0.75);
}
#movie.entry-single .c-post-content .wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
  width: calc(50% - var(--wp--style--block-gap, 0.5em) * 0.5);
}
#movie.entry-single .c-post-content .wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
  width: calc(75% - var(--wp--style--block-gap, 0.5em) * 0.25);
}
#movie.entry-single .c-post-content .wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
  width: 100%;
  flex-basis: 100%;
}
#movie.entry-single .c-post-content .wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-25 {
  width: 25%;
}
#movie.entry-single .c-post-content .wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-50 {
  width: 50%;
}
#movie.entry-single .c-post-content .wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-75 {
  width: 75%;
}
#movie.entry-single .c-post-content .wp-block-button.is-style-squared,
#movie.entry-single .c-post-content .wp-block-button__link.wp-block-button.is-style-squared {
  border-radius: 0;
}
#movie.entry-single .c-post-content .wp-block-button.no-border-radius,
#movie.entry-single .c-post-content .wp-block-button__link.no-border-radius {
  border-radius: 0 !important;
}
#movie.entry-single .c-post-content .is-style-outline > :where(.wp-block-button__link),
#movie.entry-single .c-post-content :where(.wp-block-button__link).is-style-outline {
  border: 2px solid currentColor;
  padding: 0.667em 1.333em;
}
#movie.entry-single .c-post-content .is-style-outline > .wp-block-button__link:not(.has-text-color),
#movie.entry-single .c-post-content .wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: currentColor;
}
#movie.entry-single .c-post-content .is-style-outline > .wp-block-button__link:not(.has-background),
#movie.entry-single .c-post-content .wp-block-button__link.is-style-outline:not(.has-background) {
  background-color: transparent;
}
#movie.entry-single .c-post-content {
  /* ================
  　  線
  ================ */
}
#movie.entry-single .c-post-content .wp-block-separator {
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  border: none;
  border-bottom: 2px solid currentColor;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.4;
}
#movie.entry-single .c-post-content .wp-block-separator.is-style-wide {
  border-bottom-width: 1px;
}
#movie.entry-single .c-post-content .wp-block-separator.is-style-dots {
  background: none !important;
  border: none;
  text-align: center;
  line-height: 1;
  height: auto;
}
#movie.entry-single .c-post-content .wp-block-separator.is-style-dots::before {
  content: "···";
  color: currentColor;
  font-size: 1.5em;
  letter-spacing: 2em;
  /*rtl:ignore*/
  padding-left: 2em;
  font-family: serif;
}
#movie.entry-single .c-post-content .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100px;
}
#movie.entry-single .c-post-content .wp-block-separator.has-background:not(.is-style-dots) {
  border-bottom: none;
  height: 1px;
}
#movie.entry-single .c-post-content .wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
  height: 2px;
}
#movie.entry-single .post-pager {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 100px;
  margin-left: 21.9178082192%;
}
#movie.entry-single .post-pager .dummy {
  width: 10%;
}
#movie.entry-single .post-pager .pager-link a {
  text-align: center;
}
#movie.entry-single .post-pager .pager-link a::before, #movie.entry-single .post-pager .pager-link a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 16px;
  margin-top: -2px;
}
#movie.entry-single .post-pager .pager-link.prev-link a:before {
  margin-right: 35px;
  background: url("../img/diary/icon_arrow_prev.svg") no-repeat top center;
  background-size: 100% auto;
}
#movie.entry-single .post-pager .pager-link.prev-link a::after {
  display: none;
}
#movie.entry-single .post-pager .pager-link.next-link a:after {
  margin-left: 35px;
  background: url("../img/diary/icon_arrow_next.svg") no-repeat top center;
  background-size: 100% auto;
}
#movie.entry-single .post-pager .pager-link.next-link a::before {
  display: none;
}
#movie.entry-single .post-pager .list-link {
  display: block;
}
#movie.entry-single .post-pager .list-link:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: url("../img/diary/icon_more.svg") no-repeat top center;
  background-size: 100% auto;
  transition: opacity 0.5s var(--ease-inout-cubic);
}
#movie.entry-single .post-pager .list-link:hover:before {
  opacity: 0.5;
}
@media screen and (max-width: 1023px) and (min-width: 751px) {
  #movie.entry-single .rgt-culm {
    width: 72%;
  }
}

/* --------------------------------------------------
* download-login
*/
#download-login {
  position: relative;
}
#download-login::before, #download-login::after {
  content: "";
  position: absolute;
  z-index: -1;
}
#download-login::before {
  top: 433px;
  left: -5.1041666667%;
  width: min(27.5%, 528px);
  height: 517px;
  background: url("../img/common/line_bg01.webp") no-repeat top center;
  background-size: cover;
}
#download-login::after {
  top: 1637px;
  right: -2.9166666667%;
  width: min(26.40625%, 507px);
  height: 263px;
  background: url("../img/common/line_bg02.webp") no-repeat top center;
  background-size: cover;
}
#download-login .cont-wrap {
  position: relative;
  z-index: 1;
}
#download-login .btn-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 5.5555555556%;
  margin-bottom: 140px;
}
#download-login section {
  margin-bottom: 140px;
  text-align: center;
}
#download-login section h2 {
  margin-bottom: 80px;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.04em;
}
#download-login section h2 span.underline-trigger {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-bottom: 30px;
  background-image: radial-gradient(ellipse 40% 30% at 30% 50%, rgba(216, 244, 186, 0.7) 0%, transparent 100%), radial-gradient(ellipse 40% 30% at 60% 50%, rgba(153, 219, 174, 0.7) 0%, transparent 100%);
  background-size: 0% 50px;
  background-position: left calc(100% - 10px);
  background-repeat: no-repeat;
  transition: background-size 1s ease;
}
#download-login section h2 span.underline-trigger.on {
  background-size: 100% 50px;
}
#download-login section .link-btn {
  margin-top: 60px;
}
#download-login .sozai-area {
  position: relative;
}
#download-login .sozai-area::before {
  content: "";
  position: absolute;
  top: 280px;
  right: -130px;
  z-index: 1;
  width: 85.1px;
  height: 142.91px;
  background-image: url(/assets/img/backnumber/backnumber_list-fairy1.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
#download-login .sozai-area ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px 2.3148148148%;
}
#download-login .sozai-area .img {
  position: relative;
}
#download-login .sozai-area .img img {
  width: 100%;
  object-fit: contain;
}
#download-login .movie-area ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 3.7037037037%;
}
#download-login .movie-area ul li {
  position: relative;
}
#download-login .movie-area ul li:first-of-type::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 40px;
  width: 77px;
  height: 72px;
  background: url("../img/download-login/mv_ilst.webp") no-repeat top center;
  background-size: cover;
  z-index: 1;
}
#download-login .movie-area p {
  margin-top: 5px;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.04em;
}

/* --------------------------------------------------
* faq
*/
#faq {
  margin-bottom: 185px;
}
#faq section.faq_category {
  margin-bottom: 140px;
}
#faq section.faq_category:last-child {
  margin-bottom: 0;
}
#faq section.faq_category:nth-child(1), #faq section.faq_category:nth-child(2) {
  position: relative;
}
#faq section.faq_category:nth-child(1)::before, #faq section.faq_category:nth-child(2)::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
#faq section.faq_category:nth-child(1)::before {
  top: 500px;
  right: -150px;
  width: 85.1px;
  height: 142.91px;
  background-image: url(../img/faq/faq_fairy1.webp);
}
#faq section.faq_category:nth-child(2)::before {
  top: 250px;
  left: -150px;
  width: 80px;
  height: 99.06px;
  background-image: url(../img/faq/faq_fairy2.webp);
}
#faq section.faq_category h2 {
  margin-bottom: 47px;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.2em;
  text-align: center;
}
#faq section.faq_category h2 span.underline-trigger {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-bottom: 30px;
  background-image: radial-gradient(ellipse 40% 30% at 30% 50%, rgba(216, 244, 186, 0.7) 0%, transparent 100%), radial-gradient(ellipse 40% 30% at 60% 50%, rgba(153, 219, 174, 0.7) 0%, transparent 100%);
  background-size: 0% 50px;
  background-position: left calc(100% - 10px);
  background-repeat: no-repeat;
  transition: background-size 1s ease;
}
#faq section.faq_category h2 span.underline-trigger.on {
  background-size: 100% 50px;
}
#faq section.faq_category p.note {
  margin-top: 25px;
  padding: 25px 20px;
  background-color: var(--beg-color-1);
  border-radius: 6px;
  letter-spacing: 0.04em;
}
#faq section.faq_category p.note a {
  text-decoration: underline;
}
#faq section.faq_category section.faq-area h3 {
  margin-top: 50px;
  padding: 13px 10px;
  color: var(--wht-color-2);
  background-color: var(--brw-color-1);
  border-radius: 10px;
}
#faq section.faq_category section.faq-area dl dt {
  position: relative;
  display: flex;
  align-items: flex-start;
  column-gap: 18px;
  width: 100%;
  padding: 35px 18px;
  padding-right: 50px;
  border-bottom: 1px dashed var(--brw-color-1);
  cursor: pointer;
}
#faq section.faq_category section.faq-area dl dt:hover {
  opacity: 0.7;
}
#faq section.faq_category section.faq-area dl dt::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: linear-gradient(var(--brw-color-1), var(--brw-color-1)) center/2px 100%, linear-gradient(var(--brw-color-1), var(--brw-color-1)) center/100% 2px;
  background-repeat: no-repeat;
}
#faq section.faq_category section.faq-area dl dt.is-open::after {
  background: linear-gradient(var(--brw-color-1), var(--brw-color-1)) center/100% 2px no-repeat;
}
#faq section.faq_category section.faq-area dl dd {
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
  padding: 20px 17px;
  background-color: var(--wht-color-2);
  border-radius: 10px;
}
#faq section.faq_category section.faq-area dl dd span {
  padding-right: 18px;
}
#faq section.faq_category section.faq-area dl dd p {
  line-height: 1.6;
  letter-spacing: 0.04em;
}
#faq section.faq_category section.faq-area dl dd p a {
  text-decoration: underline;
}

/* --------------------------------------------------
* form
*/
#form .is-complete .complete-text {
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.7777777778;
}
#form .is-complete .link-btn {
  margin-top: 50px;
}
#form .form-contents.application .select-box.type {
  width: min(50%, 250px);
}
#form .form-contents.application .input-select-box {
  display: grid;
  grid-template-columns: 180px 150px;
  gap: 15px;
}
#form .form-contents.application .input-select-box .year, #form .form-contents.application .input-select-box .month, #form .form-contents.application .input-select-box .day {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 9px;
}
#form .form-contents.application .input-select-box .select-box {
  width: calc(100% - 45px);
}
#form .form-contents.application .open-input {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#form .form-contents.application .open-input .open-area .input-select-box {
  grid-template-columns: 180px 250px;
}
#form .form-contents.application .open-input .open-area .month .select-box {
  width: calc(100% - 110px);
}
#form .form-contents.application .open-input .other-sub-form {
  display: block;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-top: 10px;
}
#form .form-summary {
  margin-bottom: 100px;
}
#form .form-summary .summary-lead {
  letter-spacing: 0.04em;
  line-height: 1.7777777778;
  text-align: center;
}
#form .form-summary .summary-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  margin: 30px 0 80px;
}
#form .form-summary .summary-buttons .link-btn {
  width: min(50%, 250px);
}
#form .form-summary .summary-buttons .link-btn a {
  display: block;
  padding: 17px 20px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
  background-color: var(--brw-color-1);
}
#form .form-sample-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 100px;
  padding: 28px 70px 28px 70px;
  border-radius: 20px;
  background: var(--beg-color-1);
}
#form .form-sample-summary .summary-lead {
  width: 58.5106382979%;
}
#form .form-sample-summary .sample-thumb {
  position: relative;
  width: 34.0425531915%;
}
#form .form-sample-summary .sample-thumb figcaption {
  position: absolute;
  inset: auto -40px -10px auto;
  color: #795E4F;
}
#form .form-contents.sample .form-sect-title + .form-item > .info-text {
  margin-bottom: 30px;
}
#form .form-notes {
  margin-bottom: 100px;
  padding: 40px;
  border-radius: 20px;
  background: var(--beg-color-1);
}
#form .form-notes dl {
  letter-spacing: 0.04em;
}
#form .form-notes dl + dl {
  margin-top: 30px;
}
#form .form-notes dl dt {
  margin-bottom: 10px;
}
#form .form-notes dl dd {
  line-height: 1.7777777778;
}
#form .form-contents.update .select-box.type {
  width: min(50%, 250px);
}
#form .form-contents.update .form-sect-title + .form-item > .info-text.color-red {
  margin-bottom: 30px;
  color: var(--red-color);
}

#form .form-areas {
  margin-bottom: 180px;
}
#form .form-areas .form-contents {
  margin-bottom: 80px;
}
#form .form-areas dl + dl {
  margin-top: 50px;
}
#form .form-inner {
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
}
#form .form-sect-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
  padding: 4px 13px;
  border-radius: 10px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: var(--brw-color-1);
}
#form .form-item {
  padding-inline: 15px;
}
#form .required {
  padding: 3px 13px;
  font-size: clamp(10px, 5.4285714286px + 0.4464285714vw, 14px);
  letter-spacing: 0.04em;
  color: #fff;
  border-radius: 6px;
  background: var(--red-color);
}
#form .sub-title-box {
  margin-bottom: 30px;
}
#form .sub-title-box .sub-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
}
#form .sub-title-box .info-text {
  margin-top: 10px;
  padding-left: 1em;
  letter-spacing: 0.04em;
  text-indent: -1em;
}
#form .sub-title-box .info-text + .info-text {
  margin-top: 5px;
}
#form .sub-title-box .input-col-box {
  display: grid;
  grid-template-columns: min(45%, 300px) min(45%, 300px);
  gap: 20px;
}
#form .sub-title-box .input-row-box {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
#form .sub-title-box .input-date-box {
  display: grid;
  grid-template-columns: 166px 110px 110px;
  gap: 20px;
}
#form .sub-title-box .input-date-box .year, #form .sub-title-box .input-date-box .month, #form .sub-title-box .input-date-box .day {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 9px;
}
#form .sub-title-box .input-date-box .select-box {
  width: calc(100% - 28px);
}
#form .submit-btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}
#form .submit-btn-box span.wpcf7-spinner {
  display: none;
}
#form .submit-btn-box .submit-btn-wrap {
  position: relative;
  width: min(50%, 300px);
}
#form .submit-btn-box .submit-btn-wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  right: 18px;
  width: 24px;
  height: 24px;
  background: url("../img/common/icn_btn.svg") no-repeat center;
  background-size: cover;
  transition: background-image 0.3s ease;
}
#form .submit-btn-box .submit-btn-wrap:hover::after {
  background-image: url("../img/common/icn_btn_on.svg");
}
#form .submit-btn-box .submit-btn {
  display: block;
  width: 100%;
  padding: 22px 30px 22px 20px;
  border: 1px solid var(--brw-color-1);
  border-radius: 50px !important;
  font-family: var(--font-sans-maru);
  letter-spacing: 0.04em;
  color: #fff;
  background-color: var(--brw-color-1);
  cursor: pointer;
  transition: all 0.3s ease;
}
#form .submit-btn-box .submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  pointer-events: none;
}
#form .submit-btn-box .submit-btn:hover:not(:disabled) {
  color: var(--brw-color-1);
  background-color: #fff;
}
#form .submit-btn-box .submit-btn.back-button {
  color: var(--brw-color-1);
  background-color: #fff;
}
#form .wpcf7-form-control-wrap {
  display: inline;
}
#form .wpcf7-not-valid-tip {
  font-size: clamp(8px, 2.2857142857px + 0.5580357143vw, 13px);
  color: var(--red-color);
}
#form .wpcf7-form-control:not(.wpcf7-acceptance):not(.wpcf7-submit):not(.wpcf7-radio) {
  padding: 12px 15px;
  border: 1px solid var(--brw-color-1);
  border-radius: 5px;
  font-family: var(--font-sans-kaku);
  letter-spacing: 0.04em;
  outline-color: var(--grn-color-1);
}
#form .w-middle {
  width: min(45%, 300px);
}
#form .w-large {
  width: min(90%, 740px);
}
#form .w-wide {
  width: 100%;
}
#form .select-box {
  width: min(30%, 155px);
}
#form .select-box .wpcf7-form-control-wrap {
  position: relative;
}
#form .select-box .wpcf7-form-control-wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  right: 10px;
  width: 12px;
  height: 6px;
  background: url("../img/common/icn_arrow_down.svg") no-repeat center;
  background-size: cover;
}
#form .select-box .wpcf7-form-control-wrap .wpcf7-select {
  width: 100%;
  appearance: none;
}
#form {
  /* 年・月・日の個別エラーを非表示 */
}
#form #select-year ~ .wpcf7-not-valid-tip,
#form #select-month ~ .wpcf7-not-valid-tip,
#form #select-day ~ .wpcf7-not-valid-tip {
  display: none;
}
#form .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
#form .wpcf7-radio .wpcf7-list-item {
  position: relative;
  margin: 0;
}
#form .wpcf7-radio .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  font-size: clamp(13px, 7.2857142857px + 0.5580357143vw, 18px);
  cursor: pointer;
}
#form .wpcf7-radio .wpcf7-list-item-label::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-bottom: auto;
  margin-right: 0.5em;
  border-radius: 100%;
  border: 1px solid var(--brw-color-1);
  margin-top: auto;
  background: #fff;
  transition: background-color 0.3s ease;
}
#form .wpcf7-radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
#form .wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: var(--grn-color-2);
  box-shadow: inset 0 0 0 5px #fff;
}
#form .acceptance {
  padding-block: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
#form .acceptance .privacy-consent {
  letter-spacing: 0.04em;
}
#form .acceptance .privacy-consent a {
  text-decoration: underline;
}
#form .acceptance .wpcf7-list-item {
  margin: 0;
}
#form .acceptance .wpcf7-list-item-label {
  position: relative;
}
#form .acceptance .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 52%;
  left: -40px;
  border: 1px solid var(--brw-color-1);
  border-radius: 5px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s;
  transform: translateY(-50%);
}
#form .acceptance .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 4px;
  left: -35px;
  width: 19px;
  height: 15px;
  background: url("../img/common/icn_form_check.svg") no-repeat center;
  background-size: cover;
  opacity: 0;
}
#form .acceptance input[type=checkbox] {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  margin: 0;
  cursor: pointer;
  opacity: 0;
}
#form .acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
#form .acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: var(--brw-color-1);
}

/* --------------------------------------------------
* manuscript
*/
#manuscript section.overview {
  margin-top: 140px;
  margin-bottom: 130px;
}
#manuscript section.overview div.headline {
  margin-bottom: 60px;
  text-align: center;
}
#manuscript section.overview div.headline p {
  position: relative;
  margin-bottom: 150px;
  padding-bottom: 60px;
  line-height: 40px;
  letter-spacing: 0.04em;
}
#manuscript section.overview div.headline p::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/assets/img/manuscript/headline-bubble.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 643.1px;
  height: 58.21px;
}
#manuscript section.overview div.headline h2 {
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.2em;
}
#manuscript section.overview div.headline h2 span.underline-trigger {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-bottom: 30px;
  background-image: radial-gradient(ellipse 40% 30% at 30% 50%, rgba(216, 244, 186, 0.7) 0%, transparent 100%), radial-gradient(ellipse 40% 30% at 60% 50%, rgba(153, 219, 174, 0.7) 0%, transparent 100%);
  background-size: 0% 50px;
  background-position: left calc(100% - 10px);
  background-repeat: no-repeat;
  transition: background-size 1s ease;
}
#manuscript section.overview div.headline h2 span.underline-trigger.on {
  background-size: 100% 50px;
}
#manuscript section.overview section.detail {
  position: relative;
  margin-bottom: 135px;
}
#manuscript section.overview section.detail::before {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  width: 76px;
  height: 79px;
  background-image: url("/assets/img/manuscript/detail-fairy1.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}
#manuscript section.overview section.detail::after {
  content: "";
  position: absolute;
  bottom: 200px;
  left: -150px;
  width: 85.1px;
  height: 142.91px;
  background-image: url("/assets/img/manuscript/detail-fairy2.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}
#manuscript section.overview section.detail ul li {
  margin-bottom: 60px;
}
#manuscript section.overview section.detail ul li:last-child {
  margin-bottom: 43px;
}
#manuscript section.overview section.detail ul li h3 {
  display: inline-block;
  padding: 5px 23px;
  background-color: var(--brw-color-1);
  color: var(--wht-color-2);
  border-radius: 20px 20px 0 0;
  letter-spacing: 0.1em;
}
#manuscript section.overview section.detail ul li div.inner {
  padding: 35px;
  background-color: var(--wht-color-2);
  border: 1px solid var(--brw-color-1);
}
#manuscript section.overview section.detail ul li div.inner > p {
  margin-bottom: 30px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
#manuscript section.overview section.detail ul li div.inner div.theme {
  margin-bottom: 30px;
  padding: 40px;
  background-color: var(--wht-color-1);
  border-radius: 10px;
}
#manuscript section.overview section.detail ul li div.inner div.theme > span {
  display: inline-block;
  padding: 5px 8px;
  border: 1px solid var(--grn-color-1);
  color: var(--grn-color-1);
  white-space: nowrap;
}
#manuscript section.overview section.detail ul li div.inner div.theme h4 {
  display: inline-block;
  margin-bottom: 30px;
  margin-left: 15px;
  padding-bottom: 2px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.04em;
}
#manuscript section.overview section.detail ul li div.inner div.theme h4 span {
  border-bottom: 1px dashed var(--grn-color-1);
}
#manuscript section.overview section.detail ul li div.inner div.theme p {
  line-height: 1.6;
  letter-spacing: 0.04em;
}
#manuscript section.overview section.detail ul li div.inner dl div {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}
#manuscript section.overview section.detail ul li div.inner dl div:last-child {
  margin-bottom: 0;
}
#manuscript section.overview section.detail ul li div.inner dl div dt {
  display: inline-block;
  width: 69px;
  padding-top: 2px;
  padding-bottom: 2px;
  border: 1px solid var(--grn-color-1);
  color: var(--grn-color-1);
  text-align: center;
}
#manuscript section.overview section.detail ul li div.inner dl div dd {
  flex: 1;
  display: inline-block;
  margin-left: 10px;
  padding-top: 2px;
}
#manuscript section.overview section.detail > p {
  line-height: 1.6;
  letter-spacing: 0.04;
}
#manuscript section.apply {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: var(--beg-color-1);
}
#manuscript section.apply .wrap h2 {
  margin-bottom: 40px;
  text-align: center;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.2em;
}
#manuscript section.apply .wrap h2 span.underline-trigger {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-bottom: 30px;
  background-image: radial-gradient(ellipse 40% 30% at 30% 50%, rgba(216, 244, 186, 0.7) 0%, transparent 100%), radial-gradient(ellipse 40% 30% at 60% 50%, rgba(153, 219, 174, 0.7) 0%, transparent 100%);
  background-size: 0% 50px;
  background-position: left calc(100% - 10px);
  background-repeat: no-repeat;
  transition: background-size 1s ease;
}
#manuscript section.apply .wrap h2 span.underline-trigger.on {
  background-size: 100% 50px;
}
#manuscript section.apply .wrap > p {
  margin-bottom: 40px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
#manuscript section.apply .wrap .apply_box {
  position: relative;
  width: 400px;
  margin: 0 auto;
  padding: 40px;
  background-color: var(--wht-color-2);
  border-radius: 10px;
}
#manuscript section.apply .wrap .apply_box:after {
  content: "";
  position: absolute;
  bottom: -40px;
  right: -120px;
  background-image: url("/assets/img/manuscript/apply-fairy.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 83.15px;
  height: 124.5px;
}
#manuscript section.apply .wrap .apply_box p {
  margin-bottom: 30px;
  line-height: 2;
  letter-spacing: 0.04em;
}
#manuscript section.apply .wrap .apply_box div.link_btn {
  display: flex;
  justify-content: center;
}
#manuscript section.apply .wrap .apply_box div.link_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 301px;
  padding: 22px 30px;
  background-color: var(--brw-color-1);
  border: 2px solid var(--brw-color-1);
  border-radius: 50px;
  color: var(--wht-color-2);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 750px) {
  #manuscript section.apply .wrap .apply_box div.link_btn a {
    width: 74.6666666667vw;
    padding: 5.8666666667vw 8vw;
    font-size: 4.2666666667vw;
  }
}
#manuscript section.apply .wrap .apply_box div.link_btn a .lnk_btn_object {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24.45px;
  height: 24.3px;
}
@media screen and (max-width: 750px) {
  #manuscript section.apply .wrap .apply_box div.link_btn a .lnk_btn_object {
    right: 5.3333333333vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
#manuscript section.apply .wrap .apply_box div.link_btn a .lnk_btn_object img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}
#manuscript section.apply .wrap .apply_box div.link_btn a .lnk_btn_object__hover {
  opacity: 0;
}
#manuscript section.apply .wrap .apply_box div.link_btn a:hover {
  background-color: transparent;
  color: var(--brw-color-1);
}
#manuscript section.apply .wrap .apply_box div.link_btn a:hover .lnk_btn_object__normal {
  opacity: 0;
}
#manuscript section.apply .wrap .apply_box div.link_btn a:hover .lnk_btn_object__hover {
  opacity: 1;
}
#manuscript section.fee {
  padding-top: 147px;
  margin-bottom: 366px;
}
#manuscript section.fee h2 {
  margin-bottom: 40px;
  text-align: center;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.2em;
}
#manuscript section.fee h2 span.underline-trigger {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-bottom: 30px;
  background-image: radial-gradient(ellipse 40% 30% at 30% 50%, rgba(216, 244, 186, 0.7) 0%, transparent 100%), radial-gradient(ellipse 40% 30% at 60% 50%, rgba(153, 219, 174, 0.7) 0%, transparent 100%);
  background-size: 0% 50px;
  background-position: left calc(100% - 10px);
  background-repeat: no-repeat;
  transition: background-size 1s ease;
}
#manuscript section.fee h2 span.underline-trigger.on {
  background-size: 100% 50px;
}
#manuscript section.fee ul {
  margin-bottom: 135px;
  padding-left: 27px;
}
#manuscript section.fee ul li {
  position: relative;
  margin-bottom: 24px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
#manuscript section.fee ul li:last-child {
  margin-bottom: 0;
}
#manuscript section.fee ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 10px;
  height: 10px;
  margin-top: 5px;
  background-color: var(--grn-color-2);
  border-radius: 50%;
}
#manuscript section.fee section.closing {
  position: relative;
  padding-top: 50px;
  padding-bottom: 45px;
  text-align: center;
  background-color: var(--wht-color-2);
  border-radius: 155px;
}
#manuscript section.fee section.closing::before {
  content: "";
  position: absolute;
  bottom: -43px;
  left: 40%;
  transform: translateX(-50px);
  width: 74.65px;
  height: 45.28px;
  background-image: url("/assets/img/manuscript/fee-bubble.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#manuscript section.fee section.closing::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50px);
  width: 112px;
  height: 136.06px;
  background-image: url("/assets/img/manuscript/fee-fairy.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}
#manuscript section.fee section.closing p {
  line-height: 1.8;
  letter-spacing: 0.04em;
}

/* --------------------------------------------------
* notification
*/
#notification section.notification_list {
  margin-top: 140px;
  margin-bottom: 185px;
}
#notification section.notification_list p.list_intro {
  margin-bottom: 60px;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
#notification section.notification_list p.list_intro a {
  text-decoration: underline;
}
#notification section.notification_list section.month_group {
  margin-bottom: 60px;
}
#notification section.notification_list section.month_group:last-of-type {
  margin-bottom: 100px;
}
#notification section.notification_list section.month_group p.month_header {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  color: var(--wht-color-2);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.04em;
  background-color: var(--brw-color-1);
  border-radius: 10px;
}
#notification section.notification_list section.month_group ul li {
  border-bottom: 1px dashed var(--brw-color-1);
}
#notification section.notification_list section.month_group ul li a {
  display: flex;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 25px;
  padding-left: 15px;
  letter-spacing: 0.04em;
}
#notification section.notification_list section.month_group ul li a time {
  width: 250px;
  flex-shrink: 0;
  line-height: 1.6;
}
#notification section.notification_list section.month_group ul li a > p {
  flex: 1;
  line-height: 1.8;
}

#notification-single section.single_article {
  margin-top: 140px;
  margin-bottom: 75px;
}
#notification-single section.single_article > time {
  display: block;
  margin-bottom: 20px;
  letter-spacing: 0.04em;
  color: var(--grn-color-2);
}
#notification-single section.single_article h2 {
  position: relative;
  margin-bottom: 35px;
  padding: 18px 30px;
  letter-spacing: 0.1em;
  color: var(--font-color);
  background-color: var(--wht-color-2);
  border-radius: 10px;
}
#notification-single section.single_article h2:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--grn-color-2);
  width: 12px;
  height: 100%;
  border-radius: 10px 0 0 10px;
}
#notification-single section.single_article .entry-content h1 {
  padding: 12px 16px;
  margin-top: 40px;
  margin-bottom: 18px;
  font-weight: var(--font-weight-medium);
  font-size: clamp(13px, 7.2857142857px + 0.5580357143vw, 18px);
  letter-spacing: 0.04em;
  background-color: var(--beg-color-2);
  border-radius: 10px;
}
#notification-single section.single_article .entry-content p {
  font-size: clamp(13px, 7.2857142857px + 0.5580357143vw, 18px);
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
}
#notification-single section.single_article .entry-content img.qr {
  margin-top: 30px;
  width: 150px;
}
#notification-single .back-btn {
  margin-bottom: 185px;
}

/* --------------------------------------------------
* privacy-policy
*/
#privacy_policy {
  margin-bottom: 185px;
}
#privacy_policy section.detail > p {
  margin-bottom: 100px;
  text-align: center;
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
}
#privacy_policy section.detail ol.content_list > li {
  margin-bottom: 60px;
  letter-spacing: 0.04em;
}
#privacy_policy section.detail ol.content_list > li:last-child {
  margin-bottom: 0;
}
#privacy_policy section.detail ol.content_list > li h2 {
  margin-bottom: 30px;
  padding: 15px 20px;
  color: var(--wht-color-2);
  background-color: var(--brw-color-1);
  border-radius: 10px;
  letter-spacing: 0.04em;
}
#privacy_policy section.detail ol.content_list > li p {
  line-height: 1.75;
  letter-spacing: 0.04em;
}
#privacy_policy section.detail ol.content_list > li p a {
  text-decoration: underline;
}
#privacy_policy section.detail ol.content_list > li ul.list_disc > li {
  line-height: 1.75;
}
#privacy_policy section.detail ol.content_list > li ul.list_disc > li::before {
  content: "●";
  display: inline-block;
  width: 1.4em;
}
#privacy_policy section.detail ol.content_list > li ol.list_decimal {
  margin-top: 25px;
  margin-bottom: 30px;
  margin-left: 18px;
  list-style: none;
}
#privacy_policy section.detail ol.content_list > li ol.list_decimal > li {
  line-height: 1.75;
  counter-increment: decimal;
}
#privacy_policy section.detail ol.content_list > li ol.list_decimal > li::before {
  content: counter(decimal) ".";
  display: inline-block;
  width: 1em;
}
#privacy_policy section.detail ol.content_list > li ol.list_decimal ol.list_decimal_sub {
  margin-bottom: 30px;
  margin-left: 18px;
}
#privacy_policy section.detail ol.content_list > li ol.list_decimal ol.list_decimal_sub > li {
  line-height: 1.75;
  counter-increment: decimal;
}
#privacy_policy section.detail ol.content_list > li ol.list_decimal ol.list_decimal_sub > li::before {
  content: counter(decimal) ".";
  display: inline-block;
  width: 1em;
}

/* --------------------------------------------------
* quotation
*/
#quotation section.quotation_form {
  margin-top: 140px;
  margin-bottom: 280px;
}
#quotation section.quotation_form > p {
  margin-bottom: 40px;
  letter-spacing: 0.04em;
}
#quotation section.quotation_form div.price {
  margin-bottom: 45px;
}
#quotation section.quotation_form div.price dl {
  display: inline-flex;
  border: 1px solid var(--brw-color-1);
  margin-bottom: 10px;
}
#quotation section.quotation_form div.price dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  background-color: var(--brw-color-1);
  color: var(--wht-color-2);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.04em;
}
#quotation section.quotation_form div.price dl dd {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  letter-spacing: 0.04em;
  background-color: var(--wht-color-2);
}
#quotation section.quotation_form div.price p {
  letter-spacing: 0.04em;
}
#quotation section.quotation_form div.calc {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
  padding: 40px;
  background-color: var(--wht-color-2);
  border-radius: 20px;
}
#quotation section.quotation_form div.calc div.period div.input_field input {
  width: 110px;
  margin-top: 5px;
  padding: 15px 10px;
  border: 1px solid var(--brw-color-1);
  border-radius: 5px;
}
#quotation section.quotation_form div.calc div.total span.total_label {
  font-weight: var(--font-weight-bold);
}
#quotation section.quotation_form div.calc div.total span.price {
  color: #E3493C;
}
#quotation section.quotation_form div.quotation_btn {
  text-align: right;
}
#quotation section.quotation_form div.quotation_btn button {
  width: 215px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: var(--wht-color-2);
  background-color: var(--brw-color-1);
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}
#quotation section.quotation_form div.quotation_btn button:hover {
  opacity: 0.7;
}
#quotation {
  /* Aforms style */
}
#quotation .wq-Form {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 40px;
  background-color: var(--wht-color-2);
  border-radius: 20px;
}
#quotation .wq-Form .wq-HNavigator {
  margin: 0;
}
#quotation .wq-Form .wq-Quantity {
  border: none;
}
#quotation .wq-Form .wq-Quantity > .wq--head {
  padding: 0;
  border: none;
  font-size: clamp(13px, 7.2857142857px + 0.5580357143vw, 18px);
  color: var(--font-color);
  background-color: transparent;
}
#quotation .wq-Form .wq-Quantity > .wq--body {
  padding: 0;
}
#quotation .wq-Form .wq-TextInput {
  width: 110px;
  margin: 5px 0 0;
  padding: 15px 10px;
  border: 1px solid var(--font-color);
  border-radius: 5px;
  font-family: var(--font-sans-maru);
  font-weight: var(--font-weight-medium);
  font-size: clamp(11px, 5.2857142857px + 0.5580357143vw, 16px);
}
#quotation .wq-Form .wq-TextInput:hover, #quotation .wq-Form .wq-TextInput:focus, #quotation .wq-Form .wq-TextInput:active {
  box-shadow: none;
  animation: none;
  border-color: var(--grn-color-1);
}
#quotation .wq-Form .wq-Monitor {
  margin: 0;
}
#quotation .wq-Form .wq-Monitor > .wq--entries {
  display: none;
}
#quotation .wq-Form .wq-Monitor .wq-for-subtotal, #quotation .wq-Form .wq-Monitor .wq-for-tax {
  display: none;
}
#quotation .wq-Form .wq-Monitor .wq-for-total {
  align-items: baseline;
  gap: 5px;
  border: none;
}
#quotation .wq-Form .wq-Monitor .wq-for-total .wq-for-name {
  flex: auto;
  padding: 0;
  color: var(--font-color);
  font-weight: var(--font-weight-bold);
  font-size: clamp(15px, 9.2857142857px + 0.5580357143vw, 20px);
}
#quotation .wq-Form .wq-Monitor .wq-for-total .wq-for-name::after {
  content: "金額";
}
#quotation .wq-Form .wq-Monitor .wq-for-total .wq-for-value {
  flex: auto;
  padding: 0;
  color: var(--font-color);
  font-weight: var(--font-weight-medium);
  font-size: clamp(13px, 7.2857142857px + 0.5580357143vw, 18px);
  line-height: 1;
}
#quotation .wq-Form .wq-Monitor .wq-for-total .wq-for-value::after {
  content: "（税込）";
}
#quotation .wq-Form .wq-Monitor .wq-for-total .wq-for-value span {
  height: auto;
  color: #E3493C;
  font-size: clamp(29px, 23.2857142857px + 0.5580357143vw, 34px);
  line-height: 1;
}
#quotation .wq-Form .wq-Control {
  display: block;
  position: absolute;
  top: calc(100% + 30px);
  right: 0;
}
#quotation .wq-Form .wq-Control .wq-content-empty {
  display: none;
}
#quotation .wq-Form .wq-InputGroup {
  gap: 6px;
}
#quotation .wq-Form .wq-InputGroup .wq--suffix {
  font-size: clamp(13px, 7.2857142857px + 0.5580357143vw, 18px);
  color: var(--brw-color-1);
}
#quotation .wq-Form .wq-Button {
  width: 215px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: var(--wht-color-2);
  font-family: var(--font-sans-maru);
  font-size: clamp(13px, 7.2857142857px + 0.5580357143vw, 18px);
  background-color: var(--brw-color-1);
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}
#quotation .wq-Form .wq-Button:hover {
  opacity: 0.7;
}

/* --------------------------------------------------
* site-policy
*/
#site_policy {
  margin-bottom: 185px;
}
#site_policy section.detail ol.content_list > li {
  margin-bottom: 60px;
}
#site_policy section.detail ol.content_list > li:last-child {
  margin-bottom: 0;
}
#site_policy section.detail ol.content_list > li h2 {
  margin-bottom: 30px;
  padding: 15px 20px;
  color: var(--wht-color-2);
  background-color: var(--brw-color-1);
  border-radius: 10px;
  letter-spacing: 0.04em;
}
#site_policy section.detail ol.content_list > li p {
  line-height: 1.75;
  letter-spacing: 0.04em;
}
#site_policy section.detail ol.content_list > li div.note_box {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dashed var(--brw-color-1);
}
#site_policy section.detail ol.content_list > li div.note_box h3 {
  margin-bottom: 10px;
  color: var(--grn-color-1);
  letter-spacing: 0.04em;
}
#site_policy section.detail ol.content_list > li div.note_box li {
  line-height: 1.75;
}
#site_policy section.detail ol.content_list > li ol.list_decimal {
  list-style: none;
}
#site_policy section.detail ol.content_list > li ol.list_decimal > li {
  line-height: 1.75;
  counter-increment: decimal;
}
#site_policy section.detail ol.content_list > li ol.list_decimal > li::before {
  content: counter(decimal) ".";
  display: inline-block;
  width: 1em;
}

/* --------------------------------------------------
* subscription
*/
#subscription > h2 {
  margin-bottom: 100px;
  font-weight: var(--font-weight-medium);
  text-align: center;
  line-height: 1;
  letter-spacing: 0.04em;
}
#subscription > h2 span.underline-trigger {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-bottom: 30px;
  background-image: radial-gradient(ellipse 40% 30% at 30% 50%, rgba(216, 244, 186, 0.7) 0%, transparent 100%), radial-gradient(ellipse 40% 30% at 60% 50%, rgba(153, 219, 174, 0.7) 0%, transparent 100%);
  background-size: 0% 50px;
  background-position: left calc(100% - 10px);
  background-repeat: no-repeat;
  transition: background-size 1s ease;
}
#subscription > h2 span.underline-trigger.on {
  background-size: 100% 50px;
}
#subscription > h2 span.underline-trigger {
  display: inline-flex;
  align-items: flex-end;
}
#subscription > h2 span.underline-trigger > div {
  display: inline-flex;
  align-items: flex-end;
  flex-direction: column;
  row-gap: 10px;
  padding-left: 10px;
}
#subscription > h2 span.underline-trigger > div img.object {
  width: 33.43px;
}
#subscription > h2 span.underline-trigger > div img.number {
  width: 54.06px;
}
#subscription section.three_bonus {
  margin-bottom: 140px;
}
#subscription section.three_bonus > ul {
  padding-inline: 60px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #subscription section.three_bonus > ul {
    padding-inline: 0;
  }
}
#subscription section.three_bonus > ul li {
  position: relative;
  margin-bottom: 93px;
  padding: 132px 60px 60px;
  text-align: center;
  background-color: var(--wht-color-2);
  border-radius: 20px;
}
#subscription section.three_bonus > ul li:last-child {
  margin-bottom: 0;
}
#subscription section.three_bonus > ul li div.number {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  flex-direction: column;
}
#subscription section.three_bonus > ul li div.number img.number {
  width: 87.38px;
}
#subscription section.three_bonus > ul li:nth-child(1) div.number img.fairy {
  z-index: 1;
  width: 57px;
  margin-bottom: -22px;
}
#subscription section.three_bonus > ul li:nth-child(2) div.number img.fairy {
  width: 72px;
  margin-bottom: -55px;
}
#subscription section.three_bonus > ul li:nth-child(3) div.number img.fairy {
  width: 76.96px;
  margin-bottom: -58px;
  margin-left: 45px;
}
#subscription section.three_bonus > ul li > h3 {
  margin-bottom: 40px;
  font-weight: var(--font-weight-medium);
  line-height: 1.5;
  letter-spacing: 0.04em;
}
#subscription section.three_bonus > ul li > h3 span.underline-trigger {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-bottom: 30px;
  background-image: radial-gradient(ellipse 40% 30% at 30% 50%, rgba(216, 244, 186, 0.7) 0%, transparent 100%), radial-gradient(ellipse 40% 30% at 60% 50%, rgba(153, 219, 174, 0.7) 0%, transparent 100%);
  background-size: 0% 50px;
  background-position: left calc(100% - 10px);
  background-repeat: no-repeat;
  transition: background-size 1s ease;
}
#subscription section.three_bonus > ul li > h3 span.underline-trigger.on {
  background-size: 100% 50px;
}
#subscription section.three_bonus > ul li p {
  margin-bottom: 40px;
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
}
#subscription section.three_bonus > ul li div.bonus_img > img {
  width: 100%;
}
#subscription section.purchase {
  margin-bottom: 150px;
  padding-top: 100px;
  padding-bottom: 130px;
  background-color: var(--beg-color-1);
}
#subscription section.purchase div.inner {
  position: relative;
  width: min(100%, 1200px);
  margin: 0 auto;
}
#subscription section.purchase div.inner:before {
  content: "";
  position: absolute;
  top: 1000px;
  left: -125px;
  z-index: 1;
  background-image: url(/assets/img/subscription/purchase_fairy.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  width: 83.15px;
  height: 124.5px;
}
#subscription section.purchase div.inner h2 {
  margin-bottom: 63px;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.04em;
  text-align: center;
}
#subscription section.purchase div.inner h2 span.underline-trigger {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-bottom: 30px;
  background-image: radial-gradient(ellipse 40% 30% at 30% 50%, rgba(216, 244, 186, 0.7) 0%, transparent 100%), radial-gradient(ellipse 40% 30% at 60% 50%, rgba(153, 219, 174, 0.7) 0%, transparent 100%);
  background-size: 0% 50px;
  background-position: left calc(100% - 10px);
  background-repeat: no-repeat;
  transition: background-size 1s ease;
}
#subscription section.purchase div.inner h2 span.underline-trigger.on {
  background-size: 100% 50px;
}
#subscription section.purchase div.inner input.purchase_radio {
  display: none;
}
#subscription section.purchase div.inner div.purchase_tab {
  display: flex;
}
#subscription section.purchase div.inner div.purchase_tab label {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0 70px;
  border-radius: 20px 20px 0 0;
  color: var(--wht-color-2);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.04em;
  cursor: pointer;
}
#subscription section.purchase div.inner div.purchase_tab label.private_tab {
  background-color: var(--brw-color-1);
}
#subscription section.purchase div.inner div.purchase_tab label.public_tab {
  background-color: var(--grn-color-2);
}
#subscription section.purchase div.inner section.content-private {
  background-color: var(--brw-color-1);
}
#subscription section.purchase div.inner section.content-public {
  background-color: var(--grn-color-2);
}
#subscription section.purchase div.inner input.purchase__radio {
  display: none;
}
#subscription section.purchase div.inner .content-private,
#subscription section.purchase div.inner .content-public {
  display: none;
}
#subscription section.purchase div.inner #radio-private:checked ~ .content-private {
  display: block;
}
#subscription section.purchase div.inner #radio-public:checked ~ .content-public {
  display: block;
}
#subscription section.purchase div.inner .content-private,
#subscription section.purchase div.inner .content-public {
  position: relative;
  margin-top: -35px;
  padding: 40px;
  border-radius: 40px;
}
#subscription section.purchase div.inner .content-private > ul,
#subscription section.purchase div.inner .content-public > ul {
  padding: 50px;
  background-color: var(--wht-color-2);
  border-radius: 29px;
}
#subscription section.purchase div.inner .content-private > ul li,
#subscription section.purchase div.inner .content-public > ul li {
  margin-bottom: 37px;
}
#subscription section.purchase div.inner .content-private > ul li:last-child,
#subscription section.purchase div.inner .content-public > ul li:last-child {
  margin-bottom: 0;
}
#subscription section.purchase div.inner .content-private > ul li h3,
#subscription section.purchase div.inner .content-public > ul li h3 {
  display: flex;
  align-items: center;
  column-gap: 10px;
  height: 50px;
  margin-bottom: 20px;
  padding-right: 11px;
  padding-left: 11px;
  background-color: var(--beg-color-2);
  border-radius: 10px;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.04em;
}
#subscription section.purchase div.inner .content-private > ul li h3 span,
#subscription section.purchase div.inner .content-public > ul li h3 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: var(--wht-color-2);
}
#subscription section.purchase div.inner .content-private > ul li dl.price,
#subscription section.purchase div.inner .content-public > ul li dl.price {
  display: inline-flex;
  border: 1px solid var(--beg-color-2);
  margin-bottom: 20px;
}
#subscription section.purchase div.inner .content-private > ul li dl.price dt,
#subscription section.purchase div.inner .content-public > ul li dl.price dt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  background-color: var(--brw-color-1);
  color: var(--wht-color-2);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.04em;
}
#subscription section.purchase div.inner .content-private > ul li dl.price dd,
#subscription section.purchase div.inner .content-public > ul li dl.price dd {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  letter-spacing: 0.04em;
}
#subscription section.purchase div.inner .content-private > ul li > p.box,
#subscription section.purchase div.inner .content-public > ul li > p.box {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid var(--beg-color-2);
  border-radius: 10px;
}
#subscription section.purchase div.inner .content-private > ul li > p,
#subscription section.purchase div.inner .content-public > ul li > p {
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.04em;
  line-height: 1.7777777778;
}
#subscription section.purchase div.inner .content-private > ul li > p em,
#subscription section.purchase div.inner .content-public > ul li > p em {
  font-style: normal;
  background-image: linear-gradient(var(--grn-color-3), var(--grn-color-3));
  background-size: 100% 8px;
  background-position: 0 90%;
  background-repeat: no-repeat;
}
#subscription section.purchase div.inner .content-private > ul li > p a,
#subscription section.purchase div.inner .content-public > ul li > p a {
  text-decoration: underline;
}
#subscription section.purchase div.inner .content-private > ul li div.link_btn,
#subscription section.purchase div.inner .content-public > ul li div.link_btn {
  display: flex;
  justify-content: center;
}
#subscription section.purchase div.inner .content-private > ul li div.link_btn a,
#subscription section.purchase div.inner .content-public > ul li div.link_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 301px;
  padding: 22px 30px;
  background-color: var(--brw-color-1);
  border: 2px solid var(--brw-color-1);
  border-radius: 50px;
  color: var(--wht-color-2);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 750px) {
  #subscription section.purchase div.inner .content-private > ul li div.link_btn a,
  #subscription section.purchase div.inner .content-public > ul li div.link_btn a {
    width: 74.6666666667vw;
    padding: 5.8666666667vw 8vw;
    font-size: 4.2666666667vw;
  }
}
#subscription section.purchase div.inner .content-private > ul li div.link_btn a .lnk_btn_object,
#subscription section.purchase div.inner .content-public > ul li div.link_btn a .lnk_btn_object {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24.45px;
  height: 24.3px;
}
@media screen and (max-width: 750px) {
  #subscription section.purchase div.inner .content-private > ul li div.link_btn a .lnk_btn_object,
  #subscription section.purchase div.inner .content-public > ul li div.link_btn a .lnk_btn_object {
    right: 5.3333333333vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
#subscription section.purchase div.inner .content-private > ul li div.link_btn a .lnk_btn_object img,
#subscription section.purchase div.inner .content-public > ul li div.link_btn a .lnk_btn_object img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}
#subscription section.purchase div.inner .content-private > ul li div.link_btn a .lnk_btn_object__hover,
#subscription section.purchase div.inner .content-public > ul li div.link_btn a .lnk_btn_object__hover {
  opacity: 0;
}
#subscription section.purchase div.inner .content-private > ul li div.link_btn a:hover,
#subscription section.purchase div.inner .content-public > ul li div.link_btn a:hover {
  background-color: transparent;
  color: var(--brw-color-1);
}
#subscription section.purchase div.inner .content-private > ul li div.link_btn a:hover .lnk_btn_object__normal,
#subscription section.purchase div.inner .content-public > ul li div.link_btn a:hover .lnk_btn_object__normal {
  opacity: 0;
}
#subscription section.purchase div.inner .content-private > ul li div.link_btn a:hover .lnk_btn_object__hover,
#subscription section.purchase div.inner .content-public > ul li div.link_btn a:hover .lnk_btn_object__hover {
  opacity: 1;
}
#subscription section.purchase div.inner .content-private > ul li div.link_btn,
#subscription section.purchase div.inner .content-public > ul li div.link_btn {
  margin-top: 20px;
  justify-content: left;
}
#subscription section.purchase div.inner .content-private > ul li div.link_btn a .lnk_btn_object,
#subscription section.purchase div.inner .content-public > ul li div.link_btn a .lnk_btn_object {
  width: 24.45px;
  height: 24.45px;
}
#subscription section.bunner {
  margin-bottom: 188px;
}

/* --------------------------------------------------
* update
*/
#update_article section.update_list {
  margin-top: 140px;
  margin-bottom: 185px;
}
#update_article section.update_list div.list_header {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  color: var(--wht-color-2);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.04em;
  background-color: var(--brw-color-1);
  border-radius: 10px;
}
#update_article section.update_list div.list_header span.date {
  width: 250px;
}
#update_article section.update_list div.list_header span.title {
  flex: 1;
}
#update_article section.update_list ul {
  margin-bottom: 160px;
}
#update_article section.update_list ul li {
  border-bottom: 1px dashed var(--brw-color-1);
}
#update_article section.update_list ul li a {
  display: flex;
  align-items: flex-start;
  padding-top: 35px;
  padding-bottom: 28px;
  padding-left: 15px;
  letter-spacing: 0.04em;
}
#update_article section.update_list ul li a time {
  width: 250px;
}
#update_article section.update_list ul li a > p {
  flex: 1;
}
#update_article section.update_list div.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 750px) {
  #update_article section.update_list div.pagination {
    gap: 8px;
  }
}
#update_article section.update_list div.pagination .pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--brw-color-1);
  border-radius: 50%;
  color: var(--brw-color-1);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 750px) {
  #update_article section.update_list div.pagination .pagination__item {
    width: 40px;
    height: 40px;
  }
}
#update_article section.update_list div.pagination .pagination__item.current {
  background-color: var(--brw-color-1);
  color: var(--wht-color-2);
  cursor: default;
}
#update_article section.update_list div.pagination .pagination__item:not(.current):hover {
  background-color: var(--brw-color-1);
  color: var(--wht-color-2);
}
#update_article section.update_list div.pagination .pagination__dots {
  color: var(--brw-color-1);
  letter-spacing: 0.04em;
}
#update_article section.update_list div.pagination .pagination__next {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 20px;
  color: var(--brw-color-1);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 750px) {
  #update_article section.update_list div.pagination .pagination__next {
    margin-left: 10px;
  }
}
#update_article section.update_list div.pagination .pagination__next:hover {
  opacity: 0.7;
}

#update-single {
  padding-bottom: 180px;
}
#update-single section.single_article {
  margin-bottom: 70px;
}
#update-single section.single_article > time {
  display: block;
  margin-bottom: 20px;
  letter-spacing: 0.04em;
  color: var(--grn-color-2);
}
#update-single section.single_article h2 {
  position: relative;
  margin-bottom: 60px;
  padding: 18px 30px;
  letter-spacing: 0.1em;
  color: var(--font-color);
  background-color: var(--wht-color-2);
  border-radius: 10px;
}
#update-single section.single_article h2:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--grn-color-2);
  width: 12px;
  height: 100%;
  border-radius: 10px 0 0 10px;
}
#update-single section.single_article p {
  font-size: clamp(13px, 7.2857142857px + 0.5580357143vw, 18px);
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
}

/* --------------------------------------------------
* page
*/
#page-entry {
  padding-bottom: 180px;
}
#page-entry .entry-content p, #page-entry .entry-content li {
  font-size: clamp(13px, 7.2857142857px + 0.5580357143vw, 18px);
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
}
#page-entry .entry-content h1 {
  padding: 12px 16px;
  margin-top: 40px;
  margin-bottom: 18px;
  font-weight: var(--font-weight-medium);
  font-size: clamp(13px, 7.2857142857px + 0.5580357143vw, 18px);
  letter-spacing: 0.04em;
  background-color: var(--beg-color-2);
  border-radius: 10px;
}
#page-entry .entry-content h2 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: clamp(13px, 7.2857142857px + 0.5580357143vw, 18px);
  letter-spacing: 0.04em;
  line-height: 1.7777777778;
  text-align: left;
  color: var(--grn-color-1);
}
#page-entry .entry-content p {
  margin-bottom: 30px;
}
#page-entry .entry-content a {
  color: var(--grn-color-1);
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */