@charset "UTF-8";
.dokz-wrapper {
  max-width: 750px;
  margin: 0 auto;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.dokz-wrapper img,
.dokz-wrapper button {
  vertical-align: top;
}
.dokz-wrapper * {
  box-sizing: border-box;
}
.dokz-wrapper section {
  margin: 0;
  padding: 0;
}

.dokz-pad {
  padding-right: 6%;
  padding-left: 6%;
}

.dokz-nav {
  display: flex;
  justify-content: center;
  margin: 10vw 0;
}
.dokz-nav li {
  width: 40%;
  margin: 0 3%;
}

.dokz-lead p {
  font-size: 3.7vw;
  line-height: 2;
}

.dokz-lead-a {
  margin-bottom: 18vw;
}
.dokz-lead-a p {
  text-align: center;
  font-size: 3.7vw;
  line-height: 2;
}
.dokz-lead-b {
  text-align: center;
  margin-bottom: 9vw;
}
.dokz-lead-b img {
  width: 70.4vw;
}

.dokz-hdr {
  margin: 8.6vw 0;
  display: flex;
  justify-content: center;
}
.dokz-hdr__ttl {
  font-size: 6.6vw;
  writing-mode: vertical-rl;
}
.dokz-hdr__ttl span {
  display: inline-block;
  transform: translateY(-.4em);
}

.dokz-hdr-a {
  text-align: center;
  margin-bottom: 6vw;
}
.dokz-hdr-a__img {
  margin: 0 auto;
  width: 33.4vw;
}
.dokz-hdr-a__ttl {
  font-size: 7.2vw;
  line-height: 1.2;
}
.dokz-hdr-b {
  margin-bottom: 2vw;
}
.dokz-hdr-b__ttl {
  font-size: 4.4vw;
  line-height: 1.2;
}
.dokz-hdr-c {
  text-align: center;
  margin-bottom: 14vw;
}
.dokz-hdr-c img {
  width: 39vw;
}
.dokz-hdr-d {
  margin-top: 20vw;
  text-align: center;
  margin-bottom: 7vw;
}
.dokz-hdr-d img {
  width: 78vw;
}

.dokz-plink {
  margin: 6vw 0;
  display: flex;
  justify-content: space-between;
}
.dokz-plink li {
  width: 18.6vw;
}

.dokz-unit {
  margin-top: 26vw;
}

/*========================================
  article
========================================*/
.dokz-article {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  transform: translateX(100vw);
  transition: transform 0.5s;
  padding-left: 10.2564102564vw;
  overscroll-behavior: none;
  overflow: auto;
}
.dokz-article.is-show {
  transform: translateX(0);
}
.dokz-article__close {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 301;
  background: rgba(0, 0, 0, 0.8) url("/img/special/dashiokazu_akifuyu/sp/prev.svg") 4vw 80vh/auto 5.8974358974vw no-repeat;
  width: 100%;
  height: 100%;
}
.dokz-article__main {
  overflow: auto;
  position: relative;
  z-index: 302;
  background: #f2f1ee url("/img/special/dashiokazu_akifuyu/sp/bg.png");
  height: 100vh;
  height: 100dvh;
  overscroll-behavior: contain;
}
.dokz-article .dokz-post {
  height: 100vh;
}
.dokz-article article {
  transition: 0.8s opacity;
}

.dokz-post-wrap {
  background: url("/img/special/dashiokazu_akifuyu/sp/bg.png");
}

.dokz-post {
  background: url("/img/special/dashiokazu_akifuyu/sp/bg.png");
  padding-bottom: 23.0769230769vw;
}
.dokz-post__copy {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-rl;
  padding: 7.6923076923vw;
  width: 100%;
  height: 55;
  font-weight: bold;
}
.dokz-post__copy * {
  font-size: 5.6vw;
}
.dokz-post__visu {
  position: relative;
}
.dokz-post__fig {
  width: 100%;
  height: 100vw;
}
.dokz-post__fig img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.dokz-post__desc {
  margin-bottom: 8vw;
  font-size: 3.4vw;
}
.dokz-post__body {
  padding: 5vw;
}
.dokz-post__body a {
  text-decoration: underline;
}
.dokz-post__mitem {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 3.4;
  border-bottom: 1px solid #ADADAD;
  line-height: 1.5;
  padding: 0.5em 0;
  font-size: 3.4vw;
}
.dokz-post__mitem dt {
  width: 60%;
}
.dokz-post__mitem dd {
  width: 40%;
  text-align: right;
}
.dokz-post__mitem a {
  font-weight: bold;
  color: #1a528e;
}
.dokz-post__recipe {
  margin-top: 10.2564102564vw;
  padding: 5.1282051282vw;
  border: 1px solid #fff;
}
.dokz-post__step {
  list-style: decimal;
  margin-left: 20px;
  font-size: 3.5vw;
}
.dokz-post__note {
  font-size: 3.4vw;
  padding: 3vw;
  margin: 3.5vw 0;
  background: #fff;
}

.dokz-items button {
  border: 0;
  padding: 0;
}

.dokz-link {
  margin-top: 6vw;
  text-align: center;
}
.dokz-link a {
  position: relative;
  display: block;
  background: #000;
  color: #fff;
  font-size: 4.8vw;
  padding: 1.2em 1em;
}
.dokz-link a::after {
  content: "";
  display: block;
  width: 2.4vw;
  height: 3.4vw;
  position: absolute;
  right: 2.6vw;
  top: 50%;
  transform: translateY(-50%);
  background: url("/img/special/dashiokazu_akifuyu/sp/arrow.svg") 0 0 / contain no-repeat;
}

.dokz-list {
  margin-top: 6.6vw;
}
.kayanoya-link__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: 1px solid #bfbfbf;
  padding: 4.6vw;
}
.kayanoya-link__fig {
  width: 20.8vw;
}
.kayanoya-link__wtxt {
  flex-grow: 1;
  padding-left: 4vw;
}
.dokz-list li + li {
  margin-top: 10.6vw;
}
.dokz-list p {
  font-weight: bold;
  font-size: 7.2vw;
  margin-bottom: 4.5vw;
}
.dokz-list__btn {
  position: relative;
  display: block;
  background: #000;
  color: #fff;
  font-size: 4.5vw;
  padding: .9em 1em;
  text-align: center;
}
.dokz-list__btn::after {
  content: "";
  display: block;
  width: 2.4vw;
  height: 3.4vw;
  position: absolute;
  right: 2.6vw;
  top: 50%;
  transform: translateY(-50%);
  background: url("/img/special/dashiokazu_akifuyu/sp/arrow.svg") 0 0 / contain no-repeat;
}

.dokz-recom {
  padding-bottom: 10vw;
}
.dokz-recom:last-child {
  padding-bottom: 14vw;
}
.dokz-recom p {
  margin-top: 2.6vw;
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: left;
  font-size: 3.7vw;
}