@charset "UTF-8";
/********************************************************

共通

********************************************************/
@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff");
  font-weight: bold;
}
body {
  font-family: "NotoSansJP", "ヒラギノ角ゴPro W3", "Hiragino Kaku54 Gothic Pro", 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, sans-seri;
  background-color: #fff7ed;
}

.dashispice * {
  box-sizing: border-box;
}
.dashispice p {
  letter-spacing: 0.04em;
}
.dashispice a {
  text-decoration: none;
}
.dashispice a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.dashispice h1,
.dashispice h2,
.dashispice h3,
.dashispice h4,
.dashispice p,
.dashispice figure,
.dashispice section {
  margin: 0;
  padding: 0;
}
.dashispice ol,
.dashispice ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dashispice img {
  width: auto;
  height: auto;
  /* max-width: 100%; */
  vertical-align: bottom;
}
.dashispice ol,
.dashispice ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dashispice figure {
  margin: 0;
}
.dashispice .l-container {
  overflow-x: hidden;
}
.dashispice .l-section {
  padding-left: clamp(30px, 3.5vw, 60px);
  padding-right: clamp(30px, 3.5vw, 60px);
}
.dashispice .l-inner {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  position: relative;
}
.dashispice .l-inner.--s {
  max-width: 1100px;
}
@media (max-width: 768px) {
  .dashispice .l-section {
    padding-left: 12px;
    padding-right: 12px;
  }
  .dashispice .l-inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
}

.mainContents {
  padding: 0;
  color: #111;
}

.main {
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  body {
    max-width: inherit;
  }
  .main {
    overflow-x: hidden;
  }
  .mainContents img {
    width: auto;
  }
}
/*―――――――――――――――――――――――――――――――――――――――――――――
/* dashispice-section
――――――――――――――――――――――――――――――――――――――――――――――*/
.mainContents .mainContentsIn:last-child,
.breadcrumbsArea .breadcrumbs, .mainContents .breadcrumbs {
  margin-top: 0 !important;
}

.dashispice {
  background: url(../images/bgi_item01_img01.jpg) repeat 50% 50%;
  background-size: 1450px;
  background-attachment: fixed;
}

section.dashispice-section {
  padding-left: clamp(30px, 3.5vw, 60px);
  padding-right: clamp(30px, 3.5vw, 60px);
  overflow: hidden unset;
}
section.dashispice-section--01 {
  padding: 50px 0 35px 0;
}
section.dashispice-section--02 {
  padding: 80px 0 85px 0;
  background: url(../images/bgi_item02_img01.jpg) repeat 50% 50%;
  background-size: 1359px;
  background-attachment: fixed;
}
section.dashispice-section--03 {
  padding: 80px 0 85px 0;
}
section.dashispice-section--04 {
  padding: 80px 0 100px 0;
  background: #fffbdd;
  position: relative;
}
section.dashispice-section--04::before, section.dashispice-section--04::after {
  display: block;
  content: "";
}
section.dashispice-section--04::before {
  background: url(../images/bgi_item03_img01.jpg) no-repeat 50% 50%;
  background-size: contain;
  width: 950px;
  height: 180px;
  position: absolute;
  top: 0;
  right: -274px;
  z-index: 0;
}
section.dashispice-section--04::after {
  background: url(../images/bgi_item03_img02.jpg) no-repeat 50% 50%;
  background-size: contain;
  width: 950px;
  height: 250px;
  position: absolute;
  bottom: 0;
  left: -185px;
  z-index: 0;
}
section.dashispice-section .dashispice-section__inner {
  width: calc(100% - 80px);
  max-width: 1110px;
  margin: 0 auto;
  position: relative;
  z-index: 15;
}
section.dashispice-section .dashispice-section__inner > * {
  position: relative;
}

