@charset "UTF-8";
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.oem_titledecoration {
  font-size: 2.2rem;
  font-weight: 400;
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
  text-align: center;
  position: relative;
  letter-spacing: 0.15em;
  line-height: 1;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .oem_titledecoration {
    font-size: 1.4rem;
    padding: 30px 0;
  }
}
.oem_titledecoration span {
  font-size: 7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
  display: inline-block;
  background-image: linear-gradient(135deg, #fff5f5, #fce8ca);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.55;
}
@media screen and (max-width: 768px) {
  .oem_titledecoration span {
    font-size: 4.5rem;
  }
}
.oem .section_contents:has(.oem_titledecoration) {
  padding: 60px 0;
}
@media screen and (max-width: 1024px) {
  .oem .section_contents:has(.oem_titledecoration) {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .oem .section_contents:has(.oem_titledecoration) {
    padding: 30px 0 50px;
  }
}
.oem_top {
  margin-top: -30px;
}
@media screen and (max-width: 1024px) {
  .oem_top {
    margin-top: -20px;
  }
}
@media screen and (max-width: 768px) {
  .oem_top {
    margin-top: 5px;
  }
}
.oem_top .container {
  position: relative;
}
.oem_top_contents {
  position: relative;
  overflow: hidden;
  padding-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .oem_top_contents {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .oem_top_contents {
    padding-bottom: 40px;
  }
}
.oem_top_contents::before {
  content: "";
  display: block;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: -10%;
  width: 30%;
  max-width: 490px;
  background-image: linear-gradient(0deg, #fef7ea, #fffdfb);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .oem_top_contents::before {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .oem_top_contents::after {
    content: "";
    display: block;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    bottom: 25%;
    right: -10%;
    width: 30%;
    max-width: 243px;
    background-image: linear-gradient(0deg, #fef7ea, #fffdfb);
    z-index: 0;
    transform: rotate(225deg);
    z-index: 0;
  }
}
.oem_top_img {
  width: 70%;
  margin-left: auto;
  transform: translateX(30%);
}
@media screen and (max-width: 768px) {
  .oem_top_img {
    width: 110%;
    max-width: 600px;
    transform: translateX(5%);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .oem_top_img::after {
    content: "";
    display: block;
    width: 30%;
    max-width: 254px;
    height: auto;
    aspect-ratio: 1/1.366;
    position: absolute;
    top: 5%;
    right: -5%;
    background-image: url(../image/oem/hero_bg1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    mix-blend-mode: soft-light;
  }
}
.oem_top_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.oem_top_title {
  width: 58%;
  max-width: 850px;
  position: absolute;
  top: 47%;
  left: 0;
  transform: translateX(-2%) translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .oem_top_title {
    width: 100%;
    max-width: 600px;
    position: relative;
    top: auto;
    transform: none;
  }
}
.oem_top_title img {
  max-width: none;
  width: 100%;
  height: auto;
}
.oem_top .btn {
  display: none;
}
.oem_top .btn:hover {
  background-color: #6f4031;
  transform: none;
}
@media screen and (max-width: 768px) {
  .oem_top .btn {
    display: flex;
    margin-top: 30px;
    transform: translate(-5px, -5px);
    box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.1);
  }
}
.oem .worries {
  padding-bottom: 90px;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .oem .worries {
    margin-top: 30px;
  }
}
.oem .worries_title {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.oem .worries_title::before {
  content: "";
  display: block;
  width: 58px;
  padding-top: 42px;
  background-image: url(../image/common/doublequotes.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-70px);
}
@media screen and (max-width: 1024px) {
  .oem .worries_title::before {
    width: 50px;
    padding-top: 36px;
    transform: translateX(-60px);
  }
}
@media screen and (max-width: 768px) {
  .oem .worries_title::before {
    transform: none;
    width: 10%;
    padding-top: 8%;
    max-width: 45px;
    margin-bottom: 20px;
  }
}
.oem .worries_list {
  width: fit-content;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .oem .worries_list {
    margin-top: 30px;
  }
}
.oem .worries_list_item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 1.3rem;
  color: #636363;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .oem .worries_list_item {
    font-size: 1.1rem;
    gap: 8px;
  }
}
.oem .worries_list_item::before {
  content: "";
  display: block;
  height: 1.7rem;
  width: auto;
  aspect-ratio: 1/1.091;
  background-image: url(../image/oem/checkmark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .oem .worries_list_item::before {
    height: 1.3rem;
  }
}
.oem .worries_list_item + .worries_list_item {
  margin-top: 35px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .oem .worries_list_item + .worries_list_item {
    margin-top: 20px;
  }
}
.oem .solution {
  position: relative;
  background-image: url(../image/oem/solution_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  text-align: center;
  padding: 140px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .oem .solution {
    padding: 100px 0 0;
    background-position: top -30% center;
    background-size: 300%;
  }
}
@media screen and (max-width: 768px) {
  .oem .solution {
    padding: 40px 0 0;
    background-size: 400%;
  }
}
.oem .solution::before {
  content: "";
  position: absolute;
  height: 60px;
  width: 100%;
  clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
  background-color: #fff;
  left: 0;
  top: -1px;
}
@media screen and (max-width: 768px) {
  .oem .solution::before {
    height: 30px;
  }
}
.oem .solution .container {
  position: relative;
}
.oem .solution_main {
  position: relative;
  z-index: 3;
}
.oem .solution_main_text {
  width: 80%;
  max-width: 750px;
  padding-top: 30px;
  margin: 0 auto;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .oem .solution_main_text {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .oem .solution_main_text {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.oem .solution_main_text img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .oem .solution_main_text img {
    max-width: 600px;
  }
}
.oem .solution_main_bg {
  position: absolute;
  height: auto;
  aspect-ratio: 1/1;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .oem .solution_main_bg {
    position: relative;
    display: none;
    aspect-ratio: auto;
  }
}
.oem .solution_main_bg:first-child {
  width: 18%;
  max-width: 275px;
  min-width: 180px;
  top: -50px;
  left: 9%;
}
@media screen and (max-width: 1024px) {
  .oem .solution_main_bg:first-child {
    display: block;
    width: 90%;
    max-width: 600px;
    min-width: auto;
    top: auto;
    left: auto;
    margin: -30px auto 0;
  }
  .oem .solution_main_bg:first-child img {
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media screen and (max-width: 768px) {
  .oem .solution_main_bg:first-child {
    width: 100%;
    margin: -20px auto 0;
  }
}
.oem .solution_main_bg:nth-child(2) {
  width: 25%;
  max-width: 366px;
  min-width: 250px;
  top: -60px;
  right: 0;
}
.oem .solution_main_bg:nth-child(3) {
  width: 12%;
  max-width: 184px;
  min-width: 150px;
  top: 150px;
  right: -10%;
}
.oem .solution_main_bg:nth-child(4) {
  width: 30%;
  max-width: 406px;
  min-width: 280px;
  top: 130px;
  left: -10%;
}
.oem .solution_main_bg:nth-child(5) {
  width: 18%;
  max-width: 264px;
  min-width: 190px;
  top: 300px;
  right: -1%;
}
.oem .solution_selected {
  margin-top: 10px;
  padding-top: 50px;
  padding-bottom: 140px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .oem .solution_selected {
    padding-top: 30px;
    margin-top: -30px;
    padding-bottom: 90px;
  }
}
.oem .solution_selected::before {
  content: "";
  aspect-ratio: 1/0.5;
  width: 220%;
  height: auto;
  background-image: radial-gradient(#ffffff, rgba(255, 255, 255, 0.9019607843) 80%, transparent);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(50px);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .oem .solution_selected::before {
    width: 180%;
  }
}
.oem .solution_selected_title {
  width: 80%;
  margin: 30px auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .oem .solution_selected_title {
    width: 100%;
    max-width: 600px;
  }
}
.oem .solution_selected_contents {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .oem .solution_selected_contents {
    margin-top: 20px;
    gap: 30px;
  }
}
.oem .solution_selected_contents::before {
  content: "";
  display: block;
  width: 100vw;
  height: 75%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .oem .solution_selected_contents::before {
    height: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .oem .solution_selected_contents {
    flex-direction: column;
    align-items: center;
  }
}
.oem .solution_selected_card {
  width: 100%;
  max-width: 700px;
  min-width: auto;
  border-radius: 50px;
  padding: 50px 10px;
  display: flex;
  flex-direction: column;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .oem .solution_selected_card {
    max-width: 600px;
    border-radius: 30px;
    padding: 35px 5px;
  }
}
.oem .solution_selected_card::after, .oem .solution_selected_card::before {
  height: 15%;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
@media screen and (max-width: 768px) {
  .oem .solution_selected_card::after, .oem .solution_selected_card::before {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}
.oem .solution_selected_card::after {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
@media screen and (max-width: 768px) {
  .oem .solution_selected_card::after {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}
.oem .solution_selected_card_img {
  width: 55%;
  max-width: 235px;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0 auto 20px;
  border-radius: 50%;
  box-shadow: 5px 5px 0 rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  .oem .solution_selected_card_img {
    width: 45%;
  }
}
.oem .solution_selected_card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oem .solution_selected_card_text {
  font-family: "MFW-PIshiiGothicStdN-R", "A-OTF P石井ゴシック StdN", "A-OTF P Ishii Gothic StdN", sans-serif;
  font-size: 0.9rem;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .oem .solution_selected_card_text {
    font-size: 0.8rem;
  }
}
.oem .solution_selected_card_text strong {
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .oem .solution_selected_card_text strong {
    font-size: 1.1rem;
    margin-top: 5px;
  }
}
.oem .solution_selected_card_text strong span {
  display: inline-block;
}
.oem .point {
  background-color: #fcedcf;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .oem .point {
    padding: 60px 0;
  }
}
.oem .point::after {
  content: "";
  display: block;
  width: 12%;
  max-width: 413px;
  height: auto;
  aspect-ratio: 1/0.913;
  background-image: url(../image/front/brand_bg2.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -3%;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .oem .point::after {
    width: 15%;
  }
}
@media screen and (max-width: 768px) {
  .oem .point::after {
    width: 22%;
    max-width: 150px;
    top: -2%;
  }
}
.oem .point_title {
  width: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .oem .point_title {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .oem .point_title {
    width: 80%;
    max-width: 350px;
  }
}
.oem .point_contents {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 80px 40px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .oem .point_contents {
    flex-direction: column;
    margin-top: 40px;
    gap: 50px;
  }
}
.oem .point_item {
  width: calc((100% - 80px) / 3);
  min-width: 200px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .oem .point_item {
    min-width: 260px;
  }
}
@media screen and (max-width: 768px) {
  .oem .point_item {
    width: 100%;
    max-width: 500px;
    min-width: auto;
    margin: 0 auto;
  }
}
.oem .point_item_img {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 10px 10px 0 rgb(255, 255, 255);
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .oem .point_item_img {
    width: 95%;
    border-radius: 10px;
    box-shadow: 8px 8px 0 rgb(255, 255, 255);
    margin: 0 auto;
  }
}
.oem .point_item_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: none;
}
.oem .point_item_num {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: -20px;
  left: -10px;
  line-height: 1;
  background-color: #6f4031;
  color: #ffffff;
  border-radius: 50%;
  width: 20%;
  height: auto;
  aspect-ratio: 1/1;
  font-size: clamp(0.625rem, 0.388rem + 0.5vw, 0.875rem);
  font-family: "EB Garamond", serif;
}
@media screen and (max-width: 1024px) {
  .oem .point_item_num {
    width: 17%;
  }
}
@media screen and (max-width: 768px) {
  .oem .point_item_num {
    width: 13%;
    max-width: 60px;
    min-width: 35px;
    top: -10px;
    left: -5px;
  }
}
.oem .point_item_num span {
  font-size: clamp(1.125rem, 0.3rem + 2vw, 2.125rem);
}
.oem .point_item_name {
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .oem .point_item_name {
    font-size: 1.3rem;
    margin-top: 15px;
  }
}
.oem .point_item_info {
  font-size: 1rem;
  color: #636363;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .oem .point_item_info {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 2px;
  }
}
.oem .point_item_info span {
  display: inline-block;
}
.oem .reason {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .oem .reason {
    padding: 50px 0;
  }
}
.oem .reason_title {
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  color: #f1807b;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .oem .reason_title {
    font-size: 1.2rem;
  }
}
.oem .reason_title span {
  display: inline-block;
}
.oem .reason_contents {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .oem .reason_contents {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .oem .reason_contents {
    margin-top: 30px;
  }
}
.oem .reason_item {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
  padding: 50px;
  background-image: linear-gradient(-59deg, #fce4d6, #fef2ef 50%, #fce4d6);
  border-radius: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .oem .reason_item {
    padding: 30px;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .oem .reason_item {
    border-radius: 20px;
    flex-direction: column;
    padding: 15px 15px 25px;
    gap: 5px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.oem .reason_item_img {
  width: 33%;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .oem .reason_item_img {
    width: 100%;
    border-radius: 10px;
  }
}
.oem .reason_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oem .reason_item_info {
  flex: 1;
}
.oem .reason_item + .reason_item {
  margin-top: 40px;
}
.oem .reason_item_name {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .oem .reason_item_name {
    font-size: 1.3rem;
  }
}
.oem .reason_item_name span {
  font-family: "EB Garamond", serif;
  color: #f1807b;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .oem .reason_item_name span {
    font-size: 3.8rem;
  }
}
.oem .reason_item_list {
  color: #636363;
  margin-top: 10px;
}
.oem .reason_item_list_item {
  font-size: 1rem;
  display: flex;
  align-items: flex-start;
  gap: 5px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .oem .reason_item_list_item {
    font-size: 0.9rem;
  }
}
.oem .reason_item_list_item::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: auto;
  aspect-ratio: 1/1;
  margin-top: 0.3rem;
  border-radius: 50%;
  background-color: #f9bb69;
}
@media screen and (max-width: 768px) {
  .oem .reason_item_list_item::before {
    width: 0.7rem;
  }
}
.oem .reason_item_list_item + .reason_item_list_item {
  margin-top: 11px;
}
@media screen and (max-width: 768px) {
  .oem .reason_item_list_item + .reason_item_list_item {
    margin-top: 10px;
  }
}
.oem .reason_item_point {
  margin-top: 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .oem .reason_item_point {
    font-size: 0.95rem;
    margin-top: 20px;
  }
}
.oem .reason_item_point::before {
  content: "";
  display: inline-block;
  width: 10%;
  min-width: 30px;
  max-width: 65px;
  height: auto;
  aspect-ratio: 1/0.262;
  background-image: url(../image/oem/reason_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 6px;
  position: absolute;
  top: 3px;
  left: 0;
}
.oem .reason_item_point span {
  border-bottom: 4px solid #f9bb69;
  line-height: 1.4;
  padding-bottom: 2px;
  margin-left: calc(10% + 5px);
  box-decoration-break: clone;
}
@media screen and (max-width: 768px) {
  .oem .reason_item_point span {
    border-width: 2px;
  }
}
.oem .cta {
  text-align: center;
  background-image: url(../image/oem/bg_pink.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .oem .cta {
    padding: 50px 0;
  }
}
.oem .cta_contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 50px;
  max-width: 990px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .oem .cta_contents {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .oem .cta_contents {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 500px;
  }
}
.oem .cta_item {
  position: relative;
  height: fit-content;
}
.oem .cta_item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
  mix-blend-mode: multiply;
  border-radius: 20px;
  z-index: 0;
}
.oem .cta_link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fcedcf;
  padding: 25px 10px;
  border-radius: 20px;
  position: relative;
  transform: translate(-5px, -6px);
}
@media screen and (max-width: 768px) {
  .oem .cta_link {
    border-radius: 10px;
    padding: 20px 5px;
  }
}
.oem .cta_link:hover {
  transform: translate(0);
}
.oem .cta_link_small {
  font-size: 1rem;
  margin-top: 15px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .oem .cta_link_small {
    font-size: 0.8rem;
  }
}
.oem .cta_link_block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1.5rem;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .oem .cta_link_block {
    margin-top: 10px;
    gap: 8px;
    font-size: 1.3rem;
  }
}
.oem .cta_link_block img {
  width: 7%;
}
@media screen and (max-width: 768px) {
  .oem .cta_link_block img {
    width: 25px;
  }
}
.oem .cta_link-tel {
  background-color: #6f4031;
  color: #ffffff;
}
.oem .cta_link-tel img {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .oem .cta_link-tel img {
    max-width: 250px;
  }
}
.oem .cta_link-contact {
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
}
.oem .cta_link-contact .cta_link_small {
  margin-top: 0;
}
.oem .lineup {
  background-image: url(../image/oem/lineup_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.oem .lineup .oem_titledecoration span {
  opacity: 1;
}
.oem .lineup_contents {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px 30px;
}
@media screen and (max-width: 768px) {
  .oem .lineup_contents {
    margin-top: 10px;
    gap: 30px;
  }
}
.oem .lineup_contents_message {
  font-size: 1.25rem;
  line-height: 2.4;
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .oem .lineup_contents_message {
    font-size: 1.1rem;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .oem .lineup_contents_message {
    font-size: 1rem;
    margin-top: 30px;
    text-align: left;
  }
}
.oem .lineup_contents_message span {
  background-color: #6f4031;
  color: #ffffff;
  padding: 8px 10px;
  box-decoration-break: clone;
}
.oem .lineup_item {
  width: calc((100% - 60px) / 3);
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .oem .lineup_item {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .oem .lineup_item {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }
}
.oem .lineup_item_img {
  width: 100%;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .oem .lineup_item_img {
    border-radius: 15px;
  }
}
.oem .lineup_item_name {
  display: inline-block;
  margin: 10px auto 8px;
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
  font-size: 1.25rem;
  border-bottom: 2px solid #f1807b;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .oem .lineup_item_name {
    font-size: 1.2rem;
    margin: 10px 0 8px;
  }
}
.oem .lineup_item_name span {
  display: inline-block;
}
.oem .lineup_item_info {
  font-size: 1rem;
  color: #636363;
}
@media screen and (max-width: 768px) {
  .oem .lineup_item_info {
    font-size: 0.85rem;
  }
}
.oem .lineup_case {
  background-color: #ffffff;
  margin-top: 90px;
  border-radius: 50px;
  padding: 0 50px 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .oem .lineup_case {
    padding: 0 20px 20px;
    border-radius: 30px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .oem .lineup_case {
    border-radius: 15px;
    margin-top: 50px;
    padding: 0 15px 10px;
  }
}
.oem .lineup_case_title {
  width: 34%;
  margin: 0 auto;
  text-align: center;
  background-color: #f9af3f;
  color: #ffffff;
  padding: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  border-radius: 0 0 60px 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .oem .lineup_case_title {
    width: fit-content;
    font-size: 1.2rem;
    padding: 15px 50px;
  }
}
@media screen and (max-width: 768px) {
  .oem .lineup_case_title {
    width: 80%;
    font-size: 1rem;
    padding: 10px;
    border-radius: 0 0 30px 30px;
  }
}
.oem .lineup_case_contents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  gap: 50px;
  margin-top: 50px;
  margin-bottom: 30px;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .oem .lineup_case_contents {
    gap: 20px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .oem .lineup_case_contents {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.oem .lineup_case_item {
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .oem .lineup_case_item {
    max-width: 500px;
    margin: 0 auto;
  }
}
.oem .lineup_case_item_img {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .oem .lineup_case_item_img {
    width: 90%;
    margin: 0 auto 15px;
  }
}
.oem .lineup_case_item_info {
  margin-top: auto;
  margin-bottom: auto;
  color: #f1807b;
  font-size: 0.95rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .oem .lineup_case_item_info {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .oem .lineup_case_item_info {
    font-size: 0.9rem;
  }
}
.oem .lineup_case_item_info span {
  font-size: 1.2rem;
  display: inline;
  border-bottom: 3px solid #fabf65;
  font-feature-settings: "palt";
  padding-bottom: 2px;
}
@media screen and (max-width: 1024px) {
  .oem .lineup_case_item_info span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .oem .lineup_case_item_info span {
    border-width: 2px;
    font-size: 1.1rem;
  }
}
.oem .lineup_btn {
  width: 60%;
  max-width: 400px;
  margin: 50px auto 120px;
  background-color: transparent;
  border: 1px solid #6f4031;
  color: #422123;
}
@media screen and (max-width: 768px) {
  .oem .lineup_btn {
    width: 100%;
    margin-bottom: 90px;
  }
}
.oem .lineup_btn:hover {
  background-color: #6f4031;
  color: #ffffff;
}
.oem .lineup_btn:hover .arrow {
  border-color: #ffffff;
}
.oem .lineup_btn:hover .arrow::before, .oem .lineup_btn:hover .arrow::after {
  background-color: #ffffff;
}
.oem .lineup_btn .arrow {
  border: 1px solid #6f4031;
}
.oem .lineup_btn .arrow::before, .oem .lineup_btn .arrow::after {
  background-color: #6f4031;
}
.oem .faq {
  background-image: linear-gradient(135deg, #fff5f5, #fce4d6);
  padding: 120px 0;
  border-radius: 0 0 120px 120px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .oem .faq {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .oem .faq {
    padding: 50px 0;
    border-radius: 0 0 60px 60px;
  }
}
.oem .faq_contents {
  max-width: 926px;
  margin: 0 auto;
}
.oem .faq_item {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  .oem .faq_item {
    padding: 15px;
    border-radius: 15px;
  }
}
.oem .faq_item + .faq_item {
  margin-top: 20px;
}
.oem .faq_item p {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .oem .faq_item p {
    gap: 5px;
  }
}
.oem .faq_item p span {
  flex: 1;
}
.oem .faq_item-q {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  color: #f1807b;
}
@media screen and (max-width: 768px) {
  .oem .faq_item-q {
    font-size: 1rem;
  }
}
.oem .faq_item-q::before {
  content: "Q";
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "EB Garamond", serif;
  background-color: #f1807b;
  border: 1px solid #f1807b;
  color: #ffffff;
  font-size: 1rem;
  width: 30px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  line-height: 1;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .oem .faq_item-q::before {
    width: 25px;
    font-size: 0.8rem;
  }
}
.oem .faq_item-a {
  margin-top: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .oem .faq_item-a {
    font-size: 0.85rem;
  }
}
.oem .faq_item-a::before {
  content: "A";
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "EB Garamond", serif;
  background-color: #ffffff;
  border: 1px solid #f1807b;
  color: #f1807b;
  font-size: 1.1rem;
  width: 30px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  line-height: 1;
  box-sizing: border-box;
  margin-top: -0.15em;
}
@media screen and (max-width: 768px) {
  .oem .faq_item-a::before {
    width: 25px;
    font-size: 0.9rem;
    margin-top: -0.2em;
  }
}
.oem .flow {
  padding: 120px 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .oem .flow {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .oem .flow {
    padding: 50px 0;
    border-radius: 0 0 60px 60px;
  }
}
.oem .flow::before {
  content: "";
  display: block;
  width: 24%;
  height: auto;
  max-width: 389px;
  aspect-ratio: 1/1;
  background-image: linear-gradient(0deg, #fef7ea, #fffdfb);
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -80px;
  transform: rotate(180deg);
  z-index: -2;
}
@media screen and (max-width: 1024px) {
  .oem .flow::before {
    width: 30%;
    max-width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .oem .flow::before {
    width: 50%;
    right: -60px;
  }
}
.oem .flow::after {
  content: "";
  display: block;
  width: 30%;
  height: auto;
  max-width: 489px;
  aspect-ratio: 1/1;
  background-image: linear-gradient(90deg, #fef7ea, #fffdfb);
  border-radius: 50%;
  position: absolute;
  bottom: -100px;
  left: -100px;
  z-index: -2;
}
@media screen and (max-width: 1024px) {
  .oem .flow::after {
    width: 35%;
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .oem .flow::after {
    width: 60%;
    left: -120px;
    bottom: -80px;
  }
}
.oem .flow_wrapper {
  margin-top: -100px;
}
@media screen and (max-width: 768px) {
  .oem .flow_wrapper {
    margin-top: -80px;
  }
}
.oem .flow .container {
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .oem .flow .container {
    margin-top: 80px;
  }
}
.oem .flow_contents {
  max-width: 950px;
  margin: 80px auto 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .oem .flow_contents {
    margin-top: 50px;
  }
}
.oem .flow_contents::before {
  content: "";
  display: block;
  width: 1px;
  height: 85%;
  background-color: #f9ccca;
  position: absolute;
  top: 50%;
  left: 3.5%;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .oem .flow_contents::before {
    left: 22.5px;
  }
}
@media screen and (max-width: 768px) {
  .oem .flow_contents::before {
    top: 0;
    height: 90%;
    transform: none;
  }
}
.oem .flow_item {
  display: flex;
  align-items: stretch;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .oem .flow_item {
    gap: 10px;
  }
}
.oem .flow_item + .flow_item {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .oem .flow_item + .flow_item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .oem .flow_item + .flow_item {
    margin-top: 60px;
  }
}
.oem .flow_item_num {
  width: 7%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: "EB Garamond", serif;
  font-size: 1.8rem;
  color: #6f4031;
}
@media screen and (max-width: 1024px) {
  .oem .flow_item_num {
    width: 45px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .oem .flow_item_num {
    align-items: flex-start;
  }
}
.oem .flow_item_num::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../image/oem/flow_num_bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .oem .flow_item_num span {
    margin-top: 10px;
  }
}
.oem .flow_item_img {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .oem .flow_item_img {
    display: none;
  }
}
.oem .flow_item_img img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oem .flow_item_text {
  flex: 1;
  margin-left: 10px;
  box-sizing: border-box;
}
.oem .flow_item_name {
  font-size: 1.5rem;
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .oem .flow_item_name {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .oem .flow_item_name {
    font-size: 1.2rem;
  }
}
.oem .flow_item_info {
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 15px;
  color: #636363;
}
@media screen and (max-width: 1024px) {
  .oem .flow_item_info {
    margin-top: 8px;
    font-size: 0.9rem;
  }
}
.oem .flow_message {
  text-align: center;
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
  color: #f1807b;
  font-size: 1.8rem;
  margin-top: 80px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .oem .flow_message {
    font-size: 1.3rem;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .oem .flow_message {
    font-size: 1.2rem;
  }
}
.oem .flow_message span {
  border-bottom: 4px solid #f9af3f;
  line-height: 1.5;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .oem .flow_message span {
    border-width: 2.5px;
  }
}
.oem .flow_bg {
  position: absolute;
  width: 16%;
  max-width: 270px;
  height: auto;
  aspect-ratio: 1/1.395;
  background-image: url(../image/oem/flow_bg1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .oem .flow_bg {
    display: none;
  }
}
.oem .flow_bg:first-of-type {
  top: 25%;
  left: -15%;
}
.oem .flow_bg:nth-of-type(2) {
  background-image: url(../image/oem/flow_bg2.svg);
  bottom: 10%;
  right: -12%;
}
.oem .contact {
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .oem .contact {
    margin-bottom: 80px;
  }
}
.oem .contact_contents {
  background-image: url(../image/oem/bg_pink.webp);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  text-align: center;
  padding: 80px 50px;
}
@media screen and (max-width: 768px) {
  .oem .contact_contents {
    padding: 30px 15px;
    border-radius: 30px;
  }
}
.oem .contact_title {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .oem .contact_title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .oem .contact_title {
    font-size: 1.3rem;
  }
}
.oem .contact_title_info {
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 50px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .oem .contact_title_info {
    font-size: 0.85rem;
    margin-bottom: 30px;
  }
}
.oem .contact_item {
  position: relative;
  height: fit-content;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .oem .contact_item {
    max-width: 600px;
  }
}
.oem .contact_item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
  mix-blend-mode: multiply;
  border-radius: 20px;
  z-index: 0;
}
.oem .contact_item + .contact_item {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .oem .contact_item + .contact_item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .oem .contact_item + .contact_item {
    margin-top: 20px;
  }
}
.oem .contact_item_link {
  height: 135px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background-color: #fdf1d9;
  border-radius: 20px;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
  transform: translate(-5px, -6px);
}
@media screen and (max-width: 1024px) {
  .oem .contact_item_link {
    padding: 25px 10px;
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .oem .contact_item_link {
    height: auto;
    grid-template-columns: 1fr;
    padding: 20px 10px 15px;
    border-radius: 15px;
  }
}
.oem .contact_item_link:hover {
  transform: none;
}
.oem .contact_item_link_left, .oem .contact_item_link_right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.oem .contact_item_link_left {
  gap: 10px;
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .oem .contact_item_link_left {
    gap: 5px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .oem .contact_item_link_left {
    font-size: 1.1rem;
    margin-bottom: 15px;
  }
}
.oem .contact_item_link_right {
  flex-direction: column;
  height: 100%;
  border-left: 1px solid #ffffff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .oem .contact_item_link_right {
    height: auto;
    display: block;
    border-left: none;
    border-top: 1px solid #ffffff;
    padding-top: 8px;
  }
}
.oem .contact_item_link-contact .contact_item_link_right {
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
  border-color: #6f4031;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .oem .contact_item_link-contact .contact_item_link_right {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .oem .contact_item_link-contact .contact_item_link_right {
    font-size: 0.9rem;
  }
}
.oem .contact_item_link-contact img {
  width: 6.5%;
}
@media screen and (max-width: 768px) {
  .oem .contact_item_link-contact img {
    max-width: 24px;
  }
}
.oem .contact_item_link-tel {
  background-color: #6f4031;
}
.oem .contact_item_link-tel > * {
  color: #ffffff !important;
}
.oem .contact_item_link-tel .contact_item_link_left img {
  width: 7%;
}
@media screen and (max-width: 768px) {
  .oem .contact_item_link-tel .contact_item_link_left img {
    max-width: 24px;
  }
}
.oem .contact_item_link-tel .contact_item_link_right {
  padding-top: 12px;
}
.oem .contact_item_link-tel .contact_item_link_right img {
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .oem .contact_item_link-tel .contact_item_link_right img {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .oem .contact_item_link-tel .contact_item_link_right img {
    max-width: 350px;
  }
}
.oem .contact_item_link_small {
  font-size: 0.9rem;
  margin-top: 15px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .oem .contact_item_link_small {
    font-size: 0.8rem;
    margin-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  .oem .contact_item_link_small {
    font-size: 0.7rem;
    margin-top: 8px;
  }
}

.lineuppage_contents {
  padding: 100px 0 60px;
}
@media screen and (max-width: 1024px) {
  .lineuppage_contents {
    padding: 80px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .lineuppage_contents {
    padding: 60px 0 30px;
  }
}
.lineuppage_contents_title {
  border-bottom: 2px solid #422123;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .lineuppage_contents_title {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-width: 1.5px;
  }
}
.lineuppage_contents_info {
  text-align: center;
  color: #636363;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .lineuppage_contents_info {
    text-align: left;
  }
}
.lineuppage_contents_img {
  width: 60%;
  max-width: 640px;
  margin: 50px auto;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .lineuppage_contents_img {
    width: 70%;
    margin: 30px auto 50px;
  }
}
@media screen and (max-width: 768px) {
  .lineuppage_contents_img {
    width: 100%;
    margin-top: 20px;
    border-radius: 15px;
  }
}
.lineuppage_contents_example_title {
  position: relative;
  padding-left: 16px;
  font-size: 1.3rem !important;
  line-height: 1.5;
  margin-top: 30px;
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
  color: #422123;
}
@media screen and (max-width: 768px) {
  .lineuppage_contents_example_title {
    font-size: 1.1rem !important;
    margin-top: 25px;
    padding-left: 10px;
  }
}
.lineuppage_contents_example_title::before {
  content: "";
  display: block;
  width: 5px;
  height: 80%;
  background-color: #422123;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .lineuppage_contents_example_title::before {
    width: 3px;
  }
}
.lineuppage_contents_example_list_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .lineuppage_contents_example_list_wrapper {
    grid-template-columns: 1fr;
    margin-top: 15px;
  }
}
.lineuppage_contents_example_list_item {
  line-height: 2.5;
  list-style-type: disc;
  margin-left: 1.5em;
}
@media screen and (max-width: 1024px) {
  .lineuppage_contents_example_list_item {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .lineuppage_contents_example_list_item {
    margin-left: 1em;
    font-size: 0.9rem;
  }
}
.lineuppage_contents_example_img {
  width: 60%;
  max-width: 640px;
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .lineuppage_contents_example_img {
    width: 100%;
    margin-bottom: 40px;
    border-radius: 15px;
  }
}
.lineuppage_contents_example_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lineuppage_contents_detail {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 60px;
  padding: 50px 60px;
  background-color: #fdf1d9;
  border-radius: 50px;
}
@media screen and (max-width: 1024px) {
  .lineuppage_contents_detail {
    padding: 40px 40px;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .lineuppage_contents_detail {
    max-width: 640px;
    flex-direction: column;
    border-radius: 15px;
    padding: 20px 15px 30px;
    gap: 20px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.lineuppage_contents_detail_img {
  width: 50%;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .lineuppage_contents_detail_img {
    width: 100%;
    border-radius: 15px;
  }
}
.lineuppage_contents_detail_img img {
  width: 100%;
  max-width: none;
}
.lineuppage_contents_detail_text {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .lineuppage_contents_detail_text {
    flex: auto;
    width: 100%;
  }
}
.lineuppage_contents_detail_name {
  font-size: 1.4rem;
  line-height: 1.4;
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
  color: #6f4031;
}
@media screen and (max-width: 1024px) {
  .lineuppage_contents_detail_name {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .lineuppage_contents_detail_name {
    font-size: 1.2rem;
    padding-left: 12px;
  }
}
.lineuppage_contents_detail_name::before {
  content: "";
  display: block;
  width: 4px;
  height: 80%;
  background-color: #6f4031;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.lineuppage_contents_detail_table {
  width: 100%;
}
.lineuppage_contents_detail_table tr {
  border-bottom: 1px solid #422123;
}
.lineuppage_contents_detail_table tr th,
.lineuppage_contents_detail_table tr td {
  padding: 25px 10px;
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .lineuppage_contents_detail_table tr th,
  .lineuppage_contents_detail_table tr td {
    padding: 15px 5px;
  }
}
@media screen and (max-width: 768px) {
  .lineuppage_contents_detail_table tr th,
  .lineuppage_contents_detail_table tr td {
    font-size: 0.9rem;
  }
}
.lineuppage_contents_detail_table tr th {
  font-size: 0.9rem;
  min-width: 60px;
}
@media screen and (max-width: 768px) {
  .lineuppage_contents_detail_table tr th {
    font-size: 0.8rem;
    width: 45px;
  }
}
.lineuppage_contents_detail_table tr td {
  color: #636363;
}
.lineuppage_contents_detail_btn {
  width: 50%;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .lineuppage_contents_detail_btn {
    width: 100%;
  }
}
.lineuppage_contents_detail_btn::after {
  font-weight: 100;
  font-size: 0.9em;
}
.lineuppage_contact_btn {
  margin: 60px auto 150px;
  background-color: #fff;
  border: 1.5px solid #6f4031;
  color: #422123;
}
@media screen and (max-width: 1024px) {
  .lineuppage_contact_btn {
    margin: 40px auto 100px;
  }
}
.lineuppage_contact_btn:hover {
  background-color: #6f4031;
  color: #ffffff;
}
.lineuppage_contact_btn:hover .arrow {
  border-color: #ffffff;
}
.lineuppage_contact_btn:hover .arrow::after, .lineuppage_contact_btn:hover .arrow::before {
  background-color: #ffffff;
}
.lineuppage_contact_btn .arrow {
  border-color: #6f4031;
}
.lineuppage_contact_btn .arrow::after, .lineuppage_contact_btn .arrow::before {
  background-color: #6f4031;
}