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

html,
body,
.ds-202408 div,
.ds-202408 span,
.ds-202408 h1,
.ds-202408 h2,
.ds-202408 h3,
.ds-202408 h4,
.ds-202408 p,
.ds-202408 a,
.ds-202408 img,
.ds-202408 strong,
.ds-202408 sub,
.ds-202408 sup,
.ds-202408 dl,
.ds-202408 dt,
.ds-202408 dd,
.ds-202408 ol,
.ds-202408 ul,
.ds-202408 li,
.ds-202408 section {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
*,
.ds-202408 *:before,
.ds-202408 *:after {
  box-sizing: border-box;
}
.ds-202408 ol,
.ds-202408 ul {
  list-style: none;
}

/* ----------------  common ---------------- */

/* html */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 960px) {
  html {
    font-size: calc(62.5% + (4.5 * (100vw - 960px) / 600));
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(62.5% + (4.5 * (100vw - 390px) / 200));
  }
}

/* ds-202408 common */
.ds-202408 {
  color: #3d3d3d;
  font-family: 'Noto Sans JP', sans-serif, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.7;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .ds-202408 {
    font-size: 1.2rem;
  }
}
.ds-202408 img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
.ds-202408 a {
  color: inherit;
  transition: all 0.3s;
  text-decoration: none;
}
.ds-202408 a:hover {
  opacity: 0.6;
}
.ds-202408 a[href^='tel:'] {
  cursor: default;
  opacity: 1;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: inherit;
}
.ds-202408 h1,
.ds-202408 h2,
.ds-202408 h3,
.ds-202408 strong {
  font-weight: 500;
}
.ds-202408 video {
  display: block;
  width: 100%;
}
.ds-202408 .inner {
  padding: 0 20px;
  max-width: 1040px;
  margin: 0 auto;
  width: 100%;
}
.ds-202408 .inner--l {
  max-width: 1240px;
}
.ds-202408 .inner--s {
  max-width: 840px;
}
@media screen and (max-width: 767px) {
  .ds-202408 .inner {
    padding: 0 3%;
  }
  .ds-202408 .inner--s {
    width: 80%;
  }
}
.ds-202408 .pd--m {
  padding: 80px 0;
}
.ds-202408 .pdt--m {
  padding-top: 80px;
}
.ds-202408 .pdb--m {
  padding-bottom: 80px;
}
.ds-202408 .pd--l {
  padding: 100px 0;
}
.ds-202408 .pdt--l {
  padding-top: 100px;
}
.ds-202408 .pdb--l {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .ds-202408 .pd--m {
    padding: 50px 0;
  }
  .ds-202408 .pdt--m {
    padding-top: 50px;
  }
  .ds-202408 .pdb--m {
    padding-bottom: 50px;
  }
  .ds-202408 .pd--l {
    padding: 60px 0;
  }
  .ds-202408 .pdt--l {
    padding-top: 60px;
  }
  .ds-202408 .pdb--l {
    padding-bottom: 60px;
  }
}
.ds-202408 sup {
  font-size: 58%;
  line-height: 0;
  padding-right: 0.2em;
  position: relative;
  top: -0.6em;
  vertical-align: baseline;
}
.ds-202408 .list--disc {
  list-style-type: disc;
  text-align: left;
  padding-left: 2em;
}
.ds-202408 .note {
  display: block;
  font-size: 1.2rem;
  margin-top: 1.2em;
}
@media screen and (max-width: 767px) {
  .ds-202408 .note {
    font-size: 1rem;
  }
}

/* display */
.ds-202408 .block_m,
.ds-202408 .inline_m {
  display: none !important;
}
@media screen and (max-width: 960px) {
  .ds-202408 .hide_m {
    display: none !important;
  }
  .ds-202408 .block_m {
    display: block !important;
  }
  .ds-202408 .inline_m {
    display: inline !important;
  }
}
.ds-202408 .block_s,
.ds-202408 .inline_s {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .ds-202408 .hide_s {
    display: none !important;
  }
  .ds-202408 .block_s {
    display: block !important;
  }
  .ds-202408 .inline_s {
    display: inline !important;
  }
}

/* ----------------  secstion z-index ---------------- */

.ds-202408 section,
.ds-202408 .mv,
.ds-202408 .cv,
.ds-202408 .bnr {
  position: relative;
  z-index: 2;
}

/* ----------------  mv ---------------- */
.ds-202408 .mv__wrap img {
  width: 100%;
}
.ds-202408 .mv__wrap,
.ds-202408 #mv__overlay_img {
  height: 675px;
}
.ds-202408 .mv__wrap {
  position: relative;
  width: 100%;
}
.ds-202408 #mv__overlay_img {
  background: url(../images/bg_mv.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 1s ease-in-out;
  width: 100%;
  z-index: 2;
}
.ds-202408 #mv__overlay_txt {
  top: 60%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 1s ease-in-out;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.ds-202408 .mv__ttl .new_ds {
  position: absolute;
  top: 20%;
  right: 64.5%;
  max-width: 414px;
}
.ds-202408 .mv__ttl .txt {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 500;
  position: absolute;
  left: 62.5%;
  bottom: 17%;
}
.ds-202408 .mv__circle {
  position: absolute;
  bottom: 42%;
  left: 59.4%;
  max-width: 317px;
}