@media screen and (max-width: 768px) {
  .dashispice {
    background: url(../images/bgi_item01_img01.jpg) repeat 50% 50%;
    background-size: contain;
    background-attachment: unset;
  }
  section.dashispice-section {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
  section.dashispice-section--01 {
    margin: 0 -5.3333333333vw;
    padding: 8.2666666667vw 0 59.6vw 0;
  }
  section.dashispice-section--02 {
    padding: 10.6666666667vw 0 10.6666666667vw 0;
    background: url(../images/bgi_item02_img01.jpg) repeat 50% 50%;
    background-size: contain;
    background-attachment: unset;
  }
  section.dashispice-section--03 {
    padding: 16vw 0 16vw 0;
  }
  section.dashispice-section--04 {
    padding: 20vw 0 29.3333333333vw 0;
    overflow: hidden;
  }
  section.dashispice-section--04::before, section.dashispice-section--04::after {
    display: block;
    content: "";
  }
  section.dashispice-section--04::before {
    background: url(../images/bgi_item03_img01.jpg) no-repeat 50% 50%;
    background-size: contain;
    width: 122.6666666667vw;
    height: 24.4vw;
    position: absolute;
    top: -3.3333333333vw;
    right: -44.8vw;
    z-index: 0;
  }
  section.dashispice-section--04::after {
    background: url(../images/bgi_item03_img02.jpg) no-repeat 50% 50%;
    background-size: contain;
    width: 121.4666666667vw;
    height: 32.2666666667vw;
    position: absolute;
    bottom: 0;
    left: -38.6666666667vw;
    z-index: 0;
  }
  section.dashispice-section .dashispice-section__inner {
    margin: 0 auto;
    width: calc(100% - 10.6666666667vw);
    max-width: unset;
  }
}
/*―――――――――――――――――――――――――――――――――――――――――――――
/* dashispice-hero
――――――――――――――――――――――――――――――――――――――――――――――*/
.dashispice-hero {
  margin-bottom: 20px;
}
.dashispice-hero .dashispice-hero__title {
  width: 100%;
  aspect-ratio: 2221/923;
  position: relative;
}
.dashispice-hero .dashispice-hero__title .dashispice-hero__elm01 {
  width: 90.04952724%;
  position: absolute;
  top: -3%;
  left: 0;
  right: 0;
  margin: auto;
}
.dashispice-hero .dashispice-hero__title .dashispice-hero__elm02 {
  width: 26.654660063%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.dashispice-hero .dashispice-hero__title .dashispice-hero__elm03 {
  width: 34.3989194057%;
  position: absolute;
  bottom: 9.004952724%;
  left: 0;
}
.dashispice-hero .dashispice-hero__title .dashispice-hero__elm04 {
  width: 34.3989194057%;
  position: absolute;
  bottom: 9.004952724%;
  right: 0;
}
@media screen and (max-width: 768px) {
  .dashispice-hero {
    margin-bottom: 6.6666666667vw;
  }
  .dashispice-hero .dashispice-hero__title {
    width: 100%;
    aspect-ratio: 750/1130;
  }
  .dashispice-hero .dashispice-hero__title .dashispice-hero__elm01 {
    width: 82.6666666667%;
    position: absolute;
    top: 1%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .dashispice-hero .dashispice-hero__title .dashispice-hero__elm02 {
    width: 60.2666666667%;
    position: absolute;
    top: 21.3333333333%;
    bottom: unset;
    left: 0;
    right: 0;
    margin: auto;
  }
  .dashispice-hero .dashispice-hero__title .dashispice-hero__elm03 {
    width: 44.6666666667%;
    position: absolute;
    bottom: 0;
    left: 5.3333333333%;
  }
  .dashispice-hero .dashispice-hero__title .dashispice-hero__elm04 {
    width: 44.6666666667%;
    position: absolute;
    bottom: 0;
    right: 5.3333333333%;
  }
}
/*―――――――――――――――――――――――――――――――――――――――――――――
/* dashispice-navi
――――――――――――――――――――――――――――――――――――――――――――――*/
.dashispice-navi {
  margin-bottom: 85px;
}
.dashispice-navi .dashispice-navi__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.dashispice-navi .dashispice-navi__list .dashispice-navi__item {
  width: 100%;
  max-width: 262px;
}
.dashispice-navi .dashispice-navi__list .dashispice-navi__item * {
  transition: all linear 0.2s;
}
.dashispice-navi .dashispice-navi__list .dashispice-navi__anchor {
  display: block;
  opacity: 1 !important;
}
@media screen and (max-width: 768px) {
  .dashispice-navi {
    margin-bottom: 11.6vw;
  }
  .dashispice-navi .dashispice-navi__list {
    gap: 15px;
  }
  .dashispice-navi .dashispice-navi__list .dashispice-navi__item {
    width: 43.6vw;
    max-width: 43.6vw;
  }
}
/*―――――――――――――――――――――――――――――――――――――――――――――
/* dashispice-lead
――――――――――――――――――――――――――――――――――――――――――――――*/
.dashispice-lead {
  position: relative;
}
.dashispice-lead .dashispice-lead__heading {
  margin: 0 auto 30px auto;
  width: 100%;
  max-width: 497px;
  position: relative;
  z-index: 15;
}
.dashispice-lead .dashispice-lead__text {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 2;
  text-align: center;
  color: #480d00;
  position: relative;
  z-index: 15;
}
.dashispice-lead .dashispice-lead__text .dashispice-lead__par + .dashispice-lead__par {
  margin-top: 1em;
}
.dashispice-lead .dashispice-lead__image {
  width: 100%;
  max-width: 604px;
}
.dashispice-lead .dashispice-lead__image--left {
  position: absolute;
  bottom: -130px;
  left: -274px;
  z-index: 0;
}
.dashispice-lead .dashispice-lead__image--right {
  position: absolute;
  bottom: -145px;
  right: -294px;
  z-index: 0;
}
.dashispice-lead .dashispice-lead__att {
  white-space: nowrap;
  position: absolute;
  left: 100%;
  bottom: 65px;
  transform: translateX(-8%);
  z-index: 15;
}

@media screen and (max-width: 1000px) {
  .dashispice-lead {
    padding-bottom: 32vw;
  }
  .dashispice-lead .dashispice-lead__image {
    width: 100%;
    max-width: 450px;
  }
  .dashispice-lead .dashispice-lead__image--left {
    position: absolute;
    bottom: 0px;
    left: -200px;
  }
  .dashispice-lead .dashispice-lead__image--right {
    position: absolute;
    bottom: 0px;
    right: -200px;
  }
  .dashispice-lead .dashispice-lead__att {
    position: absolute;
    left: 100%;
    bottom: 0px;
    transform: translateX(-30%);
  }
}
@media screen and (max-width: 768px) {
  .dashispice-lead {
    padding-bottom: 0vw;
  }
  .dashispice-lead .dashispice-lead__heading {
    margin: 0 auto 4.2666666667vw auto;
    width: 58.1333333333vw;
    max-width: 58.1333333333vw;
  }
  .dashispice-lead .dashispice-lead__text {
    margin-bottom: 5.3333333333vw;
    font-size: 4vw;
    line-height: 1.8;
  }
  .dashispice-lead .dashispice-lead__text .dashispice-lead__par + .dashispice-lead__par {
    margin-top: 0.75em;
  }
  .dashispice-lead .dashispice-lead__image {
    width: 100%;
    max-width: unset;
  }
  .dashispice-lead .dashispice-lead__image--left {
    width: 70.9333333333vw;
    position: absolute;
    top: -3.3333333333vw;
    bottom: unset;
    left: -20.6666666667vw;
  }
  .dashispice-lead .dashispice-lead__image--right {
    width: 66vw;
    position: absolute;
    top: -2.6666666667vw;
    bottom: unset;
    right: -23.3333333333vw;
  }
  .dashispice-lead .dashispice-lead__att {
    white-space: nowrap;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5.3333333333vw;
    margin: 0 auto;
    transform: translateX(34vw);
    text-align: center;
  }
  .dashispice-lead .dashispice-lead__att * {
    text-align: center !important;
  }
}
/*―――――――――――――――――――――――――――――――――――――――――――――
/* dashispice-secret
――――――――――――――――――――――――――――――――――――――――――――――*/
.dashispice-secret {
  padding: 70px 105px 60px 105px;
  background: #fffcf3;
}
.dashispice-secret .dashispice-secret__heading {
  margin: 0 auto 30px auto;
  width: 100%;
  max-width: 325px;
}
.dashispice-secret .dashispice-secret__point {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.dashispice-secret .dashispice-secret__point .dashispice-secret__item {
  width: 33.3333333333%;
  max-width: 290px;
}
.dashispice-secret .dashispice-secret__contents {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.dashispice-secret .dashispice-secret__contents .dashispice-secret__item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px 32px;
}
.dashispice-secret .dashispice-secret__contents .dashispice-secret__item--01 .dashispice-secret__image {
  margin-left: 20px;
  width: 230px;
}
.dashispice-secret .dashispice-secret__contents .dashispice-secret__item--02 {
  margin-bottom: 40px;
  flex-direction: row-reverse;
}
.dashispice-secret .dashispice-secret__contents .dashispice-secret__item--02 .dashispice-secret__image {
  margin-right: 35px;
  width: 230px;
}
.dashispice-secret .dashispice-secret__contents .dashispice-secret__item--02 .dashispice-secret__text {
  margin-left: 60px;
  margin-top: 0;
}
.dashispice-secret .dashispice-secret__contents .dashispice-secret__item--03 .dashispice-secret__image {
  margin-left: 55px;
  margin-top: 20px;
  width: 187px;
}
.dashispice-secret .dashispice-secret__contents .dashispice-secret__item--03 .dashispice-secret__text {
  margin-top: 10px;
}
.dashispice-secret .dashispice-secret__contents .dashispice-secret__item--03 .dashispice-secret__text .dashispice-secret__picture {
  margin: 10px 0 20px 0;
  display: block;
  width: 100%;
  max-width: 440px;
}
.dashispice-secret .dashispice-secret__contents .dashispice-secret__heading {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
.dashispice-secret .dashispice-secret__contents .dashispice-secret__text {
  margin-top: 20px;
  flex: 1;
  font-size: 20px;
  line-height: 1.8;
  text-align: left;
  color: #480d00;
}
.dashispice-secret .dashispice-secret__contents .dashispice-secret__text .dashispice-secret__notes {
  margin-top: 10px;
  font-size: 18px;
  max-width: 500px;
  margin-left: 1em;
  text-indent: -1em;
}
.dashispice-secret .dashispice-secret__contents .dashispice-secret__text .dashispice-secret__big {
  font-size: 24px;
  font-weight: bold;
}
.dashispice-secret .dashispice-secret__contents .dashispice-secret__text .dashispice-secret__em {
  color: #d44c1f;
  font-weight: bold;
}
.dashispice-secret .dashispice-secret__contents .dashispice-secret__text .dashispice-secret__sup {
  font-size: small;
}
.dashispice-secret .dashispice-secret__contents .dashispice-secret__att {
  margin-top: 10px;
}
.dashispice-secret .dashispice-secret__contents .dashispice-secret__att > * {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .dashispice-secret {
    padding: 10.6666666667vw 4vw 16vw 4vw;
  }
  .dashispice-secret .dashispice-secret__heading {
    margin: 0 auto 5.3333333333vw auto;
    width: 56.2666666667vw;
    max-width: unset;
  }
  .dashispice-secret .dashispice-secret__point {
    margin-bottom: 8.6666666667vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2.6666666667vw;
  }
  .dashispice-secret .dashispice-secret__point .dashispice-secret__item {
    width: 37.3333333333vw;
    max-width: unset;
    margin-top: -6.6666666667vw;
  }
  .dashispice-secret .dashispice-secret__point .dashispice-secret__item:first-of-type {
    margin: 0 auto;
    width: 100%;
  }
  .dashispice-secret .dashispice-secret__point .dashispice-secret__picture {
    margin: 0 auto;
    display: block;
    width: 37.3333333333vw;
  }
  .dashispice-secret .dashispice-secret__contents {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 6.6666666667vw;
  }
  .dashispice-secret .dashispice-secret__contents .dashispice-secret__item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2.1333333333vw;
  }
  .dashispice-secret .dashispice-secret__contents .dashispice-secret__item--01 .dashispice-secret__image {
    margin: 0vw auto 1.3333333333vw auto;
    width: 53.3333333333vw;
    max-width: unset;
  }
  .dashispice-secret .dashispice-secret__contents .dashispice-secret__item--01 .dashispice-secret__text {
    margin-top: 1.3333333333vw;
  }
  .dashispice-secret .dashispice-secret__contents .dashispice-secret__item--02 {
    margin: 0vw auto 1.3333333333vw auto;
    flex-direction: column;
  }
  .dashispice-secret .dashispice-secret__contents .dashispice-secret__item--02 .dashispice-secret__image {
    margin: 0vw auto;
    width: 53.3333333333vw;
    max-width: unset;
  }
  .dashispice-secret .dashispice-secret__contents .dashispice-secret__item--02 .dashispice-secret__text {
    margin-left: 0vw;
    margin-top: 1.3333333333vw;
  }
  .dashispice-secret .dashispice-secret__contents .dashispice-secret__item--03 .dashispice-secret__image {
    margin: 0vw auto 2.6666666667vw auto;
    width: 40vw;
  }
  .dashispice-secret .dashispice-secret__contents .dashispice-secret__item--03 .dashispice-secret__text {
    margin-top: 1.3333333333vw;
  }
  .dashispice-secret .dashispice-secret__contents .dashispice-secret__item--03 .dashispice-secret__text .dashispice-secret__picture {
    margin: 2.6666666667vw 0 4vw 0;
    display: block;
    width: 100%;
    max-width: unset;
  }
  .dashispice-secret .dashispice-secret__contents .dashispice-secret__heading {
    margin: 0 auto 4vw auto;
    width: 100%;
    max-width: unset;
  }
  .dashispice-secret .dashispice-secret__contents .dashispice-secret__text {
    margin-top: 1.3333333333vw;
    font-size: 4vw;
    line-height: 1.5;
    text-align: center;
  }
  .dashispice-secret .dashispice-secret__contents .dashispice-secret__text .dashispice-secret__notes {
    margin-top: 1.3333333333vw;
    font-size: 3.7333333333vw;
    max-width: unset;
  }
  .dashispice-secret .dashispice-secret__contents .dashispice-secret__text .dashispice-secret__big {
    font-size: 4.8vw;
  }
  .dashispice-secret .dashispice-secret__contents .dashispice-secret__att {
    margin-top: 0vw;
  }
  .dashispice-secret .dashispice-secret__contents .dashispice-secret__att > * {
    text-align: center;
  }
}
/*―――――――――――――――――――――――――――――――――――――――――――――
/* dashispice-lineup
――――――――――――――――――――――――――――――――――――――――――――――*/
.dashispice-lineup .dashispice-lineup__heading {
  margin: 0 auto 65px auto;
  width: 100%;
  max-width: 556px;
}
.dashispice-lineup .dashispice-lineup__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 80px;
}
.dashispice-lineup .dashispice-lineup__list .dashispice-lineup__item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 35px 45px;
}
.dashispice-lineup .dashispice-lineup__list .dashispice-lineup__box--image {
  width: 100%;
  max-width: 460px;
}
.dashispice-lineup .dashispice-lineup__list .dashispice-lineup__box--image .dashispice-lineup__picture {
  filter: drop-shadow(11px 11px 12px rgba(0, 0, 0, 0.6));
}
.dashispice-lineup .dashispice-lineup__list .dashispice-lineup__box--text {
  width: 100%;
  max-width: calc(100% - 510px);
}
.dashispice-lineup .dashispice-lineup__list .dashispice-lineup__box--text .dashispice-lineup__title {
  margin-bottom: 25px;
  width: 100%;
  max-width: 459px;
}
.dashispice-lineup .dashispice-lineup__list .dashispice-lineup__box--text .dashispice-lineup__text .dashispice-lineup__par {
  font-size: 21px;
  line-height: 1.8;
  text-align: left;
  color: #480d00;
}
.dashispice-lineup .dashispice-lineup__list .dashispice-lineup__box--text .dashispice-lineup__text .dashispice-lineup__picture {
  margin: 30px 0 5px 0;
  width: 100%;
  max-width: 255px;
  display: block;
}
.dashispice-lineup .dashispice-lineup__list .dashispice-lineup__box--button {
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  background: #d33c09;
  border-radius: 4px;
}
.dashispice-lineup .dashispice-lineup__list .dashispice-lineup__box--button .dashispice-lineup__anchor {
  width: 100%;
  max-width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
  position: relative;
}
.dashispice-lineup .dashispice-lineup__list .dashispice-lineup__box--button .dashispice-lineup__anchor::after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/icon_link_arrow-white.png) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
}
.dashispice-lineup .dashispice-lineup__list .dashispice-lineup__box--button * {
  transition: all linear 0.2s;
}

