@charset "UTF-8";

/* SP版 768px未満に適応*/
@media screen and (max-width: 767px) {

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, -37px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0px, 10px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform:translate(0, -37px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0px, 10px);
    opacity: 0;
  }
}

#teaser_main .bg_area {
    height: 100%;
}

#teaser_main .teaser_anime {
    position: absolute;
}
#teaser_main .bg_area .anime_none {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    background: url("/image/kr/be_bold/index_33.png") no-repeat center;
    background-size: cover;
}
#teaser .teaser_main .txt{
    width: 86%;
    height: 50%;
}

#teaser .teaser_main .logo {
    bottom: 27px;
    left: 24px;
    width: 14%;
}
#teaser .lang_btn_list ul{
    width: 56%;
    top: 15px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
#teaser .lang_btn_list{
    height: 10%;
    width: 100%;
    padding-top: 20px;
}
#teaser .teaser_main .scroll{width: 21px; height: 68px;}
#teaser .teaser_main .scroll_area{height: 100%;}
#teaser .scroll_area .scr_line {height: 37px;}
#teaser .scroll_area .bd {width: 3px; height: 3px;}

#teaser .lang_btn_list li {
    width: 10%;
    position: relative;
}
#teaser .lang_btn_list li.on::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 21px;
    height: 1px;
    background: url("/image/jp/be_bold/index_22.jpg");
}
#teaser .lang_btn_list .ja img {width: 16px;}
#teaser .lang_btn_list .en img {width: 20px;}
#teaser .lang_btn_list .zh img {width: 19px;}
#teaser .lang_btn_list .tw img {width: 24px;}
#teaser .lang_btn_list .ko img {width: 20px;}
#teaser .teaser_txt {
    padding-top: 68px;
    padding-right: 24px;
    padding-left: 24px;
}
/* movie */
.movie_area {
    margin: 40px auto 62px;
}
.movie_area .movie {
    margin-top: 52px;
    margin-right: auto;
    margin-left: auto;
    width: 325px;
}
.movie_area .movie video {
    width: 100%;
}
.movie_area .movie iframe {
    height: 300px;
}
#teaser .teaser_txt .txtbox_1 {
    margin-top: 34px;
    margin-bottom: 34px;
}
#teaser .teaser_txt .txtbox_1 p {
    font-size: 12px;
    line-height: 26px;
    word-break: break-word;
}
#teaser .teaser_txt .txtbox_1 .txt_2 {
    margin-top: 14px;
}
#teaser .teaser_txt .txtbox_1 h2 {
    font-size: 18px;
    background: none;
}
#teaser .teaser_txt .txtbox_1 h2 + .txt_1 {
    margin-top: 40px;
}
#teaser .teaser_txt .txtbox_1 .txt_2 {
    margin-top: 33px;
}
#teaser .teaser_txt .txtbox_2 p {
    font-size: 10px;
    line-height: 19px;
    letter-spacing: 1px;
    margin-top: 24px;
    word-break: break-word;
}
#teaser .teaser_txt .txtbox_2 .slogan_area {
    margin-bottom: 40px;
}
#teaser .teaser_txt .txtbox_2 .slogan_area .slogan_line {
    display: block;
    width: 1px;
    height: 90px;
    margin: 18px auto 0;
    background-color: #555555;
}
#teaser .teaser_txt .txtbox_2 .slogan_area .slogan_txt {
    font-size: 18px;
    line-height: 1.75;
    margin-top: 24px;
}


#teaser .teaser_txt_2 {
    margin-top: 112px;
}
#teaser .teaser_txt_2 img {
    width: 350px;
}
#teaser .teaser_txt_2 .txtbox {
    width: auto;
    margin: 42px auto 140px;
    padding-right: 24px;
    padding-left: 24px;
}
#teaser .teaser_txt_2 h2 {
    font-size: 17px;
    line-height: 30px;
    background: none;
}
#teaser .teaser_txt_2 .txtbox .txt {
    font-size: 12px;
    line-height: 26px;
    font-family: "Helvetica";
    margin-top: 24px;
    word-break: break-word;
}


#teaser .quality_area,
#teaser .solution_area,
#teaser .idea_area {
    width: 100%;
    text-align: center;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 100px;
    padding-left: 25px;
}
#teaser .quality_area { background-color: #D1E2EC; }
#teaser .solution_area { background-color: #D8CEDE; }
#teaser .idea_area { background-color: #EFEBCD; }

#teaser .quality_area .logo,
#teaser .solution_area .logo,
#teaser .idea_area .logo {
    margin-top: 78px;
}

#teaser .quality_area img,
#teaser .solution_area img,
#teaser .idea_area img {
    width: auto;
}
#teaser .quality_area .imgs,
#teaser .solution_area .imgs,
#teaser .idea_area .imgs {
    position: relative;
}
#teaser .quality_area .imgs .comment,
#teaser .solution_area .imgs .comment,
#teaser .idea_area .imgs .comment {
    position: absolute;
    top: 40px;
    width: 132px;
    padding: 16px 0;
    background-color: #ffffff;
}
#teaser .quality_area .imgs .comment { left: 55%; }
#teaser .solution_area .imgs .comment { left: 5%; }
#teaser .idea_area .imgs .comment { left: 55%; }
#teaser .quality_area .imgs .comment p,
#teaser .solution_area .imgs .comment p,
#teaser .idea_area .imgs .comment p {
    font-size: 13px;
}
#teaser .quality_area .txtbox,
#teaser .solution_area .txtbox,
#teaser .idea_area .txtbox {
    margin-top: 32px;
}

#teaser .quality_area .txtbox h2,
#teaser .solution_area .txtbox h2,
#teaser .idea_area .txtbox h2 {
    font-size: 16px;
    line-height: 25px;
    background: none;
}
#teaser .quality_area .txtbox p,
#teaser .solution_area .txtbox p,
#teaser .idea_area .txtbox p {
    font-size: 12px;
    line-height: 24px;
    font-family: "Helvetica";
    text-align: left;
    margin-top: 28px;
    margin-right: auto;
    margin-left: auto;
    word-break: break-word;
}

#teaser .sns_area {
    padding-bottom: 32px;
}
#teaser .sns_area .imgs {
    width: 32%;
    max-width: 130px;
}
#teaser .btn_area a {
    width: 115px;
    padding-left: 0;
}
#teaser .sns_area .sns_box {
    width: 33%;
    max-width: 130px;
    margin: 0 auto;
    margin-bottom: 20px;
}
#teaser .sns_area .sns_box .box{
    width: 23px;
}

.movie_area .movie{
  height: 0;
    width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}


.movie_area .movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
}