@charset "UTF-8";

/* ==========================================================
 reseting
========================================================== */
.global-contents__inner{
  width: 100%;
  padding-bottom: 10rem;
}
#primary-content {
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-size: 14px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  word-wrap: break-word;
  overflow-wrap: break-word;
  height: auto;
  letter-spacing: 0.05em;
}
#primary-content a{
  text-decoration: none;
}
#primary-content img
{ overflow: hidden; vertical-align: bottom; border: none; }
#primary-content svg
{ fill: currentColor; }
#primary-content ol,
#primary-content ul
{ list-style: none; }
#primary-content *
{ box-sizing: border-box; -webkit-box-sizing: border-box; }
#primary-content :where(h1, h2, h3, h4, h5, h6, p, div, dl, dt, dd, ul, ol, li, a) {
  font-size: unset;
}
#primary-content :where(a){
  color: unset;
}
#primary-content video{
  filter: drop-shadow(0px 0px #000);
}
@media screen and (min-width: 768px) {
  #primary-content a{
    opacity: 1;  
  }
  #primary-content a{
    transition: 0.2s ease-out;
  }
  #primary-content a:hover {
      color: #ecb0ba;
  }
  #primary-content a img {
      -wewbkit-transition: 0.2s ease-out;
      transition: 0.2s ease-out;
  }
  #primary-content a:hover img{
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  #primary-content {
    font-size: 13px;
	  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  }
}

/* ==========================================================
 rwd switch
========================================================== */
/* pc
---------------------------------------------------------- */
#primary-content .only-sp,
#primary-content .no-pc { display: none !important; }
/* sp
---------------------------------------------------------- */
@media screen and (max-width: 768px) {
#primary-content .only-pc,
#primary-content .no-sp
{ display: none !important; }
#primary-content .only-sp,
#primary-content .no-pc
{ display: block !important; }
#primary-content img.only-sp,
#primary-content img.no-pc
{ display: inline-block !important; }
}
