@charset "utf-8";
/* CSS Document */
.cast_menu{
  margin-top: 40px;
}
.cast_menu_inner {
  max-width: 1024px;
  width: 90%;
  margin: auto;
  background: #eee;
  padding: 30px;
  .det_series{
    padding-bottom: 0;
    border: none;
  }
  @media screen and (max-width: 767px) {
    padding: 20px 5%;
  }
}
.cast_menu_list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 10px;
  @media screen and (max-width: 767px) {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.cast_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;
  @media screen and (max-width: 767px) {
    width: 100%;
  min-height: 50px;
  }
  &[href="/casting/"]{
    background:var(--red);
    color: #fff;
  }
}

.under_mv{
  background: url(../img/mv.png) no-repeat center;
  background-size: cover;
}
.kind_nav {
  background: #eee;
  padding: 45px 0;
  margin-top: 20px;
}
.kind_nav_head {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  padding: 0 5%;
}
.kind_nav_list {
  max-width: 1024px;
  width: 90%;
  margin: 30px auto 0;
  display: flex;
  flex-wrap:wrap;
  gap: 30px;
  @media screen and ( max-width: 767px ) {
    gap:10px;
  }
}
.kind_nav_btn {
  display: flex;
  align-items: center;
  height: 70px;
  width: calc(25% - (90px / 4));
  background: #fff;
  padding: 0 20px;
  justify-content: space-between;
  font-weight: bold;
  &::after{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--red);
    border-bottom: 2px solid var(--red);
    transform: rotate(-45deg);
  }
  @media screen and ( max-width: 767px ) {
    height: 50px;
    width: calc(50% - 5px);
  }
}



