@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
/* basic layout */
:root{
  --main_red: #af1e23;
  --sub_red: #ff0105;
  --gray: #e8e8e8;
}
@font-face {
  font-family: 'AldotheApache';
  src: url('../font/AldotheApache.ttf') format('truetype');
}

#sunbirds_new_contents{
  font-family:'Noto Sans JP','ヒラギノ角ゴ','ヒラギノ角ゴ Pro','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  /* text-align: center; */
  line-height: 1.4;
  color: #000;
}
#sunbirds_new_contents video,img{
  max-width: 100%;
  height: auto;
}
#sunbirds_new_contents a{
  color: #008CFF;
  transition: background-color .5s linear;
}
#sunbirds_new_contents .sp{
  display: none;
}
#sunbirds_new_contents *{
  box-sizing: border-box;
}
/* 1400 - 800 */
/* @media screen and (max-width: 1280px) {
  html{
    font-size: calc((1280px - (1280px - 100vw)) / 1280 * 1);
  }

} */



/* layout(box) */
#sunbirds_new_contents .w1920{
  max-width: 1920rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
#sunbirds_new_contents .w1200{
  max-width: 1200rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
#sunbirds_new_contents .mb45{
  margin-bottom: 45px;
}
#sunbirds_new_contents .mb90{
  margin-bottom: 90px;
}
#sunbirds_new_contents .mb130{
  margin-bottom: 130px;
}
#sunbirds_new_contents .pt60{
  padding-top: 60px;
}
#sunbirds_new_contents .pt30{
  padding-top: 30px;
}


/* text */
#sunbirds_new_contents .text{
  font-size: 18px;
  line-height: 1.7em;
}
#sunbirds_new_contents .red{
  color: var(--main_red);
}
#sunbirds_new_contents .white{
  color: #fff !important;
}
#sunbirds_new_contents .yellow{
  color: #ffe23c !important;
}
#sunbirds_new_contents .part_header .en,
#sunbirds_new_contents .beart_wrap .en{
  font-family: 'AldotheApache';
}


/* parts_title */
#sunbirds_new_contents .parts_title{
  text-align: center;
  color: #fff;
}
#sunbirds_new_contents .parts_title h2{
  font-family: 'AldotheApache';
  font-weight: 100;
  font-size: 84px;
  letter-spacing: 1px;
  line-height: 1;
}
#sunbirds_new_contents .parts_title p{
  font-size: 21px;
  font-weight: 600;
}

/* 767 break */
@media screen and (max-width: 767px) {
  #sunbirds_new_contents .pc{
    display: none;
  }
  #sunbirds_new_contents .sp{
    display: block;
  }

  /* text */
  #sunbirds_new_contents .section_titles span{
    font-size: 7.4vw;
  }
  #sunbirds_new_contents .section_titles h2{
    font-size: 4.5vw;
  }
  #sunbirds_new_contents .text{
    font-size: 3.7vw;
  }

  #sunbirds_new_contents .mb90{
    margin-bottom: 12.85vw;
  }

  #sunbirds_new_contents .parts_title h2{
    font-size: 11.2vw;
    letter-spacing: .3vw;
    line-height: 1;
  }
  #sunbirds_new_contents .parts_title p{
    font-size: 2.8vw;
  }
}



/* main_visual */
#sunbirds_new_contents .main_visual_wrap{
  width: 100%;
  line-height: 0;
  margin-bottom: -1px;
}
#sunbirds_new_contents .main_visual_wrap img{
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {

}


