@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

#balmudaLP {
  color: #202020;
  font-family: "Noto Sans JP", sans-serif;
}
#balmudaLP p {
  font-size: 16px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}
#balmudaLP ul {
  margin: 0;
}
#balmudaLP li {
  list-style: none;
}
#balmudaLP a {
  color: #202020;
  text-decoration: none;
}
#balmudaLP img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
#balmudaLP .sp_only {
  display: none;
}
#balmudaLP .section_inner {
  max-width: 1224px;
  margin: 0 auto;
  padding: 0 30px;
}
#balmudaLP .section_ttl_wrap {
  margin-bottom: 100px;
  position: relative;
  height: 450px;
  overflow: hidden;
}
#balmudaLP .section_ttl_wrap::before {
  content: "";
  display: block;
  width: 22px;
  height: 329px;
  background-color: #F26363;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: -56px;
  left: 98px;
  transform: rotate(45deg);
  z-index: 2;
}
#balmudaLP .section_ttl_wrap::after {
  content: "";
  display: block;
  width: 22px;
  height: 329px;
  background-color: #F26363;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  position: absolute;
  bottom: -56px;
  right: 98px;
  transform: rotate(45deg);
  z-index: 1;
}
#balmudaLP .section_ttl_wrap .section_ttl {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}
#balmudaLP .section_ttl_wrap .section_ttl::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  border-top: 2px solid #fff;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
#balmudaLP .section_ttl_wrap .section_ttl .section_ttl_logo {
  width: 154px;
  margin: 0 auto 5px;
}
#balmudaLP .section_ttl_wrap .bg_color {
  content: "";
  display: inline-block;
  background-color: #000;
  width: 100%;
  height: 450px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  z-index: 1;
}
#balmudaLP .section_ttl_wrap .Parallax {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
#balmudaLP header {
  z-index: 11;
  margin-top: 12px;
  position: absolute;
  top: 0;
  left: 40px;
}
#balmudaLP header .antina_logo {
  width: 170px;
  position: relative;
}
#balmudaLP header .antina_logo::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3.5px 6px 3.5px;
  border-color: transparent transparent #fff transparent;
  transform: rotate(-90deg);
  position: absolute;
  top: 5px;
  left: -20px;
}
#balmudaLP .mv_area {
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
#balmudaLP .mv_area::before {
  content: "";
  display: block;
  width: 22px;
  height: 329px;
  background-color: #F26363;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: -56px;
  left: 98px;
  transform: rotate(45deg);
}
#balmudaLP .mv_area::after {
  content: "";
  display: block;
  width: 22px;
  height: 329px;
  background-color: #F26363;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  position: absolute;
  bottom: -56px;
  right: 98px;
  transform: rotate(45deg);
}
#balmudaLP .mv_area .slick-dotted.slick-slider {
  margin: 0;
  padding: 0;
}
#balmudaLP .mv_area .mv_txt_area {
  width: 50%;
}
#balmudaLP .mv_area .mv_txt_area .mv_txt_box {
  max-width: 494px;
  margin-left: auto;
  margin-right: 110px;
  padding-left: 30px;
}
#balmudaLP .mv_area .mv_txt_area .slick_thum {
  margin: 0;
  padding-left: 0;
  margin-bottom: 10px;
}
#balmudaLP .mv_area .mv_txt_area .slick_thum li {
  font-size: 64px;
  font-weight: 600;
  background-color: #F26363;
  padding: 3px 1px 8px 10px;
  line-height: 1;
}
#balmudaLP .mv_area .mv_txt_area h1 {
  margin-bottom: 30px;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.25;
  position: relative;
}
#balmudaLP .mv_area .mv_txt_area h1::after {
  content: "";
  display: inline-block;
  background-image: url(../img/mv_illust.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 97px;
  height: 102px;
  margin-left: 30px;
  position: absolute;
  right: 0;
  bottom: -40px;
}
#balmudaLP .mv_area .mv_txt_area .antina_logo {
  margin-bottom: 40px;
  max-width: 307px;
}
#balmudaLP .mv_area .mv_img_area {
  width: 50%;
}
#balmudaLP .sticky_wrap {
  margin-top: -40px;
  margin-bottom: 50px;
  z-index: 9;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
}
#balmudaLP .sticky_wrap .sticky_header {
  width: 100%;
  height: 40px;
  background-color: #171716;
  opacity: 0.9;
  display: flex;
  align-items: center;
}
#balmudaLP .sticky_wrap .sticky_header .antina_logo {
  margin-left: 40px;
  width: 170px;
  position: relative;
}
#balmudaLP .sticky_wrap .sticky_header .antina_logo::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3.5px 6px 3.5px;
  border-color: transparent transparent #fff transparent;
  transform: rotate(-90deg);
  position: absolute;
  top: 5px;
  left: -20px;
}
#balmudaLP .sticky_wrap .anchor_area {
  width: 100%;
  background-color: #F26363;
}
#balmudaLP .sticky_wrap .anchor_area .simplebar-content {
  display: flex;
}
#balmudaLP .sticky_wrap .anchor_area ul {
  display: flex;
  max-width: 1164px;
  margin: 0 auto;
  gap: 40px;
}
#balmudaLP .sticky_wrap .anchor_area ul li:first-child a {
  margin: 0;
  width: 230px;
  /* background-color: #fff;
  color: #F26363; */
  font-size: 15px;
  font-weight: 700;
}
#balmudaLP .sticky_wrap .anchor_area ul li a {
  /* padding: 13px 30px; */
  padding: 13.5px 30px;
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  color: #fff;
  line-height: 1;
  font-weight: 600;
}
#balmudaLP .sticky_wrap .anchor_area ul li.active {
  background: #fff;
}
#balmudaLP .sticky_wrap .anchor_area ul li.active a {
  color: #F26363;
}
@keyframes horizontal-animation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#balmudaLP .infinite_slider {
  margin-bottom: 100px;
  display: flex;
  overflow: hidden;
}
#balmudaLP .infinite_slider.last {
  margin-bottom: 0;
}
#balmudaLP .infinite_slider .slider_wrapper {
  display: flex;
  animation: horizontal-animation 140s linear infinite;
}
#balmudaLP .infinite_slider .slide {
  width: 200px;
  margin-right: 20px;
}
#balmudaLP .infinite_slider .slide a:hover {
  transition: all 0.4s;
  opacity: 0.8;
}
#balmudaLP .infinite_slider .slide img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#balmudaLP .lineup {
  padding-top: 110px; /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -110px; /* heightと同じ分のネガティブマージン */
  margin-bottom: 150px;
}
#balmudaLP .lineup .section_ttl {
  margin-bottom: 50px;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  position: relative;
}
#balmudaLP .lineup .section_ttl::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  border-top: 2px solid #171716;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
#balmudaLP .lineup .section_ttl span {
  background-color: #F26363;
  color: #fff;
  padding: 0 6px 2px;
}
#balmudaLP .lineup .lineup_block:not(:last-child) {
  margin-bottom: 100px;
}
#balmudaLP .lineup .lineup_block .lineup_wrap {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
#balmudaLP .lineup .lineup_block .lineup_wrap .lineup_txt_box {
  max-width: 320px;
}
#balmudaLP .lineup .lineup_block .lineup_wrap .lineup_txt_box .lineup_icon {
  width: 99px;
  margin: 0 auto 20px;
}
#balmudaLP .lineup .lineup_block .lineup_wrap .lineup_txt_box .lineup_box_ttl {
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}
#balmudaLP .lineup .lineup_block .lineup_wrap .lineup_txt_box .lineup_box_ttl .color_box {
  font-size: 42px;
  color: #fff;
  background-color: #F26363;
  padding: 0 6px 2px;
}
#balmudaLP .lineup .lineup_block .lineup_wrap .lineup_txt_box .lineup_box_ttl .small {
  font-size: 26px;
}
#balmudaLP .lineup .lineup_block .lineup_wrap .lineup_img {
  max-width: 808px;
  position: relative;
  overflow: hidden;
}
#balmudaLP .lineup .lineup_block .lineup_wrap .lineup_img::before {
  content: "";
  display: block;
  width: 13px;
  height: 142px;
  background-color: #F26363;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: -26px;
  left: 39px;
  transform: rotate(45deg);
}
#balmudaLP .lineup .lineup_block .lineup_wrap .lineup_img::after {
  content: "";
  display: block;
  width: 13px;
  height: 142px;
  background-color: #F26363;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  position: absolute;
  bottom: -26px;
  right: 39px;
  transform: rotate(45deg);
}
#balmudaLP .lineup .lineup_block .lineup_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 14px;
}
#balmudaLP .lineup .lineup_block .lineup_item li {
  width: calc((100% - 42px) / 4);
  position: relative;
}
#balmudaLP .lineup .lineup_block .lineup_item li a:hover {
  transition: all 0.4s;
  opacity: 0.8;
}
#balmudaLP .lineup .lineup_block .lineup_item li .item_name {
  text-align: center;
  font-family: "Lexend Deca", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
#balmudaLP .lineup .lineup_block .lineup_item li .speechBubble {
  position: absolute;
  display: inline-block;
  opacity: 0;
  transition: all 0.4s;
  margin-bottom: 15px;
  padding: 6px 16px;
  border: 1px solid #f26363;
  border-radius: 9999px;
  background-color: #ffffff;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
