@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@font-face {
  font-family: "Gothic A1";
  src: url('https://daim.itembox.design/item/fonts/GothicA1-Bold.ttf') format(truetype);
}
.product_intro {
  position: relative;
}
.product_intro .main_visual {
  display: flex;
  gap: 20px;
}
.product_intro .main_visual div:first-child {
  width: 48.5%;
}
.product_intro .main_visual div:last-child {
  width: 51.2%;
}
.product_intro .main_visual img {
  width: 100%;
}
.product_intro .daim_intro {
  position: relative;
  padding: 100px 0 75px;
  margin-top: -60px;
  z-index: 2;
}
.product_intro .daim_intro::before {
  content: "";
  background: url("https://daim.itembox.design/item/daim_background.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.product_intro .daim_intro__top {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .product_intro .daim_intro__top {
    gap: 4vw;
  }
}
.product_intro .daim_intro__top .daim_logo {
  width: 200px;
}
@media screen and (max-width: 1000px) {
  .product_intro .daim_intro__top .daim_logo {
    width: 20vw;
  }
}
.product_intro .daim_intro__top .daim_logo img {
  width: 100%;
}
.product_intro .daim_intro__top .daim_description p:first-child {
  font-family: "Noto Sans JP";
  font-size: 34px;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .product_intro .daim_intro__top .daim_description p:first-child {
    font-size: 3.4vw;
  }
}
.product_intro .daim_intro__top .daim_description p:last-child {
  font-family: "Noto Sans JP";
  font-size: 48px;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .product_intro .daim_intro__top .daim_description p:last-child {
    font-size: 4.8vw;
  }
}
.product_intro .daim_intro__bottom {
  background: #6B605E;
  max-width: 840px;
  text-align: center;
  padding: 18px;
  margin: auto;
  margin-top: 50px;
}
@media screen and (max-width: 1000px) {
  .product_intro .daim_intro__bottom {
    max-width: 84vw;
    padding: 1.8vw;
    margin-top: 5vw;
  }
}
.product_intro .daim_intro__bottom p {
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-weight: bold;
  color: white;
}
@media screen and (max-width: 1000px) {
  .product_intro .daim_intro__bottom p {
    font-size: 2.8vw;
  }
}

.daim_merit {
  position: relative;
  background-color: #8DADA2;
  padding-bottom: 5%;
}
.daim_merit::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("https://daim.itembox.design/item/vegetable.png") no-repeat;
  background-size: 100%;
  top: 0;
  z-index: 1;
}
.daim_merit h2 {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 50px;
  color: white;
  text-align: center;
  position: relative;
  z-index: 2;
  padding-top: 60px;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1000px) {
  .daim_merit h2 {
    font-size: 5vw;
    padding-top: 6vw;
  }
}
.daim_merit h2 span {
  font-size: 73px;
}
@media screen and (max-width: 1000px) {
  .daim_merit h2 span {
    font-size: 7.3vw;
  }
}
.daim_merit_area {
  width: 90%;
  margin-top: 85px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  padding: 1px 25px 25px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .daim_merit_area {
    margin-top: 8.5vw;
    padding: 1px 2.5vw 2.5vw;
  }
}
.daim_merit_area__box h3 {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 30px;
  line-height: 55px;
  background-color: #6B605E;
  -webkit-clip-path: polygon(50% 0%, 100% 20%, 100% 100%, 0 100%, 0 20%);
  clip-path: polygon(50% 0%, 100% 20%, 100% 100%, 0 100%, 0 20%);
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 30px;
  color: white;
  margin: auto;
  margin-top: -35px;
}
@media screen and (max-width: 1000px) {
  .daim_merit_area__box h3 {
    margin-top: -3.5vw;
    line-height: 5.5vw;
    font-size: 3vw;
    padding: 0.5vw 3vw;
  }
}
.daim_merit_area__box p {
  font-size: 30px;
  line-height: 52px;
  font-family: "Noto Sans JP";
  font-weight: normal;
  text-align: justify;
  padding-top: 35px;
}
@media screen and (max-width: 1000px) {
  .daim_merit_area__box p {
    font-size: 3vw;
    line-height: 5.2vw;
    padding-top: 3.5vw;
  }
}
.daim_merit_area__box__image {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .daim_merit_area__box__image {
    gap: 2vw;
    margin-top: 3vw;
  }
}
.daim_merit_area__box__image img {
  width: 100%;
}