/* partner */
#sunbirds_new_contents .partner_wrap{
  width: 100%;
  height: 725px;
  background-image: url(../img/pc/partner_bk.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 96px;
  padding-bottom: 80px;
  margin: auto;
  position: relative;
}
#sunbirds_new_contents .partner_wrap::after{
  content: '';
  display: inline-block;
  width: 100vw;
  height: 21vw;
  background-image: url(../img/pc/partner_bk_asi.png);
  background-size: cover;
  vertical-align: middle;
  z-index: 1000;
  background-position: center;
  position: absolute;
  bottom: 47px;
}
#sunbirds_new_contents .partner_wrap .partner_title{
  width: 1060px;
  max-width: 1060px;
  margin: auto;
  margin-bottom: 63px;
}
#sunbirds_new_contents .partner_wrap .partner_title img{
  width: 100%;
}
#sunbirds_new_contents .partner_wrap .partner_cont{
  width: 866px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#sunbirds_new_contents .partner_wrap .partner_cont .text{
  margin-bottom: 60px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1.3px;
}
#sunbirds_new_contents .partner_btn{
  width: 700px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #164e9e;
  border-radius: 34px;
  border: 3px #d5c593 solid;
  box-shadow: 0px 10px 0px rgba(0,0,0,.3);
  z-index: 2000;
}
@media screen and (max-width: 767px) {
  #sunbirds_new_contents .partner_wrap{
    height: auto;
    background-image: url(../img/sp/partner_bk.jpg);
    padding: 9.2vw 4.0vw 10.7vw;
    margin: auto;
    position: relative;
    background-position: top;
  }
  #sunbirds_new_contents .partner_wrap::after{
    display: none;
  }
  #sunbirds_new_contents .partner_wrap .partner_title{
    width: 100%;
    max-width: 100%;
    margin: auto;
    margin-bottom: 10.7vw;
  }
  #sunbirds_new_contents .partner_wrap .partner_cont{
    width: 100%;

  }
  #sunbirds_new_contents .partner_wrap .partner_cont .text{
    margin-bottom: 10.1vw;
    letter-spacing: .2vw;
  }
  #sunbirds_new_contents .partner_btn{
    width: 100%;
    height: 15.7vw;
    border-radius: 4.5vw;
    padding: 0 3.9vw 0;
    box-shadow: 0 1vw 0 rgba(0,0,0,.3);
  }
}





/* mission_wrap */
#sunbirds_new_contents .mission_wrap{
  background-color: #000;
  width: 100%;
  text-align: center;
  padding-top: 77px;
  padding-bottom: 161px;
}
#sunbirds_new_contents .mission_wrap .part_header .en{
  font-size: 44px;
  letter-spacing: 27px;
  font-weight: 100;
  margin-bottom: 88px;
}
#sunbirds_new_contents .mission_wrap .our_mission_parts{
  width: 1200px;
  height: 669px;
  margin: auto;
  margin-bottom: 60px;
  background-image: url(../img/pc/our_mission_back.jpg);
  background-size: cover;
  padding-top: 57px;
}
#sunbirds_new_contents .mission_wrap .our_mission_parts .mission_txt{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  width: 750px;
  margin: auto;
  margin-top: 60px;
}
#sunbirds_new_contents .mission_wrap .our_mission_parts .mission_txt_inner{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#sunbirds_new_contents .mission_wrap .our_mission_parts .mission_txt_inner p{
  width: 665px;
  border-left: 3px solid #fff;
  font-size: 32px;
  font-weight: 500;
  text-align: left;
  padding-left: 40px;
  margin-left: 36px;
  letter-spacing: 2px;
}
#sunbirds_new_contents .mission_wrap .our_mission_parts .mission_txt_inner + .mission_txt_inner{
  margin-top: 36px;
}