.detail{
  padding: 30px 0 60px;
}
.det_inner{
  max-width: 1024px;
  width: 90%;
  margin: auto;
}
.det_head{
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  color: rgba(0, 0, 0, 0);
  font-weight: 900;
}
.det_sub {
  font-size: 3rem;
}
.det_tit {
  font-size: 5rem;
}
.det_bot{
  display: flex;
  gap: 40px;
}
.det_left{
  max-width: 600px;
  width: 100%;
}
.det_fig{
  max-width: 380px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.det_series {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--red);
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.det_bold{
  font-size: 2.4rem;
  font-weight: 900;
}
.det_bold .sub {
  font-size: 2.4rem;
  font-weight: 900;
  margin-right: 10px;
}
.det_name{
  font-size: 3rem;
  font-weight: 900;
  color: var(--red);
}
.det_com{
  margin-top: 30px;
  line-height: 2;
}


.content{
  padding-bottom: 100px;
  line-height: 2;

.w_150{max-width: 150px;width: 100%;}
.w_200{max-width: 200px;width: 100%;}
.w_220{max-width: 220px;width: 100%;}
.w_300{max-width: 300px;width: 100%;}
.w_350{max-width: 350px;width: 100%;}
.w_400{max-width: 400px;width: 100%;}
.w_440{max-width: 440px;width: 100%;}
.w_460{max-width: 460px;width: 100%;}/*_chokeの50%*/
.w_502{max-width: 502px;width: 100%;}
.w_620{max-width: 620px;width: 100%;}
.w_full{max-width: 100%;width: 100%;}

.f_14{font-size: 1.4rem;}
.f_18{font-size: 1.8rem;}
.f_20{font-size: 2rem;}
.f_24{font-size: 2.4rem;}
.f_32{font-size: 3.2rem;}
.f_34{font-size: 3.4rem;}
.f_36{font-size: 3.6rem;}

.lh_15{line-height: 1.5;}

.mt_0{margin-top: 0;}
.mt_10{margin-top: 10px;}
.mt_20{margin-top: 20px;}
.mt_30{margin-top: 30px;}
.mt_40{margin-top: 40px;}
.mt_50{margin-top: 50px;}
.mt_60{margin-top: 60px;}

.mr_10{margin-right: 10px;}
.mr_20{margin-right: 20px;}
.mr_30{margin-right: 30px;}
.mr_40{margin-right: 40px;}
.mr_50{margin-right: 50px;}
.mr_60{margin-right: 60px;}

.bb_1{border-bottom: 1px solid #000; padding-bottom: 10px;}

  @media screen and ( max-width: 767px ) {
    .f_14{font-size: 1.2rem;}
    .f_18{font-size: 1.6rem;}
    .f_20{font-size: 1.8rem;}
    .f_24{font-size: 2rem;}
    .f_32{font-size: 2.4rem;}
    .f_34{font-size: 2.8rem;}
    .f_36{font-size: 3rem;}
  }
}
.cont_inner {
  max-width: 1024px;
  width: 90%;
  margin: auto;
}
.cont_block{
  margin-top: 60px;
  &:first-child{
    margin-top: 0;
  }
}
.cont_choke{
  max-width: 944px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cont_bnr {
  display: flex;
  font-size: 2.4rem;
  background: #000;
  color: #fff;
  padding: 20px 40px;
  @media screen and ( max-width: 767px ) {
    font-size: 2rem;
  }
}
.cont_bb{
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.cont_img.center{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.cont_flex{
  display: flex;
  gap:20px;
  flex-wrap: wrap;
  &.jc_bt{
    justify-content: space-between;
  }
  &.jc_fe{
    justify-content: flex-end;
  }
  &.jc_c{
    justify-content: center;
  }
  &.ai_c {
    align-items: center;
  }
  &.nowrap {
    flex-wrap: nowrap;
  }
}
.cont_border{
  display: flex;
  flex-direction: column;
  border: 1px solid #CCCCCC;
  padding: 30px;
  @media screen and ( max-width: 767px ) {
    padding: 20px 5%;
  }
}
.cont_table{
  &.type01{ /* 2カラム */
    width: 100%;
    border-top: 1px solid #000;
    text-align: left;
    th{
      padding: 15px;
      background: #eee;
      border-bottom: 1px solid #000;
      min-width: 150px;
    }
    td{
      padding: 15px;
      border-bottom: 1px solid #000;
    }
  }
  &.type02{ /* 3カラム以上 */
    width: 100%;
    border-top: 1px solid #000;
    text-align: center;
    th{
      padding: 15px;
      background: #eee;
      border-bottom: 1px solid #000;
      min-width: 150px;
    }
    td{
      padding: 15px;
      border-bottom: 1px solid #000;
    }
    tr > :not(:last-child) {
      border-right: 1px solid #ccc;
    }
  }
  .gray {/* 背景色 */
    background: #eee;
  }
}

.product{
  padding:0 0  100px 0;
}
.pro_inner{
  max-width: 1024px;
  width: 90%;
  margin: auto;
}
.pro_head{
  font-size: 3rem;
  font-weight: bold;
  color: var(--red);
  text-align: center;
}
.pro_sub{
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}
.pro_list {
  display: flex;
  gap: 40px 30px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.pro_card{
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 321px;
  width: 100%;
}
.pro_img{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  background: #eee;
  height: 234px;
}
.pro_tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
  font-weight: bold;
  .str{
    font-size: 2rem;
    color: var(--red);
  }
}
.pro_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);
}

.flow{
  max-width: 810px;
  width: 100%;
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  @media screen and ( max-width: 767px ) {
    flex-direction: column;
    align-items: center;
  }
}
.flow_box{
  max-width: 250px;
  width: 100%;
  border: 1px solid #000;
}
.fb_top{
  background: #000;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.fb_bot{
  padding: 10px 0;
  background: var(--red);
  color: #fff;
  font-weight: bold;
  max-width: 100px;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.fb_bot_box{
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and ( max-width: 1023px ) {
}
@media screen and ( max-width: 767px ) {
.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;
}

.cont_menu {
  gap: 5px;
  flex-wrap: wrap;
  &::before{
    display: none;
  }
}
.cont_tab {
  font-size: min(2.4rem, 4.5vw);
  line-height: 1.5;
  height: 50px;
  max-width: calc(50% - 2.5px);
  &.active{
    height: 50px;
    border: 1px solid var(--red);
  }
}
.content{
  .sp_50p{
    width: calc(50% - 10px);
  }
}
.cont_bnr {
  padding: 15px 5%;
}
.cont_table{
  &.type01{
    display: block;
    width: 100%;
    tbody{
      display: block;
      width: 100%;
    }
    tr{
      display: block;
      width: 100%;
    }
    th{
      display: block;
      width: 100%;
      padding: 10px;
    }
    td{
      display: block;
      width: 100%;
      padding: 10px;
    }
  }
  &.type02{
    width: 500px;
  }
}
div:has(> .type02) {
  overflow-x: scroll;
  max-width: 100%;
}
div:has(>.type03) {
  overflow-x: scroll;
  max-width: 100%;
}
div:has(>.type04) {
  overflow-x: scroll;
  max-width: 100%;
}
}