main {
  margin-bottom: 0 !important;
}

html {
  overflow-y: scroll;
}

body {
  width: 100%;
}

.sns_share {
  border-color: #6b5b35;
  margin: 200px auto 0;
  border-width: 2px;
}

.du .off_l {
  margin-left: -0.5em;
}
.du .off_r {
  margin-right: -0.5em;
}
.du_modal {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vlh;
  z-index: 100000;
  display: none;
}
.du_modal_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: #000000;
  opacity: 0.8;
}
.du_modal_inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 120px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
}
.du_modal_close {
  position: absolute;
  width: 50px;
  right: 0;
  top: -60px;
  cursor: pointer;
  aspect-ratio: 1;
}
.du_modal_close::before, .du_modal_close::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
}
.du_modal_close::before {
  rotate: -45deg;
}
.du_modal_close::after {
  rotate: 45deg;
}
.du_modal_movie {
  width: min(980px, 81.6326530612%);
  position: relative;
  pointer-events: auto;
  margin: auto 0;
  position: relative;
}
.du_modal_movie_inner {
  aspect-ratio: 16/9;
  position: relative;
}
.du_modal_movie_inner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.du_wrapper {
  overflow-x: clip;
  position: relative;
  line-height: 1.6;
}
.du_wrapper * {
  letter-spacing: 0.05em;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 600;
}
.du_wrapper img {
  position: relative;
  max-width: 100%;
  vertical-align: bottom;
}
.du_inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.du_mv {
  position: relative;
  overflow: hidden;
}
.du_mv::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
.du_mv_bg {
  position: relative;
}
.du_mv_ume {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  opacity: 0;
  translate: 0 5%;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}
.du_mv_ume.anm {
  -webkit-transition: 1.5s;
  transition: 1.5s;
  translate: none;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}