#sunbirds_new_contents .our_mission_parts .parts_title h2{
  margin-bottom: 22px;
}
#sunbirds_new_contents .mission_wrap .merit_parts{

}
#sunbirds_new_contents .mission_wrap .merit_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1080px;
  list-style: none;
  margin: auto;
  margin-top: 64px;
  margin-bottom: 57px;
}
#sunbirds_new_contents .mission_wrap .merit_list li{
  width: 340px;
  color: #000;
  background-color: #fff;
  border-left: 13px solid #c30e10;
  line-height: 70px;
  font-size: 24px;
  font-weight: 500;
  margin-top: 30px;
}
#sunbirds_new_contents .merit_parts .parts_title h2{
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  #sunbirds_new_contents .mission_wrap{
    padding: 12.5vw 0 24.7vw;
  }
  #sunbirds_new_contents .mission_wrap .part_header .en{
    font-size: 5.8vw;
    letter-spacing: 2.5vw;
    font-weight: 100;
    margin-bottom: 12.5vw;
  }
  #sunbirds_new_contents .mission_wrap .our_mission_parts{
    width: 100%;
    height: 101.3vw;
    padding: 10.5vw 4.0vw 0;
    margin-bottom: 0;
    background-size: cover;
    background-position: 116vw;
  }
  #sunbirds_new_contents .mission_wrap .our_mission_parts .mission_txt{
    width: 95%;
    margin: auto;
    margin-top: 8.0vw;
  }
  #sunbirds_new_contents .mission_wrap .our_mission_parts .mission_txt_inner img{
    height: 10.7vw;
  }
  #sunbirds_new_contents .mission_wrap .our_mission_parts .mission_txt_inner p{
    width: 78vw;
    font-size: 4.0vw;
    padding: 1vw 0 1vw 5.5vw;
    /* padding-left: 5.5vw; */
    margin-left: 0vw;
    letter-spacing: 0vw;
    line-height: 1.7em;
  }
  #sunbirds_new_contents .mission_wrap .our_mission_parts .mission_txt_inner + .mission_txt_inner{
    margin-top: 4.8vw;
  }
  #sunbirds_new_contents .our_mission_parts .parts_title h2{
    margin-bottom: 2.8vw;
  }

  #sunbirds_new_contents .merit_parts{
    margin-top: -7vw;
    position: relative;
  }
  #sunbirds_new_contents .merit_parts::after{
    content: '';
    display: inline-block;
    width: 100vw;
    height: 50vw;
    background-image: url(../img/sp/merit_asi.png);
    background-size: 100%;
    vertical-align: middle;
    background-repeat: no-repeat;
    z-index: 1000;
    background-position: center;
    position: absolute;
    top: 30vw;
    left: 0;
  }

  #sunbirds_new_contents .mission_wrap .merit_list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    margin: auto;
    margin-top: 6.0vw;
    margin-bottom: 10.1vw;
  }
  #sunbirds_new_contents .mission_wrap .merit_list li{
    width: 54.9vw;
    border-left: none;
    border-bottom: .5vw solid #c30e10;
    line-height: 8.8vw;
    font-size: 4.0vw;
    margin-top: 3.1vw;
  }
  #sunbirds_new_contents .merit_parts .parts_title h2{
    margin-bottom: 2.8vw;
  }
  #sunbirds_new_contents .merit_parts .text{
    font-size: 3.2vw;

  }
}



/* beart_wrap */
#sunbirds_new_contents .beart_wrap{
  width: 100%;
  height: 525px;
  background-image: url(../img/pc/beart.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sunbirds_new_contents .beart_wrap .en{
  font-size: 44px;
  letter-spacing: 27px;
  font-weight: 100;
}
@media screen and (max-width: 767px) {
  #sunbirds_new_contents .beart_wrap{
    width: 100%;
    height: 70.0vw;
    background-size: cover;
    background-position: center;
  }
  #sunbirds_new_contents .beart_wrap .en{
    font-size: 5.8vw;
    letter-spacing: 2.5vw;
  }
}


/* information_wrap */
#sunbirds_new_contents .information_wrap{
  width: 100%;
  background-color: #c30e10;
  padding-top: 108px;
  border-top: #000 solid 7px;
  background-image: url(../img/pc/sunbirds_sukasi.png);
  background-position: top -260px right 0px;
  background-repeat: no-repeat;
  background-size: 700px;
  text-align: center;
  padding-bottom: 216px;
  position: relative;
  overflow-y: hidden;
}
#sunbirds_new_contents .information_wrap::after,
#sunbirds_new_contents .information_wrap::before{
  content: '';
  position: absolute;
  width: 18px;
  height: 100%;
  background-repeat: no-repeat;
  top: 750px;
  z-index: 200;
}
#sunbirds_new_contents .information_wrap::after{
  background-image: url(../img/pc/text_asi.png);
  right: 25px;
}
#sunbirds_new_contents .information_wrap::before{
  background-image: url(../img/pc/text_asi_l.png);
  left: 25px;
}
#sunbirds_new_contents .information_wrap .parts_title h2{
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  #sunbirds_new_contents .information_wrap{
    width: 100%;
    padding-top: 15.7vw;
    border-top: #000 solid 0.9vw;
    background-position: top -28vw right -12vw;
    background-repeat: no-repeat;
    background-size: 72.8vw;
    padding-bottom: 21.3vw;
  }
  #sunbirds_new_contents .information_wrap::after,
  #sunbirds_new_contents .information_wrap::before{
    display: none;
  }
  #sunbirds_new_contents .information_wrap .parts_title h2{
    margin-bottom: 2.9vw;
  }
}