#balmudaLP .lineup .lineup_block .lineup_item li .speechBubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 12px 6.5px 0 6.5px;
  border-color: #f26363 transparent transparent;
  translate: -50% 100%;
}
#balmudaLP .lineup .lineup_block .lineup_item li .speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 9.9px 5.4px 0 5.4px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
#balmudaLP .lineup .lineup_block .lineup_item li:hover .speechBubble {
  opacity: 1;
  top: 10px;
}
#balmudaLP .user_voice {
  overflow: hidden;
  padding-top: 80px;
  margin-top: -80px;
  margin-bottom: 150px;
}
#balmudaLP .user_voice .section_ttl_wrap {
  margin-bottom: 100px;
  position: relative;
  height: auto;
  max-height: 900px;
  overflow: hidden;
  background-color: #202020;
}
#balmudaLP .user_voice .section_ttl_wrap::before {
  content: "";
  display: block;
  width: 22px;
  height: 329px;
  background-color: #F26363;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: -56px;
  left: 98px;
  transform: rotate(45deg);
  z-index: 2;
}
#balmudaLP .user_voice .section_ttl_wrap::after {
  content: "";
  display: block;
  width: 22px;
  height: 329px;
  background-color: #F26363;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  position: absolute;
  bottom: -56px;
  right: 98px;
  transform: rotate(45deg);
  z-index: 1;
}
#balmudaLP .user_voice .section_ttl_wrap .section_ttl {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}
#balmudaLP .user_voice .section_ttl_wrap .section_ttl::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  border-top: 2px solid #fff;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
#balmudaLP .user_voice .section_ttl_wrap .section_ttl .section_ttl_logo {
  width: 154px;
  margin: 0 auto 5px;
}
#balmudaLP .user_voice .section_ttl_wrap .mv_wrap {
  display: flex;
  justify-content: flex-end;
}
#balmudaLP .user_voice .section_ttl_wrap .user_voice_mv {
  width: 50%;
}
#balmudaLP .user_voice .section_ttl_wrap .user_voice_txtarea {
  width: 50%;
}
#balmudaLP .user_voice .section_ttl_wrap .user_voice_txtarea .user_voice_txt_box {
  max-width: 660px;
  height: 100%;
  background-color: #fff;
  padding: 30px 110px 30px 80px;
  margin-left: auto;
}
#balmudaLP .user_voice .section_ttl_wrap .user_voice_txtarea .user_voice_txt_box h2 {
  width: 153px;
}
#balmudaLP .user_voice .section_ttl_wrap .user_voice_txtarea .user_voice_txt_box h3 {
  font-size: 64px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 15px;
}
#balmudaLP .user_voice .section_ttl_wrap .user_voice_txtarea .user_voice_txt_box .color_box {
  margin-bottom: 30px;
  width: 100%;
  background-color: #F26363;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding: 4px 8px 7px;
}
#balmudaLP .user_voice .section_ttl_wrap .user_voice_txtarea .user_voice_txt_box .tac {
  margin: 30px 0;
  text-align: center;
}
#balmudaLP .user_voice .section_ttl_wrap .tab_area .tab_wrap {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
#balmudaLP .user_voice .section_ttl_wrap .tab_area .tab_wrap:first-child {
  margin-bottom: 30px;
}
#balmudaLP .user_voice .section_ttl_wrap .tab_area .tab_wrap .user_voice_icon {
  width: 120px;
  height: 120px;
  position: relative;
}
#balmudaLP .user_voice .section_ttl_wrap .tab_area .tab_wrap .user_voice_icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: opacity 0.3s;
}
#balmudaLP .user_voice .section_ttl_wrap .tab_area .tab_wrap .user_voice_icon img.hover {
  opacity: 0;
}
#balmudaLP .user_voice .section_ttl_wrap .tab_area .tab_wrap .user_voice_profile {
  max-width: 325px;
}
#balmudaLP .user_voice .section_ttl_wrap .tab_area .tab_wrap .user_voice_profile .user_voice_profile_wrap {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#balmudaLP .user_voice .section_ttl_wrap .tab_area .tab_wrap .user_voice_profile .user_voice_profile_wrap .user_voice_color {
  height: 19px;
  padding: 2px 5px 0;
  font-size: 12px;
  font-family: "Lexend Deca";
  line-height: 1;
  color: #F26363;
  border: 1px solid #F26363;
}
#balmudaLP .user_voice .section_ttl_wrap .tab_area .tab_wrap .user_voice_profile .user_voice_profile_wrap .user_voice_item_name {
  font-family: "Lexend Deca";
  font-weight: 500;
}
#balmudaLP .user_voice .section_ttl_wrap .tab_area .tab_wrap .user_voice_profile .user_voice_interviwee {
  margin-bottom: 8px;
}
#balmudaLP .user_voice .section_ttl_wrap .tab_area .tab_wrap:hover .user_voice_profile_txt {
  text-decoration: underline;
}
#balmudaLP .user_voice .section_ttl_wrap .tab_area .tab_wrap:hover .user_voice_icon img.hover {
  opacity: 1;
}
#balmudaLP .user_voice .section_ttl_wrap .tab_area .tab_wrap:hover .user_voice_icon img.normal {
  opacity: 0;
}
#balmudaLP .user_voice .section_outer {
  position: relative;
}
#balmudaLP .user_voice .tab_content {
  padding-top: 100px; /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -100px; /* heightと同じ分のネガティブマージン */
  display: none;
}
#balmudaLP .user_voice .tab_content .voice_section_ttl {
  font-size: 24px;
  font-weight: 600;
  line-height: 2;
}
#balmudaLP .user_voice .tab_content .voice_section_01 {
  margin-bottom: 100px;
}
#balmudaLP .user_voice .tab_content .voice_section_01 .voice_section_txt_area .user_voice_profile_wrap {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#balmudaLP .user_voice .tab_content .voice_section_01 .voice_section_txt_area .user_voice_profile_wrap .user_voice_color {
  height: 19px;
  padding: 2px 5px 0;
  font-size: 12px;
  font-family: "Lexend Deca";
  line-height: 1;
  color: #F26363;
  border: 1px solid #F26363;
}
#balmudaLP .user_voice .tab_content .voice_section_01 .voice_section_txt_area .user_voice_profile_wrap .user_voice_item_name {
  font-family: "Lexend Deca";
  font-weight: 500;
}
#balmudaLP .user_voice .tab_content .voice_section_01 .voice_section_txt_area .voice_section_txt_wrap {
  max-width: 470px;
  margin: 0 75px 0 40px;
}
#balmudaLP .user_voice .tab_content .voice_section_01 .voice_section_txt_area .voice_section_txt_wrap .voice_section_ttl {
  margin-bottom: 40px;
}
#balmudaLP .user_voice .tab_content .voice_section_01 .voice_section_txt_area .voice_section_txt_wrap .voice_section_interviewee {
  margin-bottom: 30px;
}
#balmudaLP .user_voice .tab_content .voice_section_01 .voice_section_txt_area .voice_section_txt_wrap .voice_section_interviewee span {
  font-size: 14px;
}
#balmudaLP .user_voice .tab_content .voice_section_01 .voice_section_txt_area .voice_section_txt_wrap .voice_section_profile {
  margin-bottom: 65px;
  line-height: 2;
}
#balmudaLP .user_voice .tab_content .voice_section_01 .voice_section_txt_area .voice_section_txt_wrap .voice_section_profile::before {
  display: none;
  margin-bottom: 30px;
  display: block;
  content: "";
  width: 100px;
  height: 1px;
  background-color: #707070;
}
#balmudaLP .user_voice .tab_content .voice_section_01 .voice_section_txt_area .voice_section_txtbox {
  width: 1000px;
  background-color: #F4F2EF;
  padding: 55px 488px 70px 40px;
  line-height: 2;
}
#balmudaLP .user_voice .tab_content .voice_section_01 .voice_section_img {
  position: absolute;
  top: 100px;
  right: 0;
  max-width: 1000px;
  width: 50vw;
  margin-left: -50%;
}
#balmudaLP .user_voice .tab_content .voice_section_02, #balmudaLP .user_voice .tab_content .voice_section_03 {
  margin-bottom: 100px;
}
#balmudaLP .user_voice .tab_content .voice_section_02 .voice_section_ttl, #balmudaLP .user_voice .tab_content .voice_section_03 .voice_section_ttl {
  margin-bottom: 35px;
}
#balmudaLP .user_voice .tab_content .voice_section_02 .voice_section_wrap, #balmudaLP .user_voice .tab_content .voice_section_03 .voice_section_wrap {
  display: flex;
  /* align-items: end; */
  gap: 85px;
}
#balmudaLP .user_voice .tab_content .voice_section_02 .voice_section_wrap .voice_section_img_box, #balmudaLP .user_voice .tab_content .voice_section_03 .voice_section_wrap .voice_section_img_box {
  width: 60%;
}
#balmudaLP .user_voice .tab_content .voice_section_02 .voice_section_wrap .voice_section_img_box .voice_section_img_caption, #balmudaLP .user_voice .tab_content .voice_section_03 .voice_section_wrap .voice_section_img_box .voice_section_img_caption {
  margin-top: 10px;
  font-size: 14px;
}
#balmudaLP .user_voice .tab_content .voice_section_02 .voice_section_wrap .voice_section_txt, #balmudaLP .user_voice .tab_content .voice_section_03 .voice_section_wrap .voice_section_txt {
  width: 34%;
  line-height: 2;
}
#balmudaLP .user_voice .tab_content .voice_section_02 .voice_section_wrap .voice_section_txt span,
#balmudaLP .user_voice .tab_content .voice_section_03 .voice_section_wrap .voice_section_txt span {
  font-weight: bold;
}
#balmudaLP .user_voice .tab_content .voice_section_03 .voice_section_wrap {
  flex-direction: row-reverse;
}
#balmudaLP .user_voice .tab_anchor .tac {
  margin-bottom: 30px;
  text-align: center;
}
#balmudaLP .user_voice .tab_anchor .tab_anchor_flex {
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  gap: 50px;
}
#balmudaLP .user_voice .tab_anchor .tab_anchor_flex .tab_wrap {
  cursor: pointer;
}
#balmudaLP .user_voice .tab_anchor .tab_anchor_flex .tab_wrap a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
#balmudaLP .user_voice .tab_anchor .tab_anchor_flex .tab_wrap .user_voice_icon {
  width: 120px;
  height: 120px;
  position: relative;
}
#balmudaLP .user_voice .tab_anchor .tab_anchor_flex .tab_wrap .user_voice_icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: opacity 0.3s;
}
#balmudaLP .user_voice .tab_anchor .tab_anchor_flex .tab_wrap .user_voice_icon img.hover {
  opacity: 0;
}
#balmudaLP .user_voice .tab_anchor .tab_anchor_flex .tab_wrap .user_voice_profile {
  max-width: 325px;
}
#balmudaLP .user_voice .tab_anchor .tab_anchor_flex .tab_wrap .user_voice_profile .user_voice_profile_wrap {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#balmudaLP .user_voice .tab_anchor .tab_anchor_flex .tab_wrap .user_voice_profile .user_voice_profile_wrap .user_voice_color {
  height: 19px;
  padding: 2px 5px 0;
  font-size: 12px;
  font-family: "Lexend Deca";
  line-height: 1;
  color: #F26363;
  border: 1px solid #F26363;
}
#balmudaLP .user_voice .tab_anchor .tab_anchor_flex .tab_wrap .user_voice_profile .user_voice_profile_wrap .user_voice_item_name {
  font-family: "Lexend Deca";
  font-weight: 500;
}
#balmudaLP .user_voice .tab_anchor .tab_anchor_flex .tab_wrap .user_voice_profile .user_voice_interviwee {
  margin-bottom: 8px;
}
#balmudaLP .user_voice .tab_anchor .tab_anchor_flex .tab_wrap:hover .user_voice_profile_txt {
  text-decoration: underline;
}
#balmudaLP .user_voice .tab_anchor .tab_anchor_flex .tab_wrap:hover .user_voice_icon img.hover {
  opacity: 1;
}
#balmudaLP .user_voice .tab_anchor .tab_anchor_flex .tab_wrap:hover .user_voice_icon img.normal {
  opacity: 0;
}
#balmudaLP .user_voice .original_wrapping {
  position: relative;
}
#balmudaLP .user_voice .original_wrapping .txt_wrap {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  color: #fff;
}
#balmudaLP .user_voice .original_wrapping .txt_wrap .sub_ttl {
  font-size: 13px;
  font-weight: 500;
}
#balmudaLP .user_voice .original_wrapping .txt_wrap h3 {
  font-size: 37px;
}
#balmudaLP .user_voice .original_wrapping .txt_wrap h3 span {
  font-family: "Lexend Deca", sans-serif;
}
#balmudaLP .user_voice .original_wrapping .link_btn {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  width: 185px;
  padding: 11px 14px 11px 28px;
  background-color: #fff;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 500;
}
#balmudaLP .user_voice .original_wrapping .link_btn::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  background-color: #F0F0F0;
  border-radius: 50%;
  margin-left: 55px;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  z-index: 0;
}
#balmudaLP .user_voice .original_wrapping .link_btn::after {
  content: "";
  display: inline-block;
  background-image: url(../img/btn_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 11px;
  height: 9px;
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%) rotate(90deg);
}
#balmudaLP .user_voice .original_wrapping a {
  transition: all 0.4s;
}
#balmudaLP .user_voice .original_wrapping a:hover {
  opacity: 0.8;
}
#balmudaLP .wrapping_service {
  padding-top: 80px; /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -80px; /* heightと同じ分のネガティブマージン */
}
#balmudaLP .wrapping_service .bg_color {
  background-color: #F4F2EF;
  padding-bottom: 150px;
}
#balmudaLP .wrapping_service .section_ttl_wrap {
  margin-bottom: 100px;
  position: relative;
  height: 450px;
  overflow: hidden;
}
#balmudaLP .wrapping_service .section_ttl_wrap::before {
  content: "";
  display: block;
  width: 22px;
  height: 329px;
  background-color: #F26363;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: -56px;
  left: 98px;
  transform: rotate(45deg);
  z-index: 2;
}
#balmudaLP .wrapping_service .section_ttl_wrap::after {
  content: "";
  display: block;
  width: 22px;
  height: 329px;
  background-color: #F26363;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  position: absolute;
  bottom: -56px;
  right: 98px;
  transform: rotate(45deg);
  z-index: 1;
}
#balmudaLP .wrapping_service .section_ttl_wrap .section_ttl {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}
#balmudaLP .wrapping_service .section_ttl_wrap .section_ttl::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  border-top: 2px solid #fff;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
#balmudaLP .wrapping_service .section_ttl_wrap .section_ttl .section_ttl_logo {
  width: 154px;
  margin: 0 auto 5px;
}
#balmudaLP .wrapping_service .section_ttl_wrap .bg_color {
  content: "";
  display: inline-block;
  background-color: #000;
  width: 100%;
  height: 450px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  z-index: 1;
}
#balmudaLP .wrapping_service .section_ttl_wrap .Parallax {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
#balmudaLP .wrapping_service .wrapping_service_box {
  margin-bottom: 100px;
  display: flex;
  gap: 66px;
  align-items: center;
}
#balmudaLP .wrapping_service .wrapping_service_box.reverse {
  margin: 0 auto 60px;
  flex-direction: row-reverse;
}
#balmudaLP .wrapping_service .wrapping_service_box .wrapping_service_img {
  width: 50%;
}
#balmudaLP .wrapping_service .wrapping_service_box .wrapping_service_txt_wrap {
  width: 50%;
}
#balmudaLP .wrapping_service .wrapping_service_box .wrapping_service_txt_wrap .wrapping_service_box_ttl {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 600;
}
#balmudaLP .wrapping_service .variation_wrap {
  margin-bottom: 200px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#balmudaLP .wrapping_service .variation_wrap li {
  width: calc(16.6666666667% - 16.6666666667px);
}
#balmudaLP .wrapping_service .variation_wrap li .speechBubble {
  width: 100%;
  display: inline-block;
  margin-bottom: 28px;
  padding: 6px 16px;
  border: 1px solid #D3D3D3;
  border-radius: 9999px;
  background-color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  white-space: nowrap;
  position: relative;
}
#balmudaLP .wrapping_service .variation_wrap li .speechBubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 12px 6.5px 0 6.5px;
  border-color: #D3D3D3 transparent transparent;
  translate: -50% 100%;
}
#balmudaLP .wrapping_service .variation_wrap li .speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 9.9px 5.4px 0 5.4px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
#balmudaLP .wrapping_service .original_servise {
  position: relative;
}
#balmudaLP .wrapping_service .original_servise .txt_wrap {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
}
#balmudaLP .wrapping_service .original_servise .txt_wrap .sub_ttl {
  font-size: 13px;
  font-weight: 500;
}
#balmudaLP .wrapping_service .original_servise .txt_wrap h3 {
  font-size: 37px;
}
#balmudaLP .wrapping_service .original_servise .link_btn {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  width: 185px;
  padding: 11px 14px 11px 28px;
  background-color: #fff;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 500;
}
#balmudaLP .wrapping_service .original_servise .link_btn::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  background-color: #F0F0F0;
  border-radius: 50%;
  margin-left: 55px;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  z-index: 0;
}
#balmudaLP .wrapping_service .original_servise .link_btn::after {
  content: "";
  display: inline-block;
  background-image: url(../img/btn_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 11px;
  height: 9px;
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
}
#balmudaLP .wrapping_service .original_servise a {
  transition: all 0.4s;
}
#balmudaLP .wrapping_service .original_servise a:hover {
  opacity: 0.8;
}
#balmudaLP .item_all {
  padding-top: 80px; /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -80px; /* heightと同じ分のネガティブマージン */
  margin-bottom: 200px;
}
#balmudaLP .item_all .section_ttl_wrap .section_ttl::before {
  display: none;
}
#balmudaLP .item_all .section_ttl_wrap .section_ttl .section_ttl_logo {
  width: 248px;
}
#balmudaLP .item_all .section_ttl_wrap .section_ttl span {
  font-size: 78px;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 600;
}
#balmudaLP .item_all ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 14px;
}
#balmudaLP .item_all ul li {
  width: calc((100% - 42px) / 4);
  position: relative;
}
#balmudaLP .item_all ul li a:hover {
  transition: all 0.4s;
  opacity: 0.8;
}
#balmudaLP .item_all ul li .item_name {
  /* min-height: 45px; */
  text-align: center;
  font-family: "Lexend Deca", sans-serif;
  font-size: 15px;
  font-weight: 500;
  flex-grow: 1;
}
#balmudaLP .item_all ul li .item_price {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
#balmudaLP .item_all ul li .item_price span {
  font-size: 12px;
}
#balmudaLP footer {
  background-color: #000;
  padding: 60px 0 50px;
  color: #fff;
}
#balmudaLP footer .sns_link {
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
#balmudaLP footer .sns_link li {
  width: 18px;
}
#balmudaLP footer .footer_navi {
  margin-bottom: 90px;
  display: flex;
  justify-content: space-between;
}
#balmudaLP footer .footer_navi .footer_navi_section .footer_navi_section_heading {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
}
#balmudaLP footer .footer_navi .footer_navi_section .footer_navi_section_links {
  display: block;
}
#balmudaLP footer .footer_navi .footer_navi_section .footer_navi_section_links li {
  margin-bottom: 6px;
}
#balmudaLP footer .footer_navi .footer_navi_section .footer_navi_section_links li a {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
}
#balmudaLP footer .footer_navi .footer_banner {
  border: 1px solid #fff;
  width: 240px;
  height: 80px;
}
#balmudaLP footer .footer_navi .footer_banner a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: transparent;
  transition-duration: 0.4s;
}
#balmudaLP footer .footer_navi .footer_banner a img {
  width: 119px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition-duration: 0.4s;
}
#balmudaLP footer .footer_navi .footer_banner a img._hover {
  opacity: 0;
}
#balmudaLP footer .footer_navi .footer_banner a:hover {
  background-color: #fff;
}
#balmudaLP footer .footer_navi .footer_banner a:hover img._hover {
  opacity: 1;
}
#balmudaLP footer .footer_mark {
  margin-top: 50px;
  text-align: center;
  margin-bottom: 30px;
}
/* #balmudaLP footer .footer_mark .ss_imgTag {
  width: 115px;
} */
#balmudaLP footer .footer_mark  span {
  display: inline-block;
}
#balmudaLP footer .footer_mark li {
  display: inline-block;
  margin-right: 20px;
}
#balmudaLP footer .footer_mark li:last-child {
  width: 56px;
  margin-right: 0;
}
#balmudaLP footer .footer_copyright {
  font-size: 10px;
  text-align: center;
}
#balmudaLP .page_top {
  width: 88px;
  height: 88px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #202020;
  border-radius: 50%;
  z-index: 99;
  opacity: 0.8;
}
#balmudaLP .page_top .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 33px;
  height: 16px;
}
#balmudaLP .page_top .arrow::before, #balmudaLP .page_top .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 22.9px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: 50% 0.5px;
}
#balmudaLP .page_top .arrow::before {
  transform: rotate(46.85deg);
}
#balmudaLP .page_top .arrow::after {
  transform: rotate(-46.85deg);
}

