@charset "utf-8";
/* CSS Document */
#main_visual {
  max-width: var(--article_size);
  border-radius: 40px;
  margin: auto;
}
#main_visual .p-mainVisual__textLayer .p-mainVisual__slideTitle {
  color: var(--color_link);
  font-size: 3.5rem;
  font-weight: 600;
  text-shadow: 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%);
  width: 8em;
  background: url(../../../../uploads/mainv_ill.svg) no-repeat center bottom;
  background-size: 90%;
  padding-bottom: 20%;
  margin-left: 3%;
}
#main_visual .p-mainVisual__textLayer .p-mainVisual__slideTitle em {
  font-size: 125%;
}
#main_visual .p-mainVisual__textLayer .p-mainVisual__slideText {
  font-size: 1.6rem;
  color: var(--color_main);
  font-weight: 600;
  text-shadow: 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%), 0 0 3px rgb(255 255 255 / 70%);
}
.post_content .wp-block-group.alignfull.has-background {
  padding-top: 5em !important;
  padding-bottom: 5em;
}
.post_content #about {
  background: url(../../../../uploads/bg_gre.gif) no-repeat center bottom;
	background-size: 100% 100%;
  padding-bottom: 7em;
  padding-top: 7em;
}
#content .post_content #about h3 {
  color: var(--color_link);
  font-size: 2.2rem;
}
.post_content #soudan .swell-block-columns {
  background: #fcf6ee;
  padding: 5em 3em 3em;
  border-radius: 30px;
  margin-top: -4em;
}
.post_content #ill {
  padding: 0;
}
.post_content #ill figure {
  position: absolute;
  width: 15%;
}
.post_content #ill figure:nth-child(1) {
  top: -2%;
  left: -2%;
}
.post_content #ill figure:nth-child(2) {
  top: 0;
  right: -2%;
}
.post_content #ill figure:nth-child(3) {
  top: 20%;
  right: 0%;
  width: 22%;
}
.post_content #ill figure:nth-child(4) {
  top: 38%;
  left: 0%;
  width: 22%;
}
.post_content .swell-block-column {
  position: relative;
  z-index: 10;
}
@media all and (min-width: 960px){
/*メインイメージ*/
  #main_visual {
    width: 100%;
  }
  #main_visual .p-mainVisual__textLayer {
  }
  #main_visual .p-mainVisual__textLayer .p-mainVisual__slideText span em br {
    display: none;
  }
  /* #main_visual .p-mainVisual__inner {
    height: calc(100vh - 146px);
  }
  #main_visual .c-filterLayer__img {
    left: 35%;
    position: relative;
  }
  #main_visual .p-mainVisual__img {
    object-position: top;
    width: 65%;
  }
  #main_visual .p-mainVisual__textLayer {
    background: url(../../assets/img/mainv_txt.png) no-repeat;
    background-size: 53% auto;
    max-width: none;
  } */
  .post_content > div {
    padding: 2.5em 0 3em;
  }
  .post_content h2 {
    border: none;
    padding: 0;
    margin: 0;
  }
  /* footer#footer {
    margin-top: 0;
  } */
}


  /* chrome safari opera */
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
  }
  /* chrome opera */
  @media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  }
  /* Firefox */
  @-moz-document url-prefix() {
  }