/* p_category_list */
#sunbirds_new_contents .p_category_list{
  width: 1050px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
  /* margin-top: 60px; */
  color: #fff;
  text-align: left;
}
#sunbirds_new_contents .p_category_list li{
  width: 500px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 60px;
}
#sunbirds_new_contents .p_category_list li a{
  text-decoration: none;
}
#sunbirds_new_contents .p_category_list li .c_title_en{
  color: #fff;
  font-size: 28px;
  line-height: 35px;
  background-color: #000;
  display: block;
  margin-top: 10px;
  text-decoration: none;
  padding: 0px 10px 2px;
  font-weight: 500;
}
#sunbirds_new_contents .p_category_list li .c_title_jp{
  color: #fff;
  font-size: 28px;
  line-height: 60px;
  display: block;
  text-decoration: none;
  font-weight: 500;
}
#sunbirds_new_contents .p_category_list li p{
  line-height: 2em;
  letter-spacing: 1.3px;
}
@media screen and (max-width: 767px) {
  #sunbirds_new_contents .p_category_list{
    width: 100%;
    padding: 0 4.0vw 0;
    flex-direction: column;
    flex-wrap: wrap;
    z-index: 2000;
    position: relative;
  }
  #sunbirds_new_contents .p_category_list li{
    width: 100%;
    margin-top: 13.3vw;
  }
  #sunbirds_new_contents .p_category_list li .c_title_en{
    font-size: 5.1vw;
    line-height: 8vw;
    margin-top: -1vw;
    text-align: center;
    font-weight: 500;
    padding-bottom: .5vw;
  }
  #sunbirds_new_contents .p_category_list li .c_title_jp{
    font-size: 5.1vw;
    font-weight: 600;
    line-height: 13.3vw;
    text-align: center;
  }
  #sunbirds_new_contents .p_category_list li p{
    line-height: 2em;
    letter-spacing: .3vw;
  }
}


/* offcial_p_wrap */
#sunbirds_new_contents .offcial_p_wrap{
  background-color: #000;
  width: 1280px;
  margin: auto;
  margin-top: 168px;
  padding-top: 80px;
  padding-bottom: 72px;
  color: #fff;
  position: relative;
  z-index: 1000;
}
#sunbirds_new_contents .offcial_p_wrap_wrap{
  position: relative;
}
#sunbirds_new_contents .offcial_p_wrap_wrap::after{
  content: '';
  background-color: #a70d11;
  position: absolute;
  top: 300px;
  height: 2700px;
  display: block;
  width: 100vw;
  left: 0;
  transform: skewY(20deg);
  z-index: 100;
}
#sunbirds_new_contents .offcial_p_wrap_wrap::before{
  content: '';
  background-color: #8c0407;
  position: absolute;
  top: 2500px;
  height: 5000px;
  display: block;
  width: 100vw;
  left: 0;
  transform: skewY(20deg);
  z-index: 100;
}
#sunbirds_new_contents .offcial_p_wrap .text{
  margin-top: 55px;
  margin-bottom: 60px;
}
#sunbirds_new_contents .offcial_p_wrap .parts_title h2{
  margin-bottom: 22px;
}

