@charset "UTF-8";
/*
 * 投稿ページに関する独自CSSです
 * 作成者：Yapin
 * 作成日：2021/12/08
 */
/* 余白調整用 */
.margin-top-0 {
  margin-top: 0 !important;
}

.margin-top-sp-0-7 {
  margin-top: 0.7em !important;
}
@media screen and (min-width: 769px) {
  .margin-top-sp-0-7 {
    margin-top: 0.1em !important;
  }
}

.margin-top-sp-1-5 {
  margin-top: 1.5em !important;
}
@media screen and (min-width: 769px) {
  .margin-top-sp-1-5 {
    margin-top: 0.5em !important;
  }
}
.margin-top-sp-1-5 .wp-block-image {
  margin-top: 2em;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

/* ヘッダー部 */
.dau-single-header {
  width: 100% !important;
  border-radius: 0 !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18) !important;
}

.dau-single-header-firstView {
  background-position: center;
  background-size: 200%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.dau-single-header-firstView .dau-single-header-firstView-inner {
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 1;
  padding-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .dau-single-header-firstView .dau-single-header-firstView-inner {
    padding-bottom: 25px;
  }
}
.dau-single-header-firstView .dau-single-header-title {
  text-align: center;
}
.dau-single-header-firstView .dau-single-header-title h1 {
  display: inline-block;
  padding: 0.2em 1em;
  font-size: 9px;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .dau-single-header-firstView .dau-single-header-title h1 {
    font-size: 14px;
    margin: 20px 0 0;
  }
}
.dau-single-header-firstView:before {
  content: "";
  background: inherit;
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: blur(20px);
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  z-index: -1;
}
.dau-single-header-firstView .dau-single-header-img {
  text-align: center;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .dau-single-header-firstView .dau-single-header-img {
    width: 430px;
    margin-bottom: 25px;
  }
}
.dau-single-header-firstView .dau-single-header-img .dau-single-header-img-inner {
  display: inline-block;
  background-color: #fff;
  padding: 0.5em;
  border-radius: 19px;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.55);
}
.dau-single-header-firstView .dau-single-header-img .dau-single-header-img-inner img {
  border-radius: 19px;
}

.dau-single-bg {
  background-color: white;
}
@media screen and (min-width: 769px) {
  .dau-single-bg {
    background-image: url("../img/dau-single-bg.jpg") !important;
    background-size: cover !important;
  }
}

/* パンくずリスト */
.dau-single-breadcrumb {
  font-size: 12px;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 769px) {
  .dau-single-breadcrumb {
    margin-bottom: 0.5em;
  }
}
.dau-single-breadcrumb #breadcrumb {
  padding: 0 10px;
}
@media screen and (min-width: 769px) {
  .dau-single-breadcrumb #breadcrumb {
    padding: 13px 15px;
  }
}
.dau-single-breadcrumb #breadcrumb ul {
  float: none;
  background-color: unset;
  border-radius: 0;
}
.dau-single-breadcrumb #breadcrumb li a {
  color: #7d7d7d;
}
.dau-single-breadcrumb #breadcrumb li a:hover {
  opacity: 0.5;
}
.dau-single-breadcrumb #breadcrumb li:after {
  content: "\f105";
  color: #7d7d7d;
}
.dau-single-breadcrumb #breadcrumb li:last-child:after {
  content: "";
}

/* 本文 */
.dau-entry {
  margin-bottom: 0 !important;
  border-radius: unset !important;
  margin-top: 0 !important;
  background-color: unset !important;
}
.dau-entry .dau-entry-content {
  padding: 0 !important;
}
.dau-entry .dau-entry-content h2 {
  margin-top: 0 !important;
  border-radius: 0;
  margin: 2.7rem -15px 2rem;
}
@media screen and (min-width: 769px) {
  .dau-entry .dau-entry-content h2 {
    border-radius: 5px;
    margin: 2.7rem -2rem 2rem;
  }
}
.dau-entry .dau-entry-content .dau-entry-content-area {
  margin-bottom: 1.5em;
  border-radius: 0;
  margin-top: 1em;
  background-color: white;
  padding: 0.5em 15px 1.2em 15px;
}
@media screen and (min-width: 769px) {
  .dau-entry .dau-entry-content .dau-entry-content-area {
    border-radius: 3px;
    margin-top: 0.5em;
  }
}
@media screen and (min-width: 1030px) {
  .dau-entry .dau-entry-content .dau-entry-content-area {
    border-radius: 10px;
  }
}
@media screen and (min-width: 769px) {
  .dau-entry .dau-entry-content .dau-entry-content-area:nth-child(n+3) {
    padding-top: 1.8em;
  }
}
.dau-entry .dau-entry-content .dau-entry-content-area .first-p-margin {
  margin-top: 2em;
}
@media screen and (min-width: 769px) {
  .dau-entry .dau-entry-content .dau-entry-content-area .first-p-margin {
    margin-bottom: 1.5em;
  }
}
.dau-entry .dau-entry-content .dau-entry-content-area .first-p-margin-no-link {
  margin-top: 1em;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 769px) {
  .dau-entry .dau-entry-content .dau-entry-content-area .first-p-margin-no-link {
    margin-top: 1em;
    margin-bottom: 0.8em;
  }
}