@media screen and (max-width: 768px) {
  .dashispice-lineup .dashispice-lineup__heading {
    margin: 0 auto 8vw auto;
    width: 84.2666666667vw;
    max-width: unset;
  }
  .dashispice-lineup .dashispice-lineup__list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10.6666666667vw;
  }
  .dashispice-lineup .dashispice-lineup__list .dashispice-lineup__item {
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 4.6666666667vw;
  }
  .dashispice-lineup .dashispice-lineup__list .dashispice-lineup__box--image {
    width: 61.3333333333vw;
    max-width: unset;
  }
  .dashispice-lineup .dashispice-lineup__list .dashispice-lineup__box--image .dashispice-lineup__picture {
    filter: drop-shadow(1.4666666667vw 1.4666666667vw 1.6vw rgba(0, 0, 0, 0.6));
  }
  .dashispice-lineup .dashispice-lineup__list .dashispice-lineup__box--text {
    width: 100%;
    max-width: unset;
  }
  .dashispice-lineup .dashispice-lineup__list .dashispice-lineup__box--text .dashispice-lineup__title {
    margin: 0 auto;
    margin-bottom: 1.3333333333vw;
    width: 80vw;
    max-width: unset;
  }
  .dashispice-lineup .dashispice-lineup__list .dashispice-lineup__box--text .dashispice-lineup__text .dashispice-lineup__par {
    font-size: 4.2666666667vw;
    line-height: 1.6;
    text-align: center;
  }
  .dashispice-lineup .dashispice-lineup__list .dashispice-lineup__box--text .dashispice-lineup__text .dashispice-lineup__picture {
    margin: 0.6666666667vw auto 0.6666666667vw auto;
    width: 50.2666666667vw;
    max-width: unset;
  }
  .dashispice-lineup .dashispice-lineup__list .dashispice-lineup__box--button {
    margin: 0 auto;
    width: 100%;
    max-width: unset;
    border-radius: 0.5333333333vw;
  }
  .dashispice-lineup .dashispice-lineup__list .dashispice-lineup__box--button .dashispice-lineup__anchor {
    width: 100%;
    max-width: 100%;
    height: 16vw;
    font-size: 4.2666666667vw;
  }
  .dashispice-lineup .dashispice-lineup__list .dashispice-lineup__box--button .dashispice-lineup__anchor::after {
    display: inline-block;
    content: "";
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    background: url(../images/icon_link_arrow-white.png) no-repeat 50% 50%;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4vw;
    margin: auto;
  }
  .dashispice-lineup .dashispice-lineup__list .dashispice-lineup__box--button * {
    transition: all linear 0.2s;
  }
}
/*―――――――――――――――――――――――――――――――――――――――――――――
/* dashispice-arrangerecipe
――――――――――――――――――――――――――――――――――――――――――――――*/
.dashispice-arrangerecipe .dashispice-arrangerecipe__heading {
  margin: 0 auto 80px auto;
  width: 100%;
  max-width: 320px;
}
.dashispice-arrangerecipe .dashispice-arrangerecipe__block {
  padding: 75px 80px 35px 80px;
  background: #fff;
  border: 1px solid #d35422;
}
.dashispice-arrangerecipe .dashispice-arrangerecipe__block + .dashispice-arrangerecipe__block {
  margin-top: 70px;
}
.dashispice-arrangerecipe .dashispice-arrangerecipe__block .dashispice-arrangerecipe__heading {
  margin: -105px auto 20px auto;
  width: 100%;
  max-width: 211px;
}
.dashispice-arrangerecipe .dashispice-arrangerecipe__block .dashispice-arrangerecipe__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 40px;
}
.dashispice-arrangerecipe .dashispice-arrangerecipe__block .dashispice-arrangerecipe__list .dashispice-arrangerecipe__item {
  width: 100%;
  max-width: calc((100% - 80px) / 3);
}
.dashispice-arrangerecipe .dashispice-arrangerecipe__block .dashispice-arrangerecipe__list .dashispice-arrangerecipe__anchor {
  display: block;
}
.dashispice-arrangerecipe .dashispice-arrangerecipe__block .dashispice-arrangerecipe__name {
  margin-top: 16px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.dashispice-arrangerecipe .dashispice-arrangerecipe__block .dashispice-arrangerecipe__name .dashispice-arrangerecipe__char {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #480d00;
}
.dashispice-arrangerecipe .dashispice-arrangerecipe__block .dashispice-arrangerecipe__name .dashispice-arrangerecipe__char01 {
  font-size: 18px;
}
.dashispice-arrangerecipe .dashispice-arrangerecipe__block .dashispice-arrangerecipe__name .dashispice-arrangerecipe__char02 {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .dashispice-arrangerecipe .dashispice-arrangerecipe__heading {
    margin: 0 auto 10vw auto;
    width: 100%;
    max-width: 54.8vw;
  }
  .dashispice-arrangerecipe .dashispice-arrangerecipe__block {
    padding: 12.6666666667vw 11.3333333333vw;
  }
  .dashispice-arrangerecipe .dashispice-arrangerecipe__block + .dashispice-arrangerecipe__block {
    margin-top: 16vw;
  }
  .dashispice-arrangerecipe .dashispice-arrangerecipe__block .dashispice-arrangerecipe__heading {
    margin: -20vw auto 4vw auto;
    width: 40vw;
    max-width: unset;
  }
  .dashispice-arrangerecipe .dashispice-arrangerecipe__block .dashispice-arrangerecipe__list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 6.6666666667vw;
  }
  .dashispice-arrangerecipe .dashispice-arrangerecipe__block .dashispice-arrangerecipe__list .dashispice-arrangerecipe__item {
    width: 100%;
    max-width: unset;
  }
  .dashispice-arrangerecipe .dashispice-arrangerecipe__block .dashispice-arrangerecipe__name {
    margin-top: 2.1333333333vw;
  }
  .dashispice-arrangerecipe .dashispice-arrangerecipe__block .dashispice-arrangerecipe__name .dashispice-arrangerecipe__char {
    font-size: 3.4666666667vw;
  }
  .dashispice-arrangerecipe .dashispice-arrangerecipe__block .dashispice-arrangerecipe__name .dashispice-arrangerecipe__char01 {
    font-size: 3.4666666667vw;
  }
  .dashispice-arrangerecipe .dashispice-arrangerecipe__block .dashispice-arrangerecipe__name .dashispice-arrangerecipe__char02 {
    font-size: 4.2666666667vw;
  }
}
/*―――――――――――――――――――――――――――――――――――――――――――――
/* dashispice-sns
――――――――――――――――――――――――――――――――――――――――――――――*/
.dashispice-sns {
  margin-top: 80px;
}
.dashispice-sns .dashispice-sns__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
.dashispice-sns .dashispice-sns__list .dashispice-sns__item {
  display: block;
  width: 70px;
  height: 70px;
}
.dashispice-sns .dashispice-sns__list .dashispice-sns__item * {
  transition: all linear 0.2s;
}