#sunbirds_new_contents .op_list{
  width: 1055px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
  color: #fff;
  text-align: left;
  list-style:none;
}
#sunbirds_new_contents .op_list li{
  width: 315px;
  margin-top: 27px;
  line-height: 0;
}
#sunbirds_new_contents .op_list li h4{
  color: #fff;
  width: 100%;
  font-size: 20px;
  line-height: 40px;
  background-color: #6a6a6a;
  display: block;
  margin-top: 0px;
  text-decoration: none;
  text-align: center;
  margin-bottom: 10px;
}
#sunbirds_new_contents .op_list li p{
  line-height: 2em;
  letter-spacing: 2.5px;
}
#sunbirds_new_contents .offcial_p_wrap .op_b_messe{
  font-size: 27px;
  color: #feef00;
  font-weight: 700;
  text-align: center;
  line-height: 1.7em;
  margin-top: 100px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  #sunbirds_new_contents .offcial_p_wrap{
    width: 100%;
    margin-top: 19.5vw;
    padding: 16.4vw 4.0vw 17.9vw;
    /* padding-top: 16.4vw;
    padding-bottom: 17.9vw; */
  }
  #sunbirds_new_contents .offcial_p_wrap_wrap::after{
    content: '';
    background-color: #a70d11;
    top: -35vw;
    height: 1333vw;
    transform: skewY(20deg);
    z-index: 100;
  }
  #sunbirds_new_contents .offcial_p_wrap_wrap::before{
    content: '';
    top: 1270vw;
    height: 2000vw;
    z-index: 101;
  }
  #sunbirds_new_contents .offcial_p_wrap .text{
    margin-top: 8.78vw;
    margin-bottom: 5.0vw;
  }
  #sunbirds_new_contents .offcial_p_wrap .parts_title h2{
    margin-bottom: 2.9vw;
  }

  #sunbirds_new_contents .op_list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  #sunbirds_new_contents .op_list li{
    width: 69.3vw;
    margin-top: 10.7vw;
  }
  #sunbirds_new_contents .op_list li h4{
    font-size: 4.3vw;
    line-height: 8.8vw;
    margin-bottom: 4.0vw;
    padding-bottom: .5vw;
  }
  #sunbirds_new_contents .op_list li p{
    line-height: 2em;
    letter-spacing: .3vw;
  }
  #sunbirds_new_contents .offcial_p_wrap .op_b_messe{
    font-size: 3.7vw;
    margin-top: 13.3vw;
  }

}


/* supplier_wrap */
#sunbirds_new_contents .supplier_wrap{
  margin-top: 102px;
  z-index: 1000;
  position: relative;
}

#sunbirds_new_contents .supplier_wrap .text{
  margin-top: 55px;
  margin-bottom: 60px;
  color: #fff;
}
#sunbirds_new_contents .supplier_wrap .supplier_big_image{
  width: 1050px;
  margin-bottom: 50px;
}
#sunbirds_new_contents .supplier_wrap .parts_title h2{
  margin-bottom: 28px;
}
#sunbirds_new_contents .supplier_list{
  width: 1055px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
  color: #fff;
  text-align: left;
  list-style:none;
}
#sunbirds_new_contents .supplier_list li{
  width: 315px;
  line-height: 0;
}
#sunbirds_new_contents .supplier_list li h4{
  color: #fff;
  width: 100%;
  font-size: 20px;
  line-height: 40px;
  background-color: #000;
  display: block;
  margin-top: 0px;
  text-decoration: none;
  text-align: center;
  margin-bottom: 10px;
}
#sunbirds_new_contents .supplier_list li p{
  line-height: 2em;
  letter-spacing: 2.5px;
}

#sunbirds_new_contents .link_btn{
  width: 382px;
  height: 69px;
  font-size: 22px;
  line-height: 69px;
  background-color: #fff;
  color: #c30e10;
  text-decoration: none;
  position: relative;
  display: block;
  border-radius: 40px;
  font-weight: 500;
  margin: auto;
  box-shadow: 5px 0px 0px rgba(0,0,0,.3);
  margin-top: 60px;
}
#sunbirds_new_contents .link_btn::after{
  content: '>';
  position: absolute;
  right: 28px;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  #sunbirds_new_contents .supplier_wrap{
    margin-top: 13.3vw;
  }
  #sunbirds_new_contents .supplier_wrap .text{
    margin-top: 8.3vw;
    margin-bottom: 9.3vw;
    padding: 0 4vw 0;
    text-align: left;
  }
  #sunbirds_new_contents .supplier_wrap .supplier_big_image_wrap{
    height: 58.3vw;
    overflow: hidden;
    margin-bottom: 5vw;
  }
  #sunbirds_new_contents .supplier_wrap .supplier_big_image{
    width: auto;
    height: 100%;
    margin-bottom: 0vw;
    object-fit: cover;
  }
  #sunbirds_new_contents .supplier_wrap .parts_title h2{
    margin-bottom: 2.9vw;
  }
  #sunbirds_new_contents .supplier_list{
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  #sunbirds_new_contents .supplier_list li{
    width: 69.3vw;
    margin-top: 11.3vw;
  }
  #sunbirds_new_contents .supplier_list li h4{
    font-size: 4.3vw;
    line-height: 8.8vw;
    margin-bottom: 2vw;
    padding-bottom: .5vw;
  }
  #sunbirds_new_contents .supplier_list li p{
    letter-spacing: .3px;
  }

  #sunbirds_new_contents .link_btn{
    width: 69.3vw;
    height: 21.1vw;
    font-size: 4.3vw;
    line-height: 21.1vw;
    border-radius: 10.4vw;
    box-shadow: none;
  }
  #sunbirds_new_contents .link_btn::after{
    right: 4.7vw;
    font-size: 6vw;
  }
}