@media only screen and (min-width: 1525px) and (max-width: 1885px) {
  #balmudaLP .user_voice .section_ttl_wrap .user_voice_txtarea {
    width: 48%;
  }
  #balmudaLP .user_voice .section_ttl_wrap .user_voice_txtarea .user_voice_txt_box {
    max-width: 660px;
    padding: 1.5915119363vw 5.8355437666vw 1.5915119363vw 5.8355437666vw;
    margin-left: auto;
  }
  #balmudaLP .user_voice .section_ttl_wrap .user_voice_txtarea .user_voice_txt_box h2 {
    width: 8.1167108753vw;
  }
  #balmudaLP .user_voice .section_ttl_wrap .user_voice_txtarea .user_voice_txt_box h3 {
    font-size: 3.3952254642vw;
    margin-bottom: 0.7957559682vw;
  }
  #balmudaLP .user_voice .section_ttl_wrap .user_voice_txtarea .user_voice_txt_box .color_box {
    margin-bottom: 1.5915119363vw;
    font-size: 1.2732095491vw;
    padding: 0.2122015915vw 0.424403183vw 0.3713527851vw;
  }
  #balmudaLP .user_voice .section_ttl_wrap .user_voice_txtarea .user_voice_txt_box .tac {
    font-size: 0.848806366vw;
    margin: 0.7957559682vw 0;
  }
  #balmudaLP .user_voice .section_ttl_wrap .user_voice_txtarea .user_voice_txt_box p {
    font-size: 0.848806366vw;
  }
  #balmudaLP .user_voice .section_ttl_wrap .user_voice_txtarea .tab_area .tab_wrap {
    gap: 1.0610079576vw;
  }
  #balmudaLP .user_voice .section_ttl_wrap .user_voice_txtarea .tab_area .tab_wrap:first-child {
    margin-bottom: 1.5915119363vw;
  }
  #balmudaLP .user_voice .section_ttl_wrap .user_voice_txtarea .tab_area .tab_wrap .user_voice_icon {
    width: 6.3660477454vw;
    height: 6.3660477454vw;
  }
  #balmudaLP .user_voice .section_ttl_wrap .user_voice_txtarea .tab_area .tab_wrap .user_voice_profile {
    max-width: 17.2413793103vw;
  }
  #balmudaLP .user_voice .section_ttl_wrap .user_voice_txtarea .tab_area .tab_wrap .user_voice_profile .user_voice_profile_wrap {
    margin-bottom: 0.424403183vw;
    gap: 0.5305039788vw;
  }
  #balmudaLP .user_voice .section_ttl_wrap .user_voice_txtarea .tab_area .tab_wrap .user_voice_profile .user_voice_profile_wrap .user_voice_color {
    height: 19px;
    padding: 2px 5px 0;
    font-size: 12px;
  }
  #balmudaLP .user_voice .section_ttl_wrap .user_voice_txtarea .tab_area .tab_wrap .user_voice_profile .user_voice_interviwee {
    margin-bottom: 0.424403183vw;
  }
  #balmudaLP .user_voice .section_ttl_wrap .user_voice_txtarea .tab_area .tab_wrap .user_voice_profile .user_voice_profile_txt {
    font-size: 0.848806366vw;
  }
}
@media only screen and (min-width: 1330px) and (max-width: 1885px) {
  #balmudaLP .user_voice .tab_content .voice_section_ttl {
    font-size: 24px;
    font-weight: 600;
    line-height: 2;
  }
  #balmudaLP .user_voice .tab_content .voice_section_01 .voice_section_txt_area .user_voice_profile_wrap {
    margin-bottom: 1.5915119363vw;
    gap: 10px;
  }
  #balmudaLP .user_voice .tab_content .voice_section_01 .voice_section_txt_area .voice_section_txt_wrap {
    max-width: 470px;
    margin: 0 3.1830238727vw 0 1.5915119363vw;
  }
  #balmudaLP .user_voice .tab_content .voice_section_01 .voice_section_txt_area .voice_section_txt_wrap .voice_section_ttl {
    margin-bottom: 1.5915119363vw;
  }
  #balmudaLP .user_voice .tab_content .voice_section_01 .voice_section_txt_area .voice_section_txt_wrap .voice_section_interviewee {
    margin-bottom: 1.0610079576vw;
  }
  #balmudaLP .user_voice .tab_content .voice_section_01 .voice_section_txt_area .voice_section_txt_wrap .voice_section_profile {
    margin-bottom: 2.1220159151vw;
  }
  #balmudaLP .user_voice .tab_content .voice_section_01 .voice_section_txt_area .voice_section_txt_wrap .voice_section_profile::before {
    margin-bottom: 1.0610079576vw;
  }
  #balmudaLP .user_voice .tab_content .voice_section_01 .voice_section_txt_area .voice_section_txtbox {
    padding: 2.9177718833vw 488px 3.7135278515vw 2.1220159151vw;
  }
  #balmudaLP .user_voice .tab_content .voice_section_02, #balmudaLP .user_voice .tab_content .voice_section_03 {
    margin-bottom: 100px;
  }
  #balmudaLP .user_voice .tab_content .voice_section_02 .voice_section_ttl, #balmudaLP .user_voice .tab_content .voice_section_03 .voice_section_ttl {
    margin-bottom: 35px;
  }
  #balmudaLP .user_voice .tab_content .voice_section_02 .voice_section_wrap, #balmudaLP .user_voice .tab_content .voice_section_03 .voice_section_wrap {
    display: flex;
    /* align-items: end; */
    gap: 85px;
  }
  #balmudaLP .user_voice .tab_content .voice_section_02 .voice_section_wrap .voice_section_img_box, #balmudaLP .user_voice .tab_content .voice_section_03 .voice_section_wrap .voice_section_img_box {
    width: 60%;
  }
  #balmudaLP .user_voice .tab_content .voice_section_02 .voice_section_wrap .voice_section_img_box .voice_section_img_caption, #balmudaLP .user_voice .tab_content .voice_section_03 .voice_section_wrap .voice_section_img_box .voice_section_img_caption {
    margin-top: 10px;
    font-size: 14px;
  }
  #balmudaLP .user_voice .tab_content .voice_section_02 .voice_section_wrap .voice_section_txt, #balmudaLP .user_voice .tab_content .voice_section_03 .voice_section_wrap .voice_section_txt {
    width: 34%;
    line-height: 2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1524px) {
  #balmudaLP .user_voice .section_ttl_wrap .user_voice_txtarea {
    width: 38%;
  }
  #balmudaLP .user_voice .section_ttl_wrap .user_voice_txtarea .user_voice_txt_box {
    max-width: 660px;
    padding: 1.5915119363vw 5.8355437666vw 1.5915119363vw 5.8355437666vw;
    margin-left: auto;
  }
  #balmudaLP .user_voice .section_ttl_wrap .user_voice_txtarea .user_voice_txt_box h2 {
    width: 8.1167108753vw;
  }
  #balmudaLP .user_voice .section_ttl_wrap .user_voice_txtarea .user_voice_txt_box h3 {
    font-size: 3.3952254642vw;
    margin-bottom: 0.7957559682vw;
  }
  #balmudaLP .user_voice .section_ttl_wrap .user_voice_txtarea .user_voice_txt_box .color_box {
    margin-bottom: 1.5915119363vw;
    font-size: 1.2732095491vw;
    padding: 0.2122015915vw 0.424403183vw 0.3713527851vw;
  }
  #balmudaLP .user_voice .section_ttl_wrap .user_voice_txtarea .user_voice_txt_box .tac {
    font-size: 0.848806366vw;
    margin: 0.7957559682vw 0;
  }
  #balmudaLP .user_voice .section_ttl_wrap .user_voice_txtarea .user_voice_txt_box p {
    font-size: 0.848806366vw;
  }
  #balmudaLP .user_voice .section_ttl_wrap .user_voice_txtarea .tab_area .tab_wrap {
    gap: 1.0610079576vw;
  }
  #balmudaLP .user_voice .section_ttl_wrap .user_voice_txtarea .tab_area .tab_wrap:first-child {
    margin-bottom: 1.5915119363vw;
  }
  #balmudaLP .user_voice .section_ttl_wrap .user_voice_txtarea .tab_area .tab_wrap .user_voice_icon {
    width: 6.3660477454vw;
    height: 6.3660477454vw;
  }
  #balmudaLP .user_voice .section_ttl_wrap .user_voice_txtarea .tab_area .tab_wrap .user_voice_profile {
    max-width: 17.2413793103vw;
  }
  #balmudaLP .user_voice .section_ttl_wrap .user_voice_txtarea .tab_area .tab_wrap .user_voice_profile .user_voice_profile_wrap {
    margin-bottom: 0.424403183vw;
    gap: 0.5305039788vw;
  }
  #balmudaLP .user_voice .section_ttl_wrap .user_voice_txtarea .tab_area .tab_wrap .user_voice_profile .user_voice_profile_wrap .user_voice_color {
    height: 1.2467191601vw;
    padding: 0.1312335958vw 0.3280839895vw 0;
    font-size: 0.7874015748vw;
  }
  #balmudaLP .user_voice .section_ttl_wrap .user_voice_txtarea .tab_area .tab_wrap .user_voice_profile .user_voice_profile_wrap .user_voice_item_name {
    font-size: 1.0498687664vw;
  }
  #balmudaLP .user_voice .section_ttl_wrap .user_voice_txtarea .tab_area .tab_wrap .user_voice_profile .user_voice_interviwee {
    font-size: 1.0498687664vw;
    margin-bottom: 0.424403183vw;
  }
  #balmudaLP .user_voice .section_ttl_wrap .user_voice_txtarea .tab_area .tab_wrap .user_voice_profile .user_voice_profile_txt {
    font-size: 0.848806366vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 927px) {
  #balmudaLP .lineup .lineup_block .lineup_item li {
    width: calc((100% - 28px) / 3);
  }
  #balmudaLP .item_all ul li {
    width: calc((100% - 28px) / 3);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1330px) {
  #balmudaLP .mv_area .mv_txt_area .mv_txt_box {
    max-width: 30.0751879699vw;
    margin-right: 3.7593984962vw;
    padding-left: 2.2556390977vw;
  }
  #balmudaLP .mv_area .mv_txt_area .slick_thum {
    margin-bottom: 0.7518796992vw;
  }
  #balmudaLP .mv_area .mv_txt_area .slick_thum li {
    font-size: 3.7593984962vw;
    padding: 0.2255639098vw 0.0751879699vw 0.6015037594vw 0.7518796992vw;
  }
  #balmudaLP .mv_area .mv_txt_area h1 {
    margin-bottom: 2.2556390977vw;
    font-size: 3.7593984962vw;
  }
  #balmudaLP .mv_area .mv_txt_area h1::after {
    width: 7.2932330827vw;
    height: 7.6691729323vw;
    margin-left: 2.2556390977vw;
    right: 0;
    bottom: -3.007518797vw;
  }
  #balmudaLP .mv_area .mv_txt_area .antina_logo {
    margin-bottom: 3.007518797vw;
    max-width: 23.0827067669vw;
  }
  #balmudaLP .mv_area .mv_txt_area .mv_txt p {
    font-size: 1.0526315789vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1330px) {
  #balmudaLP .mv_area::before {
    width: 1.1437908497vw;
    height: 17.5653594771vw;
    top: -2.9411764706vw;
    left: 4.7385620915vw;
  }
  #balmudaLP .mv_area::after {
    width: 1.1437908497vw;
    height: 17.5653594771vw;
    bottom: -2.9411764706vw;
    right: 4.7385620915vw;
  }
  #balmudaLP .sticky_wrap {
    overflow: hidden;
  }
  #balmudaLP .sticky_wrap .anchor_area ul {
    display: flex;
    max-width: 1164px;
    margin: 0 auto;
    gap: 40px;
    overflow-y: scroll;
  }
  /* 202050516 #balmudaLP .sticky_wrap .anchor_area ul li:first-child a {
    width: 230px;
    position: sticky;
    top: 0;
    left: 0;
  } */
  #balmudaLP .sticky_wrap .anchor_area ul li a {
    white-space: nowrap;
  }
  #balmudaLP .sticky_wrap .anchor_area .simplebar-content {
    display: flex;
  }
  #balmudaLP .sticky_wrap .anchor_area ul::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
  #balmudaLP .sticky_wrap .anchor_area .simplebar-content {
    display: flex;
  }
  #balmudaLP .sticky_wrap .anchor_area .simplebar-scrollbar::before {
    background: #727272;
    border-radius: 0;
    height: 2px !important;
    margin-left: 235px;
    margin-top: 7px;
  }
  #balmudaLP .sticky_wrap .anchor_area .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
  }
  #balmudaLP .lineup {
    margin-bottom: 12.2549019608vw;
  }
  #balmudaLP .lineup .section_ttl {
    margin-bottom: 4.0849673203vw;
    font-size: 32px;
  }
  #balmudaLP .lineup .lineup_block:not(:last-child) {
    margin-bottom: 8.1699346405vw;
  }
  #balmudaLP .lineup .lineup_block .lineup_wrap {
    margin-bottom: 3.2679738562vw;
    gap: 2.4509803922vw;
  }
  #balmudaLP .lineup .lineup_block .lineup_wrap .lineup_txt_box {
    max-width: 28.5947712418vw;
  }
  #balmudaLP .lineup .lineup_block .lineup_wrap .lineup_txt_box .lineup_icon {
    width: 8.0882352941vw;
    margin: 0 auto 1.6339869281vw;
  }
  #balmudaLP .lineup .lineup_block .lineup_wrap .lineup_txt_box .lineup_box_ttl {
    margin-bottom: 1.2254901961vw;
    font-size: 2.614379085vw;
  }
  #balmudaLP .lineup .lineup_block .lineup_wrap .lineup_txt_box .lineup_box_ttl .color_box {
    font-size: 3.431372549vw;
    padding: 0 0.4901960784vw 0.1633986928vw;
  }
  #balmudaLP .lineup .lineup_block .lineup_wrap .lineup_txt_box .lineup_box_ttl .small {
    font-size: 2.1241830065vw;
  }
  #balmudaLP .lineup .lineup_block .lineup_wrap .lineup_txt_box .lineup_txt {
    font-size: 1.3071895425vw;
  }
  #balmudaLP .lineup .lineup_block .lineup_wrap .lineup_img {
    max-width: 61.9281045752vw;
  }
  #balmudaLP .infinite_slider {
    margin-bottom: 8.1699346405vw;
  }
  #balmudaLP .wrapping_service .bg_color {
    background-color: #F4F2EF;
    padding-bottom: 12.2549019608vw;
  }
  #balmudaLP .wrapping_service .section_ttl_wrap {
    margin-bottom: 8.1699346405vw;
    height: 36.7647058824vw;
  }
  #balmudaLP .wrapping_service .section_ttl_wrap::before {
    width: 1.7973856209vw;
    height: 26.8790849673vw;
    top: -4.5751633987vw;
    left: 8.0065359477vw;
  }
  #balmudaLP .wrapping_service .section_ttl_wrap::after {
    width: 1.7973856209vw;
    height: 26.8790849673vw;
    bottom: -4.5751633987vw;
    right: 8.0065359477vw;
  }
  #balmudaLP .wrapping_service .wrapping_service_box {
    margin-bottom: 8.1699346405vw;
    gap: 5.3921568627vw;
  }
  #balmudaLP .wrapping_service .wrapping_service_box.reverse {
    margin: 0 auto 4.9019607843vw;
  }
  #balmudaLP .wrapping_service .wrapping_service_box .wrapping_service_txt_wrap .wrapping_service_box_ttl {
    margin-bottom: 3.2679738562vw;
    font-size: 2.614379085vw;
  }
  #balmudaLP .wrapping_service .wrapping_service_box .wrapping_service_txt_wrap .wrapping_service_box_txt {
    font-size: 1.3071895425vw;
  }
  #balmudaLP .wrapping_service .variation_wrap {
    margin-bottom: 16.339869281vw;
    gap: 20px;
  }
  #balmudaLP .wrapping_service .variation_wrap li {
    width: calc(33.3333333333% - 13.3333333333px);
  }
  #balmudaLP .wrapping_service .variation_wrap li .speechBubble {
    width: 100%;
    display: inline-block;
    margin-bottom: 28px;
    padding: 6px 16px;
    border: 1px solid #D3D3D3;
    border-radius: 9999px;
    background-color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    white-space: nowrap;
    position: relative;
  }
  #balmudaLP .wrapping_service .variation_wrap li .speechBubble::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 12px 6.5px 0 6.5px;
    border-color: #D3D3D3 transparent transparent;
    translate: -50% 100%;
  }
  #balmudaLP .wrapping_service .variation_wrap li .speechBubble::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 9.9px 5.4px 0 5.4px;
    border-color: #ffffff transparent transparent;
    translate: -50% 100%;
  }
  #balmudaLP .wrapping_service .original_servise .txt_wrap .sub_ttl {
    font-size: 1.0620915033vw;
  }
  #balmudaLP .wrapping_service .original_servise .txt_wrap h3 {
    font-size: 3.022875817vw;
  }
  #balmudaLP .item_all {
    margin-bottom: 16.339869281vw;
  }
  #balmudaLP .item_all .section_ttl_wrap {
    margin-bottom: 8.1699346405vw;
    height: 36.7647058824vw;
  }
  #balmudaLP .item_all .section_ttl_wrap::before {
    width: 1.7973856209vw;
    height: 26.8790849673vw;
    top: -4.5751633987vw;
    left: 8.0065359477vw;
  }
  #balmudaLP .item_all .section_ttl_wrap::after {
    width: 1.7973856209vw;
    height: 26.8790849673vw;
    bottom: -4.5751633987vw;
    right: 8.0065359477vw;
  }
  #balmudaLP .item_all ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 14px;
  }
  #balmudaLP .item_all ul li {
    max-width: 280px;
    position: relative;
  }
  #balmudaLP .item_all ul li a:hover {
    transition: all 0.4s;
    opacity: 0.8;
  }
  #balmudaLP .item_all ul li .item_name {
    min-height: 45px;
    text-align: center;
    font-family: "Lexend Deca", sans-serif;
    font-size: 15px;
    font-weight: 500;
    flex-grow: 1;
  }
  #balmudaLP .item_all ul li .item_price {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
  }
  #balmudaLP .item_all ul li .item_price span {
    font-size: 12px;
  }
  #balmudaLP .user_voice .section_ttl_wrap::before {
    width: 1.5555555556vw;
    height: 23.8888888889vw;
    top: -4vw;
    left: 6.4444444444vw;
  }
  #balmudaLP .user_voice .section_ttl_wrap::after {
    width: 1.5555555556vw;
    height: 23.8888888889vw;
    bottom: -4vw;
    right: 6.4444444444vw;
  }
  #balmudaLP .user_voice .tab_content .voice_section_ttl {
    font-size: 1.9607843137vw;
  }
  #balmudaLP .user_voice .tab_content .voice_section_01 .voice_section_txt_area .user_voice_profile_wrap {
    margin-bottom: 1.6339869281vw;
    gap: 0.8169934641vw;
  }
  #balmudaLP .user_voice .tab_content .voice_section_01 .voice_section_txt_area .voice_section_txt_wrap {
    max-width: 38.3986928105vw;
    margin: 0 3.2679738562vw 0 2.4509803922vw;
  }
  #balmudaLP .user_voice .tab_content .voice_section_01 .voice_section_txt_area .voice_section_txt_wrap .voice_section_ttl {
    margin-bottom: 1.6339869281vw;
  }
  #balmudaLP .user_voice .tab_content .voice_section_01 .voice_section_txt_area .voice_section_txt_wrap .voice_section_interviewee {
    font-size: 1.3071895425vw;
    margin-bottom: 1.6339869281vw;
  }
  #balmudaLP .user_voice .tab_content .voice_section_01 .voice_section_txt_area .voice_section_txt_wrap .voice_section_profile {
    font-size: 1.1437908497vw;
    margin-bottom: 1.6339869281vw;
  }
  #balmudaLP .user_voice .tab_content .voice_section_01 .voice_section_txt_area .voice_section_txt_wrap .voice_section_profile::before {
    margin-bottom: 1.6339869281vw;
  }
  #balmudaLP .user_voice .tab_content .voice_section_01 .voice_section_txt_area .voice_section_txtbox {
    width: 65.3594771242vw;
    font-size: 1.1437908497vw;
    padding: 2.8594771242vw 24.5098039216vw 2.8594771242vw 3.2679738562vw;
  }
  #balmudaLP .user_voice .tab_content .voice_section_02, #balmudaLP .user_voice .tab_content .voice_section_03 {
    margin-bottom: 8.1699346405vw;
  }
  #balmudaLP .user_voice .tab_content .voice_section_02 .voice_section_ttl, #balmudaLP .user_voice .tab_content .voice_section_03 .voice_section_ttl {
    margin-bottom: 2.8594771242vw;
  }
  #balmudaLP .user_voice .tab_content .voice_section_02 .voice_section_wrap, #balmudaLP .user_voice .tab_content .voice_section_03 .voice_section_wrap {
    gap: 6.9444444444vw;
  }
  #balmudaLP .user_voice .tab_content .voice_section_02 .voice_section_wrap .voice_section_img_box, #balmudaLP .user_voice .tab_content .voice_section_03 .voice_section_wrap .voice_section_img_box {
    width: 60%;
  }
  #balmudaLP .user_voice .tab_content .voice_section_02 .voice_section_wrap .voice_section_img_box .voice_section_img_caption, #balmudaLP .user_voice .tab_content .voice_section_03 .voice_section_wrap .voice_section_img_box .voice_section_img_caption {
    margin-top: 0.8169934641vw;
    font-size: 12px;
  }
  #balmudaLP .user_voice .tab_content .voice_section_02 .voice_section_wrap .voice_section_txt, #balmudaLP .user_voice .tab_content .voice_section_03 .voice_section_wrap .voice_section_txt {
    font-size: 1.3071895425vw;
  }
  #balmudaLP .user_voice .tab_anchor .tac {
    font-size: 14px;
    margin-bottom: 2.4509803922vw;
  }
  #balmudaLP .user_voice .tab_anchor .tab_anchor_flex {
    margin-bottom: 8.1699346405vw;
    flex-wrap: wrap;
    gap: 4.0849673203vw;
  }
  #balmudaLP .user_voice .tab_anchor .tab_anchor_flex .tab_wrap a {
    gap: 10px;
  }
  #balmudaLP .user_voice .tab_anchor .tab_anchor_flex .tab_wrap .user_voice_icon {
    width: 120px;
    height: 120px;
  }
  #balmudaLP .user_voice .tab_anchor .tab_anchor_flex .tab_wrap .user_voice_profile {
    max-width: 325px;
  }
  #balmudaLP .user_voice .tab_anchor .tab_anchor_flex .tab_wrap .user_voice_profile .user_voice_profile_wrap {
    margin-bottom: 8px;
    gap: 10px;
  }
  #balmudaLP .user_voice .tab_anchor .tab_anchor_flex .tab_wrap .user_voice_profile .user_voice_profile_wrap .user_voice_color {
    height: 19px;
    padding: 2px 5px 0;
    font-size: 12px;
    font-family: "Lexend Deca";
    line-height: 1;
    color: #F26363;
    border: 1px solid #F26363;
  }
  #balmudaLP .user_voice .tab_anchor .tab_anchor_flex .tab_wrap .user_voice_profile .user_voice_profile_wrap .user_voice_item_name {
    font-size: 14px;
  }
  #balmudaLP .user_voice .tab_anchor .tab_anchor_flex .tab_wrap .user_voice_profile .user_voice_interviwee {
    font-size: 14px;
    margin-bottom: 8px;
  }
  #balmudaLP .user_voice .tab_anchor .tab_anchor_flex .tab_wrap .user_voice_profile .user_voice_profile_txt {
    font-size: 14px;
  }
  #balmudaLP .user_voice .original_wrapping .txt_wrap .sub_ttl {
    font-size: 1.0620915033vw;
  }
  #balmudaLP .user_voice .original_wrapping .txt_wrap h3 {
    font-size: 3.022875817vw;
  }
  #balmudaLP .user_voice .original_wrapping .link_btn {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    width: 185px;
    padding: 11px 14px 11px 28px;
    background-color: #fff;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
  }
  #balmudaLP .user_voice .original_wrapping .link_btn::before {
    content: "";
    display: inline-block;
    width: 27px;
    height: 27px;
    background-color: #F0F0F0;
    border-radius: 50%;
    margin-left: 55px;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    z-index: 0;
  }
  #balmudaLP .user_voice .original_wrapping .link_btn::after {
    content: "";
    display: inline-block;
    background-image: url(../img/btn_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 9px;
    z-index: 1;
    position: absolute;
    top: 50%;
    right: 21px;
    transform: translateY(-50%) rotate(90deg);
  }
}