.du_mv_talent {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
.du_mv_talent img {
  pointer-events: none;
}
.du_mv_inner {
  position: absolute;
  width: max(1200px, 62.5%);
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.du_mv_copy01 {
  position: absolute;
  top: 0;
  width: max(213px, 17.75%);
  margin-top: max(155px, 12.9166666667%);
  left: max(30px, 2.5%);
  opacity: 0;
  translate: 0 20%;
}
.du_mv_copy01.anm {
  -webkit-transition: 1.5s;
  transition: 1.5s;
  translate: none;
  opacity: 1;
}
.du_mv_copy02 {
  right: max(30px, 2.5%);
  position: absolute;
  top: 0;
  width: max(200px, 16.6666666667%);
  margin-top: max(155px, 12.9166666667%);
  opacity: 0;
  translate: 0 20%;
}
.du_mv_copy02.anm {
  -webkit-transition: 1.5s;
  transition: 1.5s;
  translate: none;
  opacity: 1;
}
.du_mv_title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto max(25px, 1.3020833333%);
  width: max(870px, 45.3125%);
  opacity: 0;
  translate: 0 10%;
}
.du_mv_title.anm {
  -webkit-transition: 1.5s;
  transition: 1.5s;
  translate: none;
  opacity: 1;
}
.du_premium {
  position: relative;
  background-image: url(../../assets/images/brand/docchi_umesshu/premium_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 60px 0 130px;
}
.du_premium_kv {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.du_premium_kv_pic {
  width: 1337px;
  position: relative;
  left: 25px;
  opacity: 0;
  translate: 0 2%;
}
.du_premium_kv_pic.anm {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  translate: none;
}
.du_premium_material {
  position: relative;
  margin-top: -110px;
}
.du_premium_material .du_premium_material_bg {
  opacity: 0;
  translate: 2% -2%;
}
.du_premium_material .du_premium_material_title {
  opacity: 0;
  translate: 0 10%;
}
.du_premium_material .du_premium_material_text {
  opacity: 0;
  translate: 0 5%;
}
.du_premium_material.anm .du_premium_material_bg {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  translate: none;
}
.du_premium_material.anm .du_premium_material_title {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  translate: none;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.du_premium_material.anm .du_premium_material_text {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  translate: none;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.du_premium_material .du_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 665px;
  padding-top: 150px;
}
.du_premium_material_bg {
  position: relative;
}
.du_premium_material_title {
  color: #fff;
  font-size: 3.5rem;
  font-style: italic;
}
.du_premium_material_text {
  margin-top: 30px;
  color: #fff;
  font-size: 2rem;
  width: 455px;
  line-height: 1.8;
}
.du_premium_volume {
  position: relative;
  margin-top: -60px;
}
.du_premium_volume .du_premium_volume_bg {
  opacity: 0;
  translate: 2% -2%;
}
.du_premium_volume .du_premium_volume_title {
  opacity: 0;
  translate: 0 20%;
}
.du_premium_volume .du_premium_volume_text {
  opacity: 0;
  translate: 0 5%;
}
.du_premium_volume.anm .du_premium_volume_bg {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  translate: none;
}
.du_premium_volume.anm .du_premium_volume_title {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  translate: none;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.du_premium_volume.anm .du_premium_volume_text {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  translate: none;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.du_premium_volume .du_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 50px;
  padding-top: 170px;
}
.du_premium_volume_bg {
  position: relative;
}
.du_premium_volume_title {
  color: #fff;
  font-size: 3.5rem;
  font-style: italic;
}
.du_premium_volume_text {
  margin-top: 30px;
  color: #fff;
  font-size: 2rem;
  width: 455px;
  line-height: 1.8;
}
.du_umesshu {
  position: relative;
  background-image: url(../../assets/images/brand/docchi_umesshu/umesshu_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 130px 0;
}
.du_umesshu_kv {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding-left: 165px;
}
.du_umesshu_kv_pic {
  position: relative;
  width: 1020px;
  opacity: 0;
  translate: 0 2%;
}
.du_umesshu_kv_pic.anm {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  translate: none;
}
.du_umesshu_material {
  position: relative;
  margin-top: 20px;
}
.du_umesshu_material .du_umesshu_material_bg {
  opacity: 0;
  translate: -2% -2%;
}
.du_umesshu_material .du_umesshu_material_title {
  opacity: 0;
  translate: 0 20%;
}
.du_umesshu_material .du_umesshu_material_text {
  opacity: 0;
  translate: 0 5%;
}
.du_umesshu_material.anm .du_umesshu_material_bg {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  translate: none;
}
.du_umesshu_material.anm .du_umesshu_material_title {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  translate: none;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.du_umesshu_material.anm .du_umesshu_material_text {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  translate: none;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.du_umesshu_material .du_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 50px;
  padding-top: 160px;
}
.du_umesshu_material_bg {
  position: relative;
}
.du_umesshu_material_title {
  color: #fff;
  font-size: 3.5rem;
  font-style: italic;
  opacity: 0;
  translate: 0 10%;
}
.du_umesshu_material_title.anm {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  translate: none;
}
.du_umesshu_material_text {
  margin-top: 30px;
  color: #fff;
  font-size: 2rem;
  width: 455px;
  line-height: 1.8;
  opacity: 0;
  translate: 0 10%;
}
.du_umesshu_material_text.anm {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  translate: none;
}
.du_umesshu_volume {
  position: relative;
  margin-top: -60px;
}
.du_umesshu_volume .du_umesshu_volume_bg {
  opacity: 0;
  translate: -2% -2%;
}
.du_umesshu_volume .du_umesshu_volume_title {
  opacity: 0;
  translate: 0 20%;
}
.du_umesshu_volume .du_umesshu_volume_text {
  opacity: 0;
  translate: 0 5%;
}
.du_umesshu_volume.anm .du_umesshu_volume_bg {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  translate: none;
}
.du_umesshu_volume.anm .du_umesshu_volume_title {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  translate: none;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.du_umesshu_volume.anm .du_umesshu_volume_text {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  translate: none;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.du_umesshu_volume .du_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 645px;
  padding-top: 180px;
}
.du_umesshu_volume_bg {
  position: relative;
}
.du_umesshu_volume_title {
  color: #5e8480;
  font-size: 3.5rem;
  font-style: italic;
  opacity: 0;
  translate: 0 10%;
}
.du_umesshu_volume_title.anm {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  translate: none;
}
.du_umesshu_volume_text {
  margin-top: 30px;
  color: #5e8480;
  font-size: 2rem;
  width: 460px;
  line-height: 1.8;
  opacity: 0;
  translate: 0 10%;
}
.du_umesshu_volume_text.anm {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  translate: none;
}
.du_feature {
  position: relative;
  padding: 220px 0 320px;
  background-image: url(../../assets/images/brand/docchi_umesshu/feature_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.du_feature_list {
  position: relative;
}
.du_feature_list > li {
  height: 550px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.du_feature_list > li::before {
  opacity: 0;
}
.du_feature_list > li .du_feature_list_title {
  opacity: 0;
  translate: 0 20%;
}
.du_feature_list > li .du_feature_list_text {
  opacity: 0;
  translate: 0 5%;
}
.du_feature_list > li.anm::before {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  translate: none;
}
.du_feature_list > li.anm .du_feature_list_title {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  translate: none;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.du_feature_list > li.anm .du_feature_list_text {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  translate: none;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.du_feature_list > li::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 100%;
}
.du_feature_list > li:nth-of-type(1)::before {
  background-image: url(../../assets/images/brand/docchi_umesshu/feature_01_bg.jpg);
}
.du_feature_list > li:nth-of-type(1) .du_inner {
  padding-left: 40px;
}
.du_feature_list > li:nth-of-type(1) * {
  color: #9e720c;
}
.du_feature_list > li:nth-of-type(2) {
  margin-top: 100px;
}
.du_feature_list > li:nth-of-type(2)::before {
  background-image: url(../../assets/images/brand/docchi_umesshu/feature_02_bg.jpg);
}
.du_feature_list > li:nth-of-type(2) .du_inner {
  padding-left: 640px;
}
.du_feature_list > li:nth-of-type(2) * {
  color: #724116;
}
.du_feature_list > li h3 {
  font-size: 3.5rem;
  position: relative;
}
.du_feature_list > li p {
  margin-top: 30px;
  font-size: 2rem;
  position: relative;
}
.du_feature_list > li p a {
  text-decoration: underline;
}
.du_cm {
  position: relative;
  padding: 200px 0 230px;
  background-image: url(../../assets/images/brand/docchi_umesshu/cm_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.du_cm h2 {
  color: #e7dbb7;
  font-style: italic;
  font-size: 4rem;
  text-align: center;
  opacity: 0;
  translate: 0 10%;
}
.du_cm h2.anm {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
  translate: none;
  -webkit-filter: none;
  filter: none;
}
.du_cm_list {
  position: relative;
  margin-top: 110px;
}
.du_cm_list > li:nth-of-type(n+2) {
  margin-top: 130px;
}
.du_cm_movie {
  position: relative;
  opacity: 0;
  translate: 0 2%;
}
.du_cm_movie.anm {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
  translate: none;
  -webkit-filter: none;
  filter: none;
}
.du_cm_movie_thumb {
  width: 760px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
.du_cm_movie_thumb::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
.du_cm_movie_thumb img {
  pointer-events: none;
}
.du_cm_movie_title {
  margin-top: 30px;
  color: #78604b;
  font-size: 2.2rem;
  text-align: center;
}
.du_cm_profile {
  margin: 180px auto 0;
  width: 620px;
  opacity: 0;
  translate: 0 2%;
}
.du_cm_profile.anm {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
  translate: none;
  -webkit-filter: none;
  filter: none;
}
.du_cm_profile_photo {
  width: 330px;
  margin: 0 auto;
  position: relative;
}
.du_cm_profile_photo::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
.du_cm_profile_photo img {
  pointer-events: none;
}
.du_cm_profile_name {
  margin-top: 30px;
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
}
.du_cm_profile_name > p {
  color: #fff;
  font-size: 1.4rem;
}
.du_cm_profile_text {
  margin-top: 40px;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.8;
}
.du_product {
  position: relative;
}
.du_product_inner {
  padding: 220px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.du_product_inner:nth-of-type(1) {
  background-image: url(../../assets/images/brand/docchi_umesshu/product_bg_01.jpg);
}
.du_product_inner:nth-of-type(2) {
  padding-bottom: 70px;
  background-image: url(../../assets/images/brand/docchi_umesshu/product_bg_02.jpg);
}
.du_product_inner:nth-of-type(2) .du_product_detail_title,
.du_product_inner:nth-of-type(2) .du_product_detail_text,
.du_product_inner:nth-of-type(2) .du_product_detail_note {
  color: #92762c;
}
.du_product_inner:nth-of-type(2) .du_product_btn {
  border-color: #92762c;
  color: #92762c;
}
.du_product_inner > h2 {
  color: #870000;
  font-style: italic;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 180px;
  opacity: 0;
  translate: 0 10%;
}
.du_product_inner > h2.anm {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
  translate: none;
  -webkit-filter: none;
  filter: none;
}
.du_product_detail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 110px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.du_product_detail .du_product_detail_photo {
  opacity: 0;
  translate: 0 5%;
}
.du_product_detail .du_product_detail_title {
  opacity: 0;
  translate: 0 10%;
}
.du_product_detail .du_product_detail_text {
  opacity: 0;
  translate: 0 10%;
}
.du_product_detail .du_product_detail_note {
  opacity: 0;
  translate: 0 10%;
}
.du_product_detail.anm .du_product_detail_photo {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
  translate: none;
  -webkit-filter: none;
  filter: none;
}
.du_product_detail.anm .du_product_detail_title {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
  translate: none;
  -webkit-filter: none;
  filter: none;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.du_product_detail.anm .du_product_detail_text {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
  translate: none;
  -webkit-filter: none;
  filter: none;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.du_product_detail.anm .du_product_detail_note {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
  translate: none;
  -webkit-filter: none;
  filter: none;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.du_product_detail_photo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 490px;
}
.du_product_detail_inner {
  position: relative;
}
.du_product_detail_title {
  font-size: 3.5rem;
  color: #fff;
}
.du_product_detail_text {
  font-size: 2rem;
  color: #fff;
  margin-top: 40px;
  width: 450px;
  line-height: 1.8;
}
.du_product_detail_note {
  margin-top: 50px;
  font-size: 1.8rem;
  color: #fff;
}
.du_product_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 330px;
  height: 75px;
  font-size: 2rem;
  color: #fff;
  margin: 130px auto 0;
  border: 2px solid #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  translate: 0 10%;
}
.du_product_btn.anm {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
  translate: none;
  -webkit-filter: none;
  filter: none;
}
@media screen and (max-width: 750px) {
  .sns_share {
    border-width: 1px;
    margin-top: 16.6666666667vw;
  }
  .du_modal_close {
    width: 6.6666666667vw;
    top: -8vw;
  }
  .du_modal_movie {
    width: 93.3333333333vw;
    padding: 1.3333333333vw;
    border-radius: 4vw;
  }
  .du_inner {
    width: 100%;
  }
  .du_mv_inner {
    width: 100%;
  }
  .du_mv_copy01 {
    width: 35.3333333333vw;
    left: 9.3333333333vw;
    margin-top: 7.3333333333vw;
  }
  .du_mv_copy02 {
    width: 34.6666666667vw;
    right: 9.3333333333vw;
    margin-top: 65.3333333333vw;
  }
  .du_mv_title {
    width: 100%;
    margin-bottom: 48.4vw;
  }
  .du_premium {
    padding: 40px 0 90px;
    background-image: url(../../assets/images/brand/docchi_umesshu/premium_bg_sp.jpg);
  }
  .du_premium_kv {
    width: 100%;
  }
  .du_premium_kv_pic {
    left: 0;
    width: 100%;
  }
  .du_premium_material {
    margin-top: 2.7777777778vw;
  }
  .du_premium_material .du_inner {
    padding: 0;
    top: auto;
    bottom: 22.2222222222vw;
  }
  .du_premium_material_title {
    font-size: 5.8333333333vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .du_premium_material_text {
    margin: 5.5555555556vw auto 0;
    font-size: 3.6111111111vw;
    width: 81.9444444444vw;
  }
  .du_premium_volume {
    margin-top: 0;
  }
  .du_premium_volume .du_inner {
    padding: 0;
    top: 23.6111111111vw;
  }
  .du_premium_volume_title {
    font-size: 5.8333333333vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .du_premium_volume_text {
    margin: 5.5555555556vw auto 0;
    font-size: 3.6111111111vw;
    width: 81.9444444444vw;
  }
  .du_umesshu {
    padding: 11.1111111111vw 0 23.6111111111vw;
    background-image: url(../../assets/images/brand/docchi_umesshu/umesshu_bg_sp.jpg);
  }
  .du_umesshu_kv {
    padding: 0;
    width: 100%;
  }
  .du_umesshu_kv_pic {
    width: 100%;
  }
  .du_umesshu_material {
    margin-top: 4.1666666667vw;
  }
  .du_umesshu_material .du_inner {
    padding: 0;
    top: auto;
    bottom: 26.3888888889vw;
  }
  .du_umesshu_material_title {
    font-size: 5.8333333333vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .du_umesshu_material_text {
    margin: 5.5555555556vw auto 0;
    font-size: 3.6111111111vw;
    width: 81.9444444444vw;
  }
  .du_umesshu_volume {
    margin-top: -2.7777777778vw;
  }
  .du_umesshu_volume .du_inner {
    padding: 0;
    top: 23.6111111111vw;
  }
  .du_umesshu_volume_title {
    font-size: 5.8333333333vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .du_umesshu_volume_text {
    margin: 5.5555555556vw auto 0;
    font-size: 3.6111111111vw;
    width: 81.9444444444vw;
  }
  .du_feature {
    background-image: url(../../assets/images/brand/docchi_umesshu/feature_bg_sp.jpg);
    padding: 30.5555555556vw 0;
  }
  .du_feature_list > li {
    display: block;
    height: auto;
    aspect-ratio: 720/1036;
    padding-top: 18.0555555556vw;
  }
  .du_feature_list > li:nth-of-type(1)::before {
    background-image: url(../../assets/images/brand/docchi_umesshu/feature_01_bg_sp.jpg);
  }
  .du_feature_list > li:nth-of-type(1) .du_inner {
    padding: 0;
  }
  .du_feature_list > li:nth-of-type(2) {
    margin-top: 8.3333333333vw;
  }
  .du_feature_list > li:nth-of-type(2) h3 {
    letter-spacing: -0.04em;
  }
  .du_feature_list > li:nth-of-type(2)::before {
    background-image: url(../../assets/images/brand/docchi_umesshu/feature_02_bg_sp.jpg);
  }
  .du_feature_list > li:nth-of-type(2) .du_inner {
    padding: 0;
  }
  .du_feature_list > li h3 {
    text-align: center;
    font-size: 5.8333333333vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .du_feature_list > li p {
    margin: 5.5555555556vw auto 0;
    font-size: 3.6111111111vw;
    width: 81.9444444444vw;
  }
  .du_cm {
    padding: 20.8333333333vw 0;
    background-image: url(../../assets/images/brand/docchi_umesshu/cm_bg_sp.jpg);
  }
  .du_cm h2 {
    font-size: 4.7222222222vw;
  }
  .du_cm_list {
    margin-top: 13.8888888889vw;
  }
  .du_cm_list > li:nth-of-type(n+2) {
    margin-top: 15.2777777778vw;
  }
  .du_cm_movie_thumb {
    width: 90.2777777778vw;
  }
  .du_cm_movie_title {
    margin-top: 3.4722222222vw;
    font-size: 3.4722222222vw;
  }
  .du_cm_profile {
    margin-top: 19.4444444444vw;
    width: 72.2222222222vw;
  }
  .du_cm_profile_photo {
    width: 50vw;
  }
  .du_cm_profile_name {
    margin-top: 3.4722222222vw;
    font-size: 4.5833333333vw;
  }
  .du_cm_profile_name > p {
    font-size: 2.5vw;
  }
  .du_cm_profile_text {
    margin-top: 5.5555555556vw;
    font-size: 3.1944444444vw;
  }
  .du_product_inner {
    padding: 20.8333333333vw 0;
  }
  .du_product_inner:nth-of-type(1) {
    background-image: url(../../assets/images/brand/docchi_umesshu/product_bg_01_sp.jpg);
  }
  .du_product_inner:nth-of-type(2) {
    background-image: url(../../assets/images/brand/docchi_umesshu/product_bg_02_sp.jpg);
  }
  .du_product_inner > h2 {
    font-size: 4.7222222222vw;
    margin-bottom: 19.4444444444vw;
  }
  .du_product_detail {
    display: block;
  }
  .du_product_detail_photo {
    width: 65.2777777778vw;
    margin: 0 auto;
  }
  .du_product_detail_inner {
    margin-top: 13.8888888889vw;
  }
  .du_product_detail_title {
    font-size: 5.5555555556vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .du_product_detail_text {
    font-size: 3.6111111111vw;
    width: 81.9444444444vw;
    margin: 6.9444444444vw auto 0;
  }
  .du_product_detail_note {
    font-size: 3.1944444444vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 6.9444444444vw auto 0;
  }
  .du_product_btn {
    margin-top: 8.3333333333vw;
    aspect-ratio: 330/76;
    width: 45.8333333333vw;
    height: auto;
    border-width: 1px;
    font-size: 3.1944444444vw;
  }
}
@media (any-hover: hover) {
  .du_modal_close:hover {
    opacity: 0.7;
  }
  .du_cm_movie_thumb {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .du_cm_movie_thumb:hover {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
  }
  .du_product_btn {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .du_product_btn:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.4);
  }
}
@media print {
  .du_mv {
    visibility: hidden;
  }
  .du_cm_movie_thumb img {
    visibility: hidden;
  }
  .du_cm_profile_photo img {
    visibility: hidden;
  }
}
@media screen and (min-width: 751px) and (max-width: 1920px) {
  .du_mv_bg {
    height: 660px;
  }
  .du_mv_bg img {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50%;
    width: auto;
    max-width: none;
    height: 100%;
  }
  .du_mv_ume img {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50%;
    width: auto;
    max-width: none;
    height: 100%;
  }
  .du_mv_talent img {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50%;
    width: auto;
    max-width: none;
    height: 100%;
  }
  .du_premium_material_bg {
    height: 600px;
  }
  .du_premium_material_bg img {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50%;
    width: auto;
    max-width: none;
    height: 100%;
  }
  .du_premium_volume_bg {
    height: 600px;
  }
  .du_premium_volume_bg img {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50%;
    width: auto;
    max-width: none;
    height: 100%;
  }
  .du_umesshu::before {
    left: calc(-340px + 50% - 630px);
    width: 1020px;
  }
  .du_umesshu_material_bg {
    height: 600px;
  }
  .du_umesshu_material_bg img {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50%;
    width: auto;
    max-width: none;
    height: 100%;
  }
  .du_umesshu_volume_bg {
    height: 600px;
  }
  .du_umesshu_volume_bg img {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50%;
    width: auto;
    max-width: none;
    height: 100%;
  }
}
@media screen and (min-width: 751px), print {
  .du_umesshu::before {
    content: "";
    display: block;
    aspect-ratio: 2042/1520;
    position: absolute;
    top: 75px;
    left: 0;
    background-image: url(../../assets/images/brand/docchi_umesshu/umesshu_kv_splash.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 53.125%;
    opacity: 0;
    translate: 0 2%;
  }
  .du_umesshu.anm::before {
    -webkit-transition: 1s;
    transition: 1s;
    opacity: 1;
    -webkit-filter: none;
    filter: none;
    translate: none;
  }
  .du_feature_list > li:nth-of-type(1) p {
    width: 460px;
  }
  .du_feature_list > li:nth-of-type(2) p {
    width: 450px;
  }
}