/* suji_wrap */
#sunbirds_new_contents .suji_wrap{
  width: 100%;
  /* height: 500px;
  background-image: url(../img/pc/suji_sun.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 8px solid #fff; */
}
#sunbirds_new_contents .suji_wrap .img{
  /* width: 733px;
  margin-top: 52px;
  margin-bottom: 25px; */
  width: 100%;
}
@media screen and (max-width: 767px) {
  #sunbirds_new_contents .suji_wrap{
    width: 100%;
    height: 72.0vw;
    background-image: none;
    border-bottom: none;
  }
  #sunbirds_new_contents .suji_wrap img{
    width: 100%;
    margin: 0;
    height: 100%;
    object-fit:cover;
  }
}

/* suji_vol_wrap */
#sunbirds_new_contents .suji_vol_wrap{
  width: 100%;
  background-image: url(../img/pc/suji_back.jpg);
  background-size: cover;
  background-position: top;
  padding-top: 128px;
  padding-bottom: 150px;
  text-align: center;
  border-top: 11px solid #000;
  border-bottom: 11px solid #000;
  position: relative;
}
#sunbirds_new_contents .suji_vol_wrap .owned_parts{
  margin: auto;
}
#sunbirds_new_contents .suji_vol_wrap .parts_title{
  color: #c30e10;
}
#sunbirds_new_contents .suji_vol_wrap .owned_list,
#sunbirds_new_contents .achievements_parts .achievements_list{
  display: flex;
  flex-wrap: wrap;
  width: 1030px;
  margin: auto;
  margin-top: 51px;
  justify-content: space-between;
}
#sunbirds_new_contents .suji_vol_wrap .owned_list img{
  width: 500px;
  margin-top: 30px;
}
#sunbirds_new_contents .owned_parts .owned_txt{
  margin: auto;
  margin-top: 68px;
  margin-bottom: 122px;
}
#sunbirds_new_contents .achievements_parts .parts_title{
  margin-bottom: 34px;
}
#sunbirds_new_contents .achievements_parts .achievements_list img{
  width: 326px;
}
#sunbirds_new_contents .mascot_parts{
  margin-top: 132px;
  text-align: center;
}
#sunbirds_new_contents .mascot_parts img{
  margin: auto;
  margin-top: 34px;
}

#sunbirds_new_contents .suji_vol_wrap::after,
#sunbirds_new_contents .suji_vol_wrap::before {
  content: '';
  display: inline-block;
  width: 100vw;
  height: 21vw;
  background-image: url(../img/pc/suji_asi.png);
  background-size: cover;
  vertical-align: middle;
  z-index: 1000;
  background-position: center;
  position: absolute;
  left: 0px;
}
#sunbirds_new_contents .suji_vol_wrap::after {
  bottom: 140px;
}
#sunbirds_new_contents .suji_vol_wrap::before {
  top: 125px;
}
@media screen and (max-width: 767px) {
  #sunbirds_new_contents .suji_vol_wrap{
    width: 100%;
    background-image: url(../img/sp/suji_back.jpg);
    padding-top: 13.2vw;
    padding-bottom: 14.9vw;
    border-top: 1.5vw solid #000;
    border-bottom: 1.5vw solid #000;
  }
  #sunbirds_new_contents .suji_vol_wrap .owned_parts{
    margin: auto;
  }
  #sunbirds_new_contents .suji_vol_wrap .parts_title{
    color: #c30e10;
  }
  #sunbirds_new_contents .suji_vol_wrap .owned_list,
  #sunbirds_new_contents .achievements_parts .achievements_list{
    width: 100%;
    align-items: center;
    flex-direction: column;
    margin-top: 7vw;
  }
  #sunbirds_new_contents .suji_vol_wrap .owned_list img{
    width: 80vw;
    margin-top: 4vw;
  }
  #sunbirds_new_contents .owned_parts .owned_txt{
    margin: auto;
    margin-top: 8.9vw;
    margin-bottom: 14.4vw;
    width: 80vw;
  }
  #sunbirds_new_contents .achievements_parts .parts_title{
    margin-bottom: 34px;
  }
  #sunbirds_new_contents .achievements_parts .achievements_list img{
    width: 57.3vw;
    margin-top: 6.5vw;
  }
  #sunbirds_new_contents .mascot_parts{
    margin-top: 16.5vw;
  }
  #sunbirds_new_contents .mascot_parts img{
    margin: auto;
    margin-top: 3vw;
    width: 84.8vw;
  }

  #sunbirds_new_contents .suji_vol_wrap::after,
  #sunbirds_new_contents .suji_vol_wrap::before {
    display: none;
  }
}

