/*** Media Query ***/
/* HTMLtag */
/* line 6, tag.scss */
a {
  color: #000000;
  text-decoration: none; }
  /* line 9, tag.scss */
  a:hover {
    opacity: 0.5; }

/* preset */
/* line 14, tag.scss */
.pc {
  display: inline !important; }

/* line 17, tag.scss */
.tablet {
  display: inline !important; }

/* line 20, tag.scss */
.sp {
  display: none !important; }

@media screen and (max-width: 992px) {
  /* HTMLtag */
  /* line 27, tag.scss */
  a {
    text-decoration: none; }
    /* line 29, tag.scss */
    a:hover {
      opacity: 1; }

  /* preset */
  /* line 35, tag.scss */
  .pc {
    display: none !important; }

  /* line 38, tag.scss */
  .tablet {
    display: inline !important; }

  /* line 41, tag.scss */
  .sp {
    display: none !important; } }
@media screen and (max-width: 544px) {
  /* HTMLtag */
  /* preset */
  /* line 50, tag.scss */
  .pc {
    display: none !important; }

  /* line 53, tag.scss */
  .tablet {
    display: none !important; }

  /* line 56, tag.scss */
  .sp {
    display: inline !important; } }

/*# sourceMappingURL=tag.css.map */
