@charset "utf-8";
/* CSS Document */
.under_mv{
  background: url(/casting/kind/img/mv.png) no-repeat center;
  background-size: cover;
}
.article{
  padding: 30px 0;
}
.bnr{
  max-width: 673px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #eee;
  border: 3px solid var(--red);
  padding: 25px 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.bnr_com{
  .str{
    color: var(--red);
    font-size: var(--fs-24);
    font-weight: bold;
  }
}
.bnr_btn{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  background: var(--red);
  color: #fff;
  font-weight: bold;
}

.product{
  display: flex;
  gap:40px 20px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.product_center {
  display: flex;
  gap:40px 20px;
  flex-wrap: wrap;
  margin-top: 40px;
  justify-content: center;
}
.pro_card{
  max-width: 241px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pro_img{
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 241px;
  width: 100%;
}
.pro_name{
  margin-top: 10px;
  font-size: var(--fs-20);
  color: var(--red);
  margin-top: 10px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 10px;
}
.pro_com{
  margin-bottom: 20px;
}
.pro_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  color: var(--red);
  border: 1px solid var(--red);
  font-weight: bold;
  margin-top: auto;
  margin-bottom: 0;

}

.detail{
  padding: 60px 0 0;
}
.det_inner{
  max-width: 1024px;
  width: 90%;
  margin: auto;
}
.det_box{
  display: flex;
  justify-content: center;
  gap:40px;
  background: #eee;
  padding: 30px;
}
.det_left{
  max-width: 600px;
  width: 100%;
}
.det_fig{
}
.det_name{
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  color: rgba(0, 0, 0, 0);
  font-weight: 900;
  font-size: 7.2rem;
  line-height: 1;
}
.det_bold{
  font-size: 1.8rem;
  color: var(--red);
  font-weight: 900;
  margin-top: 10px;
}
.det_bold .sub {
  font-size: 2.4rem;
  font-weight: 900;
  margin-right: 10px;
}
.det_com {
  margin-top: 25px;
}

.det_menu {
  display: flex;
  gap: 40px 30px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.det_card{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% / 3) - (60px / 3));
}
.det_thumb{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  background: #eee;
  height: 234px;
}
.det_tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
  font-weight: bold;
  .str{
    font-size: 2rem;
    color: var(--red);
  }
}
.det_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 241px;
  width: 100%;
  margin: 20px auto 0;
  border: 1px solid var(--red);
  padding: 10px;
    color: var(--red);
}
.det_caution{
  margin-top: 30px;
  font-size: 1.4rem;
  line-height: 2;
  a{
    color: var(--red);
    text-decoration: underline;
  }
}
.det_menu_list{
  padding: 30px 0 0;
  display: flex;
  gap:20px;
  flex-wrap: wrap;
}
.det_box_inner {
  width: 100%;
}
.det_menu_btn_red {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
  color: #fff;
  width: calc((100% / 3) - (15px));
  min-height: 60px;
  background: var(--red);
}
.det_menu_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
  color: var(--red);
  width: calc((100% / 3) - (15px));
  min-height: 60px;
  border: 1px solid var(--red);
  background: #fff;
}
.detail2 {
  padding:60px 0 60px;
}
.det_tag2 {
  font-weight: bold;
}
.det_text {
  padding-top: 30px;
}
.text_red {
  color: var(--red);
}
.det_btn_red {
  font-size: var(--fs-24);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 672px;
  min-height: 85px;
  margin: 0 auto;
  background: var(--red);
}

.bot{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0 90px;
}
.back{
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--red);
  max-width: 673px;
  width: 90%;
  height: 75px;
  border: 1px solid var(--red);
  font-weight: bold;
  font-size: var(--fs-20);
}
.content {
  padding-bottom: 100px;
}
@media screen and ( max-width: 1023px ) {
}
@media screen and ( max-width: 767px ) {
.bnr {
  padding: 30px 5%;
  gap: 15px;
  flex-direction: column;
  align-items: center;
}

.product {
  gap: 30px 10px;
}
.pro_card {
  max-width: calc(50% - 5px);
}
.pro_btn {
  margin-top: 10px;
}
.pro_img {
  max-height: 241px;
  height: 50vw;
  padding: 10px;
  img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
}
.det_box{
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}
.det_name {
  font-size: 5rem;
}
.det_card {
  width: 100%;
  max-width: 328px;
}
.det_sub {
  font-size: min(3rem, 6vw);
}
.det_tit {
  font-size: min(5rem, 8vw);
}
.det_bot {
  flex-direction: column-reverse;
  gap: 10px;
}
.det_category {
  min-height: 30px;
  margin-top: 10px;
}
.det_menu:has(> :nth-child(4)) {
  justify-content: center;
}
.icon_text {
  margin-right: 0;
}
.det_menu_list {
  gap: 10px;
}
.det_menu_btn,.det_menu_btn_red {
    width: calc(50% - 5px);
    min-height: 50px;
    padding: 0 5px;
    font-size: 1.4rem;
}
.det_btn_red {
  width: 90%;
  max-width: 310px;
  padding: 0 10px;
}

.product_center {
  gap: 20px 10px;
  justify-content: flex-start;
}

}