@charset "utf-8";
/* CSS Document */


/* 2020.0625-sakuma */
@import url(basic-style.css);
@import url(google-fonts-style.css);

/* wrap 関連
-------------------------*/
.contents-wrap {
  position: relative;
  max-width: 1024px;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto 0;
}

/* レイアウト 関連
-------------------------*/

/* 鶏べじぶろす
===================================*/
.teaserAdsArea {
  position: relative;
  width: 100%;
}
.teaserAdsImageBox {
  display: block;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

/* ブレイクポイント
-------------------------*/
@media screen and (max-width: 1100px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 860px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (min-width: 660px) {
}
@media screen and (max-width: 660px) {
}
@media screen and (max-width: 375px) {
}