@media only screen and (max-width: 767px) {
  #balmudaLP p {
    font-size: 14px;
  }
  #balmudaLP .pc_only {
    display: none;
  }
  #balmudaLP .sp_only {
    display: block;
  }
  #balmudaLP .section_inner {
    max-width: 100%;
    padding: 0;
  }
  #balmudaLP header {
    margin-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    background-color: #171716;
    opacity: 1;
    display: flex;
    align-items: center;
  }
  #balmudaLP header .antina_logo {
    margin-left: 40px;
    width: 170px;
    position: relative;
  }
  #balmudaLP header .antina_logo::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 3.5px 6px 3.5px;
    border-color: transparent transparent #fff transparent;
    transform: rotate(-90deg);
    position: absolute;
    top: 5px;
    left: -20px;
  }
  #balmudaLP .mv_area {
    flex-direction: column-reverse;
  }
  #balmudaLP .mv_area::before {
    width: 10px;
    height: 106px;
    top: 26px;
    left: 29px;
    z-index: 10;
  }
  #balmudaLP .mv_area::after {
    display: none;
  }
  #balmudaLP .mv_area .mv_txt_area {
    width: 100%;
    padding: 60px 30px 30px;
  }
  #balmudaLP .mv_area .mv_txt_area .mv_txt_box {
    max-width: 100%;
    margin-left: unset;
    margin-right: 0;
    padding-left: 0;
  }
  #balmudaLP .mv_area .mv_txt_area .slick_thum {
    width: 240px;
    margin-bottom: 10px;
  }
  #balmudaLP .mv_area .mv_txt_area .slick_thum li {
    font-size: 32px;
    padding: 3px 1px 8px 10px;
  }
  #balmudaLP .mv_area .mv_txt_area h1 {
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: 600;
  }
  #balmudaLP .mv_area .mv_txt_area h1::after {
    width: 69px;
    height: 73px;
    margin-left: 30px;
    right: 10px;
    bottom: -40px;
  }
  #balmudaLP .mv_area .mv_txt_area .antina_logo {
    margin-bottom: 22px;
    max-width: 154px;
  }
  #balmudaLP .mv_area .mv_img_area {
    width: 100%;
    position: relative;
  }
  #balmudaLP .mv_area .mv_img_area::after {
    content: "";
    display: block;
    width: 10px;
    height: 106px;
    background-color: #F26363;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    position: absolute;
    bottom: -19px;
    right: 29px;
    transform: rotate(45deg);
  }
  #balmudaLP .sticky_wrap {
    margin-top: 0;
    margin-bottom: 20px;
    z-index: 99;
    position: absolute;
    overflow: hidden;
    top: 78.4vw;
    left: 0;
    width: 100%;
  }
  #balmudaLP .sticky_wrap.is_sticky {
    position: fixed;
    top: 45px;
  }
  #balmudaLP .sticky_wrap .sticky_header {
    display: none;
  }
  #balmudaLP .sticky_wrap .anchor_area {
    width: 100%;
    background-color: #F26363;
  }
  #balmudaLP .sticky_wrap .anchor_area ul {
    max-width: 100%;
    margin: 0 auto;
    gap: 10px;
    position: relative;
  }
  /* 20250516 #balmudaLP .sticky_wrap .anchor_area ul li:first-child {
    position: sticky;
    top: 0;
    left: 0;
  } */
  #balmudaLP .sticky_wrap .anchor_area ul li:first-child a {
    width: 90px;
    font-size: 11px;
  }
  #balmudaLP .sticky_wrap .anchor_area ul li a {
    margin: 0;
    padding: 10px 10px 11px;
    font-size: 11px;
    white-space: nowrap;
  }
  #balmudaLP .sticky_wrap .anchor_area ul::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
  #balmudaLP .sticky_wrap .anchor_area .simplebar-content {
    display: flex;
  }
  #balmudaLP .sticky_wrap .anchor_area .simplebar-scrollbar::before {
    background: #727272;
    border-radius: 0;
    height: 2px !important;
    margin-left: 95px;
    margin-top: 7px;
  }
  #balmudaLP .sticky_wrap .anchor_area .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
  }
  #balmudaLP .infinite_slider {
    margin-bottom: 40px;
  }
  #balmudaLP .infinite_slider._02 {
    margin-bottom: 20px;
  }
  #balmudaLP .infinite_slider.last {
    margin-bottom: 20px;
  }
  #balmudaLP .infinite_slider .slide {
    width: 80px;
    margin-right: 5px;
  }
  #balmudaLP .lineup {
    padding-top: 100px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -100px; /* heightと同じ分のネガティブマージン */
    margin-bottom: 40px;
  }
  #balmudaLP .lineup .section_ttl {
    margin-bottom: 20px;
    font-size: 20px;
  }
  #balmudaLP .lineup .section_ttl::before {
    width: 20px;
    height: 2px;
    border-top: 2px solid #171716;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
  }
  #balmudaLP .lineup .section_ttl span {
    padding: 0 5px 2px;
  }
  #balmudaLP .lineup .lineup_block:not(:last-child) {
    margin-bottom: 40px;
  }
  #balmudaLP .lineup .lineup_block .lineup_wrap {
    margin-bottom: 65px;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
  }
  #balmudaLP .lineup .lineup_block .lineup_wrap .lineup_txt_box {
    max-width: 100%;
    margin: -41px auto 0;
    padding: 0 30px;
    z-index: 1;
  }
  #balmudaLP .lineup .lineup_block .lineup_wrap .lineup_txt_box .lineup_icon {
    width: 83px;
    margin: 0 auto 15px;
  }
  #balmudaLP .lineup .lineup_block .lineup_wrap .lineup_txt_box .lineup_box_ttl {
    text-align: left;
    margin-bottom: 20px;
    font-size: 20px;
  }
  #balmudaLP .lineup .lineup_block .lineup_wrap .lineup_txt_box .lineup_box_ttl .color_box {
    font-size: 27px;
    padding: 0 5px 2px;
  }
  #balmudaLP .lineup .lineup_block .lineup_wrap .lineup_txt_box .lineup_box_ttl .small {
    font-size: 20px;
  }
  #balmudaLP .lineup .lineup_block .lineup_wrap .lineup_img::before {
    width: 10px;
    height: 106px;
    top: -19px;
    left: 29px;
  }
  #balmudaLP .lineup .lineup_block .lineup_wrap .lineup_img::after {
    width: 10px;
    height: 106px;
    bottom: -19px;
    right: 29px;
  }
  #balmudaLP .lineup .lineup_block .lineup_item {
    padding: 0 20px;
    gap: 50px 26px;
  }
  #balmudaLP .lineup .lineup_block .lineup_item li {
    max-width: 100%;
    width: calc((100% - 26px) / 2);
  }
  #balmudaLP .lineup .lineup_block .lineup_item li .item_name {
    font-size: 12px;
    text-align: center;
  }
  #balmudaLP .lineup .lineup_block .lineup_item li .speechBubble {
    opacity: 1;
    padding: 6px 10px;
    text-align: left;
    font-size: 12px;
    top: -25px;
  }
  #balmudaLP .lineup .lineup_block .lineup_item li .speechBubble::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 12px 6.5px 0 6.5px;
    border-color: #f26363 transparent transparent;
    translate: -50% 100%;
  }
  #balmudaLP .lineup .lineup_block .lineup_item li .speechBubble::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 9.9px 5.4px 0 5.4px;
    border-color: #ffffff transparent transparent;
    translate: -50% 100%;
  }
  #balmudaLP .lineup .lineup_block .lineup_item li:hover .speechBubble {
    top: 0;
  }
  #balmudaLP .user_voice {
    padding-top: 75px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -75px; /* heightと同じ分のネガティブマージン */
    margin-bottom: 40px;
  }
  #balmudaLP .user_voice .section_ttl_wrap {
    margin-bottom: 20px;
    max-height: auto;
  }
  #balmudaLP .user_voice .section_ttl_wrap::before {
    width: 10px;
    height: 106px;
    top: -19px;
    left: 29px;
  }
  #balmudaLP .user_voice .section_ttl_wrap::after {
    width: 10px;
    height: 106px;
    bottom: -19px;
    right: 29px;
  }
  #balmudaLP .user_voice .section_ttl_wrap .section_ttl {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
  }
  #balmudaLP .user_voice .section_ttl_wrap .section_ttl::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 2px;
    border-top: 2px solid #fff;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
  #balmudaLP .user_voice .section_ttl_wrap .section_ttl .section_ttl_logo {
    width: 154px;
    margin: 0 auto 5px;
  }
  #balmudaLP .user_voice .section_ttl_wrap .mv_wrap {
    display: flex;
    justify-content: flex-end;
  }
  #balmudaLP .user_voice .section_ttl_wrap .user_voice_mv {
    width: 100%;
  }
  #balmudaLP .user_voice .section_ttl_wrap .tab_area .tab_wrap {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
  }
  #balmudaLP .user_voice .section_ttl_wrap .tab_area .tab_wrap:first-child {
    margin-bottom: 30px;
  }
  #balmudaLP .user_voice .section_ttl_wrap .tab_area .tab_wrap .user_voice_icon {
    width: 120px;
    height: 120px;
    position: relative;
  }
  #balmudaLP .user_voice .section_ttl_wrap .tab_area .tab_wrap .user_voice_icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: opacity 0.3s;
  }
  #balmudaLP .user_voice .section_ttl_wrap .tab_area .tab_wrap .user_voice_icon img.hover {
    opacity: 0;
  }
  #balmudaLP .user_voice .section_ttl_wrap .tab_area .tab_wrap .user_voice_profile {
    max-width: 325px;
  }
  #balmudaLP .user_voice .section_ttl_wrap .tab_area .tab_wrap .user_voice_profile .user_voice_profile_wrap {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  #balmudaLP .user_voice .section_ttl_wrap .tab_area .tab_wrap .user_voice_profile .user_voice_profile_wrap .user_voice_color {
    height: 19px;
    padding: 2px 5px 0;
    font-size: 12px;
    font-family: "Lexend Deca";
    line-height: 1;
    color: #F26363;
    border: 1px solid #F26363;
  }
  #balmudaLP .user_voice .section_ttl_wrap .tab_area .tab_wrap .user_voice_profile .user_voice_profile_wrap .user_voice_item_name {
    font-family: "Lexend Deca";
    font-weight: 500;
  }
  #balmudaLP .user_voice .section_ttl_wrap .tab_area .tab_wrap .user_voice_profile .user_voice_interviwee {
    margin-bottom: 8px;
  }
  #balmudaLP .user_voice .section_ttl_wrap .tab_area .tab_wrap:hover .user_voice_profile_txt {
    text-decoration: underline;
  }
  #balmudaLP .user_voice .section_ttl_wrap .tab_area .tab_wrap:hover .user_voice_icon img.hover {
    opacity: 1;
  }
  #balmudaLP .user_voice .section_ttl_wrap .tab_area .tab_wrap:hover .user_voice_icon img.normal {
    opacity: 0;
  }
  #balmudaLP .user_voice .section_outer {
    position: relative;
  }
  #balmudaLP .user_voice .user_voice_txtarea {
    margin-bottom: 40px;
    padding: 0 30px;
  }
  #balmudaLP .user_voice .user_voice_txtarea .user_voice_txt_box h2 {
    width: 115px;
  }
  #balmudaLP .user_voice .user_voice_txtarea .user_voice_txt_box h3 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  #balmudaLP .user_voice .user_voice_txtarea .user_voice_txt_box .color_box {
    margin-bottom: 30px;
    width: 100%;
    background-color: #F26363;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 4px 8px 7px;
  }
  #balmudaLP .user_voice .user_voice_txtarea .user_voice_txt_box .tac {
    margin: 60px 0 30px;
    text-align: center;
  }
  #balmudaLP .user_voice .tab_area .tab_wrap {
    cursor: pointer;
  }
  #balmudaLP .user_voice .tab_area .tab_wrap a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
  }
  #balmudaLP .user_voice .tab_area .tab_wrap:first-child {
    margin-bottom: 35px;
  }
  #balmudaLP .user_voice .tab_area .tab_wrap .user_voice_icon {
    width: 85px;
    height: 85px;
    position: relative;
  }
  #balmudaLP .user_voice .tab_area .tab_wrap .user_voice_icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: opacity 0.3s;
  }
  #balmudaLP .user_voice .tab_area .tab_wrap .user_voice_icon img.hover {
    opacity: 0;
  }
  #balmudaLP .user_voice .tab_area .tab_wrap .user_voice_profile_wrap {
    margin-bottom: 8px;
  }
  #balmudaLP .user_voice .tab_area .tab_wrap .user_voice_profile_wrap .user_voice_color {
    margin-bottom: 5px;
    display: inline-block;
    height: 19px;
    padding: 3px 5px 0;
    font-size: 12px;
    font-family: "Lexend Deca";
    line-height: 1;
    color: #F26363;
    border: 1px solid #F26363;
  }
  #balmudaLP .user_voice .tab_area .tab_wrap .user_voice_profile_wrap .user_voice_item_name {
    margin-bottom: 5px;
    font-size: 16px;
    font-family: "Lexend Deca";
    font-weight: 500;
  }
  #balmudaLP .user_voice .tab_area .tab_wrap .user_voice_interviwee {
    font-size: 12px;
  }
  #balmudaLP .user_voice .tab_area .tab_wrap .user_voice_profile_txt {
    font-size: 14px;
  }
  #balmudaLP .user_voice .tab_content {
    padding-top: 75px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -75px; /* heightと同じ分のネガティブマージン */
  }
  #balmudaLP .user_voice .tab_content .voice_section_ttl {
    font-size: 16px;
  }
  #balmudaLP .user_voice .tab_content .voice_section_01 {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
  }
  #balmudaLP .user_voice .tab_content .voice_section_01 .voice_section_txt_area {
    order: 2;
    /* 20250516 padding: 0 20px; */
  }
  #balmudaLP .user_voice .tab_content .voice_section_01 .voice_section_txt_area .user_voice_profile_wrap {
    margin-bottom: 25px;
    padding: 0 20px;
  }
  #balmudaLP .user_voice .tab_content .voice_section_01 .voice_section_txt_area .user_voice_profile_wrap .user_voice_color {
    height: 19px;
    padding: 3px 5px 0;
    font-size: 12px;
  }
  #balmudaLP .user_voice .tab_content .voice_section_01 .voice_section_txt_area .user_voice_profile_wrap .user_voice_item_name {
    font-size: 18px;
  }
  #balmudaLP .user_voice .tab_content .voice_section_01 .voice_section_txt_area .voice_section_txt_wrap {
    max-width: 100%;
    margin: 0;
    padding: 0 20px;
  }
  #balmudaLP .user_voice .tab_content .voice_section_01 .voice_section_txt_area .voice_section_txt_wrap .voice_section_ttl {
    margin-bottom: 30px;
  }
  #balmudaLP .user_voice .tab_content .voice_section_01 .voice_section_txt_area .voice_section_txt_wrap .voice_section_interviewee {
    margin-bottom: 20px;
    padding: 0 10px;
  }
  #balmudaLP .user_voice .tab_content .voice_section_01 .voice_section_txt_area .voice_section_txt_wrap .voice_section_profile {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px 14px;
    font-size: 13px;
    border: 1px solid #CCCCCC;
  }
  #balmudaLP .user_voice .tab_content .voice_section_01 .voice_section_txt_area .voice_section_txt_wrap .voice_section_profile::before {
    display: none;
  }
  #balmudaLP .user_voice .tab_content .voice_section_01 .voice_section_txt_area .voice_section_txtbox {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 20px 30px;
    font-size: 14px;
  }
  #balmudaLP .user_voice .tab_content .voice_section_01 .voice_section_img {
    order: 1;
    margin-bottom: 40px;
    position: unset;
    max-width: 100%;
    width: 100%;
    margin-left: 30px;
  }
  #balmudaLP .user_voice .tab_content .voice_section_02, #balmudaLP .user_voice .tab_content .voice_section_03 {
    margin-bottom: 50px;
  }
  #balmudaLP .user_voice .tab_content .voice_section_02 .voice_section_ttl, #balmudaLP .user_voice .tab_content .voice_section_03 .voice_section_ttl {
    margin-bottom: 35px;
    padding: 0 20px;
  }
  #balmudaLP .user_voice .tab_content .voice_section_02 .voice_section_wrap, #balmudaLP .user_voice .tab_content .voice_section_03 .voice_section_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }
  #balmudaLP .user_voice .tab_content .voice_section_02 .voice_section_wrap .voice_section_img_box, #balmudaLP .user_voice .tab_content .voice_section_03 .voice_section_wrap .voice_section_img_box {
    margin-bottom: 30px;
    padding-right: 30px;
    width: 100%;
  }
  #balmudaLP .user_voice .tab_content .voice_section_02 .voice_section_wrap .voice_section_img_box .voice_section_img_caption, #balmudaLP .user_voice .tab_content .voice_section_03 .voice_section_wrap .voice_section_img_box .voice_section_img_caption {
    margin-top: 15px;
    font-size: 12px;
    padding-left: 30px;
  }
  #balmudaLP .user_voice .tab_content .voice_section_02 .voice_section_wrap .voice_section_txt, #balmudaLP .user_voice .tab_content .voice_section_03 .voice_section_wrap .voice_section_txt {
    width: 100%;
    font-size: 14px;
    /* padding: 0 20px 0 30px; */
    padding: 0 20px;
  }
  #balmudaLP .user_voice .tab_content .voice_section_02 .voice_section_wrap .sp_split:first-child, #balmudaLP .user_voice .tab_content .voice_section_03 .voice_section_wrap .sp_split:first-child {
    margin-bottom: 40px;
  }
  #balmudaLP .user_voice .tab_content .voice_section_03 .voice_section_wrap .voice_section_img_box {
    padding-left: 30px;
    padding-right: 0;
  }
  #balmudaLP .user_voice .tab_content .voice_section_03 .voice_section_wrap .voice_section_img_box .voice_section_img_caption {
    padding-left: 0;
    padding-right: 30px;
  }
  #balmudaLP .user_voice .tab_anchor {
    margin-bottom: 50px;
    padding: 0 30px;
  }
  #balmudaLP .user_voice .tab_anchor .tab_wrap {
    cursor: pointer;
    margin-bottom: 35px;
  }
  #balmudaLP .user_voice .tab_anchor .tab_wrap a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
  }
  #balmudaLP .user_voice .tab_anchor .tab_wrap .user_voice_icon {
    width: 85px;
    height: 85px;
    position: relative;
  }
  #balmudaLP .user_voice .tab_anchor .tab_wrap .user_voice_icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: opacity 0.3s;
  }
  #balmudaLP .user_voice .tab_anchor .tab_wrap .user_voice_icon img.hover {
    opacity: 0;
  }
  #balmudaLP .user_voice .tab_anchor .tab_wrap .user_voice_profile_wrap {
    margin-bottom: 8px;
  }
  #balmudaLP .user_voice .tab_anchor .tab_wrap .user_voice_profile_wrap .user_voice_color {
    margin-bottom: 5px;
    display: inline-block;
    height: 19px;
    padding: 3px 5px 0;
    font-size: 12px;
    font-family: "Lexend Deca";
    line-height: 1;
    color: #F26363;
    border: 1px solid #F26363;
  }
  #balmudaLP .user_voice .tab_anchor .tab_wrap .user_voice_profile_wrap .user_voice_item_name {
    margin-bottom: 5px;
    font-size: 16px;
    font-family: "Lexend Deca";
    font-weight: 500;
  }
  #balmudaLP .user_voice .tab_anchor .tab_wrap .user_voice_interviwee {
    font-size: 12px;
  }
  #balmudaLP .user_voice .tab_anchor .tab_wrap .user_voice_profile_txt {
    font-size: 14px;
  }
  #balmudaLP .user_voice .original_wrapping {
    margin: 0 20px;
  }
  #balmudaLP .user_voice .original_wrapping .txt_wrap {
    top: 5.3333333333vw;
    left: 5.6vw;
    transform: unset;
  }
  #balmudaLP .user_voice .original_wrapping .txt_wrap .sub_ttl {
    text-align: center;
    font-size: 3vw;
    margin-bottom: 0.5333333333vw;
  }
  #balmudaLP .user_voice .original_wrapping .txt_wrap h3 {
    font-size: 4.8vw;
  }
  #balmudaLP .user_voice .original_wrapping .link_btn {
    top: unset;
    bottom: 4vw;
    left: 50%;
    transform: translateX(-50%);
    width: 37.3333333333vw;
    padding: 1.8666666667vw 3.7333333333vw 1.8666666667vw 4.2666666667vw;
    font-size: 3.2vw;
    background-color: rgba(255, 254, 255, 0.67);
  }
  #balmudaLP .user_voice .original_wrapping .link_btn::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-left: 75px;
    right: 1.8666666667vw;
  }
  #balmudaLP .user_voice .original_wrapping .link_btn::after {
    width: 2.9333333333vw;
    height: 2.4vw;
    top: 3.4666666667vw;
    right: 2.9333333333vw;
    transform: rotate(90deg);
  }
  #balmudaLP .user_voice .original_wrapping picture {
    width: 100%;
  }
  #balmudaLP .wrapping_service {
    padding-top: 75px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -75px; /* heightと同じ分のネガティブマージン */
  }
  #balmudaLP .wrapping_service .bg_color {
    padding-bottom: 40px;
  }
  #balmudaLP .wrapping_service .section_ttl_wrap {
    margin-bottom: 50px;
    height: 160px;
  }
  #balmudaLP .wrapping_service .section_ttl_wrap::before {
    width: 10px;
    height: 106px;
    top: -19px;
    left: 29px;
  }
  #balmudaLP .wrapping_service .section_ttl_wrap::after {
    width: 10px;
    height: 106px;
    bottom: -19px;
    right: 29px;
  }
  #balmudaLP .wrapping_service .section_ttl_wrap .section_ttl {
    font-size: 20px;
  }
  #balmudaLP .wrapping_service .section_ttl_wrap .section_ttl::before {
    width: 20px;
  }
  #balmudaLP .wrapping_service .section_ttl_wrap .section_ttl .section_ttl_logo {
    width: 103px;
    margin: 0 auto 5px;
  }
  #balmudaLP .wrapping_service .section_ttl_wrap .bg_color {
    height: 160px;
  }
  #balmudaLP .wrapping_service .wrapping_service_box {
    margin-bottom: 40px;
    flex-direction: column;
    gap: 27px;
  }
  #balmudaLP .wrapping_service .wrapping_service_box.reverse {
    margin: 0 auto 40px;
    flex-direction: column;
  }
  #balmudaLP .wrapping_service .wrapping_service_box .wrapping_service_img {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  #balmudaLP .wrapping_service .wrapping_service_box .wrapping_service_txt_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
  }
  #balmudaLP .wrapping_service .wrapping_service_box .wrapping_service_txt_wrap .wrapping_service_box_ttl {
    text-align: center;
    margin-bottom: 16px;
    font-size: 20px;
  }
  #balmudaLP .wrapping_service .variation_wrap {
    margin-bottom: 40px;
    gap: 40px 10px;
    padding: 0 25px;
  }
  #balmudaLP .wrapping_service .variation_wrap li {
    width: calc(50% - 5px);
  }
  #balmudaLP .wrapping_service .variation_wrap li .speechBubble {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    padding: 6px 16px;
    border: 1px solid #D3D3D3;
    border-radius: 9999px;
    background-color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    white-space: nowrap;
    position: relative;
  }
  #balmudaLP .wrapping_service .variation_wrap li .speechBubble::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 12px 6.5px 0 6.5px;
    border-color: #D3D3D3 transparent transparent;
    translate: -50% 100%;
  }
  #balmudaLP .wrapping_service .variation_wrap li .speechBubble::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 9.9px 5.4px 0 5.4px;
    border-color: #ffffff transparent transparent;
    translate: -50% 100%;
  }
  #balmudaLP .wrapping_service .original_servise {
    margin: 0 20px;
  }
  #balmudaLP .wrapping_service .original_servise .txt_wrap {
    top: 5.3333333333vw;
    left: 5.6vw;
    transform: unset;
  }
  #balmudaLP .wrapping_service .original_servise .txt_wrap .sub_ttl {
    font-size: 3.2vw;
    margin-bottom: 0.5333333333vw;
  }
  #balmudaLP .wrapping_service .original_servise .txt_wrap h3 {
    font-size: 5.3333333333vw;
  }
  #balmudaLP .wrapping_service .original_servise .link_btn {
    top: unset;
    bottom: 4vw;
    left: 5.6vw;
    transform: unset;
    width: 37.3333333333vw;
    padding: 1.8666666667vw 3.7333333333vw 1.8666666667vw 4.2666666667vw;
    font-size: 3.2vw;
    background-color: rgba(255, 254, 255, 0.67);
  }
  #balmudaLP .wrapping_service .original_servise .link_btn::before {
    display: none;
  }
  #balmudaLP .wrapping_service .original_servise .link_btn::after {
    width: 2.9333333333vw;
    height: 2.4vw;
    /* top: 3.4666666667vw; */
    top: 4.3vw;
    right: 2.9333333333vw;
    /* transform: rotate(90deg); */
  }
  #balmudaLP .wrapping_service .original_servise picture {
    width: 100%;
  }
  #balmudaLP .item_all {
    padding-top: 75px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -75px; /* heightと同じ分のネガティブマージン */
    margin-bottom: 20px;
  }
  #balmudaLP .item_all .section_ttl_wrap {
    margin-bottom: 20px;
    height: 160px;
  }
  #balmudaLP .item_all .section_ttl_wrap::before {
    width: 10px;
    height: 106px;
    top: -19px;
    left: 29px;
  }
  #balmudaLP .item_all .section_ttl_wrap::after {
    width: 10px;
    height: 106px;
    bottom: -19px;
    right: 29px;
  }
  #balmudaLP .item_all .section_ttl_wrap .section_ttl {
    font-size: 15px;
  }
  #balmudaLP .item_all .section_ttl_wrap .section_ttl .section_ttl_logo {
    width: 118px;
  }
  #balmudaLP .item_all .section_ttl_wrap .section_ttl span {
    font-size: 37px;
  }
  #balmudaLP .item_all ul {
    padding: 0 20px;
    gap: 27px 14px;
  }
  #balmudaLP .item_all ul li {
    max-width: 100%;
    width: calc((100% - 14px) / 2);
  }
  #balmudaLP .item_all ul li .item_name {
    margin-bottom: 8px;
    /* min-height: 33px; */
    font-size: 12px;
  }
  #balmudaLP .item_all ul li .item_price {
    font-size: 17px;
    line-height: 1;
  }
  #balmudaLP .item_all ul li .item_price span {
    font-size: 10px;
  }
  #balmudaLP footer {
    padding: 60px 0 80px;
  }
  #balmudaLP footer .sns_link {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    gap: 27px;
  }
  #balmudaLP footer .sns_link li {
    width: 21px;
  }
  #balmudaLP footer .footer_navi {
    margin-bottom: 90px;
    display: block;
  }
  #balmudaLP footer .footer_navi .footer_navi_section {
    border-top: 1px solid #fff;
    padding: 0 20px;
  }
  #balmudaLP footer .footer_navi .footer_navi_section .footer_navi_section_heading {
    padding: 18px 0;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
    transition: all 0.4s;
  }
  #balmudaLP footer .footer_navi .footer_navi_section .footer_navi_section_heading::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 15px;
    height: 2px;
    background-color: #fff;
    transform: translate(-50%);
  }
  #balmudaLP footer .footer_navi .footer_navi_section .footer_navi_section_heading::after {
    content: "";
    position: absolute;
    right: 7.5px;
    top: 50%;
    width: 15px;
    height: 2px;
    background-color: #fff;
    transform: translate(-50%);
    transform: rotate(90deg);
  }
  #balmudaLP footer .footer_navi .footer_navi_section .footer_navi_section_heading.is-open::after {
    display: none;
  }
  #balmudaLP footer .footer_navi .footer_navi_section .footer_navi_section_links {
    padding-bottom: 24px;
    display: block;
  }
  #balmudaLP footer .footer_navi .footer_navi_section .footer_navi_section_links li {
    margin-bottom: 6px;
  }
  #balmudaLP footer .footer_navi .footer_navi_section .footer_navi_section_links li a {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
  }
  #balmudaLP footer .footer_navi .footer_banner {
    margin: 0 auto;
  }
  #balmudaLP .page_top {
    width: 44px;
    height: 44px;
    right: 20px;
    bottom: 30px;
  }
  #balmudaLP .page_top .arrow {
    width: 33px;
    height: 12px;
  }
  #balmudaLP .page_top .arrow::before, #balmudaLP .page_top .arrow::after {
    left: calc(50% - 0.5px);
    width: 1px;
    height: 12.9px;
    transform-origin: 50% 0.5px;
  }
}
@media only screen and (max-width: 374px) {
  #balmudaLP .lineup .lineup_item li {
    width: 45% !important;
  }
}/*# sourceMappingURL=balmudaLP.css.map */