HEX
Server: Apache
System: Linux s325.xrea.com 6.8.0-88-generic #89-Ubuntu SMP PREEMPT_DYNAMIC Sat Oct 11 01:02:46 UTC 2025 x86_64
User: yunportfolio (12972)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /virtual/yunportfolio/public_html/yunportfolio.shop/wp-content/themes/cocoon-master/scss/_ad.scss
/************************************
** 広告
************************************/
.ad-area{
  //@extend %bottom_margin;
  //margin: 24px 0;
  text-align: center;
  margin-bottom: 1.8em;
  // overflow: hidden;
}

// .entry-content .ad-area{
//   margin-bottom: 1.2em;
// }

.ad-label-invisible{
  .ad-label{
    display: none;
  }
}

.ad-content-top{
  margin-top: 1em;
}

.ad-responsive{
  ins{
    width: 100%;
  }
}

.ad-single-rectangle,
.ad-dabble-rectangle{
  .ad-responsive{
    max-width: 336px;
    margin: auto;
  }
}

/************************************
** ダブルレクタングル
************************************/
.ad-dabble-rectangle{
  .ad-wrap{
    display: flex;
  }

  .ad-responsive{
    width: 336px;
  }
}

//692px以下
@media screen and (max-width: 692px){
  .ad-dabble-rectangle{
    .ad-responsive{
      width: 300px;
    }
  }
}

//626px以下
@media screen and (max-width: 626px){
  .ad-dabble-rectangle{
    .ad-responsive{
      width: 250px;
    }
  }
}

//556px以下
@media screen and (max-width: 556px){
  .ad-dabble-rectangle{
    .ad-wrap{
      display: block;
    }
    .ad-responsive{
      width: auto;
      max-width: none;
      margin: auto;
    }
    .ad-additional-double{
      display: none;
    }
  }
}

/************************************
** サイドバーのダブルレクタングル
************************************/
.sidebar{
  .ad-additional-double{
    display: none;
  }
}

/************************************
** サイドバーのスカイスクレイパー
************************************/
.sidebar{
  .ad-additional-vertical{
    display: none;
  }
}