.daim_point .daim_point_logo {
  width: 165px;
  margin: auto;
  margin-top: 90px;
}
@media screen and (max-width: 1000px) {
  .daim_point .daim_point_logo {
    width: 16.5vw;
    margin-top: 9vw;
  }
}
.daim_point h2 {
  font-family: "Noto Sans JP";
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .daim_point h2 {
    font-size: 4.8vw;
  }
}
.daim_point h2 span {
  font-family: "Gothic A1";
  font-size: 128px;
  margin: 0 10px;
}
@media screen and (max-width: 1000px) {
  .daim_point h2 span {
    font-size: 12.8vw;
  }
}
.daim_point_area {
  margin-bottom: 200px;
}
@media screen and (max-width: 1000px) {
  .daim_point_area {
    margin-bottom: 20vw;
  }
}
.daim_point_area h3 {
  font-family: "Noto Sans JP";
  font-weight: bold;
  margin-top: 0;
  font-size: 40px;
  color: white;
  padding-top: 50px;
  text-align: center;
  padding-bottom: 50px;
  -webkit-clip-path: polygon(50% 0%, 100% 20%, 100% 100%, 0 100%, 0 20%);
  clip-path: polygon(50% 0%, 100% 20%, 100% 100%, 0 100%, 0 20%);
  background-color: #494848;
}
@media screen and (max-width: 1000px) {
  .daim_point_area h3 {
    font-size: 4vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}
.daim_point_area h3 span {
  font-family: "Gothic A1";
  display: block;
  border: 1px solid white;
  font-size: 60px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  padding: 10px 16px 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .daim_point_area h3 span {
    font-size: 6vw;
    padding: 1vw 1.6vw 0;
    margin-bottom: 3vw;
  }
}
.daim_point_area p {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 30px;
  width: 90%;
  margin: auto;
  letter-spacing: 0.1em;
  line-height: 52px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .daim_point_area p {
    font-size: 3vw;
    line-height: 5.2vw;
    margin-bottom: 3vw;
  }
}
.daim_point_area p.text-red {
  color: #A2272D;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .daim_point_area p.text-red {
    margin-bottom: 3vw;
  }
}
.daim_point_area p.text-red.text-center {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
@media screen and (max-width: 1000px) {
  .daim_point_area p.text-red.text-center {
    margin-top: 2vw;
  }
}
.daim_point_area p.text-red span {
  background-color: #229673;
  color: white;
  border-radius: 30px;
  padding: 5px 20px;
}
@media screen and (max-width: 1000px) {
  .daim_point_area p.text-red span {
    padding: 0.5vw 2vw;
    border-radius: 3vw;
  }
}
.daim_point_area_image_part {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.daim_point_area_image_part figure {
  margin: 0;
}
.daim_point_area_image_part figure figcaption {
  font-size: 38px;
  line-height: 66.5px;
  font-family: "Noto Sans JP";
  font-weight: normal;
  background-color: #229673;
  text-align: center;
  color: white;
  border-radius: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .daim_point_area_image_part figure figcaption {
    font-size: 3.8vw;
    line-height: 6.65vw;
    border-radius: 4vw;
    margin-bottom: 2vw;
  }
}
.daim_point_area_image_part div:last-child figcaption {
  background-color: #008A80;
}
@media screen and (max-width: 1000px) {
  .daim_point_area_image_part {
    gap: 2vw;
  }
}
.daim_point_area_image_part img {
  width: 100%;
  height: 100%;
}
.daim_point_area_table_part {
  width: 90%;
  margin: auto;
}
.daim_point_area_table_part p {
  font-size: 30px;
  width: 100%;
  padding-top: 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .daim_point_area_table_part p {
    font-size: 3vw;
    padding-top: 3vw;
  }
}
.daim_point_area_table_part .table_area {
  width: 100%;
}
.daim_point_area_table_part .table_area div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
}
@media screen and (max-width: 1000px) {
  .daim_point_area_table_part .table_area div {
    gap: 1vw;
  }
}
.daim_point_area_table_part .table_area div:last-child {
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  .daim_point_area_table_part .table_area div:last-child {
    margin-top: 1vw;
  }
}
.daim_point_area_table_part .table_area div:last-child p {
  background-color: #D3D3D3;
}
.daim_point_area_table_part .table_area p {
  font-family: "Noto Sans JP";
  font-size: 30px;
  line-height: 52px;
  background: #8DADA2;
  color: white;
  font-weight: normal;
  padding: 0;
  text-align: center;
  padding: 15px 10px;
}
@media screen and (max-width: 1000px) {
  .daim_point_area_table_part .table_area p {
    font-size: 3vw;
    line-height: 5.2vw;
    padding: 1.5vw 1vw;
  }
}

.daim_guide h2 {
  font-size: 40px;
  font-family: "Noto Sans JP";
  font-weight: normal;
  line-height: 70px;
  -webkit-clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0 50%);
  clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0 50%);
  color: white;
  max-width: 450px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-color: #494848;
}
@media screen and (max-width: 1000px) {
  .daim_guide h2 {
    font-size: 4vw;
    line-height: 7vw;
    max-width: 45vw;
  }
}
.daim_guide h4 {
  font-family: "Noto Sans JP";
  font-size: 25px;
  line-height: 44px;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1000px) {
  .daim_guide h4 {
    font-size: 2.5vw;
    line-height: 4.4vw;
  }
}
.daim_guide_area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 90px;
}
@media screen and (max-width: 1000px) {
  .daim_guide_area {
    gap: 2vw;
    margin-top: 9vw;
  }
}
.daim_guide_area figure {
  padding: 0;
  margin: 0;
}
.daim_guide_area figure img {
  width: 100%;
}
.daim_guide_area figcaption {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 30px;
  line-height: 52px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
  .daim_guide_area figcaption {
    font-size: 3vw;
    line-height: 5.2vw;
  }
}