@media screen and (min-width: 1440px) {
  .ds-202408 .mv__wrap,
  .ds-202408 #mv__overlay_img {
    height: 44vw;
  }
  .ds-202408 .mv__ttl .new_ds {
    right: 68%;
  }
  .ds-202408 .mv__ttl .txt {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 1280px) {
  .ds-202408 .mv__ttl .new_ds {
    top: 22%;
    right: 68%;
    max-width: 28vw;
  }
  .ds-202408 .mv__ttl .txt {
    font-size: 2.4vw;
  }
  .ds-202408 .mv__circle {
    max-width: 26vw;
  }
}
@media screen and (max-width: 960px) {
  .ds-202408 .mv__wrap,
  .ds-202408 #mv__overlay_img {
    height: 400px;
  }
  .ds-202408 .mv__circle {
    max-width: 22vw;
  }
}
@media screen and (max-width: 767px) {
  .ds-202408 .mv__wrap,
  .ds-202408 #mv__overlay_img {
    height: 178vw;
  }
  .ds-202408 #mv__overlay_img {
    background: url(../images/bg_mv_s.jpg) no-repeat center/cover;
    opacity: 1;
  }
  .ds-202408 #mv__overlay_txt {
    opacity: 1;
  }
  .ds-202408 .mv__ttl .new_ds {
    top: 9.5%;
    right: auto;
    left: 9%;
    max-width: 50vw;
  }
  .ds-202408 .mv__ttl .txt {
    font-size: 4.5vw;
    left: 0;
    bottom: 6.5%;
    text-align: center;
    width: 100%;
  }
  .ds-202408 .mv__circle {
    left: 52%;
    max-width: 47vw;
    top: 4%;
  }
}

