@charset "utf-8";
/* CSS Document */

@media all and (min-width: 960px){
/*メインイメージ*/
  #main_visual {
    width: 100%;
  }
  #main_visual .p-mainVisual__inner {
  }
  #main_visual .c-filterLayer__img {
  }
  #main_visual .p-mainVisual__img {
  }
  #main_visual .p-mainVisual__textLayer .p-mainVisual__slideTitle {
  }
  #main_visual .p-mainVisual__textLayer .p-mainVisual__slideText {
  }
  #main_visual .p-mainVisual__textLayer {
  }
  .top #content {
    padding-top: 2em;
  }
  .post_content > .wp-block-group {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .post_content .read h2 {
    margin-bottom: 0.5em;
    font-size: 3.5rem;
  }
  .post_content .read h2 em {
    color: #d53900;
  }
  .post_content .read p {
    font-size: 2.4rem;
    font-weight: bold;
  }
  .post_content .feat {
    padding-top: 0;
  }
  .post_content .feat h2 {
    font-size: 3rem;
    border-top: dotted 5px #d53900;
    border-bottom: dotted 5px #d53900;
  }
  .post_content .feat h3 {
    font-size: 2.2rem;
    text-align: left;
    margin-bottom: 0.3em;
  }
  .post_content .feat h3::before {
    display: none;
  }
  .post_content .quote h3 {
    padding: 0;
    margin: 0 0 1em;
  }
  .post_content .quote h3::after {
    content: "";
    width: 35%;
    height: 2px;
    background: #d53900;
    display: block;
    position: relative;
    top: 10px;
  }
  .post_content .comit h2 em {
    color: #d53900;
    font-size: 120%;
  }
  .post_content .comit .wp-block-media-text__content {
    background: #fff;
    color: #000;
    padding: 5%;
    position: relative;
  }
  .post_content .comit .wp-block-media-text:nth-child(even) .wp-block-media-text__content {
    left: -10%;
  }
  .post_content .comit .wp-block-media-text:nth-child(odd) .wp-block-media-text__content {
    right: -10%;
  }
  .post_content .comit .wp-block-media-text__content h3 {
    border-bottom: solid 1px #d53900;
    margin-bottom: 0.5em;
    font-weight: 900;
  }
  .post_content .comit .wp-block-media-text__content h3::first-letter {
    color: #d53900;
    font-size: 160%;
    margin-right: 0.2em;
    /* position: relative;
    bottom: -25px; */
  }
  .post_content .bnr .wp-block-column {
    position: relative;
  }
  .post_content .bnr .wp-block-column p a {
    position: absolute;
    top: calc(50% - 33px);
    left: 10%;
    width: 80%;
    background: url(../../assets/img/arrow.svg) no-repeat center right 20px #d53900;
    background-size: 20px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: normal;
    box-shadow: none;
    line-height: 1.3;
    padding: 22px 60px 20px 30px;
    display: block;
    text-align: center;
  }
  .post_content .bnr .wp-block-column p a:hover {
    filter: brightness(120%);
  }

  #sb_instagram {
    margin-top: 1em;
  }
  .sb_instagram_header, #sbi_load {
    display: none;
  }

  #content.l-content {
    margin-bottom: 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() {
  }