/* las_partners_wrap */
#sunbirds_new_contents .las_partners_wrap{
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
#sunbirds_new_contents .las_partners_wrap .parts_title{
  color: #c30e10;
}
#sunbirds_new_contents .las_partners_wrap .partner_shoukai_dai{
  margin-top: 20px;
}
#sunbirds_new_contents .las_partners_wrap .las_partners_list{
  display: flex;
  width: 820px;
  margin: auto;
  margin-top: 20px;
  justify-content: space-between;
  margin-bottom: 40px;
}
#sunbirds_new_contents .las_partners_wrap .link_btn2{
  width: 382px;
  height: 69px;
  font-size: 22px;
  line-height: 69px;
  background-color: #213c59;
  color: #fff;
  text-decoration: none;
  position: relative;
  display: block;
  border-radius: 40px;
  font-weight: 500;
  margin: auto;
  box-shadow: 5px 0px 0px rgba(0,0,0,.3);
}
#sunbirds_new_contents .las_partners_wrap .link_btn2::after{
  content: '>';
  position: absolute;
  right: 28px;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  #sunbirds_new_contents .las_partners_wrap{
    width: 100%;
    padding-top: 14.7vw;
    padding-bottom: 14.7vw;
  }
  #sunbirds_new_contents .las_partners_wrap .partner_shoukai_dai{
    margin-top: 9.1vw;
    width: 48vw;
  }
  #sunbirds_new_contents .las_partners_wrap .las_partners_list{
    display: flex;
    width: 66.7vw;
    margin-top: 0;
    margin-bottom: 11.2vw;
    flex-wrap: wrap;
  }
  #sunbirds_new_contents .las_partners_wrap .las_partners_list img{
    margin-top: 4.9vw;
  }
  #sunbirds_new_contents .las_partners_wrap .las_partners_list img:nth-child(1){width: 19vw;}
  #sunbirds_new_contents .las_partners_wrap .las_partners_list img:nth-child(2){width: 36vw;}
  #sunbirds_new_contents .las_partners_wrap .las_partners_list img:nth-child(3){width: 30vw;}
  #sunbirds_new_contents .las_partners_wrap .las_partners_list img:nth-child(4){width: 22vw;}
  #sunbirds_new_contents .las_partners_wrap .link_btn2{
    width: 69.3vw;
    height: 21.1vw;
    font-size: 4.3vw;
    line-height: 21.1vw;
    border-radius: 10.4vw;
    box-shadow: none;
  }
  #sunbirds_new_contents .las_partners_wrap .link_btn2::after{
    right: 4.7vw;
    font-size: 6vw;
  }
}

/* contact_wrap */
#sunbirds_new_contents .contact_wrap{
  width: 100%;
  padding: 89px 0 73px;
  text-align: center;
  background-image: url(../img/pc/contact_back.jpg);
  background-size: cover;
  background-position: center;
}
#sunbirds_new_contents .contact_wrap .parts_title h2{
  margin-bottom: 22px;
}
#sunbirds_new_contents .contact_wrap .partner_btn{
  margin: 63px auto 0;
}
@media screen and (max-width: 767px) {
  #sunbirds_new_contents .contact_wrap{
    height: 74.1vw;
    padding: 14.9vw 4.0vw 19.5vw;
    background-size: cover;
    background-position: center;
    background-image: url(../img/sp/contact_back.jpg);
  }
  #sunbirds_new_contents .contact_wrap .parts_title h2{
    margin-bottom: 2.9vw;
  }
  #sunbirds_new_contents .contact_wrap .partner_btn{
    margin: 10.3vw auto 0;
  }
}