/* MV テキストフェードイン */
@-webkit-keyframes fadein_mv {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein_mv {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ds-202408 .fadein_mv {
  opacity: 0;
  -webkit-animation: fadein_mv 2s forwards;
  animation: fadein_mv 2s forwards;
  transition: 0.5s;
}

/* MV 光るアニメーション */
@-webkit-keyframes flashing {
  0% {
    background-color: rgba(255, 255, 255, 0.1);
  }

  50% {
    background-color: rgba(0, 0, 0, 0.28);
  }

  100% {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
@keyframes flashing {
  0% {
    background-color: rgba(255, 255, 255, 0.1);
  }

  50% {
    background-color: rgba(0, 0, 0, 0.28);
  }

  100% {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
#mv__overlay_img::before {
  content: '';
  width: 100%;
  height: 100%;
  -webkit-animation: flashing 4.6s ease-in-out infinite forwards;
  animation: flashing 4.6s ease-in-out infinite forwards;
  display: block;
}

/* ---------------- component ---------------- */

.ds-202408 .parallax01 {
  position: relative;
}
.ds-202408 .parallax01::before {
  position: fixed;
  top: 0;
  background-image: url(../images/bg_component.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 100vh;
  width: 100%;
  z-index: 0;
  content: '';
}
.ds-202408 .component {
  padding-bottom: 80px;
}
.ds-202408 .component .intro {
  background: #1e0300;
  position: relative;
  padding: 80px 0;
}
.ds-202408 .component .intro::before {
  content: '';
  position: absolute;
  bottom: -340px;
  background: rgb(30, 3, 0);
  background: linear-gradient(180deg, rgba(30, 3, 0, 1) 0%, rgba(30, 3, 0, 1) 34%, rgba(30, 3, 0, 0.7539390756302521) 60%, rgba(30, 3, 0, 0) 100%);
  width: 100%;
  height: 340px;
}
.ds-202408 .component .intro .iframe {
  position: relative;
  z-index: 1;
}
.ds-202408 .component .intro__video {
  margin: 0 auto;
  width: 100%;
  max-width: 690px;
  height: auto;
  position: relative;
  z-index: 3;
}
.ds-202408 .component__lead {
  padding: 200px 0 60px;
  text-align: center;
  color: #fff;
  position: relative;
}
.ds-202408 .component__lead .main_ttl {
  font-size: 3.6rem;
  font-weight: 500;
  margin-bottom: 0.8em;
}
.ds-202408 .component__lead .main_lead {
  font-size: 2.6rem;
  margin-bottom: 2em;
}
.ds-202408 .component__lead .sub_ttl,
.ds-202408 .component__lead .txt {
  font-size: 2.4rem;
}
.ds-202408 .component__lead .sub_ttl {
  font-weight: 500;
  margin-bottom: 2em;
}
.ds-202408 .component__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2%;
  position: relative;
  margin-bottom: 90px;
  margin: 60px auto 100px;
  max-width: 840px;
}
.ds-202408 .component__main_img > img {
  max-width: 320px;
  width: 100%;
}
.ds-202408 .component__main_item {
  color: #fff;
  width: 53.5%;
}
.component__main_txt:last-of-type {
  margin-top: 5em;
}
.ds-202408 .component__main_txt .ttl {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 1em;
}
.ds-202408 .component__note {
  color: #fff;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 60px;
}
.ds-202408 .component__epi {
  margin: 0 auto;
  max-width: 1000px;
}
.ds-202408 .component__epi_ttl {
  background: #4b2207;
  color: #fff;
  font-size: 2.6rem;
  text-align: center;
  padding: 10px;
}
.ds-202408 .component__epi_box {
  background: #e8e1d9;
  padding: 40px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
}
.ds-202408 .component__epi_box .item01 .note {
  font-weight: 500;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.ds-202408 .component__epi_box .item02 > img {
  max-width: 276px;
}
@media screen and (max-width: 767px) {
  .ds-202408 .parallax01::before {
    background-size: 186%;
  }
  .ds-202408 .component {
    padding-bottom: 40px;
  }
  .ds-202408 .component .intro {
    padding: 10vw 0;
  }
  .ds-202408 .component .intro::before {
    bottom: -20vw;
    height: 24vw;
  }
  .ds-202408 .component__lead {
    padding: 80px 0 0;
  }
  .ds-202408 .component__lead .main_ttl {
    font-size: 1.6rem;
  }
  .ds-202408 .component__lead .main_lead {
    font-size: 1.3rem;
  }
  .ds-202408 .component__lead .sub_ttl,
  .ds-202408 .component__lead .txt {
    font-size: 1.2rem;
  }
  .ds-202408 .component__main {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .ds-202408 .component__main_img > img {
    width: 76%;
    margin: 0 auto;
  }
  .component__main_txt:last-of-type {
    margin-top: 2em;
  }
  .ds-202408 .component__main_txt .ttl {
    font-size: 1.3rem;
    text-align: center;
    margin: 2.6em 0 1em;
  }
  .ds-202408 .component__main_item {
    width: 92%;
  }
  .ds-202408 .component__note {
    display: block;
    margin: 60px 0 40px;
  }
  .ds-202408 .component__epi_box {
    padding: 20px 16px;
    flex-direction: column;
  }
  .ds-202408 .component__epi_ttl {
    font-size: 1.5rem;
  }
  .ds-202408 .component__epi_box .item02 > img {
    margin: 30px 0 10px;
    max-width: 60vw;
  }
}
/* ---------------- plant ---------------- */
.ds-202408 .plant {
  background: #170101 url(../images/bg_plant.jpg) no-repeat center top/cover;
  color: #fff;
}
.ds-202408 .plant__ttl {
  font-size: 3rem;
  line-height: 1.6;
  text-align: center;
  position: relative;
  z-index: 1;
}
.ds-202408 .plant__ttl .sub_txt {
  background: rgb(30 1 0 / 50%);
  border: 1px solid #fff;
  border-radius: 200px;
  display: block;
  font-size: 2.4rem;
  padding: 0.8em 2em;
  max-width: 550px;
  margin: 0 auto 30px;
}
.ds-202408 .plant__ttl > strong,
.ds-202408 .plant__txt > strong {
  font-size: 200%;
  font-weight: 700;
}
.ds-202408 .plant__main {
  position: relative;
  pointer-events: none;
  margin: -180px auto -100px;
  max-width: 1020px;
}
.ds-202408 .plant__main_img {
  position: absolute;
  top: 25%;
  left: 22.3%;
}
.ds-202408 .plant__main_img > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 548px;
  z-index: 1;
}
.ds-202408 .plant__main_bg {
  pointer-events: none;
  height: auto;
  width: 100%;
}
.ds-202408 .plant__txt {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 1;
}
.ds-202408 .plant .note {
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .ds-202408 .plant__main {
    margin: -100px auto -60px;
  }
  .ds-202408 .plant__main_img > img {
    max-width: 52vw;
  }
}
@media screen and (max-width: 767px) {
  .ds-202408 .plant {
    background-size: 200%;
    background-position-x: 46%;
  }
  .ds-202408 .plant__ttl .sub_txt {
    font-size: 1.2rem;
    padding: 0.8em;
    max-width: 73vw;
    margin: 0 auto 10px;
  }
  .ds-202408 .plant__ttl,
  .ds-202408 .plant__txt {
    font-size: 1.6rem;
  }
  .ds-202408 .plant__ttl > strong,
  .ds-202408 .plant__txt > strong {
    font-size: 170%;
  }
  .ds-202408 .plant__main {
    margin: -20vw auto -10vw;
  }
  .ds-202408 .plant__main_bg {
    max-width: none;
    width: 120vw;
    margin: 0 calc(50% - 60vw);
  }
  .ds-202408 .plant__main_img {
    left: 14.2%;
  }
  .ds-202408 .plant__main_img > img {
    max-width: 66.5vw;
  }
  .ds-202408 .plant .note {
    margin-top: 2px;
  }
}

/* ---------------- care ---------------- */
.ds-202408 .care {
  background: url(../images/bg_care.jpg) no-repeat center top/cover;
  text-align: center;
  color: #4b2207;
  position: relative;

}
/*
.ds-202408 .care .inner {
  position: absolute;
  top: 6.5vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  height: 93%;
}
*/
.ds-202408 .care__ttl {
  border: 1px solid #4b2207;
  border-radius: 200px;
  font-size: 3rem;
  text-align: center;
  display: inline-block;
  padding: 0.2em 1.6em;
  margin-bottom: 1.4em;
}
.ds-202408 .care__txt {
  font-size: 2.2rem;
  font-weight: 400;
  margin: 1em 0;
}
.ds-202408 .care__lead {
  font-size: 2.6rem;
  font-weight: 500;
}
.ds-202408 .care__main {
  position: relative;
  padding-top: 9vw;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.ds-202408 .care__main > img {
  display: block;
  margin: 0 auto;
  width: 76vw;
}
.ds-202408 .care__note {
  position: relative;
}
.ds-202408 .care__note .note {
  color: #3d3d3d;
  font-weight: 400;
  position: absolute;
  bottom: 1.2em;
}
.ds-202408 .care__note .note:nth-child(1) {
  text-align: left;
  left: 12%;
}
.ds-202408 .care__note .note:nth-child(2) {
  right: 12%;
}
@media screen and (max-width: 1300px) {
  .ds-202408 .care__ttl {
    font-size: 2.1vw;
  }
  .ds-202408 .care__txt {
    font-size: 1.8vw;
  }
  .ds-202408 .care__lead {
    font-size: 1.9vw;
  }
  .ds-202408 .care__note .note:nth-child(1) {
    left: 5%;
  }
  .ds-202408 .care__note .note:nth-child(2) {
    right: 8%;
  }
}
@media screen and (max-width: 960px) {
  .ds-202408 .care__main {
    padding-top: 5vw;
  }
  .ds-202408 .care__main > img {
    width: 84vw;
  }
}
@media screen and (max-width: 767px) {
  .ds-202408 .care {
    background: url(../images/bg_care_s.jpg) no-repeat center top/cover;
  }
  .ds-202408 .care .inner {
    top: 13vw;
  }
  .ds-202408 .care__ttl {
    font-size: 2rem;
    padding: 0.12em 1.2em;
  }
  .ds-202408 .care__txt {
    font-size: 1.2rem;
  }
  .ds-202408 .care__lead {
    font-size: 1.5rem;
  }
  .ds-202408 .care__main {
    padding-top: 0;
  }
  .ds-202408 .care__main > img {
    max-width: none;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .ds-202408 .care__note {
  }
  .ds-202408 .care__note .note {
    line-height: 1.4;
    text-align: left;
    margin-top: 4px;
  }
  .ds-202408 .care__note .note:nth-child(1) {
    left: 0;
  }
  .ds-202408 .care__note .note:nth-child(2) {
    right: 1%;
  }
}

/* ---------------- texture ---------------- */
.ds-202408 .texture {
  background: rgb(41, 15, 2);
  position: relative;
  overflow-y: scroll;
  height: 36.5vw;
  z-index: 0;
}
.ds-202408 .texture::-webkit-scrollbar {
  display: none;
}
.ds-202408 .texture__main::before {
  content: '';
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(41, 15, 2, 1) 0%, rgba(41, 15, 2, 1) 15%, rgba(41, 15, 2, 0) 50%, rgba(41, 15, 2, 1) 85%, rgba(41, 15, 2, 1) 100%);
  z-index: 1;
  pointer-events: none;
}
.ds-202408 .texture__main {
  padding-top: calc((526 / 1440) * 100%);
  position: relative;
  height: 0;
}
.ds-202408 .texture__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 77%;
  height: auto;
  opacity: 0;
  transition: opacity 0s ease;
}
.ds-202408 .texture__img.active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .ds-202408 .texture {
    height: 66vw;
  }
  .ds-202408 .texture__main {
    padding-top: 66vw;
  }
  .ds-202408 .texture__main::before {
    content: none;
  }
  .ds-202408 .texture__img {
    max-width: none;
    width: 120vw;
    margin: 0 calc(50% - 50vw);
  }
}

/* ---------------- power ---------------- */
.ds-202408 .power {
  background: url(../images/bg_power.jpg) no-repeat center top/cover;
  color: #fff;
  padding-bottom: 40px;
}
.ds-202408 .power__ttl {
  font-size: 4rem;
  text-align: center;
  margin: 30px auto 80px;
}
.ds-202408 .power__ttl sup {
  font-size: 45%;
  top: -1em;
}
.ds-202408 .power__main {
  margin: 0 auto;
  max-width: 800px;
}
.ds-202408 .power__item {
  background: rgb(40, 10, 1);
  padding: 2em;
  position: relative;
}
.ds-202408 .power__item.is_left {
  background: linear-gradient(90deg, rgba(40, 10, 1, 0.604079131652661) 0%, rgba(40, 10, 1, 0) 100%);
  text-align: left;
  top: -20px;
}
.ds-202408 .power__item.is_right {
  background: linear-gradient(270deg, rgba(40, 10, 1, 0.604079131652661) 0%, rgba(40, 10, 1, 0) 100%);
  text-align: right;
  bottom: -20px;
}
.ds-202408 .power__item.is_right.is_last {
  bottom: 20px;
}
.ds-202408 .power__item p {
  color: #fff;
  line-height: 1.9;
}
.ds-202408 .power__item p > span {
  font-size: 162.5%;
  font-weight: 500;
}
.ds-202408 .power__video {
  max-width: 420px;
  position: relative;
  z-index: 1;
}
.ds-202408 .power__video.is_right {
  margin: 30px 0 0 auto;
}
.ds-202408 .power__video.is_video03 {
  max-width: 400px;
}
.ds-202408 .power__img01 {
  margin: 60px auto 80px;
  max-width: 412px;
}
@media screen and (max-width: 960px) {
  .ds-202408 .power__img01 {
    max-width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .ds-202408 .power__ttl {
    font-size: 2.4rem;
    margin: 10px auto 20px;
  }
  .ds-202408 .power__item {
    padding: 1.4em 0.8em;
    margin: 20px 0;
  }
  .ds-202408 .power__item p > span {
    font-size: 140%;
  }
  .ds-202408 .power__item.is_right {
    bottom: 0;
  }
  .ds-202408 .power__item.is_left {
    top: 0;
  }
  .ds-202408 .power__video {
    max-width: 58vw;
  }
  .ds-202408 .power__video.is_video03 {
    max-width: 54vw;
    margin: 0 auto;
  }
  .ds-202408 .power__video.is_right {
    margin-top: 20px;
  }
  .ds-202408 .power__item.is_right.is_last {
    bottom: 0;
  }
  .ds-202408 .power__img01 {
    margin: 40px auto 50px;
    max-width: 66vw;
  }
}

/* ---------------- message ---------------- */
.ds-202408 .message {
  background: #582c11;
  background: linear-gradient(149deg, rgba(224, 189, 133, 1) 0%, rgba(137, 96, 59, 1) 33%, rgba(120, 78, 44, 1) 43%, rgba(88, 44, 17, 1) 100%);
}
.ds-202408 .message__main {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 2.5%;
}
.ds-202408 .message__main > img {
  display: block;
  margin: 0 0 0 -4%;
  max-width: 645px;
  width: 54%;
}
.ds-202408 .message__main_txt {
  padding-bottom: 6%;
}
.ds-202408 .message__main_txt p {
  color: #fff;
  line-height: 2.4;
}
.ds-202408 .message__ttl {
  margin-bottom: 1.8em;
}
.ds-202408 .message__ttl > span {
  color: #fff;
  display: block;
  font-size: 2rem;
  margin-top: 1em;
}
.ds-202408 .message__ttl > img {
  display: block;
  max-width: 198px;
  width: 35%;
}
.ds-202408 .message__making {
  padding-top: 80px;
}
.ds-202408 .making__video {
  margin: 0 auto;
  width: 100%;
  max-width: 690px;
  height: auto;
  position: relative;
  z-index: 3;
}
.ds-202408 .making__ttl {
  display: block;
  margin: 40px auto;
  max-width: 127px;
  width: 12%;
}
@media screen and (max-width: 960px) {
  .ds-202408 .message__main {
    align-items: center;
  }
  .ds-202408 .message__main > img {
    width: 50%;
  }
  .ds-202408 .message__main_txt {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .ds-202408 .message__main {
    flex-direction: column;
  }
  .ds-202408 .message__main > img {
    margin: 0 0 0 -0.5%;
    width: 100%;
  }
  .ds-202408 .message__ttl {
    text-align: center;
    margin: 0.6em 0 1.4em;
  }
  .ds-202408 .message__ttl > img {
    margin: 0 auto;
    width: 31%;
  }
  .ds-202408 .message__ttl > span {
    font-size: 1.2rem;
  }
  .ds-202408 .message__main_txt p {
    line-height: 1.8;
    padding: 0 2%;
  }
  .ds-202408 .message__making {
    padding: 12% 2% 0;
  }
  .ds-202408 .making__ttl {
    margin: 20px auto;
    width: 20%;
  }
}

/* ---------------- instagram ---------------- */
.ds-202408 .instagram {
  background: #fff;
}
.ds-202408 .instagram__ttl {
  display: block;
  margin: 0 auto 2.2em;
  max-width: 132px;
  width: 14%;
}
.ds-202408 .instagram__main {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8%;
}
.ds-202408 .instagram__main li {
  max-width: 210px;
}
.ds-202408 .instagram__main a:hover {
  opacity: 1;
  filter: brightness(80%);
}
.ds-202408 .instagram__main img {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .ds-202408 .instagram__main {
    gap: 5%;
  }
}
@media screen and (max-width: 767px) {
  .ds-202408 .instagram__main {
    flex-wrap: wrap;
  }
  .ds-202408 .instagram__main li {
    width: 46%;
    margin-bottom: 5%;
  }
  .ds-202408 .instagram__ttl {
    margin: 0 auto;
    width: 45%;
    padding-top: 16vw;
  }
}

/* ---------------- howto ---------------- */
.ds-202408 .howto {
  background: rgb(36, 6, 1);
  background: linear-gradient(145deg, rgba(36, 6, 1, 1) 0%, rgba(211, 134, 55, 1) 100%);
  color: #fff;
  text-align: center;
}
.ds-202408 .howto__ttl {
  border: 1px solid #fff;
  border-radius: 100px;
  display: inline-block;
  font-size: 2.8rem;
  padding: 0.2em 3.6em;
  margin-bottom: 1.8em;
}
.ds-202408 .howto__txt {
  font-size: 2rem;
  margin-bottom: 1em;
}
.ds-202408 .howto__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8%;
}
.ds-202408 .howto__list li {
  width: 280px;
  margin-top: 30px;
}
.ds-202408 .howto__list img {
  display: block;
  margin: 0 auto;
}
.ds-202408 .howto__list_ttl {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin: 1.2em 0 0.6em;
}
.ds-202408 .howto__list p {
  font-size: 93.8%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .ds-202408 .howto {
    background: linear-gradient(145deg, rgba(211, 134, 55, 1) 0%, rgba(36, 6, 1, 1) 100%);
  }
  .ds-202408 .howto__ttl {
    font-size: 1.5rem;
  }
  .ds-202408 .howto__txt {
    font-size: 1.2rem;
  }
  .ds-202408 .howto__list_ttl {
    font-size: 1.5rem;
  }
  .ds-202408 .howto__list li {
    width: 64%;
  }
  .ds-202408 .howto__list p {
    font-size: 100%;
  }
}

/* ---------------- howto ---------------- */
.ds-202408 .howto {
  background: rgb(36, 6, 1);
  background: linear-gradient(145deg, rgba(36, 6, 1, 1) 0%, rgba(211, 134, 55, 1) 100%);
  color: #fff;
  text-align: center;
}
.ds-202408 .howto__ttl {
  border: 1px solid #fff;
  border-radius: 100px;
  display: inline-block;
  font-size: 2.8rem;
  padding: 0.2em 3.6em;
  margin-bottom: 1.8em;
}
.ds-202408 .howto__txt {
  font-size: 2rem;
  margin-bottom: 1em;
}
.ds-202408 .howto__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8%;
}
.ds-202408 .howto__list li {
  width: 280px;
  margin-top: 30px;
}
.ds-202408 .howto__list img {
  display: block;
  margin: 0 auto;
}
.ds-202408 .howto__list_ttl {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin: 1.2em 0 0.6em;
}
.ds-202408 .howto__list p {
  font-size: 93.8%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .ds-202408 .howto {
    background: linear-gradient(145deg, rgba(211, 134, 55, 1) 0%, rgba(36, 6, 1, 1) 100%);
  }
  .ds-202408 .howto__ttl {
    font-size: 1.5rem;
  }
  .ds-202408 .howto__txt {
    font-size: 1.2rem;
  }
  .ds-202408 .howto__list_ttl {
    font-size: 1.5rem;
  }
  .ds-202408 .howto__list li {
    width: 64%;
  }
  .ds-202408 .howto__list p {
    font-size: 100%;
  }
}

/* ---------------- routine ---------------- */
.ds-202408 .routine {
  background: url(../images/bg_routine.jpg) no-repeat center top/cover;
  color: #fff;
  text-align: center;
}
.ds-202408 .routine__ttl {
  border: 1px solid #fff;
  border-radius: 100px;
  display: inline-block;
  font-size: 2.8rem;
  padding: 0.2em 2em;
  margin-bottom: 1em;
}
.ds-202408 .routine__txt {
  font-size: 2rem;
}
.ds-202408 .routine__main {
  position: relative;
  padding-bottom: 14px;
}
.ds-202408 .routine__link {
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.ds-202408 .routine__link.is_01 {
  left: 7.6%;
}
.ds-202408 .routine__link.is_01 a {
  padding-top: 225px;
}
.ds-202408 .routine__link.is_02 {
  left: 19.4%;
  width: 20%;
}
.ds-202408 .routine__link.is_02 a {
  padding-top: 245px;
}
.ds-202408 .routine__link.is_03 {
  left: 44.7%;
}
.ds-202408 .routine__link.is_03 a {
  padding-top: 160px;
}
.ds-202408 .routine__link.is_04 {
  left: 56.5%;
  width: 9%;
}
.ds-202408 .routine__link.is_04 a {
  padding-top: 225px;
}
.ds-202408 .routine__link.is_05 {
  width: 12%;
  left: 70%;
}
.ds-202408 .routine__link.is_05 a {
  padding-top: 270px;
}
.ds-202408 .routine__link.is_06 {
  left: 87%;
  width: 6%;
}
.ds-202408 .routine__link.is_06 a {
  padding-top: 155px;
}
.ds-202408 .routine__link a {
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
}
.ds-202408 .routine__img {
  display: block;
  margin: 40px auto 0;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .ds-202408 .routine__link a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .ds-202408 .routine {
    background: url(../images/bg_routine_s.jpg) no-repeat center top/cover;
  }
  .ds-202408 .routine__ttl {
    font-size: 1.5rem;
  }
  .ds-202408 .routine__txt {
    font-size: 1.2rem;
  }
  .ds-202408 .routine__link.is_01 {
    left: 3.6vw;
  }
  .ds-202408 .routine__link.is_01 a {
    padding-top: 26vw;
  }
  .ds-202408 .routine__link.is_02 {
    width: 23%;
    left: 16vw;
  }
  .ds-202408 .routine__link.is_02 a {
    padding-top: 29vw;
  }
  .ds-202408 .routine__link.is_03 {
    left: 40.8vw;
  }
  .ds-202408 .routine__link.is_03 a {
    padding-top: 20vw;
  }
  .ds-202408 .routine__link.is_04 {
    left: 54.9vw;
  }
  .ds-202408 .routine__link.is_04 a {
    padding-top: 28vw;
  }
  .ds-202408 .routine__link.is_05 {
    left: 68vw;
  }
  .ds-202408 .routine__link.is_05 a {
    padding-top: 33vw;
  }
  .ds-202408 .routine__link.is_06 {
    left: 85vw;
  }
  .ds-202408 .routine__link.is_06 a {
    padding-top: 20vw;
  }
  .ds-202408 .routine__link a {
    font-size: 1rem;
  }
  .ds-202408 .routine__img {
    max-width: none;
    width: 99vw;
    margin: 30px calc(50% - 50vw) 0;
  }
}

/* ---------------- bnr ---------------- */
.ds-202408 .bnr {
  background: #b26927;
}
.ds-202408 .bnr__item01 {
  display: block;
  margin: 0 auto;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
}
.ds-202408 .bnr__item02 {
  display: block;
  margin: 0 auto 60px;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
}
.ds-202408 .bnr__item img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ds-202408 .bnr {
    padding: 60px 0 120px;
  }
  .ds-202408 .bnr__item02 {
    display: block;
    margin: 0 auto 25px;
  }
}

/* ---------------- cv ---------------- */
.ds-202408 .cv {
  background: #fff;
  padding: 40px 0;
}
.ds-202408 .cv__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4%;
  margin-top: -30px;
}
.ds-202408 .cv__list li {
  margin-top: 30px;
  width: 500px;
}
.ds-202408 .cv__block {
  display: flex;
  align-items: center;
  gap: 3%;
  min-height: 190px;
}
.ds-202408 .cv__block .product_img .product02 {
  width: 196px;
}
.ds-202408 .cv__block .product_img .product04 {
  width: 114px;
  display: block;
  margin: 0 auto;
}
.ds-202408 .cta01 .cv__block .product_img {
  position: relative;
  width: 47%;
  height: 196px;
}
.ds-202408 .cta01 .cv__block .circle {
  position: absolute;
  /* top: -8px;
  left: 0;
  width: 189px; */
  top: 12px;
  left: 12px;
  width: 158px;
}
.ds-202408 .cta01 .cv__block .product01 {
  position: absolute;
  top: 0;
  /* left: 167px; */
  left: 105px;
  width: 60px;
}
.ds-202408 .cta01 .cv__block .product01 {
  position: absolute;
  top: 0;
  left: 167px;
  left: 105px;
  width: 60px;
}
.ds-202408 .cv__block .product_name {
  font-size: 2rem;
  margin-bottom: 0.6em;
}
.ds-202408 .cv__block .product_name > span {
  display: block;
  background: #bc1a3a;
  border-radius: 50px;
  color: #fff;
  font-size: 60%;
  margin-bottom: 2px;
  padding: 2px;
  text-align: center;
  width: 80px;
}
.ds-202408 .cv__block .product_price {
  font-size: 1.4rem;
  font-weight: 400;
}
.ds-202408 .cta02 .cv__block .product_price {
  font-size: 1.6rem;
}
.ds-202408 .cv__block .product_price > span {
  font-size: 85%;
}
.ds-202408 .cv__btn {
  background: #bc1a3a;
  border-radius: 10px;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  padding: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 72px;
}
.ds-202408 .cv__btn > span {
  display: block;
  font-size: 60%;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 4px;
}

@media screen and (max-width: 960px) {
  .ds-202408 .cv__list {
    gap: 3%;
  }
}
@media screen and (min-width: 768px) {
  .ds-202408 .product_name.sp {
    display: none;
  }
  .ds-202408 .qrcode.sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .ds-202408 .cv {
    padding: 30px 0;
  }
  .ds-202408 .cv__list {
    flex-direction: column;
  }
  .ds-202408 .cv__list li {
    width: 100%;
    margin: 30px auto 10px;
  }
  .ds-202408 .cv__block {
    padding-bottom: 14px;
    min-height: auto;
  }
  .ds-202408 .cta01 .cv__block .product_img {
    height: 42vw;
  }
  .ds-202408 .cta01 .cv__block .product_img,
  .ds-202408 .cta02 .cv__block .product_img {
    width: 49%;
  }
  .ds-202408 .cta01 .cv__block .circle {
    /* top: 4vw;
    width: 36vw; */
    top: 7.5vw;
    width: 30vw;
    left: 3vw;
  }
  .ds-202408 .cta01 .cv__block .product01 {
    top: 4vw;
    /* left: 32vw; */
    left: 18.8vw;
    width: 12vw;
  }
  .ds-202408 .cv__block .product_img .product02 {
    display: block;
    margin: 0 auto;
    width: 37vw;
  }
  .ds-202408 .cv__block .product_name {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .ds-202408 .cv__block .product_name.pc {
    display: none;
  }
  .ds-202408 .cv__block .qrcode.pc {
    display: none;
  }
  .ds-202408 .cv__block .product_name > span {
    margin-bottom: 5px;
  }
  .ds-202408 .cv__block .product_price {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .ds-202408 .cta02 .cv__block .product_price {
    font-size: 1.3rem;
  }
  .ds-202408 .cv__btn {
    border-radius: 5px;
    font-size: 1.5rem;
    margin: 0 auto;
    width: 94%;
    min-height: 54px;
  }
  .ds-202408 .cv__btn > span {
    font-size: 70%;
  }
}

/* ---------------- fixed btn ---------------- */
.ds-202408 .fixed {
  background: #fff;
  box-shadow: 0px 0px 10px 0px #e2c792;
  display: none;
  position: fixed;
  bottom: 10px;
  left: 8px;
  width: 390px;
  z-index: 10;
}
.ds-202408 .fixed__close {
  background-color: #fff !important;
  box-shadow: 0px 0px 10px 0px rgba(30, 3, 0, 0.3) !important;
  border: none !important;
  border-radius: 100% !important;
  color: #240601 !important;
  cursor: pointer !important;
  font-family: Arial !important;
  font-size: 30px !important;
  letter-spacing: 0.02em !important;
  line-height: 30px !important;
  padding: 0 !important;
  position: absolute !important;
  top: -0.4em !important;
  right: -0.4em !important;
  min-width: 30px !important;
  min-height: 30px !important;
  width: 30px !important;
  height: 30px !important;
}
.ds-202408 .fixed__col {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 4%;
  position: relative;
}
.ds-202408 .fixed__col img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 114px;
}
.ds-202408 .fixed__txt {
  padding: 18px 24px;
  margin: 0 0 0 auto;
  width: 74%;
  position: relative;
}
.ds-202408 .fixed__txt p {
  font-size: 70%;
  margin-bottom: 4px;
}
.ds-202408 .fixed__name {
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 10px;
}
.ds-202408 .fixed__name > span {
  border: 1px solid #4b2207;
  border-radius: 100px;
  color: #4b2207;
  display: block;
  text-align: center;
  font-size: 1.2rem;
  padding: 3px;
  width: 80px;
  margin-bottom: 8px;
}
.ds-202408 .fixed__btn {
  background: #bc1a3a;
  border-radius: 8px;
  color: #fff !important;
  display: block;
  font-weight: 500;
  text-align: center;
  padding: 0.5em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ds-202408 .fixed {
    border: 1px solid #4b2207;
    box-shadow: none;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .ds-202408 .fixed__close {
    display: none !important;
  }
  .ds-202408 .fixed__col img {
    width: 18.4vw;
  }
  .ds-202408 .fixed__txt {
    padding: 2.6vw 6vw;
    margin: 0 0 0 auto;
    width: 84%;
    position: relative;
  }
  .ds-202408 .fixed__name {
    font-size: 1.8rem;
  }
  .ds-202408 .fixed__name > span {
    display: inline-block;
    font-size: 1.1rem;
    padding: 2px 2px 3px;
    width: 70px;
    margin: 0 10px 0 0;
  }
  .ds-202408 .fixed__btn {
    border-radius: 4px;
    font-size: 1.4rem;
  }
}
/* ---------------- fadein ---------------- */
.ds-202408 .fadein {
  opacity: 0;
  transition: 0.5s;
}
.ds-202408 .fadein.fadeup_in {
  -webkit-animation: fadein 2.8s forwards;
  animation: fadein 2.8s forwards;
  transition: 0.5s;
}
/* fadein */
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.ds-202408 .fadein.fadeup_in.delay1 {
  -webkit-animation: fadein 2.8s forwards, zoomin 2.8s forwards;
  animation: fadein 2.8s forwards, zoomin 2.8s forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1.2s;
}
.ds-202408 .fadein.fadeup_in.delay2 {
  -webkit-animation: fadein 2.8s forwards, zoomin 2.8s forwards;
  animation: fadein 2.8s forwards, zoomin 2.8s forwards;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.8s;
}
.ds-202408 .fadein.fadeup_in.delay3 {
  -webkit-animation: fadein 2.8s forwards, zoomin 2.8s forwards;
  animation: fadein 2.8s forwards, zoomin 2.8s forwards;
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.6s;
}
/* zoomin */
@-webkit-keyframes zoomin {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomin {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

.iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 57% !important;
}
.iframe iframe {
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  border: none;
}