@media screen and (max-width: 768px) {
  .dashispice-sns {
    margin-top: 16vw;
  }
  .dashispice-sns .dashispice-sns__list {
    gap: 5.3333333333vw;
  }
  .dashispice-sns .dashispice-sns__list .dashispice-sns__item {
    display: block;
    width: 16.5333333333vw;
    height: 16.5333333333vw;
  }
}
/*―――――――――――――――――――――――――――――――――――――――――――――
/* common
――――――――――――――――――――――――――――――――――――――――――――――*/
.dashispice .is-pc {
  display: block !important;
}
.dashispice .is-sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .dashispice .is-pc {
    display: none !important;
  }
  .dashispice .is-sp {
    display: block !important;
  }
}

/* inview */
.dashispice .js-inview {
  opacity: 0;
  transform: translateY(50px);
  -webkit-transition: opacity 500ms ease-out, -webkit-transform 500ms ease-out;
  transition: opacity 500ms ease-out, -webkit-transform 500ms ease-out;
  transition: opacity 500ms ease-out, transform 500ms ease-out;
  transition: opacity 500ms ease-out, transform 500ms ease-out, -webkit-transform 500ms ease-out;
}
.dashispice .js-inview.-show {
  opacity: 1;
  transform: translateY(0);
}
.dashispice .js-inview-hero {
  opacity: 0;
  transform: translateY(40px) scale(0.8);
  transition: opacity 1000ms cubic-bezier(0.22, 1, 0.36, 1), transform 1000ms cubic-bezier(0.22, 1, 0.36, 1);
}
.dashispice .js-inview-hero.-show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.dashispice-att .dashispice-att__item {
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
  color: #480d00;
}

@media screen and (max-width: 768px) {
  .dashispice-att .dashispice-att__item {
    font-size: 2.9333333333vw;
    text-align: center;
  }
}