@charset "UTF-8";

/* ------------------------------
共通スタイルに追加スタイル
------------------------------ */

/* common */
a:hover, a:active {
  background-color: unset;
}

#header,
#main{
  font-family: var(--mc--str--of-font-family-name--basic);
}

/* header */
#header:not(:has(+ #tp)) {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

#header #headerInner {
  box-shadow: none;
}

/* section */
section {
  margin-bottom: 0;
}

/* gnav */
#gnav {
  padding-bottom: 0;
}
#gnav .gnavBtn{
  padding-bottom: 8px;
}
#gnav .gnavBtn + .gnavBtn {
  border-left: none;
}
#gnav .gnavBtn + .gnavBtn > a {
  border-left: 1px #d6d6d6 solid;
}
#gnav .gnavBtn > a > span {
  text-indent: 0;
  background: none;
  font-size: 16px;
  line-height: 1.5;
}
#gnav .gnavBtn .gnavCurArrow {
  bottom: 8px;
}
#gnav .gnavBtn > a:hover {
  color: #FF2802;
}
#gnav .gnavCat {
  font-size: 13px;
}

/* パンくず */
#tp {
  border-top: solid 1px #D5D5D5;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
#tp #tpInner {
  padding: 5px 30px 5px;
}

/* footer */
#footer {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
#fnav {
  font-family: Arial, Helvetica, sans-serif;
}

#menuCat {
  font-size: 13px;
}

/* news release */
.c-list1__title .new {
  background-color: #FADDF3;
  border-radius: 2px;
  color: #000;
  text-transform: uppercase;
  font-size: 11px;
  padding: 0.5em 0.75em;
}

@media screen and (max-width: 767px) {
  .c-list1__title .new {
    border-radius: calc(2 * var(--mc--quantity--of-design--horizontal));
    font-size: inherit;
  }
}

/* credit txt */
.c-credit-txt {
  text-align: right;
  margin-top: calc(0.2 * var(--base-unit));
  font-weight: 400;
  font-size: calc(1.3 * var(--base-unit));
  letter-spacing: 0.04em;
  line-height: calc(22 / 13);
  color: #333;
}