.daim_product_list {
  margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .daim_product_list {
    margin-bottom: 10vw;
  }
}
.daim_product_list h2 {
  font-family: "Noto Sans JP";
  font-size: 40px;
  line-height: 70px;
  -webkit-clip-path: polygon(50% 0%, 100% 20%, 100% 100%, 0 100%, 0 20%);
  clip-path: polygon(50% 0%, 100% 20%, 100% 100%, 0 100%, 0 20%);
  color: white;
  font-weight: bold;
  background-color: #6B605E;
  max-width: 250px;
  text-align: center;
  margin: auto;
  margin-top: 200px;
}
@media screen and (max-width: 1000px) {
  .daim_product_list h2 {
    margin-top: 20vw;
    font-size: 4vw;
    max-width: 25vw;
    line-height: 7vw;
  }
}
.daim_product_list_area {
  padding: 0 5%;
}
.daim_product_list_area__header {
  display: flex;
  justify-content: space-between;
  width: 93%;
  margin: auto;
  margin-top: 70px;
}
@media screen and (max-width: 1000px) {
  .daim_product_list_area__header {
    margin-top: 20vw;
  }
}
.daim_product_list_area__header p {
  background-color: #6B605E;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 34px;
  line-height: 60px;
  color: white;
  min-width: 375px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .daim_product_list_area__header p {
    font-size: 3.4vw;
    line-height: 6vw;
    min-width: 37.5vw;
  }
}
.daim_product_list_area .header_caption {
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  margin: 45px 0;
}
@media screen and (max-width: 1000px) {
  .daim_product_list_area .header_caption {
    font-size: 3.2vw;
    margin: 4.5vw 0;
  }
}
.daim_product_list_area__body {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 1000px) {
  .daim_product_list_area__body {
    gap: 8vw;
  }
}
.daim_product_list_area__body figure {
  margin: 0;
  width: 50%;
}
.daim_product_list_area__body figure:first-child {
  position: relative;
}
.daim_product_list_area__body figure:first-child::after {
  content: "";
  height: 100%;
  position: absolute;
  background-image: linear-gradient(#231815 45%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 3px 25px;
  background-repeat: repeat-y;
  width: 3px;
  top: 0;
  right: -40px;
}
@media screen and (max-width: 1000px) {
  .daim_product_list_area__body figure:first-child::after {
    right: -4vw;
  }
}
.daim_product_list_area__body figure img {
  width: 100%;
}
.daim_product_list_area__body figure figcaption p {
  font-family: "Noto Sans JP";
  font-size: 32px;
  line-height: 56px;
  background-color: #229673;
  font-weight: 500;
  color: white;
  text-align: center;
  border-radius: 40px;
}
@media screen and (max-width: 1000px) {
  .daim_product_list_area__body figure figcaption p {
    font-size: 3.2vw;
    line-height: 5.6vw;
    border-radius: 4vw;
  }
}
.daim_product_list_area__body figure figcaption a {
  display: block;
  font-family: "Noto Sans JP";
  color: #231815;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0.05em;
  border: 1px solid #231815;
  padding: 10px;
  margin: 20px 0;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .daim_product_list_area__body figure figcaption a {
    font-size: 2.8vw;
    line-height: 4vw;
    padding: 1vw;
    margin: 2vw;
  }
}
@media screen and (max-width: 768px) {
.daim_product_list_area__body figure figcaption a {
    font-size: 2.8vw;
    line-height: 4vw;
    padding: 1vw;
    margin: 2vw 0;
  }
}
.daim_product_list_area__body figure figcaption a::after {
  content: "";
  background: url('https://daim.itembox.design/item/play.svg') no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.daim_product_list_area .daim_product_list_onePart {
  display: flex;
  gap: 40px;
  margin-top: 120px;
}
@media screen and (max-width: 1000px) {
  .daim_product_list_area .daim_product_list_onePart {
    gap: 4vw;
    margin-top: 12vw;
  }
.daim_product_list_area__body figure figcaption a::after{
  width:0.5vw;
  height: 0.5vw;
  right: 5px;
  padding: 1vw;
}
}
.daim_product_list_area .daim_product_list_onePart div {
  width: 48%;
}
.daim_product_list_area .daim_product_list_onePart div:last-child {
  width: 53%;
}
.daim_product_list_area .daim_product_list_onePart h3 {
  font-family: "Noto Sans JP";
  font-size: 34px;
  font-weight: bold;
  line-height: 60px;
  color: white;
  text-align: center;
  background-color: #6B605E;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 5px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .daim_product_list_area .daim_product_list_onePart h3 {
    font-size: 3.4vw;
    line-height: 6vw;
  }
}
.daim_product_list_area .daim_product_list_onePart p {
  font-family: "Noto Sans JP";
  font-size: 32px;
  line-height: 56px;
  font-weight: 500;
  color: #231815;
  margin: 30px 0;
}
@media screen and (max-width: 1000px) {
  .daim_product_list_area .daim_product_list_onePart p {
    font-size: 3.2vw;
    line-height: 5.6vw;
    margin: 3vw 0;
  }
}
.daim_product_list_area .daim_product_list_onePart a {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  color: #231815;
  text-decoration: none;
  border: 1px solid #231815;
  display: block;
  width: 90%;
  padding: 10px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .daim_product_list_area .daim_product_list_onePart a {
    font-size: 2.8vw;
    line-height: 4vw;
    padding: 1vw;
  }
}
.daim_product_list_area .daim_product_list_onePart a::after {
  content: "";
  background: url('https://daim.itembox.design/item/play.svg') no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.daim_product_list_area .daim_product_list_switch h2 {
  font-family: "Noto Sans JP";
  font-weight: bold;
  line-height: 60px;
  font-size: 34px;
  background-color: #6B605E;
  color: white;
  padding: 0 10px;
  max-width: 100%;
  -webkit-clip-path: unset;
          clip-path: unset;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 140px;
  min-width: 500px;
}
@media screen and (max-width: 1000px) {
  .daim_product_list_area .daim_product_list_switch h2 {
    font-size: 3.4vw;
    line-height: 6vw;
    padding: 0 1vw;
    margin-top: 14vw;
    min-width: 50vw;
  }
.daim_product_list_area .daim_product_list_onePart a::after{
    width: 0.5vw;
    height: 0.5vw;
    right: 5px;
    padding: 1vw;
}
}
.daim_product_list_area .daim_product_list_switch_table table {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .daim_product_list_area .daim_product_list_switch_table table {
    margin-top: 4vw;
  }
}
.daim_product_list_area .daim_product_list_switch_table table th {
  width: 25%;
}
.daim_product_list_area .daim_product_list_switch_table table th:first-child {
  background-color: #A0B6B3;
}
.daim_product_list_area .daim_product_list_switch_table table.custom_table th:first-child {
  width: 25%;
}
.daim_product_list_area .daim_product_list_switch_table table.custom_table th:not(:first-child) {
  width: 18.75%;
}
.daim_product_list_area .daim_product_list_switch_table table figure {
  padding: 0;
  margin: 0;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 1000px) {
  .daim_product_list_area .daim_product_list_switch_table table figure {
    padding: 1vw;
  }
}
.daim_product_list_area .daim_product_list_switch_table table figure img {
  height: 132px;
}
@media screen and (max-width: 1000px) {
  .daim_product_list_area .daim_product_list_switch_table table figure img {
    height: 13.2vw;
  }
}
.daim_product_list_area .daim_product_list_switch_table table td.format-2 img {
  height: 70px;
}
@media screen and (max-width: 1000px) {
  .daim_product_list_area .daim_product_list_switch_table table td.format-2 img {
    height: 7vw;
  }
}
.daim_product_list_area .daim_product_list_switch_table table td.joint figure {
  height: 132px;
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .daim_product_list_area .daim_product_list_switch_table table td.joint figure {
    height: 13.2vw;
    margin-top: 2vw;
  }
}
.daim_product_list_area .daim_product_list_switch_table table td.joint img {
  height: 50px;
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .daim_product_list_area .daim_product_list_switch_table table td.joint img {
    height: 5vw;
    margin-top: 4vw;
  }
}
.daim_product_list_area .daim_product_list_switch_table table td.packer img {
  height: 60px;
}
@media screen and (max-width: 1000px) {
  .daim_product_list_area .daim_product_list_switch_table table td.packer img {
    height: 6vw;
  }
}
.daim_product_list_area .daim_product_list_switch_table table td.packer p {
  font-size: 23px;
  line-height: 35px;
}
@media screen and (max-width: 1000px) {
  .daim_product_list_area .daim_product_list_switch_table table td.packer p {
    font-size: 2.3vw;
    line-height: 3.5vw;
  }
}
.daim_product_list_area .daim_product_list_switch_table table td.house figure {
  height: 107px;
  margin-top: 12px;
}
@media screen and (max-width: 1000px) {
  .daim_product_list_area .daim_product_list_switch_table table td.house figure {
    height: 10.7vw;
    margin-top: 1.2vw;
  }
}
.daim_product_list_area .daim_product_list_switch_table table td.house img {
  height: 50px;
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .daim_product_list_area .daim_product_list_switch_table table td.house img {
    height: 5vw;
    margin-top: 4vw;
  }
}
.daim_product_list_area .daim_product_list_switch_table table, .daim_product_list_area .daim_product_list_switch_table th, .daim_product_list_area .daim_product_list_switch_table tr, .daim_product_list_area .daim_product_list_switch_table td {
  border: 1px solid #231815;
  border-collapse: collapse;
}
.daim_product_list_area .daim_product_list_switch_table th {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 25px;
  padding: 20px 0;
  letter-spacing: -0.02em;
  color: #231815;
}
@media screen and (max-width: 1000px) {
  .daim_product_list_area .daim_product_list_switch_table th {
    font-size: 2.5vw;
    padding: 2vw;
  }
}
.daim_product_list_area .daim_product_list_switch_table td {
  background-color: #EEEEEE;
}
.daim_product_list_area .daim_product_list_switch_table td.td_row {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 25px;
  padding: 20px;
  color: #231815;
  letter-spacing: 0.2em;
  background-color: #A0B6B3;
}
@media screen and (max-width: 1000px) {
  .daim_product_list_area .daim_product_list_switch_table td.td_row {
    font-size: 2.5vw;
    padding: 2vw;
  }
}
.daim_product_list_area .daim_product_list_switch_table td p {
  font-family: "Yu Gothic";
  font-weight: bold;
  font-size: 22px;
  color: #231815;
}
@media screen and (max-width: 1000px) {
  .daim_product_list_area .daim_product_list_switch_table td p {
    font-size: 2.2vw;
  }
}
.daim_product_list_area .daim_product_list_switch_table td a {
  display: flex;
  font-size: 22px;
  font-family: "Noto Sans JP";
  color: #231815;
  border: 1px solid #231815;
  margin: 10px;
  padding: 10px;
  position: relative;
  text-decoration: none;
  background-color: white;
}
@media screen and (max-width: 1000px) {
  .daim_product_list_area .daim_product_list_switch_table td a {
    font-size: 2.2vw;
    margin: 1vw;
    padding: 1vw;
  }
}
.daim_product_list_area .daim_product_list_switch_table td a::after {
  content: "";
  background: url('https://daim.itembox.design/item/play.svg') no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .daim_product_list_area .daim_product_list_switch_table td a::after {
    width: 0.5vw;
    height: 0.5vw;
    padding: 1vw;
    right: 0.5vw;
  }
}
.daim_product_list_area .daim_product_list_switch img {
  display: block;
  margin: auto;
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .daim_product_list_area .daim_product_list_switch img {
    margin-top: 2vw;
  }
}
.daim_product_list_area .daim_product_list_switch img.first_table {
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .daim_product_list_area .daim_product_list_switch img.first_table {
    margin-top: 4vw;
  }
}
.daim_product_list_area .daim_product_list_switch__type {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 1000px) {
  .daim_product_list_area .daim_product_list_switch__type {
    gap: 4vw;
  }
}
.daim_product_list_area .daim_product_list_switch__type a {
  display: block;
  border: 1px solid #231815;
  color: #231815;
  padding: 10px 20px;
  position: relative;
  font-family: "Noto Sans JP";
  font-size: 30px;
  line-height: 45px;
  font-weight: 500;
  text-decoration: none;
}

.daim_product_list_area .daim_product_list_switch__type a::after {
  content: "";
  background: url('https://daim.itembox.design/item/play.svg') no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .daim_product_list_area .daim_product_list_switch__type a {
    font-size: 3vw;
    line-height: 4.5vw;
    padding: 1vw 2vw;
  }

.daim_product_list_area .daim_product_list_switch__type a::after {
    width: 0.5vw;
    height: 0.5vw;
    right: 5px;
    padding: 1vw;
}
}


/*# sourceMappingURL=custom.css.map */