@charset "utf-8";
/* CSS Document */
@media all and (max-width: 768px){
  #about .sp_column2 {
    --wp-column-gap: auto;
    --wp-column-mt: auto;
  }
}
@media all and (max-width: 959px){
  #main_visual {
  }
  #main_visual .p-mainVisual__inner {
    max-height: 700px;
  }
  #main_visual .p-mainVisual__img {
    object-position: top;
  }
  #main_visual .p-mainVisual__textLayer {
    align-items: center;
    top: 3%;
  }
  #main_visual .p-mainVisual__textLayer .p-mainVisual__slideTitle {
    width: 4em;
    height: 90%;
    background: url(../../../../uploads/mainv_copy.png) no-repeat center;
    background-size: 77px 256px;
  }
  #main_visual > p {
    display: none;
  }
  .top #content {
    margin-bottom: 0;
  }
  .post_content div.has-background div.has-background {
    padding: 0;
  }
  .post_content > .wp-block-group {
    /* padding-top: 40px; */
    padding-bottom: 3em;
    margin-bottom: 0 !important;
  }
  .post_content .alignfull > div {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  /* .post_content h2 {
    margin-bottom: 0;
  }
  .post_content h2 + p {
    margin-top: 0;
  } */
  .post_content .p-postListWrap {
    margin-bottom: 0;
  }
  .post_content .ttl h2:not(.p-postList__title) {
  }
  .wp-block-group__inner-container div.has-background {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .post_content p br {
    display: none;
  }
  .post_content #about {
    background: url(../../../../uploads/access_map.png) no-repeat center top 35%;
    background-size: 426px 352px;
  }
  .post_content #about .ttl h2 {
    font-size: 2.2rem;
  }
  #about figure {
    width: 75%;
    left: 30%;
    border-radius: 30px 0 0 30px;
    position: relative;
    margin-top: 45% !important;
  }
  .post_content #hajimemashite .swell-block-columns:nth-child(3) {
    margin-top: 4em;
  }
  .post_content #hajimemashite h2 {
    font-size: 2.3rem;
    text-align: center;
    margin-bottom: 1em;
  }
  .post_content #hajimemashite h2 strong {
    margin-left: -1em;
    padding: 10px 0 0 35px;
  }
  .post_content #sponsor .corpo .swell-block-column {
    margin-bottom: 1em;
  }
  .post_content #sponsor .corpo figure a img {
    max-width: 200px;
  }
}

@media all and (min-width: 768px) and (max-width: 960px) {
  .home figure.pc_only {
    display: block !important;
  }
  .home figure.sp_only {
    display: none !important;
  }
  .post_content #about {
    background: url(../../../../uploads/access_map.png) no-repeat right top -2%;
    background-size: 55%;
  }
  .post_content #topics .swell-block-columns__inner .swell-block-column {
    width: 100%
  }
  /* .post_content #topics .swell-block-columns__inner .swell-block-column:nth-child(1) {
    width: calc(30% - var(--swl-clmn-mrgn--x));
  }
  .post_content #topics .swell-block-columns__inner .swell-block-column:nth-child(2) {
    width: calc(70% - var(--swl-clmn-mrgn--x));
    margin-top: 1em;
  } */
  .post_content #hajimemashite .swell-block-columns:nth-child(2) figure {
    margin-left: -5vw;
  }
  .post_content #hajimemashite .swell-block-columns:nth-child(3) figure {
    margin-right: -5vw;
  }
}
