#splash {
  background: #000;
}
.toppan {
  font-family: toppan-bunkyu-midashi-min-st, serif;
  font-weight: 900;
  font-style: normal;
}
.futura {
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.splash_about_bg {
  padding: 0 0 3em;
}
.splash_about {
  color: #fff;
}
.splash_about_ttl {
  font-weight: bold;
  display: inline-block;
  position: relative;
  letter-spacing: 2px;
  font-size: 1.5rem;
  margin: 0 auto 0.5em;
}
.splash_about_ttl::before, .splash_about_ttl::after {
  position: absolute;
  content: '';
  bottom: 3px;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("https://climberworks.jp/8075/meat/img/splash/fukidashi01.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.splash_about_ttl::before {
  left: -25px;
}
.splash_about_ttl::after {
  right: -25px;
  transform: scale(-1, 1);
}
.splash_about h2 {
  position: relative;
  z-index: 10;
  font-family: toppan-bunkyu-midashi-min-st, serif;
  font-weight: 900;
  font-size: 2.5rem;
  letter-spacing: 2px;
  line-height: 1.4;
}
.splash_about_img {
  margin: -1em auto 0;
}
.splash_about_img img {
  position: relative;
  height: 220px !important;
  object-fit: cover;
}
.splash_about_img::before, .splash_about_img::after {
  position: absolute;
  z-index: 5;
  left: 0;
  width: 100%;
  height: 50px;
  content: '';
}
.splash_about_img::before {
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0)100%);
}
.splash_about_img::after {
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0)100%);
}
.splash_about p {
  text-align: left;
  width: 80%;
  margin: 1em auto 0;
}
.splash_lineup {
  position: relative;
  margin: 4em auto 0;
  background: #fff;
  border-radius: 30px;
  padding: 3em 0 1em;
}
.splash_lineup h2 {
  position: absolute;
  top: -1.5em;
  left: 50%;
  transform: translate(-50%, 0%);
  letter-spacing: 2px;
  font-size: 1.6rem;
}
.splash_lineup h2 span {
  display: block;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #DD6501;
  font-size: 3.5rem;
  line-height: 1.2;
}
.splash_contents_ttl {
  position: relative;
  color: #fff;
  text-align: left;
}
.splash_contents_ttl div {
  position: absolute;
  top: 55%;
  left: 5%;
  transform: translate(0%, -50%);
  width: 50%;
}
.splash_contents_ttl div p {
  font-weight: bold;
  margin: 0 auto 0.5em;
  letter-spacing: 2px;
}
.splash_contents_ttl div p img {
  width: auto !important;
  height: 30px !important;
  display: block;
  margin: 0 auto 0px -10px;
}
.splash_contents_ttl div h2 {
  font-family: toppan-bunkyu-midashi-min-st, serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.3rem;
  line-height: 1.4;
}
.splash_contents_ttl div h2 span {
  display: block;
  font-size: 1.7rem;
}
.splash_contents_ttl h3 {
  position: absolute;
  bottom: -0.2em;
  right: 5%;
  text-align: right;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #DD6501;
  opacity: 0.5;
  font-size: 3.5rem;
  letter-spacing: 2px;
  mix-blend-mode: screen;
}
.splash_point_top {
  margin: 1em auto 0;
  color: #fff;
  font-family: toppan-bunkyu-midashi-min-st, serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.9rem;
}
.splash_point_top img {
  width: auto !important;
  height: 40px !important;
  display: block;
  margin: 0 auto 0.3em;
}
.splash_point {}
.splash_point > li {
  margin: 3em auto 3em;
  position: relative;
  counter-increment: mycounter;
}
.splash_point > li::before {
  position: absolute;
  top: -15px;
  right: 200px;
  content: counter(mycounter, decimal-leading-zero);
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #DD6501;
  font-size: 6rem;
}
.splash_point > li:nth-of-type(even)::before {
  right: auto;
  left: 20px;
}
.splash_point_ttl {
  position: relative;
}
.splash_point_ttl::before {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: 100px;
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0)100%);
  z-index: 1;
}
.splash_point_ttl > img {
  width: 100% !important;
  height: 230px !important;
  object-fit: cover;
  margin: -20px auto 0;
}
.splash_point > li:nth-of-type(even) .splash_point_ttl div {
  text-align: left;
  padding: 0 0 0 80px;
  width: calc(90% - 80px);
}
.splash_point_ttl div {
  position: relative;
  z-index: 5;
  width: 90%;
  margin: auto;
  text-align: right;
}
.splash_point_ttl div img {
  width: auto !important;
  height: 90px !important;
}
.splash_point_ttl div p {
  display: none;
}
.splash_point_ttl div p span {}
.splash_point_ttl_sp {
  width: 80%;
  margin: -1em auto 0;
  text-align: left;
  color: #fff;
  font-family: toppan-bunkyu-midashi-min-st, serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 2px;
}
.splash_point_ttl_sp span {
  position: relative;
  padding: 4px 5px;
  background: #DD6501;
}
.splash_point_ttl_sp span::before, .splash_point_ttl_sp span::after {
  position: absolute;
  top: 0;
  content: '';
  width: 10px;
  height: 100%;
  background: #DD6501;
}
.splash_point_ttl_sp span::before {
  left: -10px;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.splash_point_ttl_sp span::after {
  right: -10px;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}
.splash_point_contents {
  width: 80%;
  margin: 1.5em auto 0;
}
.splash_point_contents img {}
.splash_point_contents p {
  text-align: left;
  color: #fff;
  margin: 1.5em auto 0;
  line-height: 1.8;
}
.splash_point_contents p span {
  position: relative;
  padding: 0 0 0 30px;
  display: block;
  margin: 0 auto 0.3em;
  color: #DD6501;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 1.5;
}
.splash_point_contents p span::before {
  position: absolute;
  content: '';
  top: 8px;
  left: 5px;
  display: block;
  width: 15px;
  height: 30px;
  background-image: url("https://climberworks.jp/8075/meat/img/splash/thunder_orange.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.splash_raise {}
.splash_raise li {
  margin: 4em auto 0em;
}
.splash_raise_ttl {
  position: relative;
  width: 90%;
  margin: auto;
  text-align: left;
  color: #fff;
  font-family: toppan-bunkyu-midashi-min-st, serif;
  font-weight: 900;
  font-style: normal;
}
.splash_raise_ttl::before {
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  height: 160px;
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0)100%);
  z-index: 1;
}
.splash_raise_ttl img {
  width: 100% !important;
  height: 230px !important;
  object-fit: cover;
  margin: -30px auto 0;
}
.splash_raise li:nth-of-type(even) .splash_raise_ttl div {
  padding: 0 0 0 100px;
}
.splash_raise_ttl div {
  position: relative;
  z-index: 3;
  letter-spacing: 2px;
  font-size: 1.8rem;
  padding: 0 0 0 15px;
}
.splash_raise_ttl div span {
  display: block;
  color: #DD6501;
  font-size: 2.8rem;
  margin: 0em auto 0.2em;
}
.splash_raise li:nth-of-type(even) .splash_raise_ttl p {
  right: auto;
  left: 5%;
}
.splash_raise_ttl p {
  position: absolute;
  top: 0px;
  right: 5%;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 4px;
  font-size: 2rem;
  z-index: 3;
}
.splash_raise_ttl p span {
  position: relative;
  padding: 18px 5px;
  background: #DD6501;
  color: #000;
  clip-path: polygon(0 8%, 100% 0%, 100% 92%, 0% 100%);
}
.splash_raise_txt {
  width: 85%;
  margin: 1em auto 0;
}
.splash_raise_txt div {
  color: #DD6501;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 2px;
  margin: 0 auto 0.3em;
}
.splash_raise_txt p {
  color: #fff;
  text-align: left;
}
.splash_raise_close {
  width: 90%;
  margin: 4em auto 3em;
}
.splash_raise_close > p {
  color: #DD6501;
  position: relative;
  font-family: toppan-bunkyu-midashi-min-st, serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.3rem;
  margin: 0 auto 0.5em;
  letter-spacing: 2px;
  line-height: 1.5;
}
.splash_raise_close > p span {
  display: inline-block;
}
.splash_raise_close > p::before, .splash_raise_close > p::after {
  position: absolute;
  content: '';
  bottom: 5px;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("https://climberworks.jp/8075/meat/img/splash/fukidashi02.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.splash_raise_close > p::before {
  left: calc(50% - 140px);
}
.splash_raise_close > p::after {
  right: calc(50% - 140px);
  transform: scale(-1, 1);
}
.splash_raise_close_in {
  background: #fff;
  border-radius: 15px;
  text-align: left;
}
.splash_raise_close_in img {
  border-radius: 15px 15px 0 0;
  height: 200px !important;
  object-fit: cover;
}
.splash_raise_close_in_txt {
  padding: 20px;
}
.splash_raise_close_in_txt div {
  font-weight: bold;
  margin: 0 auto 0.5em;
  font-size: 2rem;
  letter-spacing: 2px;
}
.splash_raise_close_in_txt div span {
  color: #DD6501;
}
.splash_recipe_bg {
  position: relative;
  padding: 1em 0 3em;
  background: #DD6501;
  color: #fff;
}
.splash_recipe_bg::before {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 30px;
  content: '';
  background: #DD6501;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.splash_recipe_ttl {
  width: 85%;
  margin: auto;
  position: relative;
}
.splash_recipe_ttl div {
  font-family: toppan-bunkyu-midashi-min-st, serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.2rem;
  line-height: 1.4;
  margin: 0 auto 0.5em;
}
.splash_recipe_ttl div span {
  display: inline-block;
  position: relative;
  font-family: 'Noto Sans Japanese', sans-serif;
  margin: 0 auto 0.3em;
  font-size: 1.7rem;
  font-weight: bold;
  color: #000;
}
.splash_recipe_ttl div span::before, .splash_recipe_ttl div span::after {
  position: absolute;
  content: '';
  bottom: 0px;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("https://climberworks.jp/8075/meat/img/splash/fukidashi03.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.splash_recipe_ttl div span::before {
  left: -20px;
}
.splash_recipe_ttl div span::after {
  right: -25px;
  transform: scale(-1, 1);
}
.splash_recipe_ttl img {
  border-radius: 15px;
  height: 230px !important;
  object-fit: cover;
}
.splash_recipe_ttl p {
  text-align: left;
  position: absolute;
  bottom: 15px;
  left: -10px;
  font-family: toppan-bunkyu-midashi-min-st, serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 1.8rem;
}
.splash_recipe_ttl p span {
  position: relative;
  padding: 4px 5px;
  background: #000;
}
.splash_recipe_ttl p span::before, .splash_recipe_ttl p span::after {
  position: absolute;
  top: 0;
  content: '';
  width: 10px;
  height: 100%;
  background: #000;
}
.splash_recipe_ttl p span::before {
  left: -10px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.splash_recipe_ttl p span::after {
  right: -10px;
  clip-path: polygon(100% 0, 0 100%, 0 0);
}
.splash_recipe {
  width: 90%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
}
.splash_recipe li {
  margin: 1em 8px 0em;
  width: calc(100% / 2 - 16px);
  position: relative;
}
.splash_recipe li img {
  border-radius: 15px;
}
.splash_recipe li p {
  font-family: toppan-bunkyu-midashi-min-st, serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 1.6rem;
  margin: -1em auto 0;
}
.splash_recipe li p span {
  position: relative;
  padding: 4px 15px;
  background: #000;
}
.splash_recipe li p span::before, .splash_recipe li p span::after {
  position: absolute;
  top: 0;
  content: '';
  width: 10px;
  height: 100%;
  background: #000;
}
.splash_recipe li p span::before {
  left: -10px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.splash_recipe li p span::after {
  right: -10px;
  clip-path: polygon(100% 0, 0 100%, 0 0);
}
.splash_arrange {
  width: 90%;
  margin: 2em auto 0;
  background: #fff;
  border-radius: 15px;
  padding: 2em 0;
}
.splash_arrange > p {
  color: #DD6501;
  font-family: toppan-bunkyu-midashi-min-st, serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 2.3rem;
  line-height: 1.4;
}
.splash_arrange > p span {
  display: block;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 2.2rem;
  margin: 0 auto 0em;
}
.splash_arrange_list {}
.splash_arrange_list li:first-child {
  margin: 1em auto 0;
}
.splash_arrange_list li {
  margin: 2em auto 0;
  position: relative;
}
.splash_arrange_list li img {
  width: 85% !important;
  margin: auto;
  border-radius: 15px;
  height: 200px !important;
  object-fit: cover;
}
.splash_arrange_list li div {
  position: relative;
  background: #DD6501;
  clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  width: calc(270px - 70px);
  margin: -2.5em 0 0 auto;
  padding: 20px 0 20px 70px;
  text-align: left;
  font-weight: bold;
}
.splash_arrange_list li div span {
  display: block;
  font-family: toppan-bunkyu-midashi-min-st, serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3rem;
  line-height: 1;
  margin: 0.2em auto 0;
}
.splash_arrange_list li div::before {
  position: absolute;
  content: '';
  top: 0px;
  right: 0px;
  display: block;
  width: 56px;
  height: 110px;
  background-image: url("https://climberworks.jp/8075/meat/img/splash/thunder.webp");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.2;
}
.splash_arrange_list li:nth-of-type(even) div {
  margin: -2.5em auto 0 0;
  clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
  padding: 20px 0 20px 30px;
  width: calc(270px - 30px);
}
.splash_arrange_list li:nth-of-type(even) div::before {
  right: auto;
  left: 0px;
}
.splash_voice_ttl {
  position: relative;
  color: #fff;
}
.splash_voice_ttl img {
  height: 280px !important;
  object-fit: cover;
}
.splash_voice_ttl div {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  clip-path: polygon(15% 0%, 100% 0, 100% 100%, 0% 100%);
  width: 60%;
  background: #DD6501;
  padding: 30px 0 30px 10px;
}
.splash_voice_ttl div::before {
  position: absolute;
  content: '';
  top: 0px;
  right: 0px;
  display: block;
  width: 56px;
  height: 110px;
  background-image: url("https://climberworks.jp/8075/meat/img/splash/thunder.webp");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.2;
}
.splash_voice_ttl div h2 {
  position: relative;
  padding: 0 0 10px;
  margin: 0 auto 10px;
  font-size: 2rem;
  letter-spacing: 2px;
}
.splash_voice_ttl div h2::before {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 15px);
  width: 30px;
  height: 1px;
  content: '';
  background: #fff;
}
.splash_voice_ttl div p {}
.splash_voice_bg {
  padding: 3em 0;
  background: #fff;
  color: #333;
}
.splash_voice {
  width: 90%;
  margin: auto;
}
.splash_voice li {
  margin: 1em auto 0;
  background: #FAF6EC;
  border-radius: 10px;
  text-align: left;
  padding: 20px;
}
.splash_voice li:first-child {
  margin: 0 auto 0;
}
.splash_voice li img {
  width: auto !important;
  height: 17px !important;
}
.splash_voice li div {
  font-weight: bold;
  margin: 0.6em auto 0.5em;
  font-size: 1.2rem;
}
.splash_voice li div span {
  display: block;
  color: #DD6501;
  font-size: 1.7rem;
}
.splash_voice li div p {
  font-size: 1.3rem;
}
.splash_gift {
  width: 90%;
  margin: 3em auto 0;
  background: #000;
  border-radius: 15px;
  position: relative;
}
.splash_gift div {
  position: absolute;
  top: -2em;
  left: 5%;
  width: 50%;
}
.splash_gift p {
  position: relative;
}
.splash_gift p::before {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 50%;
  content: '';
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0)100%);
}
.splash_gift p {
  text-align: left;
  color: #fff;
  padding: 0 20px 20px;
}
.splash_value_bg {
  padding: 3em 0;
  background: url("https://climberworks.jp/8075/meat/img/splash/bg.webp");
  background-size: 100%;
}
.splash_value {}
.splash_value li {
  margin: 3em auto 0;
}
.splash_value li:first-child {
  margin: 0 auto;
}
.splash_value li:nth-of-type(even) .splash_value_img {
  margin: 0 0 0 auto;
}
.splash_value li:nth-of-type(even) .splash_value_img::before {
  right: auto;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0)100%);
}
.splash_value_img {
  position: relative;
  width: 95%;
  margin: 0 auto 0 0;
}
.splash_value_img::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  content: '';
  background: linear-gradient(-90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0)100%);
}
.splash_value_img > img {
  height: 250px !important;
  object-fit: cover;
}
.splash_value_img p {
  position: absolute;
  top: 20px;
  right: 5%;
  width: 50px;
}
.splash_value li:nth-of-type(even) .splash_value_img p {
  right: auto;
  left: 5%;
}
.splash_value_txt {
  width: 80%;
  margin: 2em auto 0;
  text-align: left;
}
.splash_value_txt p {
  margin: 0 auto 1.5em;
}
.splash_value_txt p img {
  width: auto !important;
  height: 65px !important;
  display: block;
  margin: 0 auto 0.8em 0;
}
.splash_close_bg {
  padding: 3em 0;
  background: #fff;
}
.splash_close {
  width: 90%;
  margin: auto;
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  .splash_about_ttl {
    letter-spacing: 4px;
    font-size: 3rem;
    margin: 0 auto 0.5em;
  }
  .splash_about_ttl::before, .splash_about_ttl::after {
    bottom: 10px;
    width: 26px;
    height: 30px;
  }
  .splash_about_ttl::before {
    left: -35px;
  }
  .splash_about_ttl::after {
    right: -35px;
  }
  .splash_about h2 {
    font-size: 7rem;
    letter-spacing: 4px;
  }
  .splash_about_img {
    margin: -100px auto 0;
  }
  .splash_about_img img {
    height: 700px !important;
  }
  .splash_about_img::before, .splash_about_img::after {
    height: 200px;
  }
  .splash_about p {
    width: 80%;
    font-size: 1.8rem;
    max-width: 1000px;
    margin: 2em auto 0;
  }
  .splash_lineup {
    max-width: 1200px;
    margin: 8em auto 0;
    padding: 5em 0 3em;
  }
  .splash_lineup h2 {
    top: -2em;
    font-size: 2rem;
  }
  .splash_lineup h2 span {
    font-size: 6.5rem;
    line-height: 1.2;
  }
  .splash_contents_ttl div {
    top: 55%;
    left: 8%;
    width: 40%;
  }
  .splash_contents_ttl div p {
    margin: 0 auto 0.5em;
    font-size: 3rem;
  }
  .splash_contents_ttl div p img {
    height: 80px !important;
    margin: 0 auto 0px -10px;
  }
  .splash_contents_ttl div h2 {
    line-height: 1.3;
    font-size: 6rem;
  }
  .splash_contents_ttl div h2 span {
    font-size: 4rem;
  }
  .splash_contents_ttl h3 {
    bottom: -0.1em;
    right: 8%;
    font-size: 9rem;
  }
  .splash_point_top {
    font-size: 4rem;
    letter-spacing: 2px;
  }
  .splash_point_top img {
    height: 80px !important;
  }
  .splash_point {}
  .splash_point > li {
    margin: 8em auto 6em;
  }
  .splash_point > li::before {
    z-index: 5;
    top: -120px;
    right: 10%;
    font-size: 13rem;
  }
  .splash_point > li:nth-of-type(even)::before {
    right: auto;
    left: 10%;
  }
  .splash_point_ttl {
    position: relative;
  }
  .splash_point_ttl::before {
    top: 0px;
    left: auto;
    right: 30%;
    width: 280px;
    height: 100%;
    content: '';
    background: linear-gradient(-90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0)100%);
  }
  .splash_point > li:nth-of-type(even) .splash_point_ttl::before {
    right: auto;
    left: 30%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0)100%);
  }
  .splash_point > li:nth-of-type(even) .splash_point_ttl > img {
    margin: 0 0 0 30%;
  }
  .splash_point_ttl > img {
    width: 70% !important;
    height: 500px !important;
    margin: 0 30% 0 0;
  }
  .splash_point > li:nth-of-type(even) .splash_point_ttl div {
    text-align: left;
    padding: 0 0 0 0px;
    width: 35%;
    right: auto;
    left: 5%;
  }
  .splash_point_ttl div {
    position: absolute;
    top: 70px;
    right: 5%;
    z-index: 5;
    width: 35%;
    margin: auto;
    text-align: left;
  }
  .splash_point_ttl div img {
    height: 200px !important;
  }
  .splash_point > li:nth-of-type(even) .splash_point_ttl div p {
    padding: 0 0 0 80px;
  }
  .splash_point_ttl div p {
    display: block;
    margin: 0.3em auto 0;
    color: #fff;
    font-family: toppan-bunkyu-midashi-min-st, serif;
    font-weight: 900;
    font-style: normal;
    font-size: 4rem;
    line-height: 1.6;
    letter-spacing: 2px;
    padding: 0 0 0 30px;
  }
  .splash_point_ttl div p span {
    position: relative;
    padding: 6px 10px;
    background: #DD6501;
  }
  .splash_point_ttl div p span::before, .splash_point_ttl div p span::after {
    position: absolute;
    top: 0;
    content: '';
    width: 15px;
    height: 100%;
    background: #DD6501;
  }
  .splash_point_ttl div p span::before {
    left: -15px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
  }
  .splash_point_ttl div p span::after {
    right: -15px;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
  }
  .splash_point_ttl_sp {
    display: none;
  }
  .splash_point > li:nth-of-type(even) .splash_point_contents {
    flex-direction: row-reverse;
  }
  .splash_point_contents {
    width: 90%;
    max-width: 1100px;
    margin: 4em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .splash_point_contents img {
    width: 50% !important;
  }
  .splash_point_contents p {
    width: 45%;
    margin: 0;
    line-height: 2;
    font-size: 1.7rem;
  }
  .splash_point_contents p span {
    padding: 0 0 0 50px;
    letter-spacing: 4px;
    font-size: 3.5rem;
  }
  .splash_point_contents p span::before {
    top: 15px;
    left: 10px;
    width: 25px;
    height: 50px;
  }
  .splash_raise {}
  .splash_raise li {
    margin: 6em auto 0em;
  }
  .splash_raise_ttl {
    max-width: 1200px;
  }
  .splash_raise_ttl::before {
    position: absolute;
    top: 0px;
    left: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0)100%);
  }
  .splash_raise li:nth-of-type(even) .splash_raise_ttl::before {
    left: auto;
    right: 0;
    width: 60%;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0)100%);
  }
  .splash_raise_ttl img {
    height: 500px !important;
    margin: 0 auto 0;
  }
  .splash_raise li:nth-of-type(even) .splash_raise_ttl div {
    padding: 0;
    left: auto;
    right: -30px;
    width: 400px;
  }
  .splash_raise_ttl div {
    position: absolute;
    top: -30px;
    left: -30px;
    width: 80%;
    line-height: 1.5;
    font-size: 4rem;
    padding: 0;
  }
  .splash_raise_ttl div span {
    line-height: 1.4;
    font-size: 6rem;
  }
  .splash_raise li:nth-of-type(even) .splash_raise_ttl p {
    right: auto;
    left: 3%;
  }
  .splash_raise_ttl p {
    top: -45px;
    right: 3%;
    letter-spacing: 4px;
    font-size: 3rem;
  }
  .splash_raise_ttl p span {
    padding: 30px 8px;
  }
  .splash_raise_txt {
    max-width: 900px;
    margin: 2em auto 0;
  }
  .splash_raise_txt div {
    font-size: 3.5rem;
    line-height: 1.5;
  }
  .splash_raise_txt p {
    line-height: 2;
    font-size: 1.7rem;
  }
  .splash_raise_close {
    max-width: 1100px;
    margin: 6em auto 10em;
  }
  .splash_raise_close > p {
    font-size: 5rem;
    line-height: 1.5;
  }
  .splash_raise_close > p::before, .splash_raise_close > p::after {
    bottom: 5px;
    width: 40px;
    height: 40px;
  }
  .splash_raise_close > p::before {
    left: calc(50% - 470px);
  }
  .splash_raise_close > p::after {
    right: calc(50% - 470px);
  }
  .splash_raise_close_in {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
    align-items: center;
  }
  .splash_raise_close_in img {
    border-radius: 15px 0 0 15px;
    width: 50% !important;
    height: auto !important;
  }
  .splash_raise_close_in_txt {
    padding: 0 5%;
    width: 40%;
  }
  .splash_raise_close_in_txt div {
    line-height: 1.5;
    margin: 0 auto 0.3em;
    font-size: 3.5rem;
  }
  .splash_recipe_bg {
    padding: 0 0 5em;
  }
  .splash_recipe_bg::before {
    height: 80px;
  }
  .splash_recipe_ttl {
    width: 90%;
    max-width: 1100px;
  }
  .splash_recipe_ttl div {
    font-size: 5.5rem;
    margin: 0 auto 0.3em;
  }
  .splash_recipe_ttl div span {
    margin: 0 auto 0.2em;
    font-size: 3rem;
    letter-spacing: 2px;
  }
  .splash_recipe_ttl div span::before, .splash_recipe_ttl div span::after {
    bottom: 3px;
    width: 30px;
    height: 30px;
  }
  .splash_recipe_ttl div span::before {
    left: -30px;
  }
  .splash_recipe_ttl div span::after {
    right: -35px;
  }
  .splash_recipe_ttl img {
    border-radius: 30px;
    height: 600px !important;
  }
  .splash_recipe_ttl p {
    bottom: 55px;
    left: -20px;
    font-size: 3.5rem;
  }
  .splash_recipe_ttl p span {
    padding: 8px 10px;
  }
  .splash_recipe_ttl p span::before, .splash_recipe_ttl p span::after {
    width: 20px;
  }
  .splash_recipe_ttl p span::before {
    left: -20px;
  }
  .splash_recipe_ttl p span::after {
    right: -20px;
  }
  .splash_recipe {
    max-width: 1100px;
  }
  .splash_recipe li {
    margin: 2em 10px 0em;
    width: calc(100% / 3 - 20px);
  }
  .splash_recipe li img {
    border-radius: 15px;
  }
  .splash_recipe li p {
    font-size: 3rem;
  }
  .splash_recipe li p span {
    padding: 6px 35px;
  }
  .splash_recipe li p span::before, .splash_recipe li p span::after {
    width: 20px;
  }
  .splash_recipe li p span::before {
    left: -20px;
  }
  .splash_recipe li p span::after {
    right: -20px;
  }
  .splash_arrange {
    max-width: 1200px;
    margin: 4em auto 0;
    border-radius: 30px;
    padding: 3em 0 5em;
  }
  .splash_arrange > p {
    font-size: 4rem;
    line-height: 1.4;
  }
  .splash_arrange > p span {
    font-size: 4rem;
  }
  .splash_arrange_list {}
  .splash_arrange_list li:first-child {
    margin: 2em auto 0;
  }
  .splash_arrange_list li {
    margin: 4em auto 0;
  }
  .splash_arrange_list li img {
    width: 65% !important;
    margin: 0 30% 0 5%;
    border-radius: 25px;
    height: 400px !important;
  }
  .splash_arrange_list li:nth-of-type(even) img {
    margin: 0 5% 0 30%;
  }
  .splash_arrange_list li div {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    clip-path: polygon(15% 0%, 100% 0, 100% 100%, 0% 100%);
    width: calc(37% - 100px);
    margin: 0;
    padding: 40px 0 50px 100px;
    font-size: 2rem;
    letter-spacing: 2px;
  }
  .splash_arrange_list li div span {
    letter-spacing: 1px;
    font-size: 6rem;
    margin: 0.1em auto 0;
  }
  .splash_arrange_list li div::before {
    right: 30px;
    width: 115px;
    height: 226px;
  }
  .splash_arrange_list li:nth-of-type(even) div {
    margin: 0;
    right: auto;
    left: 0;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
    padding: 40px 0 50px 50px;
    width: calc(40% - 50px);
  }
  .splash_arrange_list li:nth-of-type(even) div::before {
    right: auto;
    left: 0px;
  }
  .splash_voice_ttl {}
  .splash_voice_ttl img {
    height: 500px !important;
  }
  .splash_voice_ttl div {
    clip-path: polygon(15% 0%, 100% 0, 100% 100%, 0% 100%);
    width: 600px;
    padding: 50px 0 50px 0px;
  }
  .splash_voice_ttl div::before {
    right: 30px;
    width: 115px;
    height: 226px;
  }
  .splash_voice_ttl div h2 {
    font-size: 3.5rem;
  }
  .splash_voice_ttl div p {
    font-size: 2rem;
    letter-spacing: 2px;
  }
  .splash_voice_bg {
    padding: 5em 0;
  }
  .splash_voice {
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
  }
  .splash_voice li {
    margin: 1em 8px 0em;
    width: calc(100% / 2 - 16px);
    padding: 20px 30px;
    box-sizing: border-box;
  }
  .splash_voice li:nth-child(-n+2) {
    margin: 0em 8px 0em;
  }
  .splash_voice li img {
    height: 25px !important;
  }
  .splash_voice li div {
    font-size: 1.4rem;
  }
  .splash_voice li div span {
    font-size: 2rem;
    letter-spacing: 2px;
  }
  .splash_voice li div p {
    font-size: 1.5rem;
  }
  .splash_gift {
    width: 90%;
    max-width: 1200px;
    margin: 5em auto 0;
    border-radius: 30px;
    position: relative;
  }
  .splash_gift::before {
    position: absolute;
    top: 0;
    left: 5%;
    width: 50%;
    height: 100%;
    content: '';
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1)40%, rgba(0, 0, 0, 0)100%);
  }
  .splash_gift picture img {
    border-radius: 0 30px 30px 0;
    height: 600px !important;
    object-fit: cover;
  }
  .splash_gift div {
    position: absolute;
    top: 3em;
    left: 5%;
    width: 28%;
  }
  .splash_gift p {
    position: relative;
  }
  .splash_gift p::before {
    display: none;
  }
  .splash_gift p {
    position: absolute;
    bottom: 50px;
    left: 5%;
    padding: 0;
    width: 33%;
    line-height: 2;
  }
  .splash_value_bg {
    padding: 5em 0;
  }
  .splash_value li {
    margin: 6em auto 0;
  }
  .splash_value_img {
    width: 92%;
  }
  .splash_value_img::before {
    width: 30%;
  }
  .splash_value_img > img {
    height: 600px !important;
  }
  .splash_value_img p {
    top: 50px;
    right: 3%;
    width: 120px;
  }
  .splash_value li:nth-of-type(even) .splash_value_img p {
    right: auto;
    left: 3%;
  }
  .splash_value li:nth-of-type(even) .splash_value_txt {
    flex-direction: row-reverse;
  }
  .splash_value_txt {
    width: 84%;
    margin: 3em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .splash_value_txt > img {
    width: 50% !important;
  }
  .splash_value_txt p {
    margin: 0;
    width: 45%;
    line-height: 2;
    font-size: 1.7rem;
  }
  .splash_value_txt p img {
    height: 120px !important;
    margin: 0 auto 1em 0;
  }
  .splash_close_bg {
    padding: 5em 0;
  }
}