/* ページ内リンクボタン */
.dau-single-pagelink {
  position: relative;
}
.dau-single-pagelink nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: -1.25em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.dau-single-pagelink nav ul {
  margin: 0;
  padding: 0;
  border: unset;
  border-radius: unset;
}
.dau-single-pagelink nav ul li {
  list-style: none;
  display: inline-block;
  width: 23%;
  font-size: 9px;
}
@media screen and (min-width: 481px) {
  .dau-single-pagelink nav ul li {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  .dau-single-pagelink nav ul li {
    width: 20%;
    font-weight: bold;
    font-size: 14px;
  }
}
.dau-single-pagelink nav ul li:nth-child(n+2) {
  margin-left: 5px;
}
.dau-single-pagelink nav ul li a {
  display: block;
  text-decoration: none;
  border-radius: 35px;
  padding: 35px 5% 0 5%;
  color: #fff;
  box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.19);
}
@media screen and (min-width: 769px) {
  .dau-single-pagelink nav ul li a {
    border-radius: 23px;
    padding: 3% 3% 3% 20px;
    border: 3px solid #fff;
  }
}
.dau-single-pagelink nav ul li a:hover {
  filter: brightness(120%);
}
.dau-single-pagelink nav ul li .ranking {
  background-color: #e69200;
  background-image: url("../img/dau-icon-ranking.png");
  background-repeat: no-repeat;
  background-position: 50% 25%;
}
@media screen and (min-width: 769px) {
  .dau-single-pagelink nav ul li .ranking {
    background-position: 10% 30%;
  }
}
.dau-single-pagelink nav ul li .merit {
  background-color: #00ae63;
  background-image: url("../img/dau-icon-merit.png");
  background-repeat: no-repeat;
  background-position: 50% 25%;
}
@media screen and (min-width: 769px) {
  .dau-single-pagelink nav ul li .merit {
    background-position: 13% 30%;
  }
}
.dau-single-pagelink nav ul li .demerit {
  background-color: #bb0c4d;
  background-image: url("../img/dau-icon-demerit.png");
  background-repeat: no-repeat;
  background-position: 50% 30%;
}
@media screen and (min-width: 769px) {
  .dau-single-pagelink nav ul li .demerit {
    background-position: 10% 50%;
  }
}
.dau-single-pagelink nav ul li .reviews {
  background-color: #2690e1;
  background-image: url("../img/dau-icon-reviews.png");
  background-repeat: no-repeat;
  background-position: 53% 30%;
}
@media screen and (min-width: 769px) {
  .dau-single-pagelink nav ul li .reviews {
    background-position: 20% 40%;
  }
}

/* 固定表示用ロゴ画像 */
.dau-single-fixed-header {
  display: none;
}
@media screen and (min-width: 769px) {
  .dau-single-fixed-header {
    display: inline-block;
    position: fixed;
    z-index: 999;
    top: -150px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px 9px 9px 9px;
    left: 2vw;
    width: 17vw;
    max-width: 180px;
    transform: translate(0, 50px);
    transition: all 500ms;
    border-radius: 0 0 8px 8px;
  }
  .dau-single-fixed-header.show {
    top: 0;
    transform: translate(0, 0);
  }
  .dau-single-fixed-header.show-admin {
    /* 管理者バーの高さ分、topの位置を下げる */
    top: 32px;
    transform: translate(0, 0);
  }
}

/* 記事内フッター */
.dau-article-footer {
  border-radius: 0;
  background-color: white;
  padding: 2.7em 15px 1.2em 15px;
}
@media screen and (min-width: 769px) {
  .dau-article-footer {
    border-radius: 10px;
  }
}

/* フッター */
.dau-footer {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .dau-footer {
    margin-bottom: 0;
  }
}

/* SP用のフッターに固定するページ内リンクボタン */
.dau-single-pagelink-footer {
  position: fixed;
  z-index: 999;
  width: 100%;
  bottom: -150px;
  transform: translate(0, -50px);
  transition: all 500ms;
}
.dau-single-pagelink-footer nav {
  text-align: center;
}
.dau-single-pagelink-footer nav ul {
  margin: 0;
  padding: 0;
  border: unset;
  border-radius: unset;
  display: flex;
  width: 100%;
  text-align: center;
}
.dau-single-pagelink-footer nav ul li {
  list-style: none;
  width: 25%;
  font-size: 9px;
  padding: 0;
  margin: 0;
  position: relative;
}
.dau-single-pagelink-footer nav ul li a {
  display: block;
  text-decoration: none;
  padding: 35px 5% 0 5%;
  color: #fff;
}
.dau-single-pagelink-footer nav ul li a:hover {
  filter: brightness(120%);
}
.dau-single-pagelink-footer nav ul li .ranking {
  background-color: #e69200;
  background-image: url("../img/dau-icon-ranking.png");
  background-repeat: no-repeat;
  background-position: 50% 25%;
}
.dau-single-pagelink-footer nav ul li .merit {
  background-color: #00ae63;
  background-image: url("../img/dau-icon-merit.png");
  background-repeat: no-repeat;
  background-position: 50% 25%;
}
.dau-single-pagelink-footer nav ul li .demerit {
  background-color: #bb0c4d;
  background-image: url("../img/dau-icon-demerit.png");
  background-repeat: no-repeat;
  background-position: 50% 30%;
}
.dau-single-pagelink-footer nav ul li .reviews {
  background-color: #2690e1;
  background-image: url("../img/dau-icon-reviews.png");
  background-repeat: no-repeat;
  background-position: 53% 30%;
}
.dau-single-pagelink-footer.show {
  bottom: 0;
  transform: translate(0, 0);
}
@media screen and (min-width: 769px) {
  .dau-single-pagelink-footer {
    display: none;
  }
}/*# sourceMappingURL=dau-single-page.css.map */