@charset "UTF-8";

/* 共通 */

a:link, 
a:link p {
	color: #000000; 
    text-decoration: none;
}

a:visited, 
a:visited p {
    color: #000000; 
    text-decoration: none;
}
a:active, 
a:active p {
    color: #000000; 
    text-decoration: none;
}
a:hover, 
a:hover p {
    color: #000000; 
    text-decoration: none;
}

body {background-color: #030D25;}
#wrap {width: 100%; position: relative;}

.wrap_area img{
max-width: 100%;
height: auto;
width :auto;
}
.sp{
  display:none !important;
}
.pc{
  display:block !important;
}

@-webkit-keyframes fadeInUp_1 {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0);
    }

    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }

  @keyframes fadeInUp_1 {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0);
    }

    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }

  @-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;
    }
  }

  /*top*/


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

  @keyframes animationZoom {
    0% {
          opacity: 0;
      }
      8% {
          opacity: 1;
      }
      17% {
          opacity: 1;
      }
      30% {
          opacity: 0;
          transform: scale(1.025, 1.025);
      }
      100% { opacity: 0 }
  }

@media screen and (max-width: 767px) {

.sp{
  display:block !important;
}
.pc{
   display:none !important;
}

}

/* フェードイン */
.q_filter {/* position: fixed; */ background-size: cover;   position: absolute; height: 100%; width: 100%; top: 0; left: 0; background-color: #fff; z-index: 100000000; overflow: hidden; }
.q_filter .q_inner{position: relative; height: 100%; width: 100%; }

.q_filter .q_inner{
    right: 0;
    bottom: 0;
    background: #030D25;
    display: flex;
    justify-content: center;
    align-items: center;
  }
/* display:flex;使用 */
.flex_area{display: flex;justify-content: space-between;flex-wrap: wrap;}
.flex_areas::after {content: "";display: block;}
/* コンテンツ幅用指定 */
.cnt_wrap {
    width: 650px;
    padding: 0 50px;
    margin: 0 auto 0;
    box-sizing: content-box;

}

/* scrolla.js  */
#main_view.main_view {min-height: 450px;}
.animate{opacity: 0;}
.imgs {margin: 0 auto;}
.imgs img {width: 100%;}
.bold{font-weight: bold;}



.fadeInUp_1 {
  -webkit-animation-name: fadeInUp_1;
  animation-name: fadeInUp_1;
}

header{
    position: relative;
    z-index: 1;
}

.anchors {
    position: relative;
    width: 100%;
    height: 0;
}
.scroll_area{
    position: relative;
}
.scroll_area .bd{
    width: 5px;
    height: 5px;
    -webkit-animation: sdb 1.5s infinite;
    animation: sdb 1.5s infinite;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    right: 0;
    margin: auto;
}

#teaser .scroll_area .scr_line {
  position: absolute;
  background-color: #fff;
  width: 1px;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, -95px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0px, -30px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform:translate(0, -95px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
}


/* teaser */
#main{background-color: #fff;}

#main_view {background-color: #030D25;position: relative;}
#main_view .bg_area {
    position: relative;
    overflow: hidden;
}
.main_view .txt{margin: auto;}


.main_view .txt{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#main_view .bg_area .anime_view{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: animationZoom 30s 0s infinite;
    animation: animationZoom 30s infinite;
}
#main_view .bg_area .anime_view_0 {
    background: url(/image/jp/index/index_1.jpg) no-repeat center top;
    background-size: cover;
     -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#main_view .bg_area .anime_view_1 {
     -webkit-animation-delay: 6s;
      animation-delay: 6s;
}

#main_view .bg_area .anime_view_2 {
     -webkit-animation-delay: 12s;
      animation-delay: 12s;
}
#main_view .bg_area .anime_view_3 {
      -webkit-animation-delay: 18s;
      animation-delay: 18s;
}
#main_view .bg_area .anime_view_4 {
      -webkit-animation-delay: 24s;
      animation-delay: 24s;
}

.main_view .txt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    margin: auto;
}


.main_view .scroll{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}
.main_view .logo {position: absolute; z-index: 10;}
.lang_btn_list{background: #fff; position: relative; z-index: 1;}
.lang_btn_list ul {height: 100%; align-items: center;}
.lang_btn_list li{text-align: center;}
.lang_btn_list li a {width: 100%;}
.lang_btn_list li a img {opacity: 0.5;}
.lang_btn_list li a {padding-bottom:6px;}
.lang_btn_list li.on a{
    background: url("/image/jp/be_bold/index_22.jpg") no-repeat bottom;
    background-size: 100% 2px;
  }
.lang_btn_list li.on a img{opacity: 1;}
.lang_btn_list li img{vertical-align: middle;}

.sns_area ul {
  margin: 0 auto;
}


.GridSet {width: 100%;}


.JS #Contents, .OptionWideRWD #Contents {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    overflow-x: hidden;
}
.swiper-button-next,.swiper-button-prev{
  outline:none;
}

.swiper-button-prev{
 /* display:none;*/
}


/*under*/
.under .sp{
  display:none;
}
.under .pc{
  display:block;
}

@media screen and (max-width: 767px) {

.under .sp{
  display:block;
}
.under .pc{
   display:none;
}

}

.under .sns_area ul {
  margin: 0 auto;
}
.under .flex_area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.under .imgs{margin: 0 auto;}
.under .imgs img{width: 100%;}
/*under*/
/*logo*/
#logo .logo_area_1 .logo_inner .flex_area{
    align-items: center;
}
#logo .logo_area_1 .left .ttl h2{
    background: none;
}
#logo .b_line {
content: "";
width: 1px;
background-color: #c6c6c6;
margin:0 auto;
}
#logo .logo_area_2 .logo_inner{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    align-items: center;
}
/*logo*/


.effect_slide .swiper-slide a, .effect_slide .swiper-slide img{
  width: 100%;
}
.effect_fade .swiper-fade, .effect_slide .swiper-slide
{
/*  text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;

    background-size: cover;
    background-position: center; */
}
.effect_slide .swiper-slide{
  text-align: center;
}

.btn_area a{
  position: relative;
    display: block;
}
.btn_area a:before{
    content: "";
    position: absolute;
    display: block;
    height: 2px;
    width: 56px;
    background: -moz-linear-gradient(left, #FBDB62, #6EA3AB);
    background: -webkit-linear-gradient(left, #FBDB62, #6EA3AB);
    background: linear-gradient(to right, #FBDB62, #6EA3AB);
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: none;
}
section{
    position: relative;
}
.gray_bg{
    background-color:#ebebe9;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 50px;
  height: 44px;
}
.menu-trigger span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
  z-index: 3333;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 20px;
 width:100%;
 text-align: right;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
  width: 100%;
   text-align: right;
}
.menu-trigger.active span{
  background-color: #000;
}
.menu-trigger.active span:nth-of-type(1) {
  width: 100%;
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
    width: 100%;
}
.menu-trigger.active span:nth-of-type(3) {
    width: 100%;
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
}

.menu_s{
    position: fixed;
    right: 18px;
    top: 0;
    z-index: 333333;
    width: 48px;
    height: 223px;
    margin: auto;
    bottom: 0;
    transform: scale(0.7);
}
.top .main_view .txt {

    display: none;
}
.top .main_view .scroll {
    width: 26px;
    height: 44px;
    left: auto;
    right: 24px;
    bottom: 17px;
}

.top #main_view .scroll_area .scr_line {
    position: absolute;
    border-left: 1px solid #8b8b8b;
    top: 54px;
    left: 4px;
}
 .main_view .scroll_area .imgs{
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: -82px;
}
 .main_view .scroll_area {
    height: 62px;
    position: relative;
}
 .scroll_area .bd {
    width: 7px;
    height: 7px;
    background-color: #8b8b8b;
    border-radius: 0;
}
 .main_view .imgs img {
    width: 7px;
}


/* ABOUT PROJECT */
#teaser .teaser_main .txt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    margin: auto;
}
#teaser .teaser_main .scroll{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}
#teaser .teaser_main .logo {position: absolute; z-index: 10;}
#teaser .lang_btn_list{background: #fff; position: relative; z-index: 1;}
#teaser .lang_btn_list ul {height: 100%; align-items: center;}
#teaser .lang_btn_list li{text-align: center;}
#teaser .lang_btn_list li a {width: 100%;}
#teaser .lang_btn_list li a img {opacity: 0.5;}
#teaser .lang_btn_list li a {padding-bottom:6px;}
#teaser .lang_btn_list li.on a{
    background: url("/image/global/be_bold/index_22.jpg") no-repeat bottom;
    background-size: 100% 2px;
  }
#teaser .lang_btn_list li.on a img{opacity: 1;}
#teaser .lang_btn_list li img{vertical-align: middle;}
#teaser .teaser_txt {
  text-align: center;
    position: relative;
}
#teaser .sns_area ul {
  margin: 0 auto;
}

#teaser .teaser_txt .txtbox_1 span{display: block;}

/* 9月追加改修 */
#wrap .tag_bg_red {
    background-color: #D65432;
}

#wrap .tag_bg_green {
    background-color: #0097A3;
}

#wrap .tag_bg_gray {
    background-color: #666666;
}

#wrap .tag_bg_purple {
    background-color: #7D3596;
}

#wrap .tag_bg_orange {
    background-color: #F5911E;
}

.top .tag {
    display: inline-block;
}

.top #wrap .tag p {
    color: #fff;
    padding: 5px 17px;
}

h2 {
    background-image: none !important;
}

#CountryRegionArea {
    z-index: 2;
}




/* ===================================================================== */
/* ============================== each_pc ============================== */
/* ===================================================================== */

/* PC版 768px以上に適応 */
@media screen and (min-width: 768px) {

body.feature_top {
    min-width: 1200px !important;
}



#SiteIdentity .Title {
    display: flex;
    align-items: center;
}
#SiteIdentity .Title > span {
    font-size: 16px;
    font-weight: 600;
}


#main_view .bg_area {
    height: calc(100% - 70px);
}
.main_view .txt{
    width: 470px;
    height: 130px;
    padding-left: 10px;
}
.main_view .scroll{width: 28px;}
.main_view .logo {
    bottom: 38px;
    left: 43px;
    width: 74px;
    height: 108px;
}

.top h2 {
    background: no-repeat;
}

.main_view .scroll{width: 28px; height: 133px;}
.main_view .scroll_area{height: 100%;}
#main_view .scroll_area .scr_line
{
    height: 65px;
}
.scroll_area .bd {width: 8px; height: 8px;}

#main_view .bg_area .anime_none {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    background: url("/image/jp/be_bold/index_27.png") no-repeat center;
    background-size: cover;
}
#main_view .bg_area h1 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    width: 500px;
}

#main_view .bg_area h1 > img {
    width: 100%;
}

.lang_btn_list{height: 71px;}
.lang_btn_list ul{
    width: 235px;
    margin: auto 30px auto auto;
}
.lang_btn_list li {
    width: 25px;
    position: relative;
}
.lang_btn_list li.on::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 1px;
    background: url("/image/jp/be_bold/index_22.jpg");
}
.lang_btn_list li a {padding-bottom: 8px;}
.lang_btn_list .ja img {width: 18px;}
.lang_btn_list .en img {width: 23px;}
.lang_btn_list .zh img {width: 22px;}
.lang_btn_list .tw img {width: 29px;}
.lang_btn_list .ko img {width: 23px;}

.sns_area ul {
	width: 164px;
}
.sns_area li.fb {
	width: 28px;
	height: 28px;

}
.sns_area li.insta {
	width: 27px;
	height: 27px;

}
.sns_area li.mess {
	width: 33px;
	height: 27px;
}
.sns_area .imgs {
	width: 160px;
}
.sns_area {
	padding-bottom: 32px;
}

/*under*/
.under .sns_area ul {
    width: 164px;
}
.under .sns_area li.fb {
    width: 28px;
    height: 28px;

}
.under .sns_area li.insta {
    width: 27px;
    height: 27px;

}
.under .sns_area li.mess {
    width: 33px;
    height: 27px;
}
.under.sns_area .imgs {
    width: 160px;
}
.under .sns_area {
    padding-bottom: 55px;
}

.under .sns_area .sns_box {
    padding-bottom: 29px;
    width: 162px;
    margin: 160px auto 0;
    text-align: center;
    align-items: center;
}
.under .sns_area .imgs {
    width: 160px;
    margin: 0 auto;
}
.under .sns_area .sns_box .box img {
    width: 30px;
}
/*under*/

/*logo*/
#logo .logo_area_1 {
    max-width: 980px;
    margin: 0 auto;
}
#logo .logo_area_1 .logo_inner{
    padding-top: 195px;
    padding-bottom: 98px;
}
#logo .logo_area_1 .logo_inner .flex_area{
    width: 100%;
    padding: 0 26px;
}
#logo .logo_area_1 .right .imgs{
    width: 294px;
}
#logo .logo_area_1 .left{
    padding-top: 20px;
    width: 50%;
}
#logo .logo_area_1 .left .ttl h2{
    padding-bottom: 15px;
    width: 125px;
    margin-left: 0;
}
#logo .logo_area_1 .left .ttl p{
width: 317px;
font-size: 28px;
line-height: 49px;
margin-bottom: 35px;
}
#logo .logo_area_1 .left .txt p{
font-size: 14px;
line-height: 35px;
letter-spacing: 2.2px;
}
#logo .b_line {
height: 180px;
}
#logo .logo_area_2{
    margin-top: 105px;
}
#logo .logo_area_2 .logo_inner{
    height: 661px;
    background-image: url("/image/jp/be_bold/vision/logo/index_05.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    align-items: center;
    justify-content: center;
}
#logo .logo_area_2 .imgs{
width: 468px;
padding-left: 80px;
margin: 0;
}
#logo .logo_img{
    padding-top: 136px;
    padding-bottom: 80px;
}
#logo .logo_img .imgs{
 width: 428px;
}
/*logo*/
#main_view .bg_area .anime_view_2,
#main_view .bg_area .anime_view_1{
    background-position: center bottom;
}
#main_view .bg_area .anime_view_5{
     background-position: center top;
}
#wrapper #main_view{
    /* min-width: 1215px; */
    overflow: hidden;
}
#main{
    /* min-width: 980px; */
    overflow: hidden;
    min-width: 768px;
}




.top #main_view .bg_area {
/*     height: calc(100% - 176px)  ; */
    width: calc(100% - 32px);
    height: 100%;
    width: 100%;
    margin-left: auto;
}
.top .main_view .logo {
    bottom: 65px;
    left: -20px;
    width: auto;
    height: auto;
    background-color: #fff;
}
.top .main_view .logo a {
    width: 100%;
    height: 100%;
    padding: 40px;
}

.top .main_view .logo img {
    width: 79px;
}
.top #main_view .ttl_inner {
    width: calc(100% - 60px);
    height: 160px;
    margin: 0 auto;
    position: relative;
    justify-content: center;
    align-items: center;
}

.top #main_view p {
    font-size: 12px;
    line-height: 27px;
    text-align: center;
}
.top #main_view {
    background-color: #fff;
    background-image: url("/image/jp/be_bold/index_62.png");
    background-position: center bottom 6px;
    background-repeat: repeat-x;
    width: 100%;
}

/** 20240524追加 **/


.top .pc.top_main_catch .ttl_inner {
    display: block;
}

.top .pc.top_main_catch {
    padding-bottom: 60px;
    background-color: #fff;
    background-image: url("/image/jp/be_bold/index_62.png");
    background-position: center bottom 6px;
    background-repeat: repeat-x;
    width: 100%;
}

.top .pc.top_main_catch .ttl_inner h1 {
    margin: 40px auto 50px;
    width: 500px;
}

.top .pc.top_main_catch p {
    font-size: 12px;
    line-height: 27px;
    text-align: center;
}

/** 20240524追加 **/

.top .main_view .ttl_area {
    position: relative;
}
.top .main_view .ttl_area .scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
}
.top .main_view .ttl_area .scroll .scroll_area {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 8px;
    height: 100%;
}
.top .main_view .ttl_area .scroll .scroll_area .imgs {
    top: 0;
}


.machine_area {
    overflow: hidden;
    padding-bottom: 14px;
}

.top .imgs img{
    width: auto;
}
section .sec_inner{
width: 980px;
margin: 0 auto;
}

.sub_ttl{
    margin-bottom: 60px;
}
.btn_area{
    width: 150px;
    text-align: left;
    margin-right: auto;
    margin-top: 0;
}

/* ABOUT area */
.top .about_area {
    margin-top: 50px;
}
.top .about_area .ab_inner > a {
    width: 100%;
}
.top .about_area .flex_area {
    align-items: center;
}
.top .about_area .imgs {
    width: 65%;
}
.top .about_area .imgs img {
    width: 100%;
}
.top .about_area .cnt_area {
    width: 29%;
    max-width: 221px;
    margin-right: auto;
    margin-left: 3.3%;
    align-items: center;
    justify-content: center;
    height: 100%;
}


.top .about_area .cnt_area .sub_ttl {
    margin-bottom: 0;
    padding-top: 31%;
}


.top .about_area .cnt_area .sub_ttl h2 {
    width: auto;
    margin-bottom: 0;
    margin-top: 0px;
}

.top .about_area .btn_area {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    margin: 0 auto 0;
}

.top .about_area .btn_area > img {
    padding: 45px 63px 100px 0px;
    width: 100%;
}

/* PICKUP */
.top .section_title{
    background: none;
}
.top .pickup_area {
    width: 100%;
    max-width: 1090px;
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
    margin-bottom: 180px;
}
.top .pickup_area h2 {
    width: 142px;
    margin: 0 auto 0 0;
    margin-left: 10px;
}
.top .pickup_area .sec_inner {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.top .pickup_area .pickup_list {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    justify-content: space-between;
}
.top .pickup_area .pickup_list {
    margin-top: 42px;
}
.top .pickup_area .pickup_list > li {
    width: 33.3%;
    margin: 0;
}

.top .pickup_area .pickup_card:hover p {
    color: #fff;
}

.top .pickup_area .pickup_card {
    width: 100%;
}
.top .pickup_area .pickup_thumb {
    width: 100%;
}

.top .pickup_area .pickup_lead {
    width: 100%;
    height: 155px;
    color: #000000;
    background-color: #FFFFFF;
    padding: 20px;
}
.top .pickup_area .pickup_lead > .pickup_date {
    font-size: 12px !important;
}
.top .pickup_area .pickup_lead > .pickup_title {
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 600;
    margin-top: 15px !important;
}
.top .pickup_area .pickup_card:hover .pickup_lead {
    color: #FFFFFF;
    background-color: #030D25;
}
.top .pickup_area .pickup_card:hover .pickup_lead > .view_more {
    background: url("/image/jp/be_bold/pickup/index_08.png");
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
}
.top .pickup_area .btn_area {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    margin: 0 auto 0;
}
.top .pickup_area .btn_area > a {
    padding: 25px 100px;
}
.top .pickup_area .btn_area > a > img {
    width: 100%;
}

/* movie */
.top #wrap .movie_area .btn_area.sp {
    display: none !important;
}


.top .movie_area {
    margin: 0 auto 150px;
    padding: 0 16px;
}
.top .movie_area .sec_inner {
    width: 100%;
    max-width: 1045px;
}
.top .movie_area .sec_inner h2 {
    width: 180px;
    position: relative;
    top: -25px;
    left: -100px;
}
.top .movie_area .movie {
    margin-top: 25px;
}
.top .movie_area .movie video {
    width: 100%;
}
.top .movie_area .movie video:focus {
    outline: none;
}


 .top .gallery_area .flex_area,
.top .logo_area .flex_area{
  justify-content: start;
    flex-wrap: nowrap;
}


.movie_area .movie{
  position: relative;

  padding-bottom: 56.25%;

}
.movie_area .movie iframe {
  width: 100%;
  height: 100%;
      position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* LOGO area */
.top .logo_area {
}
.top .logo_area .sec_inner {
    width: 70%;
    min-width: 750px;
}
.top .logo_area .sec_inner > a {
    background-image: url("/image/jp/be_bold/index_39.jpg");
    background-repeat: no-repeat;
    background-size: auto;
    margin: 90px auto 92px;
    width: 100%;
    max-width: 980px;
    min-width: 750px;
}
.top .logo_area .cnt_area_1 {
    width: 45%;
    height: 432px;
    margin-left: 0px;
    margin-top: 10px;
    background-color: #F7F5E8;
    position: relative;
}

.top .logo_area .cnt_area.cnt_area_1 .cnt_inner {
    align-items: start;
    padding-left: 50px;
    position: relative;
}

.top .logo_area .cnt_area.cnt_area_1 .sub_ttl {
    margin-top: 68px;
    margin-bottom: 0;
}
.top .logo_area .cnt_area.cnt_area_1 .sub_ttl h2 {
    width: 274px;
}

.top .logo_area .cnt_area.cnt_area_2 {
    width: 55%;
    max-height: 615px;
    background: #efefef;
    margin-top: 10px;
    margin-right: 10px;
    padding: 16% 12%;
}
.top .logo_area .cnt_area.cnt_area_2 .sub_ttl {
    margin: 0;
}
.top .logo_area .cnt_area.cnt_area_2 .sub_ttl h2 {
    width: 200px;
}
.top .logo_area .cnt_area .cnt_inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.top .logo_area .btn_area {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
}
.top .logo_area .btn_area > img {
    padding: 140px 100px 20px 0;
    width: 100%;
}

/* 0621追加 */

.top .news_area {
    padding-top: 73px;
}

.top .news_area a {
    text-decoration: none;
}

.top .news_area .news_other_link {
    text-decoration: underline;
}

.top .news_area .news_other_link:hover {
    text-decoration: none;
}

.top #wrap .news_area a.no-link {
    text-decoration: none;
    user-select: none;
    cursor: default;
    opacity: 1;
    outline: none;
    pointer-events: none;
}

a.no-link {
    text-decoration: none !important;
    user-select: none;
    cursor: default;
    opacity: 1;
    outline: none;
    pointer-events: none;
}


/* 9月更新追加(pc) */
/* visionエリア */

.top .vision_area {
    margin-bottom: 130px;
}

.pickup_area .sub_ttl_flex {
    margin-bottom: 50px;
}

.top .vision_inner {
    position: relative;
}

.top .vision_inner .sub_ttl_flex {
    position: absolute;
    top: -23px;
    left: 175px;
    display: flex;
    align-items: start;
    flex-direction: column
}

.top .vision_inner .sub_ttl_flex .btn_area {
    width: 155px;
    padding: 40px 152px;
    position: relative;
    left: -57px;
    top: -18px;
}
.top .vision_inner .sub_ttl_flex .btn_area  img{
    position: absolute;
      top: 35px;
    left: 0;
    right: 0;
    margin: auto;
    left: -42px;
}

.top .v_human_img {
    width: 350px;
    margin-right: 33px;
}

.top .vision_inner h2 {
    width: 125px;
    margin-right: 47px;
}

.top .v_title_area h2 {
    width: 380px;
}

.bg_light_orange {
    background-color: #F7F4E9;
}

.top .v_title_area {

    height: 270px;
    padding-top: 110px;
    padding-left: 80px;
    padding-right: 170px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.top .v_title_area .btn_area {
    margin-right: 0;
    position: relative;
    top: -9px;
    width: 140px;
}

.top .comming_soon{
    padding-top: 0;
    padding-bottom: 126px;
    height: auto;
    padding-left: 176px;
    margin-top: -41px;
}
.top .comming_soon p{
    font-size: 17px !important;
    letter-spacing: 1px;
}
.top .v_message_list {
    margin-top: -40px;
    padding-left: 175px;
}

.top .v_message_list li:first-child {
    margin-bottom: 50px;
}

.top .v_message_list li:last-child {
    margin-top: 30px;
}

.top .v_message_list li:nth-child(2) .v_message_area{
    margin-top: -40px;
}

.top .v_message_area {
    margin-top: 10px;
    width: 500px;
}

.top #wrap .v_message_list a {
    display: flex;
    align-items: center;
}

.top #wrap .v_message_tag {
    margin-bottom: 5px;
}

.top #wrap .tag p {
    display: inline-block;
    color: #fff;
    padding: 4px 12px;
}


.top #wrap .v_message_txt,
.top #wrap .v_message_ttl {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.7px;
}



/* movie_area (pc) */
.top .movie_more {
    background-color: #F7F4E9;
    height: 191px;
    margin-top: -40px;
    position: relative;
    z-index: 0;
}

.top .movie_area {
    padding: 0;
}

.top .movie_area .sec_inner {
    position: relative;
    z-index: 1;
    padding: 0 16px;
}

.top .movie_wp {
    position: relative;
    z-index: 0;
}


.top .movie_more .btn_area {
    position: relative;
    top: 60px;
    max-width: 980px;
    margin-left: auto;
    margin-right: 0;
}

.top .movie_area .sub_ttl_flex {
    margin-bottom: 0;
}

.top #wrap .movie_area .sec_inner .btn_area {
position: absolute;
    bottom: -145px;
    right: -18px;
    display: block;
    padding: 100px;
}
.top #wrap .movie_area .sec_inner .btn_area img{
    position: absolute;
    /* left: 0; */
    top: 0;
    right: 32px;
    top: 84px;
}
/* movie_area (pc)ここまで */

/* future_area (pc) */
.feature_area {
    margin-bottom: 140px;
}
.feature_area img {
    width: 100% !important;
}

.movie_area {
    margin-bottom: 150px;
}

 .feature_inner {
    width: 1100px;
    margin: 0 auto;

}

.top .feature_inner {
    padding: 0 16px;
}

#feature .feature_inner {
    width: 75%;
    margin: 0 auto;
}

@media screen and (max-width: 1100px) {
    .feature_inner {
        width: 100%;
    }
}

 .sub_ttl_flex {
    margin-bottom: 58px;
}

 .feature_inner .sub_ttl_flex h2 {
    width: 170px;
    margin-bottom: 10px;
}

 .feature_sub_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

 #wrap .feature_sub_area p {
    font-size: 14px;
    color: #666666;
    letter-spacing: 1.4px;
}

 .feature_sub_area .btn_area {
    width: 130px;
    margin-right: 0;
}

 .feature_cnt {
    display: flex;
}

 .feature_pic_img {
    width: 440px;
    margin-bottom: 25px;
}

#feature .feature_pic_img {
    width: 440px;
    margin-bottom: 25px;
}

 #wrap .feature_date {
    letter-spacing: 0.8px;
    margin-bottom: 20px;
}

 #wrap .feature_pic_cnt .interview_txt {
    width: 100%;
}

.top #wrap .feature_pic_cnt .interview_txt p {
    line-height: 24px;
}


 #wrap .interview_txt p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

 .tag_bg_purple {
    background-color: #7D3596;
}

 .feature_cnt_list {
    margin-left: 10%;
}

#feature .feature_cnt_list {
    margin-left: 100px;
}

.top .feature_cnt_list li:first-child {
    margin-bottom: 45px;
}

.top .about_area .cnt_area .sub_ttl h2 {
    width: 320px;
    margin-left: -95px;
    margin-top: 40px;
}

 #wrap .feature_cnt_list li a {
    display: flex;
    align-items: flex-start;
}

 .feature_cnt_list li .feature_img {
    width: 230px;
}

#feature .feature_cnt_list li .feature_img {
    width: 230px;
}

 .interview_txt_area {
    margin-left: 5%;
    margin-top: 0px;
    width: 43%;
}

#feature .interview_txt_area {
    margin-left: 30px;
    margin-top: 0px;
}

.top .icon {
    margin-bottom: 10px !important;
}

/* chronicle_area (pc) */
.top .chronicle_inner {
    padding-top: 145px;
    margin-bottom: 285px;
    position: relative;
}

.top .chronicle_inner::after {
    content: '';
    background-image: url("/image/jp/be_bold/index_79.png");
    position: absolute;
    top: 38%;
    right: 0;
    background-size: cover;
    width: 68%;
    height: 80%;
    background-repeat: no-repeat;
    z-index: 0;
}

.top .chronicle_inner .sub_ttl_flex h2{
    width: 210px;
    margin: 0 auto;
}
.top .chronicle_cnt {
    padding-left: 80px;
    padding-top: 130px;
    position: relative;
    z-index: 1;
}

.top .section_sub_title {
    width: 440px;
    margin-bottom: 50px;
}

.top #wrap .technology_article_list {
    margin-left: 95px;
    margin-bottom: 25px;
}

.top .technology_article_list li {
    width: 650px;
    background-color: #fff;
}

.top .technology_article_list li:first-child {
    margin-bottom: 15px;
}

.top .chronicle_cnt .btn_area {
    margin-left: 100px;
    padding: 50px 150px;
    position: relative;
    left: -50px;
    top: -20px;
}
.top .chronicle_cnt .btn_area img{
    position: absolute;
    left: 50px;
    top: 30px;
}

.top #wrap .technology_article_list li a{
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 33px 50px 22px;
    text-decoration: none;
}

.top #wrap .technology_article_list li a .no_line {
    text-decoration: none;
}

.top #wrap .technology_article_list li a:hover p {
    text-decoration: none;
}

.top #wrap .technology_article_list li p {
    font-size: 14px;
    color: #666;
    text-decoration: underline;
}


.top #wrap .tech_article_date {
    margin-right: 40px;
}

.top .chronicle_area .swiper-button-next {
    right: 50px;
    top: 160px;
}

.top .chronicle_area .swiper-button-prev {
    left: 88px;
    top: 160px;
}

.top .machine_area {
    padding-bottom: 110px;
}

.top .swiper-button-next:hover,
.top .swiper-button-prev:hover {
    opacity: 0.6;
    transition: opacity 0.5s;
}
/* chronicle(pc)ここまで */

/* cutting_edge(pc) */

.top .cutting_edge_area .sec_inner {
    padding-top: 150px;
    margin-bottom: 150px;
    width: auto;
}

.top .cutting_edge_area .sub_ttl_flex {
    margin-bottom: 20px;
}

.top .cutting_edge_area .sub_ttl_flex h2 {
    width: 260px;
    margin: 0 auto;
}

.top .cutting_edge_cnt {
    width: 660px;
    margin: 0 auto;
    margin-bottom: 47px;
}

.top #wrap .cutting_edge_area .btn_area {
    display: block;
    margin: 0 auto;
}

.top .cutting_edge_txt_area {
    margin-top: 28px;
}
.top .cutting_edge_ttl {
    margin-bottom: 15px;
}

.top #wrap .cutting_edge_ttl p {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1.2px;
}

.top #wrap .cuttiong_edge_author {
    font-size: 14px;
    letter-spacing: 1.2px;
}

.top .cutting_edge_area .btn_area {
    margin: 0 auto;
}

.top #wrap .news_area .btn_area {
    margin-right: 0;
    display: block;
    margin-left: auto;
}

.JS .feature_top .GridSet {
    max-width: inherit;
}



}



.effect_slide .swiper-slide p{
    font-size: 14px !important;
    line-height: 25px !important;
    color: #666666;
    font-weight: bold;
}

.swiper-button-prev,  .swiper-button-next{
    background: none;
    border: 1px solid;
    position: absolute;
    border-radius: 50%;
    width: 45px;
    height: 45px;
}
.swiper-button-next{
    right: 106px;
    top: 216px;
}
.swiper-button-prev{
    left: -3px;
    top: 217px;
}
.swiper-button-prev::after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 1px;
    border-right: solid 1px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: absolute;
    bottom: 0;
    left: 3px;
    top: 0;
    margin: auto;
    right: 0;
}
.swiper-button-next::after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 1px;
    border-right: solid 1px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
bottom: 0;
    left: 0;
    top: 0;
    margin: auto;
    right: 5px;
}
.sub_ttl p{
    font-size: 14px !important;
    line-height: 25px !important;
    color: #666666;
    font-weight: bold;
    margin-top: 15px !important;
}
.news_area .news_imgs{
    margin-bottom: 84px;
}

.news_area ul li{
    margin-bottom: 32px
}
 .news_area ul li p{
    font-size: 14px !important;
    line-height: 25px !important;
 }

 .news_area ul li .days{
    width: 168px;
    letter-spacing: 2px;
 }

  .news_area ul li .cnt_area{
    display: flex;
  }
  .news_area ul li .cnt {
    margin-left: 20px;
  }

.sub_ttl_yoko{
display: flex;
    align-items: center;
}
.sub_ttl_yoko h2{
  margin-right: 40px !important;
}
section .sec_wide{
    width: 100%;
      padding: 0 30px;
}

/* MACHINE エリア */
.top .machine_area .flex_area {
    flex-wrap: nowrap;
}
.top .machine_area .swiper_content {
    width: auto;
    margin-left: -126px;
}


@media screen and (max-width: 1200px) {
    .top .machine_area .swiper_content {
        margin-left: 0px;
    }
}
.top .machine_area h2 {
    width: auto;
}
.top .machine_area h2 > img {
    width: 244px;
}
.top .machine_area .swiper_content p {
    margin-top: 38px !important;
}
.top .machine_area .swiper_content .cnt_inner {
    position: relative;
}
.top .machine_area .swiper_content .cnt_inner .sub_ttl {
    margin-bottom: 80px;
}
.top .machine_area .right_area .swiper-wrapper .swiper-slide {
    max-width: 200px;
}
.top .machine_area .btn_area {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
}
.top .machine_area .btn_area > a {
    padding: 60px 10px 40px 90px;
}
.top .machine_area .btn_area > a > img {
    width: 100%;
}
.top .machine_area .right_area {
    padding-top: 0px;
}


.top .images {
    margin-top: 50px;
}

.news_area {
    padding-bottom: 60px;
    /* margin-top: 100px; */
}
.news_area .sub_ttl{
    margin-bottom: 45px;
}
 .news_area .sub_ttl h2{
    width: 99px;


 }
  .news_area .sub_ttl .btn_area{
    text-align: right;
    margin: 0;
    width: 126px;
    margin-top: 4px;
  }
.insta_area #insta figure,
 .imgs{
    margin: 0;
}

.top .machine_area .right_area .swiper-wrapper .swiper-slide .imgs{
    height: 213px;
    display: flex;
    align-items: center;
}

.right_area {
    height: 400px;
    padding-top: 35px;
}
.right_area .swiper-slide p{
    margin-top: -28px;
}
.effect_fade .swiper-fade, .effect_slide .swiper-slide {
    width: auto !important;
}
.effect_slide .swiper-slide img {
    width: 100% !important;
}
.effect_slide .swiper-slide {
    width: 231px !important;
}
.btn_area a {
    font-size: 13px;
}

.top .images .imgs img,
.top .news_area .news_imgs img,
.top .gallery_area .sub_ttl .imgs img{
    width: 100%;
}

.gallery_area .sub_ttl{
     text-align: center;
}
.gallery_area .sub_ttl h2{
       width: 205px;
    margin: 0 auto !important;
}
.gallery_area .sub_ttl{
    margin-bottom: 55px;
}
.gallery_area {
    margin-top: 129px;
    margin-bottom: 133px;

}
.gallery_area .box{
    background: #dddbdc;
    padding: 66px 86px 50px;
    width: 100%;
}
 .gallery_area .box:first-child{
    margin-right: 14px;
}
.gallery_area .box img{
    max-height: 388px;
    width: auto;
    margin: auto;
    display: block;
      box-shadow: -7px 11px 5px 0px rgba(0,0,0,0.4);
}
 .gallery_area .btn_area{
    text-align: right;
    margin: 0;
    margin-left: auto;
    margin-top: 46px;
    margin-right: 18px;
    width: 135px;
 }
.insta_area #insta{
    display: flex;
    justify-content: center;
    align-items: center;
}
.insta_area #insta img{
    width:100%;
}

.insta_area #insta figure{
   width:100%;
}
.insta_area{
    margin-top: 153px;
}
.insta_area .sub_ttl h2{
    width: 205px;

}
.insta_area .sub_ttl {
    margin-bottom: 37px;
}
.insta_area .sub_ttl .btn_area{
width: 140px;
}
.top .sns_box {
    padding-bottom: 29px;
    width: 162px;
    margin: 167px auto 0;
    text-align: center;
    align-items: center;
}
.top .sns_area {
    padding-bottom: 55px;
}
.top .sns_area .imgs {
    width: 160px;
    margin: 0 auto;
}
.top .sns_box .box img{
    width: 30px;
}

.machine_area .swiper_content{
    width: auto;
    position: relative;
    z-index: 33;
    padding: 0;

}
.right_area {
width:calc(100% - 31%);
    position: absolute;
    right: 0;
}
.top .machine_area .flex_area {

    width: 980px;
    margin: 0 auto;
}

.machine_area {
    overflow: hidden;
}
.swiper-container{
    overflow: hidden;
    margin-right: 0;
}
.top .machine_area .flex_area,
.top .news_area .sec_inner{
    width: 1030px;
    margin: 0 auto;
    padding: 0px 30px;
}
.iPad #wrapper #main_view{
    min-width: 980px;
    overflow: hidden;
}
.insta_area #insta figure{
height: 188px;
    min-width: 133px;
}
.insta_area #insta figure a{
    width: 100%;
    height: 100%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.insta_area #insta figure img{
    display: none;
}


@media screen and (max-width: 980px) {
  .pc_window .logo_area .cnt_area_1 .cnt_inner{
    padding-left: 30px;
   }
 .pc_window .right_area {
   width:calc(100% - 275px);
    }
}


/* パンくずリスト */
.breadcrumb {
    display: flex;
    margin-top: 18px;
    margin-left: 134px;
}
.breadcrumb > li {
    font-size: 12px;
    color: #B2B2B2;
    margin-left: 16px;
}
.breadcrumb > li + li::before {
    content: "＞";
    margin-right: 16px;
}
#logo .breadcrumb {
    margin-left: 106px;
}



/* NEWS */
#news .section_title{
    background: none;
}
#news .news_area,
#news .other_area {
    width: 100%;
    max-width: 1050px;
    margin-top: 97px;
    margin-left: auto;
    margin-right: auto;
}
#news .news_area .news_list,
#news .other_area .news_list {
    flex-wrap: nowrap;

        margin-top: 40px;
    min-width: 980px;
    margin: 0 auto;
    width: 100%;
    max-width: 1300px;
    justify-content: center;
}
#news .news_area .news_list {
    padding-bottom: 5px;
    margin-top: 78px;
    border-bottom: 1px solid #C6C6C6;
}
#news .other_area .news_list {
    margin-top: 54px;
    width: 1050px;
}
#news .news_area .news_list > li,
#news .other_area .news_list > li {
    width: 33.3%;
    margin: 0;
}

#news .news_area .news_list::after {
    content: "";
    display: block;
    width: 33.3%;
    height: 0;
}


#news .news_area .news_card,
#news .other_area .news_card {
    width: 100%;
}
#news .news_area .news_thumb,
#news .other_area .news_thumb {
    width: 100%;
}
#news .news_area .news_thumb > img,
#news .other_area .news_thumb > img {
    width: 100%;
}
#news .news_area .news_lead,
#news .other_area .news_lead {
    width: 100%;
    height: 183px;
    color: #000000;
    background-color: #FFFFFF;
    padding: 20px;
}
#news .news_area .news_lead{
 height: 202px;
   padding:13px 20px 0;
}
#news .news_area .news_lead > .news_date,
#news .other_area .news_lead > .news_date {
    font-size: 12px !important;
     margin-bottom: 15px;
}
#news .news_area .news_lead > .news_date{
margin-bottom: 5px;
}
#news .news_area .news_lead > .news_title,
#news .other_area .news_lead > .news_title {
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 600;
}
#news .news_area .news_lead > .view_more,
#news .other_area .news_lead > .view_more {
    content: "";

   background-repeat: no-repeat;
    background: url("/image/jp/be_bold/news/index_08.png");

}

@media screen and (min-width: 768px) {


#news .news_area .news_lead > .view_more,
#news .other_area .news_lead > .view_more {
    margin-top: 34px;
   width: 153px;
    background-size: auto;
    background-position: center center;

    height: 11px;
}
#news .news_area .news_card:hover .news_lead,
#news .other_area .news_card:hover .news_lead {
    color: #FFFFFF;
    background-color: #030D25;
}
#news .news_area .news_card:hover .news_lead > .view_more,
#news .other_area .news_card:hover .news_lead > .view_more {
    background: url("/image/jp/be_bold/news/index_09.png");
}
}
#news .news_area .pagenation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

/* PICKUP */
#pickup .section_title{
    background: none;

}
#pickup .pickup_thumb img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

#pickup .pickup_area .section_title {
    width: 143px;
    margin-left: 13px !important;
    margin-bottom: 75px;
}

#pickup .pickup_area.detail .section_title {
    margin-left: 103px !important;
}

#pickup .pickup_area {
    width: 100%;
    max-width: 1070px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 110px;
    padding: 0;
}

#pickup .pickup_area.detail {
    max-width: 1250px;
}

#pickup .pickup_area .pickup_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#pickup .pickup_area .pickup_list {
    padding: 0 10px;
}
#pickup .pickup_area .pickup_list::after {
    content: "";
    display: block;
    width: 33.3%;
    height: 0;

}

#pickup .other_area .pickup_list {
    margin-top: 40px;
}
#pickup .pickup_area .pickup_list > li {
    width: 33.3%;
    margin: 0;
}
#pickup .pickup_area .pickup_card {
    width: 100%;
    height: 100%;
}

#pickup .pickup_area .pickup_card:hover {
    background-color: #030D25;
}


#pickup .pickup_area .pickup_thumb {
    width: 100%;
    background-color: #fff;
}

#pickup .pickup_area .pickup_lead {
    width: 100%;
    color: #000000;
    background-color: #FFFFFF;
    padding: 20px;
}
#pickup .pickup_area .pickup_lead > .pickup_date {
    font-size: 12px !important;
}
#pickup .pickup_area .pickup_lead > .pickup_title {
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 600;
    margin-top: 15px;
}
#pickup .pickup_area .pickup_lead > .view_more {
    content: "";
    width: 153px;
    height: 11px;
    margin-top: 30px;
    background: url("/image/jp/be_bold/pickup/index_05.png");
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
}


#pickup .pickup_area .pickup_card:hover .pickup_lead {
    color: #FFFFFF;
    background-color: #030D25;
}

#pickup .pickup_area .pickup_card:hover p {
    color: #fff;
}

#pickup .pickup_area .pickup_card:hover .pickup_lead > .view_more {
    background: url("/image/jp/be_bold/pickup/index_06.png");
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
}
#pickup .pickup_area .pagenation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}
#pickup .pickup_area .pagenation > li {
    margin: 0;
}
#pickup .pickup_area .pagenation .page_num {
    font-size: 16px;
    color: #A8A8A8;
    padding-top: 6px;
    padding-left: 15px;
    padding-bottom: 6px;
    padding-right: 15px;
}
#pickup .pickup_area .pagenation .page_num.current {
    position: relative;
    color: #000000;
}
#pickup .pickup_area .pagenation .page_num.current::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 1px;
    background: url("/image/jp/pickup/pickup_4.png");
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
}

#pickup .pickup_area .detail {
    width: 100%;
    max-width: 1250px;
    margin-top: 70px;
    margin-right: auto;
    margin-left: auto;
    background-color: #E9ECF4;
}
#pickup .pickup_area .detail > div:first-child {
    padding-top: 73px;
    padding-right: 100px;
    padding-bottom: 70px;
    padding-left: 100px;
}
#pickup .pickup_area .detail > div:first-child img {
    margin-top: 50px;
}



#pickup .pickup_area .detail > div:not(:first-child) {
    padding-top: 33px;
    padding-right: 135px;
    padding-bottom: 30px;
    padding-left: 135px;
}
#pickup .pickup_area .detail > div:not(:first-child) img {
    margin-top: 40px;
}

#pickup .pickup_area .detail > div:not(:first-child) img.width50 {
    width: 50%;
}

#pickup .pickup_area .detail > div:not(:first-child) img.maxWidth100 {
    width: auto;
    max-width: 100%;
}

#pickup .pickup_area .detail .photoUpperTextLower {
    margin-top: 40px;
}

#pickup .pickup_area .detail > div:last-child {
    padding-bottom: 107px;
}
#pickup .pickup_area .detail > div + div {
    border-top: 1px solid #C6C6C6;
}
#pickup .pickup_area .detail img {
    width: 100%;
}
#pickup .pickup_area .detail p {
    line-height: 2;
    font-size: 14px;
}
#pickup .pickup_area .detail .pickup_date {
    font-size: 14px;
    line-height: 1;
}
#pickup .pickup_area .detail .pickup_title {
    font-size: 22px;
    line-height: 1.6;
    color: #000000;
    margin-top: 20px;
    padding: 0;
    border: none;
}
#pickup .pickup_area .detail .pickup_head {
    font-size: 20px;
    line-height: 1;
    color: #000;
}
#pickup .pickup_area .detail .pickup_head_sub {
    font-size: 18px;
    line-height: 1;
    margin-top: 40px;
}
#pickup .pickup_area .detail .pickup_head + p,
#pickup .pickup_area .detail .pickup_head_sub + p {
    margin-top: 28px;
}


/* AD GALLERY */
#ad_gallery .gallery_area,
#ad_gallery .other_area {
    padding-right: 34px;
    padding-left: 34px;
}
#ad_gallery .section_title {
}
#ad_gallery .gallery_area .galleries {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 70px;
}
#ad_gallery .gallery_area .galleries .item {
    width: 50%;
    height: 457px;
}
#ad_gallery .gallery_area .galleries .item > a,
#ad_gallery .other_area .other_items .item > a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(-45deg, #DCDADB, #EBEBEB);
}
#ad_gallery .gallery_area .galleries .item > a::before,
#ad_gallery .other_area .other_items .item > a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #030D25;
    opacity: 0;
    z-index: 98;
    transition: all 0.3s;
}
#ad_gallery .gallery_area .galleries .item > a:hover::before,
#ad_gallery .other_area .other_items .item > a:hover::before {
    opacity: 0.3;
}
#ad_gallery .gallery_area .galleries .item img,
#ad_gallery .gallery_area .detail .item img,
#ad_gallery .other_area .other_items .item img {
    box-shadow: -10px 10px 3px rgba(0,0,0,0.4)
}
#ad_gallery .gallery_area .galleries .item > a .item_txt,
#ad_gallery .other_area .other_items .item > a .item_txt {
    display: none;
}
#ad_gallery .gallery_area .galleries .item > a:hover .item_txt,
#ad_gallery .other_area .other_items .item > a:hover .item_txt {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    z-index: 99;
}
#ad_gallery .item_txt p:first-child {
    font-size: 22px;
}
#ad_gallery .item_txt p:nth-child(2) {
    font-size: 14px;
}
#ad_gallery .item_txt p:last-child {
    font-size: 14px;
    margin-top: 16px;
}

#ad_gallery .gallery_area .detail {
    width: 100%;
    max-width: 1050px;
    margin-top: 70px;
    margin-right: auto;
    margin-bottom: 64px;
    margin-left: auto;
}
#ad_gallery .gallery_area .detail .item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10%;
    background: linear-gradient(-45deg, #DCDADB, #EBEBEB);
}
#ad_gallery .gallery_area .detail .item_txt {
    margin-top: 80px;
}
#ad_gallery .detail .item_txt p:first-child {
    letter-spacing: 2px;
}
#ad_gallery .detail .item_txt p:nth-child(2) {
    color: #666666;
    margin-top: 40px;
}
#ad_gallery .detail .item_txt p:last-child {
    color: #666666;
    margin-top: 14px;
}

#ad_gallery .gallery_area .subs {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1050px;
    margin-right: auto;
    margin-bottom: 64px;
    margin-left: auto;
    border-top: 1px solid #C6C6C6;
}
#ad_gallery .gallery_area .subs .sub_txt_area,
#ad_gallery .gallery_area .subs .sub_img_area {
    margin-top: 50px;
}
#ad_gallery .gallery_area .subs .sub_txt_area {
    width: 632px;
}
#ad_gallery .gallery_area .subs .sub_txt_area .sub_ttl {
    font-size: 18px;
    line-height: 29px;
    color: #666666;
    text-align: left;
    letter-spacing: 2px;
    padding: 0;
    margin: 0;
    border: none;
}
#ad_gallery .gallery_area .subs .sub_txt_area .sub_txt {
    font-size: 14px;
    line-height: 29px;
}
#ad_gallery .gallery_area .subs .sub_txt_area .sub_ttl + .sub_txt {
    margin-top: 28px;
}
#ad_gallery .gallery_area .subs .sub_txt_area .sub_txt + .sub_ttl,
#ad_gallery .gallery_area .subs .sub_txt_area .sub_txt + .sub_txt {
    margin-top: 36px;
}
#ad_gallery .gallery_area .subs .sub_img_area .sub_img {
    width: 350px;
    height: 250px;
}
#ad_gallery .gallery_area .subs .sub_img_area .sub_img + .sub_img {
    margin-top: 15px;
}
#ad_gallery .gallery_area .subs .sub_img_area .sub_img img {
    width: 100%;
    height: 100%;
}

#ad_gallery .other_area .other_items {
    display: flex;
    justify-content: space-between;
    margin-top: 52px;
}
#ad_gallery .other_area .other_items .item {
    width: 49%;
    height: 457px;
}

/* ENVISION */
#envision .fullPageScroll {
    width: 100%;
    height: 100vh;
    scroll-snap-type: y mandatory;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
#envision .fullPageScroll .page {
    width: 100%;
    height: 100vh;
    scroll-snap-align: start;
}

#envision .top {
    position: relative;
    width: 100%;
    height: 900px;
    background: url("/image/jp/envision/envision_1.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#envision .top_txt {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    width: 315px;
    height: 260px;
    background: url("/image/jp/envision/envision_3.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#envision .top_scroll {
    position: absolute;
    bottom: 102px;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
}
#envision .top_scroll::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 90px;
    background-color: #FFFFFF;
    margin-top: 12px;
}
#envision .top_scroll > p {
    font-size: 11px;
    line-height: 19px;
    color: #FFFFFF;
}
#envision .center {
    position: relative;
    width: 100%;
    height: 1000px;
    background: url("/image/jp/envision/envision_8.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#envision .center_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 550px;
    height: 463px;
    background: url("/image/jp/envision/envision_5.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#envision .feature_area .feature_1,
#envision .feature_area .feature_2,
#envision .feature_area .feature_3 {
    display: flex;
    width: 100%;
    height: auto;
}
#envision .feature_area .feature_1 {
    background-color: #CFE0EB;
}
#envision .feature_area .feature_2 {
    background-color: #D8CEDE;
}
#envision .feature_area .feature_3 {
    background-color: #EFEBCD;
}
#envision .feature_area .feature_txt_wrapper {
    width: 100%;
    height: auto;
}
#envision .feature_area .feature_1 .feature_txt_wrapper {
    background: url("/image/jp/envision/envision_22.png");
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
}
#envision .feature_area .feature_2 .feature_txt_wrapper {
    background: url("/image/jp/envision/envision_23.png");
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
}
#envision .feature_area .feature_3 .feature_txt_wrapper {
    background: url("/image/jp/envision/envision_24.png");
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
}
#envision .feature_area .feature_txt {
    padding-top: 225px;
    padding-left: 78px;
}

/* GENERATIONS MACHINE */
#generations #main {
    background: url("/image/jp/be_bold/generations_machine/index_02.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#generations .main_area {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 1400px;
    height: auto;
    padding-top: 132px;
    margin-right: auto;
    margin-left: auto;
}
#generations .main_area .section_title {
    width: 372px;
}
#generations .main_area .section_title > img {
    width: 100%;
}
#generations .main_area .container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 700px;
    margin-top: 40px;
}
#generations .main_area .container .year {
    text-align: center;
}
#generations .main_area .container .machine_img {
    margin-top: 41px;
    margin-right: auto;
    margin-left: auto;
    width: 483px;
    height: 350px;
    text-align: center;
}
#generations .main_area .container .machine_img img {
    width: 100%;
}
#generations .main_area .container .detail_area {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 64px;
    margin-right: auto;
    margin-left: auto;
    letter-spacing: 2px;
}
#generations .main_area .container .detail_area .left_area {
    width: 486px;
}
#generations .main_area .container .detail_area .right_area {
    position: unset;
    width: 255px;
    height: auto;
    padding: 0;
}
#generations .main_area .container .detail_area .right_area > img {
    width: 46px;
}
#generations .main_area .container .detail_area .machine_name {
    font-size: 22px;
    font-weight: 600;
}
#generations .main_area .container .detail_area .machine_name + div,
#generations .main_area .container .detail_area .details {
    margin-top: 24px;
}
#generations .main_area .container .detail_area .machine_name + div > p {
    font-size: 14px;
    line-height: 2;
}
#generations .main_area .container .detail_area .details > p {
    font-size: 12px;
    line-height: 2;
    color: #4D4D4D;
}
#generations .main_area .container .detail_area .details > p span {
    display: inline-block;
    vertical-align: text-top;
}
#generations .main_area .container .detail_area .details > p span:nth-of-type(1) {
    width: 34%;
}
#generations .main_area .container .detail_area .details > p span:nth-of-type(2) {
    width: 66%;
    white-space: nowrap;
}
@media screen and (min-width: 768px) {
    #generations .main_area .container .detail_area .machine_name + div {
        margin-right: 24px;
    }
    #generations .main_area .container #machine1982 .detail_area .left_area {
        width: 430px;
    }
    #generations .main_area .container #machine1982 .detail_area .right_area {
        width: 270px;
    }
    #generations .main_area .container #machine1989 .detail_area .left_area {
        width: 400px;
    }
    #generations .main_area .container #machine1989 .detail_area .right_area {
        width: 270px;
    }
    #generations .main_area .container #machine1989 .detail_area .details > p span:nth-of-type(1) {
        width: 29%;
    }
    #generations .main_area .container #machine1989 > .detail_area .details > p span:nth-of-type(2) {
        width: 66%;
    }
    #generations .main_area .container #machine1993_2 .detail_area .left_area {
        width: 535px;
    }
    #generations .main_area .container #machine1993_2 .detail_area .right_area {
        width: 250px;
    }
    #generations .main_area .container #machine1993_2 .detail_area .details > p span:nth-of-type(1) {
        width: 45%;
    }
    #generations .main_area .container #machine1993_2 > .detail_area .details > p span:nth-of-type(2) {
        width: 55%;
    }
    #generations .main_area .container #machine1997 .detail_area .left_area {
        width: 400px;
    }
    #generations .main_area .container #machine1997 .detail_area .right_area {
        width: 300px;
    }
    #generations .main_area .container #machine1997 .detail_area .details > p span:nth-of-type(1) {
        width: 28%;
    }
    #generations .main_area .container #machine1997 > .detail_area .details > p span:nth-of-type(2) {
        width: 71%;
    }
    #generations .main_area .container #machine2017_2 .detail_area .left_area {
        width: 380px;
    }
    #generations .main_area .container #machine2017_2 .detail_area .right_area {
        width: 325px;
    }
    #generations .main_area .container #machine2017_2 .detail_area .details > p span:nth-of-type(1) {
        width: 25%;
    }
    #generations .main_area .container #machine2017_2 > .detail_area .details > p span:nth-of-type(2) {
        width: 74%;
        line-height: 1.4;
    }
}
#generations .main_area .container .swiper-button-prev,
#generations .main_area .container .swiper-button-next {
    position: absolute;
    border: none;
    width: 27px;
    height: 54px;
}
#generations .main_area .container .swiper-button-prev::after,
#generations .main_area .container .swiper-button-next::after {
    content: none;
}
#generations .main_area .container .swiper-button-next {
    right: 0;
    background: url("/image/jp/be_bold/generations_machine/index_05.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#generations .main_area .container .swiper-button-prev {
    left: 0;
    background: url("/image/jp/be_bold/generations_machine/index_04.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#generations .main_area .scale {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(0, -50%);
    content: "";
    width: 72px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#generations .main_area .scale .swiper-pagination-bullet {
    position: relative;
    width: 100%;
    height: 16px;
    background: none;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0px;
    margin: 12px 0;
    opacity: 1;
}
#generations .main_area .scale .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 29px;
    height: 1px;
    background-color: #000000;
}
#generations .main_area .scale .swiper-pagination-bullet:focus {
    outline: none;
}
#generations .main_area .scale .swiper-pagination-bullet-active {
    color: #C65C3D;
    outline: none;
}
#generations .main_area .scale .swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 29px;
    height: 1px;
    background-color: #C65C3D;
}

/* ABOUT PROJECT */
#teaser_main .bg_area {
    height: 100%;
}
#teaser .teaser_main .txt {
    width: 460px;
    height: 50px;
}
#teaser .teaser_main .txt img {
    width: 100%;
}
#teaser .teaser_main .scroll{width: 28px;}
#teaser .teaser_main .logo {
    bottom: 38px;
    left: 43px;
    width: 74px;
    height: 108px;
}
#teaser .teaser_main .logo img {
    width: 100%;
}
#teaser .teaser_main .scroll{width: 28px; height: 133px;}
#teaser .teaser_main .scroll_area{height: 100%;}
#teaser_main .scroll_area .scr_line {height: 95px;}
#teaser .scroll_area .bd {width: 3px; height: 3px;}
#teaser_main .bg_area .anime_none {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    background: url("/image/jp/be_bold/index_19.jpg") no-repeat; /*0525修正*/
    background-size: cover;
}

#teaser #main { margin-top: 137px; }
#teaser .teaser_txt h2 {width: 369px;}
#teaser .teaser_main .breadcrumb {
    margin-top: 20px;
    margin-left: 43px;
}
#teaser .teaser_txt .txtbox_1 {
    margin-bottom: 97px;
}
#teaser .teaser_txt .txtbox_1 p {
    font-size: 16px;
    line-height: 38px;
    font-family: "Helvetica";
}
#teaser .teaser_txt .txtbox_1 h2 {
    font-size: 30px;
    width: 100%;
    font-family: "a-otf-futo-min-a101-pr6n", serif;
    background: none;
    letter-spacing: 1.2px;
}
#teaser .teaser_txt .txtbox_1:nth-of-type(2) h2 {
    font-size: 28px;
    letter-spacing: 3.6px;
}
#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 .imgs {
    width: 550px;
    margin: 0 auto;
}

#teaser .teaser_txt .txtbox_2 p {
	font-size: 12px;
	line-height: 21px;
    letter-spacing: 1.2px;
	margin-top: 35px;
}

#teaser .teaser_txt .txtbox_2 .slogan_area {
    margin-bottom: 40px;
}
#teaser .teaser_txt .txtbox_2 .slogan_area .slogan_line {
    display: block;
    width: 1px;
    height: 150px;
    margin: 18px auto 0;
    background-color: #555555;
}
#teaser .teaser_txt .txtbox_2 .slogan_area .slogan_txt {
    font-size: 30px;
    line-height: 1.75;
    margin-top: 40px;
    font-family: "a-otf-futo-min-a101-pr6n", serif;
}
#teaser .teaser_txt .txtbox_3 {
    padding-top: 105px;
    padding-bottom: 91px;
}
#teaser .teaser_txt .txtbox_3 .imgs{
    width: 402px;
}
#teaser .teaser_txt_2 {
    margin-top: 112px;
}
#teaser .teaser_txt_2 img {
    width: auto;
}
#teaser .teaser_txt_2 .txtbox {
    width: auto;
    max-width: 972px;
    margin: 98px auto 0;
    padding: 0 16px;
}
#teaser .teaser_txt_2 h2 {
    font-size: 28px;
    line-height: 48px;
    background: none;
    font-family: "a-otf-futo-min-a101-pr6n", serif;
    margin: 0;
    background: none;
}
#teaser .teaser_txt_2 .txtbox .txt {
    font-size: 16px;
    line-height: 38px;
    font-family: "Helvetica";
    margin-top: 60px;
    word-break: break-word;
}

/** 20240524追加 **/

#teaser #main .teaser_txt .main_logo {
    width: 460px;
    height: auto;
    margin: 0 auto 50px auto;
}

#teaser #main .teaser_txt .main_logo img {
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    #teaser #main .teaser_txt .main_logo {
        width: 218px;
        height: auto;   
    }
}

/** 20240524追加 **/


#teaser .quality_area,
#teaser .solution_area,
#teaser .idea_area {
    width: 100%;
    text-align: center;
    padding-top: 70px;
    padding-right: 70px;
    padding-bottom: 140px;
    padding-left: 70px;
}
#teaser .quality_area { background-color: #D1E2EC; }
#teaser .solution_area {
    /* background-color: #D8CEDE;  */
    background-color: rgba(214,204,220, 0.9);
}
#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: 205px;
    width: 340px;
    height: 188px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
#teaser .quality_area .imgs .comment { left: 65%; }
#teaser .solution_area .imgs .comment { left: 16%; }
#teaser .idea_area .imgs .comment { left: 65%; }
#teaser .quality_area .imgs .comment p,
#teaser .solution_area .imgs .comment p,
#teaser .idea_area .imgs .comment p {
    font-size: 28px;
    line-height: 2;
    letter-spacing: 3px;
    text-align: left;
    width: fit-content;
    font-family: "a-otf-futo-min-a101-pr6n", serif;
}

#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: 28px;
    line-height: 1.5;
    background: none;
    font-family: "a-otf-futo-min-a101-pr6n", serif;
    letter-spacing: 3px;
}
#teaser .quality_area .txtbox p,
#teaser .solution_area .txtbox p,
#teaser .idea_area .txtbox p {
    font-size: 16px;
    line-height: 38px;
    font-family: "Helvetica";
    text-align: left;
    max-width: 980px;
    margin-top: 52px;
    margin-right: auto;
    margin-left: auto;
}
#teaser .sns_box {
    padding-bottom: 29px;
    width: 162px;
    margin: 167px auto 0;
    text-align: center;
    align-items: center;
}
#teaser .sns_area {
    padding-bottom: 55px;
    margin-top: 158px;
}
#teaser .sns_area .imgs {
    width: 160px;
    margin: 0 auto;
}
#teaser .sns_box .box img{
    width: 30px;
}



@media screen and (max-width: 1100px) {
    /* #main {
        overflow-x: scroll;
    } */
    .top #main,
    #vision #main,
    #message #main {
        overflow:hidden;
    }
}

/* #feature .feature_cnt_list li:nth-child(2n-1) {
    margin-right: 20px;
} */



.iPad.JS .feature_top .GridSet {
    max-width: inherit !important;
}

/* chronicleデザイン変更(PC) */

.parent_category_area {
    width: 1050px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.parent_category_link {
    width: 50%;
    display: block !important;
    height: 100%;
    padding: 18px 30px;
    border: 1px solid !important;
    margin-right: 5px;
    position: relative;
    text-align: center;
}

#chronicle .parent_category_link p {
    font-size: 15px;
}

.chronicle_category {
    padding: 3px 9px;
    border: 1px solid #B1B1B1;
    display: inline-block;
    margin-bottom: 15px;
}

.top .chronicle_category {
    margin-bottom: 0px;
    margin-right: 15px;
    border: 1px solid #B0B0B0;
}

.top #wrap .technology_article_list .chronicle_category p {
    font-size: 12px;
    letter-spacing: 0.6px;
    text-decoration: none;
}


.parent_category_link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.7%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 21px;
    background: url(/image/jp/be_bold/drawer_ico_bottom.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.parent_category_link:last-child {
    margin-right: 0px;
}

#chronicle .sec_inner .chronicle_list_ttl {
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    padding-left: 25px;
    position: relative;
    border: none;
    margin-bottom: 45px;
}

#chronicle .sec_inner .chronicle_list_ttl::before {
    content: "";
    background-image: url(/image/jp/be_bold/cuttingedge/001/index_06.png);
    width: 5px;
    height: 70%;
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    background-size: cover;
    margin: auto;
}

#chronicle .top_banner {
    background-image: url('/image/jp/be_bold/chronicle/index_01.png');
}

#chronicle .list_area,
#chronicle .item_area {
    margin-top: 90px;
    margin-bottom: 90px;
}

#chronicle.under .sns_area .sns_box {
    margin: 100px auto 0;
}

#chronicle .section_title {
    width: 205px;
    margin-bottom: 70px;
}

#chronicle .chronicle_list {
    width: 1050px;
    margin: 0 auto;
}

#chronicle .chronicle_list .chronicle_list_cnt {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#chronicle .chronicle_list .chronicle_list_cnt::after {
    content: '';
    display: block;
    width: 350px;
    height: 0;
}


#chronicle  .flexWrapNewWrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    #chronicle  .flexWrapNewWrapper {
        flex-direction: column;
    }
}


#chronicle  .flexWrapNewWrapper .catBox {
    width: 50%;
    padding-right: 2%;
    border-right: 1px solid #C5C5C5;
}

@media screen and (max-width: 767px) {
    #chronicle  .flexWrapNewWrapper .catBox {
        width: 100%;
        border-right: 0;
        padding-right: 0%;
    }
}

#chronicle  .flexWrapNewWrapper .catBox:nth-child(2n) {
    border-right: 0;
    padding-left: 2%
}

@media screen and (max-width: 767px) {
    #chronicle  .flexWrapNewWrapper .catBox:nth-child(2n) {
        padding-left: 0%;
    }
    
    #chronicle  .flexWrapNewWrapper .catBox#p_category2 {
        padding-top: 33px;
    }
}


#chronicle .chronicle_list.cate_core  .chronicle_list_cnt {
    justify-content: space-between;
}

#chronicle .chronicle_list.cate_core .chronicle_list_cnt {
    margin-bottom: 70px;
    border-bottom: 1px solid #C5C5C5;
}

#chronicle .chronicle_list.cate_base {
    padding-top: 73px;
    padding-bottom: 25px;
    border-bottom: 1px solid #C5C5C5;
}

#chronicle .chronicle_list.cate_base.pt0 {
    padding-top: 0;
}

#chronicle .chronicle_list.cate_core {
    padding-top: 73px;
}

#chronicle .chronicle_list.cate_base li {
    /* width: 50%; */
    width: 100%;
    margin-bottom: 55px;
}

#chronicle .chronicle_list.cate_core li {
    width: 350px;
    padding-bottom: 0px;
}

#chronicle .chronicle_list.cate_core li a {
    padding: 0 20px;
}
#chronicle .chronicle_list.cate_core li:nth-child(1) a,
#chronicle .chronicle_list.cate_core li:nth-child(4) a{
    padding-left: 0px;
}

#chronicle .chronicle_list.cate_core li:nth-child(3) a {
    /* padding-right: 0px; */
}
#chronicle .chronicle_list.cate_base li:nth-child(2n-1) {

}

#chronicle .chronicle_list.cate_base .chronicle_cnt {
    position: relative;
}

#chronicle .chronicle_list.cate_core li {
    position: relative;
    margin-bottom: 60px;
}

#chronicle .chronicle_list.cate_base li {
    position: relative;
}

#chronicle .chronicle_list.cate_core li:not(:nth-child(3n))::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    border-right: 1px solid #C5C5C5;
}

#chronicle .chronicle_list.cate_base li:not(:nth-child(2n))::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
/*     border-right: 1px solid #C5C5C5; */
}



#chronicle .chronicle_img {
    width: 235px;
    margin-right: 20px;
}

#chronicle .chronicle_img img {
    width: 100%;
}

#chronicle .chronicle_list li a {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #C5C5C5;
    text-decoration: none;
}

#chronicle #p_category2.chronicle_list li a {
    border: none;
}

#chronicle .chronicle_list.cate_base li a {
    border: none;
}

#chronicle .chronicle_date {
    margin-bottom: 15px;
}

#chronicle .chronicle_date p {
    font-size: 12px;
    color: #333;
}

#chronicle .chronicle_ttl {
    margin-bottom: 15px;
}



#chronicle .chronicle_ttl p {
    font-size: 18px;
    line-height: 150%;
    color: #666;
    text-decoration: underline;
}

#chronicle .no-link p {
    text-decoration: none;
}

#chronicle .chronicle_txt p,
#chronicle .chronicle_txt span{
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 19px;
    text-align: justify;
}

#chronicle .pagenation {
    border: none;
}

#chronicle .tag {
    margin-bottom: 25px !important;
}

#chronicle .icon {
    font-size: 14px;
    letter-spacing: 1.0px;
    color: #000;
    padding: 5px 20px !important;
    background-color: #fff;
    border: 1px solid #B1B1B1;
    margin-bottom: 0px !important;
}

#chronicle .chronicle_list.cate_core .tag {
    width: 100%;

}

.top .technology_article_list_cnt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.t_chronicle_list_ttl {
    margin-bottom: 20px;
}

.top #wrap .technology_article_list .t_chronicle_list_ttl p {
    font-size: 16px;
    letter-spacing: 1.8px;
    color: #666;
    text-decoration: none;
}

.top .chronicle_area .section_sub_title {
    margin-bottom: 40px;
}

.top #wrap .technology_article_list li a:hover {
    text-decoration: none;
}

.diary-all {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cutting_edge_cnt a {
    display: block !important;
}

#p_category1 li:nth-child(2n+1) a {
    padding-right: 30px;
}

#p_category1 li:nth-child(2n) a {
    padding-left: 30px;
}

#p_category1 .chronicle_category p {
    letter-spacing: 1.0px;
    color: #333;
}

#p_category2 .chronicle_list_cnt li:nth-child(1),
#p_category2 .chronicle_list_cnt li:nth-child(3n+1) {
    padding-left: 0px;
}
#p_category2 .chronicle_list_cnt li:nth-child(3n+1) a{
 padding-left: 0px;
}

#p_category2 .chronicle_list_cnt li:nth-child(3) {
    padding-right: 0px;
}

.cuttingedge_page .chronicle_category {
    padding: 3px 12px;
}

#chronicle.cuttingedge_page .chronicle_category p {
    line-height: 17px !important;
    color: #333;
}

/* ===================================================================== */
/* ============================== under_cssマージ ============================== */
/* ===================================================================== */
/* ===
共通要素
=== */
.violet_bg{
    background-color: #E8EBF3;
}
.arrow{
    position: relative;
}

/* 矢印 */
.arrow::after {
    /* デフォルト 下 */
    content: '';
    width: 9px;
    height: 9px;
    border: 0px;
    border-top: solid 2px #A7A7A7;
    border-right: solid 2px #A7A7A7;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: 0.3s;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -13px;
    margin: auto;
}

.arrow_top::after {
    /* 上 */
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: 0.3s;
}

.arrow_r::after {
    /* 右 */
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.3s;
}

.arrow_l::after {
    /* 左 */
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    transition: 0.3s;
}
/* 矢印 */


.top_banner {
position: relative;
    position: relative;
    width: 100%;
    margin-left: 30px;
    min-height: 265px;
    background-position: bottom center;
    background-repeat: repeat-x;
    background-size: cover;

}
.top_banner img{
	width: 100%;
    opacity: 0;
    display: none !important;
}
.top_banner::before {
}

.under_logo {
    position: absolute;
    bottom: -65px;
    left: 10px;
    width: auto;
    height: auto;
    background-color: #fff;
}

.under_logo a {
    width: 100%;
    height: 100%;
    padding: 40px;
}

#wrap .under_logo img {
    width: 79px;
}


/* 一覧形 */
.list_area,
.item_area {
    width: 100%;
    margin-top: 97px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    padding: 0 26px;
}
.list_area .sec_inner{
min-width: 1200px;
max-width: 1500px;
width: 100%;
margin: 0 auto;
}
#cuttingedge .list_area .sec_inner {
    min-width: inherit;
}


.list_area .list_wp li a{
	display: block !important;
}
.list_area .list_wp li{
    width: 49.2%;
    margin-bottom: 77px;
}
.list_area .thumb img{
	width: 100%;
}
.list_area .thumb{
    margin-bottom: 23px;
}
.list_area .detile{
font-size: 14px !important;
    line-height: 24px !important;
}

.list_area .title{
      font-size: 18px !important;
    line-height: 29px !important;
    font-weight: bold;
    min-height: initial;
    margin-bottom: 8px !important;
}

.pagenation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding-top: 45px;
    margin-top: 21px;
    width: 980px;
    border-top: 1px solid #C5C5C5;
}
.pagenation > li {
    margin: 0;
}
.pagenation .page_num {
    font-size: 16px;
    color: #A8A8A8 !important;
    padding: 6px 11px;
}
.pagenation .page_num.current {
    position: relative;
    color: #000000 !important;
}
.pagenation .page_num.current::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 3px;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 1px;
    background: url(/image/jp/be_bold/news/index_10.png);
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
}
.pagenation .arrow_l::after{
    left: -36px;
}

.breadcrumb{
margin-left: 166px;
    margin-top: 13px;
}

.under .sns_area .sns_box{
    margin: 137px auto 0;
}
.section_title{
    margin-bottom: 79px;
    margin-left: 147px;
}
.section_title img{
    width: 100%;
}

/*　詳細形 */
.detail .title_area,
.detaile_area .title_area{
    position: relative;
}
.detail .title_area .other_area,
.detaile_area .title_area .other_area{
    position: absolute;
    right: 0;
    top: -63px;
}
 .detail .title_area .other_area{
    right: 100px;
    top: 0;
}
@media screen and (max-width: 767px) {

.detaile_area .title_area .other_area{
top: -48px;
}
 .detail .title_area .other_area{
 right: 6.5%;
    margin: 0;
    top: -10px;
 }
}
.detaile_area .title_area .date{
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 24.5px;
}
.detaile_area .title_area .cnt_ttl{
font-size: 26px;
line-height: 45.5px;
}

.detaile_area .title_area {
    margin-bottom: 60px;
}

.detaile_area .title_area .date{
    margin-bottom: 8px;
}


.detaile_area .atend_area{
    padding: 33px 39px 30px;
    margin-bottom: 76px;
}
.detaile_area .atend_area p{
font-size: 16px !important;
    line-height: 26px !important;
}

.detaile_area .sub_ttl_marker span,
.detaile_area .sub_ttl_marker{
    font-size: 20px;
    line-height: 35px;
    padding: 25px 21px !important;
    position: relative;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #C5C5C5;
    border-bottom: 1px solid #C5C5C5;
    border-left: none !important;
    margin-bottom: 31px;
    color: #000;
}
.detaile_area .sub_ttl_marker span{
    padding: 0 !important;
    display: block;
    margin-bottom: 0;
    border: none
}
.detaile_area .sub_ttl_marker span:before,
.detaile_area .sub_ttl_marker:before{
    content: "";
    background-image: url(/image/jp/be_bold/cuttingedge/001/index_06.png);
    width: 5px;
    /* height: 24%; */
    height: 30%;
    /* height: 45%; */
    position: absolute;
    left: -2px;
    top: 0;
    bottom: 0;
    background-size: cover;
    margin: auto;

}
.detaile_area .sub_ttl_marker span:before{
    height: 67%;
    left: 2px;
    width: 4px;
}
.detaile_area .sub_ttl_list{
    position: relative;
    font-size: 20px;
    line-height: 35px;
    padding: 0px 15px 6px !important;
    border-bottom: 1px solid #C4C4C4;
    margin-bottom: 38px;
}
.detaile_area .sub_ttl_list:before{
    content: "";
    width: 7px;
    height: 8px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: -5px;
    bottom: 0;
    background-size: cover;
    margin: auto;
}
.detaile_area .imgs{
    margin-bottom: 26px;
}
.detaile_area .imgs_big{
    margin-bottom: 39px;
}
.detaile_area .group{
    margin-bottom: 86px;
}
.detaile_area .sub_bold,
.detaile_area p,
.detaile_area .dtl_txt span,
.detaile_area .dtl_txt{
    font-size: 14px !important;
    line-height: 24px !important;
}
.detaile_area .dtl_txt{
    margin-bottom: 15px !important;
}

.orange_color{
    color: #C55C3D !important;
}
.detaile_area .pdf_icon a{
    background: none;
}

.detaile_area .pdf_icon{
    margin: 37px 0 25px;
}
.detaile_area .pdf_icon a{
     position: relative;
    padding: 15px 61px;
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    background-color: #F0F0F0;
}

.detaile_area .pdf_icon a:after{
    content: "";
    width: 76px;
    height: 100%;
    position: absolute;
    left: -5px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: 25px;
    background-image: url(/image/jp/be_bold/cuttingedge/001/index_07.png);
    background-position: center;
}

.detaile_area .pdf_icon.article_other_link a:after{
    display: none;
}

 .detaile_area .sub_bold{
    margin-bottom: 16px;
    margin-top: 53px;
    font-size: 19px !important;
}

.detaile_area .box_area .box_imgs img{
    width: 100%;
}
.detaile_area .box_area{
    padding: 42px 0 31px;
    border-bottom: 1px solid #C5C5C5;
    border-top: 1px solid #C5C5C5;
    margin: 72px 0 46px;
}
.detaile_area .box_area .box_imgs{
    width: 348px;
}
.detaile_area .box_area .cnt{
    width: calc(100% - 348px - 54px);
}
.detaile_area .box_area h4,
.detaile_area .box_area p{
    font-size: 14px;
    line-height: 21px;
}
.detaile_area .box_area .kind{
    /* line-height: 19px; */
    line-height: 23px;
}
.detaile_area .box_area .parson{
    margin: 14px 0px 9px;
    font-size: 19px;
}
 .detaile_area .box_area .info{
    line-height: 25px !important;
}
.detaile_area .atend{
    font-size: 12px !important;
}

.detaile_area .small_img {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 230px;
}

.small_img .detaile_icon1{
    width: 230px;
}

.small_img .detaile_icon2{
    width: 90px;
}

.small_img .detaile_icon3{
    width: 230px;
}

.small_img .detaile_icon4{
    width: 230px;
}




.list_contents .sec_inner,
 .cuttingedge_page .list_area .sec_inner{
    width: 980px;
    margin: 0 auto;
    min-width: initial;
}

.cuttingedge_page .date {
    margin-bottom: 32px !important;
}

.list_contents .sec_inner{
width: 77%;
}



@media screen and (max-width: 1000px) {
    .list_contents .sec_inner {
        width: 90%;
    }
}




 .cuttingedge_page .section_title{
    margin-bottom: 72px;
}


/* 一覧に戻るボタン */
 .other_area .back_btn {
    margin-top: 67px;
    text-align: center;
}
.other_area .back_btn > a {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 45px;
    font-size: 14px;
    color: #FFFFFF !important;
    background-color: #030D25;
    margin-right: auto;
    margin-left: auto;
}


.pickup_area.detail .other_area .back_btn {
    margin-top: 1em;
    text-align: center;
}

.pickup_area.detail .other_area .back_btn > a {
    margin-left: unset;
}

.pickup_area.detail .title_area .other_area .back_btn {
    margin-top: 45px;
    text-align: center;
}

.pickup_area.detail .title_area .other_area .back_btn > a {
    margin-left: auto;
}


/* 横並びコンテンツ */
.list_area .list_side .thumb{
    /* width: 230px; */
    width: 49%;
}
.list_area .list_side .lead{
     width: calc(100% - 49% - 23px);
}
.list_area .list_side .title{
    font-size: 14px !important;
    line-height: 27px !important;
    color: #666;
}

.list_area .list_side li{
    width: 45.2%;
    margin-bottom: 60px;
}
.icon{
padding:4px 10px !important;
font-size: 12px;
color: #fff;
background-color: #666;
display: inline-block;
margin-bottom: 5px !important;
}

/* ==レイアウトNEWS== */
.news_page .list_area{
    padding: 0 74px;
    margin-bottom: 103px;
}
.news_page .section_title {
    margin-bottom: 79px;
    margin-left: calc(147px - 47px);
}
.news_page .list_area .sec_inner{
    padding: 66px 0;
}

.news_page .list_area .date{
    margin-bottom: 6px;
}
.news_page .detaile_area .sub_ttl_marker span{
    width: 980px;
    margin: 0 auto;
    padding-left: 27px !important;
    display: block;
}

.news_page .detaile_area .sub_ttl_marker:before{
    display: none;
}
.news_page .detaile_area .group{
    width: 980px;
    margin: 0 auto 69px;
}
.news_page .detaile_area .group:last-child{
    margin-bottom: 47px;
}
.news_page .detaile_area .group_main{
    width: 1050px;
    margin-bottom: 0;
}

.news_page .detaile_area .main_imgs{
    margin-bottom: 69px;
}
.news_page .detaile_area .imgs_big {
    margin-bottom: 50px;
}
.news_page .detaile_area .sub_ttl_list{
    padding: 0px 26px 8px !important;
    margin-bottom: 24px;
}
.news_page .detaile_area .sub_ttl_list:before{
    left: 5px;
}


/* ==固定コンテンツ== */
#cuttingedge .section_title{
    width: 258px;
}
#cuttingedge .top_banner{
background-image: url(/image/jp/be_bold/cuttingedge/index_01.jpg);
}
#message .section_title{
    width: 164px;
}
#message .top_banner{
background-image: url(/image/jp/be_bold/vision/message/index_01.jpg);
}
#pickup .top_banner{
background-image: url(/image/jp/be_bold/pickup/index_01.png);
}
#ad_gallery .top_banner{
background-image: url(/image/jp/be_bold/chronicle/gallery/index_01.png);
}
#message .pagenation{
    margin-top: 48px;
    width: 1050px;
}

@media screen and (max-width: 1050px) {
    .pagenation {
        width: 95% !important;
    }
}

#news .section_title{
    width: 97px;
    margin-left: 0px;
}


#pickup .section_title{
    width: 143px;
}
#news .top_banner{
background-image: url(/image/jp/be_bold/news/index_01.jpg);
}
#ad_gallery .top_banner{
background-image: url(/image/jp/be_bold/chronicle/gallery/index_02.png);
}
#news .other_area .section_title{
    margin: 0 auto 30px;
    width: 225px;
}
#news .news_area .news_list{
    flex-wrap: wrap;
    border: none;
    justify-content: space-between;
}
/* feature */
#feature .list_area .sec_inner{
    width: 100%;
}

#feature.under .list_area .sec_inner {
    width: 93%;
}

#feature.under.cuttingedge_page .list_area .sec_inner {
    width: 980px;
    margin: 0 auto;
    min-width: 980px;
}

#feature.under.cuttingedge_page .section_title {
    margin-left: 150px;
    margin-bottom: 60px;
}

.feature_top #feature.under .list_area .sec_inner {
    width: 73%;
}

#feature.under .section_title {
    margin-left: 0px;
}

#chronicle.cuttingedge_page .section_title{
  margin-bottom: 72px;
}

#ad_gallery .section_title{
    width: 216px;
    padding-left: 0;
}
.list_one #cuttingedge .list_wp{
justify-content: center;
}

/* ===================================================================== */
/* ============================== under_h.cssマージ ============================== */
/* ===================================================================== */

/* vision/movie */
#movie {
    overflow-x: scroll;
}

#movie #wrap {
    min-width: 1200px;
}

#movie .top_banner {
    background-image: url(/image/jp/be_bold/vision/movie/index_01.png);
}

#movie .movie_area {
    margin-bottom: 0px;
}

#movie .section_title {
    width: 115px;
    margin-bottom: 40px;
    margin-left: 175px;
}

#movie .list_area,
#movie .item_area {
    padding: 0;
}

#movie .movie_img {
    height: 100px;
}

#movie .movie_img{
    background-size: cover;
    height: 310px;
    position: relative;
    background-position: center;
}
#movie .movie_area_cnt.movie_1 .movie_img{
    background-image: url('/image/jp/be_bold/vision/movie/index_04.png');
}
#movie .movie_area_cnt.movie_2 .movie_img{
    background-image: url('/image/jp/be_bold/vision/movie/index_05.png');
}
#movie .movie_area_cnt.movie_3 .movie_img{
    background-image: url('/image/jp/be_bold/vision/movie/index_06.png');
}

#movie .movie_area_cnt {
    margin-bottom: 100px;
}

#movie .movie_img img {
    width: 100%;
}

#movie .movie_cnt {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 82.6%;
    min-width: 1150px;
    margin: 0 auto;
    max-width: 1200px;
}

#movie  .movie_ttl {
    margin-bottom: 35px;
}

#movie  .movie_ttl p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1.0px;
}

#movie .movie_txt p {
    font-size: 14px;
    line-height: 29px;
    letter-spacing: 0.8px;
}

.movie_txt_area {
    margin-top: 60px;
    width: 26%;
}

#movie .movie {
    width: calc(100% - 26% - 22px);
    left: 36px;
    margin-right: -23px;
}

#movie .movie_area .movie {
    padding-bottom: 40.5%;
    top: -80px;
    left: 0px;
}
#movie .movie_2 .movie{
    margin-right: 0;
    margin-left: -71px;
}
#movie .movie_2 .movie_cnt {
    margin-right: 0;
    position: relative;
    left: -42px;
    margin-left: 163px;
}

@media screen and (max-width:1200px) {
    #movie .movie_2 .movie_cnt {
        left: -82px;
    }
}

#movie .movie_2 .movie_txt_area {
    margin-right: 0;
    position: relative;
    left: -32px;
}

#movie .list_area .sec_inner {
    min-width: initial;
    max-width: initial;
}

#movie.under .sns_area .sns_box {
    margin: 67px auto 0;
}

#movie .list_area,
#movie .item_area {
    margin-bottom: 0px;
}

#movie .movie_area_cnt:last-child {
    margin-bottom: 0px;
}




/* vision */
#vision .top_banner {
    background-image: url(/image/jp/be_bold/vision/index_01.png);
}

#vision .section_title {
    width: 125px;
    margin-left: 173px;
    margin-bottom: 65px;
}

#vision .list_area,
#vision .item_area {
    padding: 0;
    margin-top: 90px;
}

#vision .vision_top_cnt {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

#vision .vision_cnt {
    height: 610px;
    position: relative;
}

#vision .vision_bottom_cnt .vision_cnt {
    height: 490px;
}

#vision .vision_cnt a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

#vision .vision_cnt .v_cnt_area {
    position: absolute;
    bottom: 50px;
    left: 50px;
}

#vision .v_cnt_ttl {
    margin-bottom: 10px;
}

#vision .v_cnt_ttl_img {
    width: 105px;
}

#vision .v_cnt_center .v_cnt_ttl_img {
    width: 90px;
}

#vision .v_cnt_right .v_cnt_ttl_img {
    width: 60px;
}

#vision .vision_bottom_cnt .v_cnt_ttl_img {
    width: 60px;
}

#vision .v_cnt_ttl_img img {
    width: 100%;
}

#vision .v_cnt_txt {
    margin-bottom: 15px;
}

#vision .v_cnt_txt p {
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 23px;
    color: #CACACA;
}

#vision .v_cnt_area .more_img {
    width: 125px;
}

#vision .v_cnt_area .more_img img{
    width: 100%;
}

#vision .vision_cnt.v_cnt_left {
    width: 32.8%;
}
#vision .vision_cnt.v_cnt_left a {
    background-image: url(/image/jp/be_bold/vision/index_05.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#vision .vision_cnt.v_cnt_center {
    width: 32.8%;
}

#vision .vision_cnt.v_cnt_right {
    width: 32.8%;
}


#vision .no_message .vision_cnt.v_cnt_center,
#vision .no_message  .vision_cnt.v_cnt_right
 {
    width: 49.7%;
}





@media screen and (max-width:768px){

    #vision{
      min-width:initial;
    }
}

#vision .vision_cnt.v_cnt_center a {
    background-image: url(/image/jp/be_bold/vision/index_06.png);
    background-size: cover;
    background-repeat: no-repeat;
}




#vision .vision_cnt.v_cnt_right a {
    background-image: url(/image/jp/be_bold/vision/index_07.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#vision .vision_bottom_cnt .vision_cnt {
    width: 100%;
}

#vision .vision_bottom_cnt .vision_cnt a {
    background-image: url(/image/jp/be_bold/vision/index_08.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#vision .list_area .sec_inner {
    min-width: initial;
    max-width: initial;
}

#vision .anniversary_logo {
width: 150px;
    position: absolute;
    top: 130px;
    left: 0px;
    right: 0;
    margin: auto;
}

#vision .anniversary_logo img {
    width: 100%;
}

#vision {
    overflow: hidden;
}

/* feature */
#feature .feature_area {
    margin-bottom: 97px;
}

#feature .top_banner {
    background-image: url('/image/jp/be_bold/feature/index_01.png');
}

#feature .list_area .sec_inner {
    width: 80%;
}

.iPad .feature_top #feature .list_area .sec_inner {
    width: 100%;
}

.iPad .feature_top #feature .list_area .sec_inner {
    width: 100%;
    min-width:inherit;
    max-width: inherit;
}

#feature .feature_inner {
    width: 100%;
}

#feature .section_title {
    width: 165px;
    margin-bottom: 70px;
    margin-left: 0;
}



#feature .feature_pic_img {
    width: 690px;
    margin-right: 45px;
    margin-bottom: 0px;
}

#feature .feature_pic_cnt a {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

#feature .feature_pic_cnt .feature_date {
    font-size: 16px;
}

#feature .feature_cnt {
    display: block;
}
#feature .tag {
    display: inline-block;
    margin-bottom: 10px;
}

#feature #wrap .tag p {
    display: inline-block;
    color: #fff;
    padding: 5px 15px;

}

#feature .feature_cnt_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 0px;
    width: 86.6%;
}

.feature_top #feature .list_area,
.feature_top #feature .item_area {
    padding: 0 12.5%;
    margin-top: 90px;
}

.iPad .feature_top #feature .list_area,
.iPad .feature_top #feature .item_area {
    padding: 0 80px;
}

#feature .feature_pic_right {
    margin-top: 118px;
    width: 310px;
}

#feature .feature_pic_right .tag p{
    font-size: 16px;
}

#feature .feature_pic_right .interview_txt p {
    font-size: 18px;
    line-height: 30px;
}

#feature .feature_pic_right .icon {
    margin-bottom: 17px !important;
}

#feature .feature_pic_right .icon p {
    font-size: 16px;
}


#feature .feature_pic_cnt {
    margin-bottom: 85px;
}
#feature .interview_txt_area {
    margin-top: 0px;
    margin-left: 23px;
}


#feature #wrap .feature_cnt_list li a {
    align-items: flex-start;
}

#feature .feature_cnt_list li {
    margin-bottom: 45px;
    width: 45%;
}

#feature .feature_cnt_list li:last-child,
#feature .feature_cnt_list li:nth-last-child(2){
    margin-bottom: 0px;
}

#feature #wrap .interview_txt p {
    line-height: 24px;
    margin-bottom: 0;
    letter-spacing: 1.0px;
}

#feature #wrap .feature_pic_cnt .interview_txt p {
    margin-bottom: 5px;
}

#feature .pagenation {
    width: 1050px;
}

#feature .feature_cnt img {
    width: 100%;
}

#feature .icon {
    margin-bottom: 10px !important;
}

/* ===
cuttingedge
=== */

#cuttingedge .section_title{
    width: 258px;
}
#cuttingedge .top_banner{
background-image: url(/image/jp/be_bold/cuttingedge/index_01.jpg);
}

/* ===================================================================== */
/* ============================== each_sp ============================== */
/* ===================================================================== */

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

body.feature_top {
    min-width: initial;
}

.JS #UltraGlobalNavi {
    z-index: 1001;
}

/* 0621追加 */

.top .news_area a {
    text-decoration: none;
}

.top .news_area .news_other_link {
    text-decoration: underline;
}

.top .news_area .news_other_link:hover {
    text-decoration: none;
}

.top #wrap .news_area a.no-link {
    user-select: none;
    cursor: default !important;
    opacity: 1;
    outline: none;
    pointer-events: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

a.no-link {
    user-select: none;
    cursor: default !important;
    opacity: 1;
    outline: none;
    pointer-events: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-decoration: none;
}

.top .news_area .cnt {
}





#SiteIdentity .Title > a span {
  font-size: 16px;
  font-weight: 600;
}



#main_view .bg_area {
    height: 90%;
}

#main_view .anime_view {
    position: absolute;
}
#main_view .bg_area .anime_none {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    background: url("/image/jp/be_bold/index_28.png") no-repeat center;
    background-size: cover;
}

#main_view .txt{
    width: 60%;
    height: 50%;
}

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

.lang_btn_list li {
  width: 10%;
  position: relative;
}
.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");
}
.lang_btn_list .ja img {width: 16px;}
.lang_btn_list .en img {width: 20px;}
.lang_btn_list .zh img {width: 19px;}
.lang_btn_list .tw img {width: 24px;}
.lang_btn_list .ko img {width: 20px;}

.sns_area ul {
	width: 33%;
}
.sns_area li.fb {width: 18%;}
.sns_area li.insta {width: 18%;}
.sns_area li.mess {width: 21%;}
.sns_area .imgs {
	width: 32%;
}
.sns_area {
	 padding-bottom: 32px;
}




.top .ttl_inner,
.top .cnt_inner,
.top .news_area .sec_inner,
.top .pickup_area .sec_inner,
.top .gallery_area .sec_inner,
.top .insta_area .sec_inner  {
  width: 86.6%;
  margin: 0 auto;
}
.top .ttl_inner {
    background-image: url("/image/jp/be_bold/index_62.png");
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 95px;
}
.top .ttl_inner h1 {
  width: 218px;
  margin: 40px auto 50px;
}
.top .ttl_inner p {
  font-size: 11px;
  line-height: 26px;
  margin-top: 42px;
  letter-spacing: 1.6px;
  text-align: center;
  width: 100%;
}
.top .sub_ttl p {
  margin-top: 15px;
  font-size: 11px;
  line-height: 19px;
  letter-spacing: 1.3px;
  font-weight: bold;
}
.top .news_area p {
  font-size: 11px;
  line-height: 19px;
}
.top .ttl_area {
    padding-top: 40px;
    padding-bottom: 67px;
}

.top .btn_area a {
  font-size: 10px;
  letter-spacing: 0.4px;
  padding-left: 48px;
}
.top .btn_area a::before { width:40px; }
.top .about_area .sub_ttl h2 {
      width: 68%;
}
.top .about_area .sub_ttl p{
    margin-top: 20px;
    margin-bottom: 25px;
}
.top .logo_area {
}

.top .machine_area .sub_ttl h2 {
  width: 187px;
}
.top .machine_area .sub_ttl p {margin-top: 12px; }
.top .news_area .sub_ttl h2 {
      width: 75px;
      margin: 0;
}
.top .gallery_area .sub_ttl h2 {
      width: 45%;
      margin: 0 auto;
}
.top .insta_area .sub_ttl h2 {
    width: 47%;
}



/* ABOUT area */
.top .about_area .ttl_inner h1 {
    width: 67%;
    margin: 0 auto 50px;
}
.top .about_area .ttl_inner {
    padding-top: 41px;
    padding-bottom: 72px;
}
.top .about_area .ab_inner {
    margin-top: 74px;
    margin-bottom: 74px;
}
.top .about_area .ab_inner .flex_area .imgs {
    width: 86%;
    margin: 0 auto 0 0;
}
.top .about_area .ab_inner .flex_area .cnt_area .cnt_inner {
    margin-top: 25px;
    margin-left: 25px;
}
.top .about_area .ab_inner .flex_area .cnt_area .cnt_inner .sub_ttl h2 {
    margin: 0;
    width: 173px;
}
.top .about_area .ab_inner .flex_area .cnt_area .cnt_inner .btn_area {
    /* margin-top: 44px; */
    margin-top: 35px;
}

/* LOGO area */
.top .logo_area {
    width: 87%;
    margin: 0 auto;
    overflow: hidden;
}
.top .logo_area .sec_inner > a {
    background-image: url("/image/jp/be_bold/index_39.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-position: top right;
    background-size: 100% 100%;
    margin-bottom: 104px;
    width: 100%;
}
.top .logo_area .flex_area {
    margin: 3px 3px 0 0;
    flex-direction: column;
    background-color: #fff;
}
.top .logo_area .flex_area .cnt_area_1 {
    height: 183px;
    display: flex;
    align-items: center;
    background-color: #f7f5eb;
}
.top .logo_area .flex_area .cnt_area_1 .cnt_inner {
    /* width: 82%; */
    margin-top: 10px;
    margin-left: 30px;
    width: 67%;
}
.top .logo_area .flex_area .cnt_area_1 .cnt_inner .sub_ttl h2 {
    margin: 0;
}
.top .logo_area .flex_area .cnt_area_1 .cnt_inner .sub_ttl h2 > img {
    width: 240px;
}
.top .logo_area .flex_area .cnt_area_1 .cnt_inner .btn_area {
    /* margin-top: 35px; */
    margin-top: 10px;
}
.top .logo_area .flex_area .cnt_area_2 .cnt_inner{
    width: 79%;
    height: 293px;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #efefef;
}
.top .logo_area .flex_area .cnt_area_2 .cnt_inner .sub_ttl {
    width: 48%;
    max-width: 122px;
}
.top .logo_area .flex_area .cnt_area_2 .cnt_inner .sub_ttl h2 {
    margin: 0;
}
.top .about_area .bg_area_line {
    background-image: url("/image/jp/be_bold/index_34.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 3px;
}
.top .logo_area .cnt_area_2 .sub_ttl h2 {
  width: 100%;
}
.top .gallery_area .box {
    background-color: #dddbdc;
    height: 224px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 12px;
}

.top .gallery_area .box .imgs{
    width: 73%;
    margin: 0 auto;
    box-shadow: -4px 4px 4px #777;
    max-width: 260px;
}
.top .gallery_area .box:nth-of-type(2) .imgs {
    width: 38%;
    margin: 0 auto;
    max-width: 140px;
}
.top .gallery_area .btn_area a{
  margin-top: 16px;
    width: 102px;
  }
.top .machine_area {padding-top: 80px; padding-bottom: 72px;}
.top .news_area
{
    padding-bottom: 40px;
}
.top .news_area .sec_inner
{
    margin-top: 40px;
    padding: 0;
}
.top .news_area li {padding-top: 18px;}
.news_area ul{margin-top: 13px;margin-bottom: 26px;}
.top .btn_area a {
    width: 115px;
    padding-left: 0;
}
.top .news_area li:not(:nth-child(1)) {
    padding-top: 0px;
}

.top .news_area li a{display: block;}
.top .news_area .cnt_area p.cnt{

}

.top .news_area .cnt_area {
    display: block;

  }
.top .news_area .btn_area a {width: 102px;}
.top .news_area p.days{ letter-spacing: 2px; line-height: 21px;}
.top .gallery_area {padding-top: 76px;}
.top .gallery_area .sub_ttl {text-align: center; margin-bottom: 30px;}
.top .gallery_area .sub_ttl p {margin-top: 11px;}
.top .images {width: 86.6%; margin: 0 auto; margin-top: 74px;}
.top .insta_area {margin-top: 79px; margin-bottom: 74px;}
.top .insta_area #insta {    display: flex; flex-wrap: wrap;    margin-top: 36px;    margin-bottom: 31px;}
.top .insta_area .btn_area a {
    width: 102px;
}
.top .insta_area #insta figure {
  margin: 0;
  width: 33%;
}
.top .insta_area #insta figure:nth-of-type(n+7) {display: none;}
.top .sns_area .imgs {
    width: 32%;
    max-width: 130px;
}
.top .btn_area a {width: 115px; padding-left: 0;}

.top .sns_area {
  margin-top:   105px;
  padding-bottom: 43px;
}
.top .sns_area .sns_box {
    width: 33%;
    max-width: 130px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding-bottom: 0px;
}
.top .sns_area .sns_box .box{
    width: 23px;
}




.top #main_view .logo {
    bottom: 9%;
    left: 0;
    width: 29%;
}
.top #main_view .logo .imgs {
    padding: 23%;
    width: 100%;
    background: #fff;
    margin: 0 auto;
}
.top #main_view .logo .imgs img{
    width: 100%;
    display: block;
    margin: 0 auto;
}
.top #main_view .bg_area {
    height: 90%;
    width: 96%;
    margin: 0 0 0 auto;
    background-color: #030D25;
}
.top #main_view {
    background-color: #fff;
}
.top #main_view .ttl_area .scroll {
    left: auto;
    right: 0px;
    bottom: 12%;
    width: 21px;
    height: 68px;
}

.top #main_view .scroll .scroll_area .scr_line {
    position: absolute;
    top: 24px;
    right: 50%;
    width: 1px;
    height: 48px;
    background-color: #fff;
    left: 10px;
}

.top .scroll .scroll_area .bd {
    width: 5px;
    height: 5px;
    background-color: #fff;
}

.top #main_view .scroll .scroll_area .imgs {
    top: -18px;
}
.top #main_view .scroll .imgs img {
    width: 6px;
}

.top .menu-trigger {
    position: relative;
    width: 27px;
    height: 20px;
}
.top .menu-trigger span {
    position: absolute;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    border-radius: 3px;
    z-index: 3333;
}
.top .menu-trigger span:nth-of-type(2) {
    top: 10px;
    width: 100%;
    text-align: right;
}

.top .scroll_area .bd {
    -webkit-animation: sdb_top 1.5s infinite;
    animation: sdb_top 1.5s infinite;
}
.top .menu_s {
    right: 3%;
    width: auto;
    height: 0;
    transform: scale(1);
}

.top .swiper-button-prev, .top .swiper-button-next {
    background: none;
    border: 1px solid;
    position: absolute;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.top .swiper-button-next {
    right: 6.5%;
    bottom: 0;
    top: auto;
}
.top .swiper-button-prev {
    left: auto;
    right: calc( 6.5% + 50px);
    bottom: 0;
    top: auto;
}

/* MACHINE area */
.top .machine_area .flex_area .swiper_content {
    margin-bottom: 0;
    width: 100%;
}
.top .machine_area .flex_area .swiper_content .cnt_inner .sub_ttl h2 {
    margin: 0;
}
.top .machine_area .flex_area .swiper_content .cnt_inner .sub_ttl h2 img {
    width: 325px;
}
.top .machine_area .flex_area .right_area {
    margin-top: 34px;
}
.top .machine_area .flex_area .swiper-container {
    padding-top: 27px;
}
.top .machine_area .btn_area{
    position: absolute;
    bottom: 21px;
    top: auto;
    width: 120px;
    right: 0;
}
.top .machine_area .g_btn_area {
  width: 100vw;
  height: 50px;
  margin-top: 60px;
}

.top .machine_area .right_inner{    width: 100% !important;}
.effect_slide .swiper-slide {
    width: 33% !important;
    margin: 0 auto !important;
    position: relative;
}
.top .machine_area {
    overflow: hidden;
}

/* PICKUP エリア */
.top .pickup_area {
  margin-top: 40px;
  margin-bottom: 90px;
}
.top .pickup_area h2 {
  background: none;
  width: 108px;
  margin: 80px auto 0;
  text-align: center;
}
.top .pickup_area .pickup_list {
  margin-top: 35px;
}
.top .pickup_area .pickup_list li{
    margin-bottom: 35px;
}

.top .pickup_area .pickup_thumb {
    width: 100%;
}

.top .pickup_area .pickup_lead {
  margin-top: 15px;
}
.top .pickup_area .pickup_lead > .pickup_date {
  font-size: 11px !important;
}
.top .pickup_area .pickup_lead > .pickup_title {
  font-size: 13px !important;
  line-height: 23px !important;
  margin-top: 4px !important;
}
.top .pickup_area .pickup_lead > .view_more {
  margin-top: 26px;
}
.top .pickup_area .btn_area {
  margin: 0 auto;
  text-align: center;
}

/* MOVIE area */
.top .movie_area {
  margin: 78px auto 70px;
}
.top .movie_area h2 {
  margin: 0;
  background: none;
  text-align: center;
}
.top .movie_area h2 img {
  width: 81px;
}
.top .movie_area .movie {
  margin-top: 52px;
  margin-right: auto;
  margin-left: auto;
  width: 325px;
}
.top .movie_area .movie video {
  width: 100%;
}
.top .movie_area .movie video:focus {
  outline: none;
}

.top .movie_area .movie iframe {
  }
  .movie_area .movie_wp{
    width: 86.6%;
    margin: 0 auto;
  }
.movie_area .movie{
  position: relative;
width: 100% !important;
  padding-bottom: 56.25%;
}

.top #wrap .movie_area .btn_area.pc {
    display: none !important;
}
.top #wrap .movie_area .btn_area {
    display: block;
    position: absolute;
    right: 0;
    bottom: -40px;
}

.movie_area .movie iframe {
  width: 100%;
  height: 100%;
      position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.top  .swiper_content {margin-bottom: 45px;}
.top  .swiper-wrapper .swiper-slide p{ padding-top: 26px; line-height: 19px;}
.top  .g_btn_area{position: relative;}
.top .swiper-button-next::after {
    content: '';
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 1px;
    border-right: solid 1px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    margin: auto;
    right: 5px;
}
.top .swiper-button-prev::after {
    content: '';
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 1px;
    border-right: solid 1px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: absolute;
    bottom: 0;
    left: 3px;
    top: 0;
    margin: auto;
    right: 0;
}
.top  .g_btn_area .btn_area a {
    width: 100px;
    padding-left: 0;
}

.top .news_area .sub_ttl {
    margin-bottom: 5px;
}
.top section .sec_wide {
    padding: 0;
}

/* 0630追加 */
/* visionエリアsp */

.top .vision_area {
    margin-bottom: 70px;
    width: 100%;

}

.top .vision_inner {
    position: relative;
}

.top .vision_inner .sub_ttl_flex {
    position: absolute;
    top: 7px;
    left: 48px;
    display: flex;
    align-items: flex-start;
}

.top .v_human_img {
    width: 100%;
    margin-right: 0px;
}

.top .vision_inner .sub_ttl_flex h2 {
    width: 95px;
    margin-right: 100px;
    margin-top: -20px;
}
.top .vision_inner .btn_area {
    width: 120px;
    margin-top: -20px;
}

.top .v_title_area h2 {
    width: 220px;
}

.bg_light_orange {
    background-color: #F7F4E9;
}

.top .v_title_area {

    height: 200px;
    padding-top: 65px;
    padding-left: 40px;
}



.top .comming_soon{
    padding-top: 0;
    padding-bottom: 80px;
    height: auto;
    padding-left: 5.6%;
    margin-top: -51px;
}
.top .comming_soon p{
    font-size: 14px !important;
    letter-spacing: 1px;
}

.top #wrap .btn_area {
    width: 120px;
}

.top #wrap .feature_inner .btn_area {
    margin: 0 auto;
    display: block;
}

.top #wrap .vision_inner .btn_area {
    display: block;
}

.top #wrap .v_title_area .btn_area {
    margin-right: 0;
    position: relative;
    top: -9px;
    width: 140px;
    display: none;
}

.top .v_message_list {
    width: 86.6%;
    margin: 0 auto;
    margin-top: -60px;
}

.top .v_message_list li:last-child {
    margin-top: 45px;
}

.top .v_message_area {
    margin-top: 20px;
}

.vision_inner .btn_area.v_bottom {
    width: 120px;
    margin: 0 auto;
    margin-top: 38px;
}

.top #wrap .message_tag {
    margin-bottom: 5px;
}

.top #wrap .message_tag p {
    display: inline-block;
    background-color: #666666;
    color: #fff;
    padding: 4px 12px;
}

.top #wrap .message_txt p {
    color: #666;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.7px;
}

.top .news_area .news_imgs {
    margin-bottom: 70px;
}

.top .news_area ul li p {
    font-size: 11px !important;
    line-height: 25px !important;
    font-weight: bold;
    color: #666;
}



/*under*/
.under .sns_area ul {
  width: 33%;
}
.under .sns_area li.fb {width: 18%;}
.under .sns_area li.insta {width: 18%;}
.under .sns_area li.mess {width: 21%;}
.under .sns_area {
   padding-bottom: 32px;
}
.under .sns_area .sns_box {
    width: 33%;
    max-width: 130px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding-bottom: 8px;
}
.under .sns_area .sns_box .box {
    width: 23px;
}
.under .sns_area .imgs {
    width: 32%;
    max-width: 130px;
    margin: 0 auto;
}
/*under*/
/*logo*/
#logo .logo_area_1 .logo_inner{
    padding-top: 75px;
    padding-bottom: 40px;
}
#logo .logo_area_1 .logo_inner .flex_area{
flex-direction: column;
}
#logo .logo_area_1 .right .imgs{
width: 50%;
}
#logo .logo_area_1 .left{
text-align: center;
margin-top: 68px;
margin-right: 25px;
margin-left: 25px;
}
#logo .logo_area_1 .left .ttl h2{
width: 31%;
padding-bottom: 7px;
}
#logo .logo_area_1 .left .ttl p{
font-size: 23px;
line-height: 36px;
}
#logo .logo_area_1 .left .txt{
    margin-top: 26px;
}
#logo .logo_area_1 .left .txt p{
font-size: 11px;
line-height: 26px;
    letter-spacing: 1.7px;
}
#logo .b_line {
height: 90px;
}
#logo .logo_area_2{
    margin: 0 auto;
    margin-top: 53px;
    width: 87%;
}
#logo .logo_area_2 .imgs img {
    width: 200px;
}

#logo .logo_area_2 .logo_inner{
    background-image: url("/image/jp/be_bold/vision/logo/index_06.jpg");
    background-size: cover;
}
#logo .logo_area_2 .imgs{
    padding: 11%;
}
#logo .logo_img{
    margin-top: 59px;
    margin-bottom: 62px;
}

#logo .logo_img .imgs{
    width: 47%;
}
/*logo*/

.top .ttl_inner p{
    letter-spacing: 0.5px;
    }
.pc_window .right_area {
   width:calc(100%);
    }

/* パンくずリスト */
.breadcrumb {
  display: flex;
  margin-top: 10px;
  margin-left: 96px;
}
#generations .breadcrumb,
#logo .breadcrumb {
  margin-left: 16px;
}
#pickup .breadcrumb {
}
.breadcrumb > li {
  font-size: 12px;
  color: #B2B2B2;
  margin-left: 0;
}
.breadcrumb > li:not(:first-child) {
  margin-left: 10px;
}
.breadcrumb > li:last-child {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 200px;
    /* width: 230px; */
}
.breadcrumb > li + li::before {
  content: "＞";
  margin-right: 10px;
}



/* NEWS */
#news .news_area, #news .other_area{
    width: 100%;
    max-width: initial;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    width: 86.6%;
    margin: 0 auto;
}
#news .news_area .news_card:hover .news_lead > .view_more,
#news .other_area .news_card:hover .news_lead > .view_more {
    background: url("/image/jp/be_bold/news/index_08.png");
        background-size: contain;
        background-repeat: no-repeat;
}

#news .news_area .news_list > li{
  margin-bottom: 15px;
}

#news .news_area .news_list,
#news .other_area .news_list {
      margin-top: 35px;
    padding-bottom: 26px;
    min-width: initial;
    width: 100%;
    display: block;
}
#news .news_area .news_list > li, #news .other_area .news_list > li {
    width: 100%;
    margin: 0;
}
#news .news_area .news_lead,
#news .other_area .news_lead {
    padding-top: 14px;
    padding-right: 0;
    padding-bottom: 28px;
    padding-left: 0;
    color: #000000 !important;
    background-color: #FFFFFF !important;
    height: auto;
}
#news .news_area .news_lead > .news_date,
#news .other_area .news_lead > .news_date {
  font-size: 11px !important;
  margin-bottom: 0;
}
#news .news_area .news_lead > .news_title,
#news .other_area .news_lead > .news_title {
font-size: 13px !important;
    line-height: 23px !important;
    margin-top: 6px;
}
#news .news_area .news_lead > .view_more,
#news .other_area .news_lead > .view_more {
    margin-top: 15px;
    height: 11px;
     background-repeat: no-repeat;
    width: 36%;
    background-size: contain;
}
#news .news_area .pagenation {
  margin-top: 26px;
}
#news .news_area.detail .detail > div:first-child {
  padding-top: 45px;
  padding-right: 25px;
  padding-bottom: 40px;
  padding-left: 25px;
}
#news .news_area.detail .detail > div:first-child img {
  margin-top: 25px;
}
#news .news_area.detail .detail > div:not(:first-child) img {
  margin-top: 15px;
}
#news .news_area.detail .detail > div:nth-child(2) {
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 15px;
  padding-left: 25px;
}
#news .news_area.detail .detail > div:last-child {
  padding-top: 25px;
  padding-right: 37.5px;
  padding-bottom: 40px;
  padding-left: 37.5px;
}
#news .news_area.detail .detail .news_date {
  font-size: 11px;
}
#news .news_area.detail .detail .news_title {
  font-size: 16px;
  line-height: 26px;
}
#news .news_area.detail .detail .news_head {
  font-size: 15px;
  line-height: 22px;
}
#news .news_area.detail .detail .news_head_sub {
  font-size: 13px;
  line-height: 2;
  margin-top: 35px;
}
#news .news_area.detail .detail .news_head + p,
#news .news_area.detail .detail .news_head_sub + p {
  margin-top: 25px;
}


/* PICKUP */
#pickup .section_title > img {
  width: auto;
}
#pickup .pickup_area .pickup_list {
  flex-direction: column;
}
#pickup .pickup_area .pickup_list {
  margin-top: 35px;
  padding-bottom: 26px;
  width: 93%;
  margin: 0 auto;
}
#pickup .pickup_area .pickup_list > li {
  width: 100%;
  height: 100%;
}
#pickup .pickup_area .pickup_list > li + li {
  margin-top: 16px;
}
#pickup .pickup_area .pickup_thumb {
    width: 100%;
    /* height: 200px; */
}
#pickup .pickup_area .pickup_lead {
  padding: 14px 0;
  height: 120px;
}
#pickup .pickup_area .pickup_lead > .pickup_date {
  font-size: 11px !important;
}
#pickup .pickup_area .pickup_lead > .pickup_title {
  font-size: 13px !important;
  line-height: 23px !important;
  margin-top: 9px;
  min-height: 32px;
}
#pickup .pickup_area .pickup_lead > .view_more,
#pickup .pickup_area .pickup_card:hover .pickup_lead > .view_more {
    margin-top: 10px;
    background-position: left center;
    width: 100%;
    background-size: 120px;
}

#pickup .pickup_area .pickup_lead > .view_more {
    height: 15px;
}

#pickup .pickup_area .pickup_card:hover .pickup_lead > .view_more {
    background-image: url(/image/jp/be_bold/pickup/index_05.png);
}

#pickup .pickup_area .pickup_card:hover {
    background-color: transparent;
}

#pickup .pickup_area .pickup_card:hover .pickup_lead {
    background-color: transparent;
    color: #000;
}


#pickup .pickup_area .pagenation {
  margin-top: 26px;
}
#pickup .pickup_area.detail .detail > div:first-child {
  padding-top: 45px;
  padding-right: 25px;
  padding-bottom: 40px;
  padding-left: 25px;
}
#pickup .pickup_area.detail .detail > div:first-child img {
  margin-top: 25px;
}
#pickup .pickup_area.detail .detail > div:not(:first-child) {
  padding: 30px;
}
#pickup .pickup_area.detail .detail > div:not(:first-child) img {
  margin-top: 15px;
}

#pickup .pickup_area .detail .photoUpperTextLower {
    margin-top: 15px;
}

#pickup .pickup_area.detail .detail > div:nth-child(2) {
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 15px;
  padding-left: 25px;
}
#pickup .pickup_area.detail .detail > div:last-child {
  padding-top: 25px;
  padding-right: 37.5px;
  padding-bottom: 40px;
  padding-left: 37.5px;
}
#pickup .pickup_area.detail .detail .pickup_date {
  font-size: 11px;
}
#pickup .pickup_area.detail .detail .pickup_title {
  font-size: 16px;
  line-height: 26px;
}
#pickup .pickup_area.detail .detail .pickup_head {
  font-size: 15px;
  line-height: 22px;
}
#pickup .pickup_area.detail .detail .pickup_head_sub {
  font-size: 13px;
  line-height: 2;
  margin-top: 35px;
}
#pickup .pickup_area.detail .detail .pickup_head + p,
#pickup .pickup_area.detail .detail .pickup_head_sub + p {
  margin-top: 25px;
}


/* AD GALLERY */
#ad_gallery .gallery_area .galleries {
  margin-top: 35px;
  flex-direction: column;
}
#ad_gallery .gallery_area .galleries .item,
#ad_gallery .other_area .other_items .item {
  width: 100%;
  height: auto;
}
#ad_gallery .gallery_area .galleries .item + .item,
#ad_gallery .other_area .other_items .item + .item {
  margin-top: 40px;
}
#ad_gallery .gallery_area .galleries .item > a,
#ad_gallery .other_area .other_items .item > a {
  height: 223px;
  padding: 10%;
}
#ad_gallery .gallery_area .galleries .item img,
#ad_gallery .other_area .other_items .item img {
  width: auto;
  height: 100%;
}
#ad_gallery .item_txt p:first-child {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 15px;
}
#ad_gallery .item_txt p:nth-child(2) {
  font-size: 11px;
  color: #666666;
  margin-top: 13px;
}
#ad_gallery .item_txt p:last-child {
  font-size: 11px;
  color: #666666;
  margin-top: 10px;
}

#ad_gallery .gallery_area.detail .detail .item_txt,
#ad_gallery .gallery_area.detail .subs{
  padding-right: 26px;
  padding-left: 26px;
}
#ad_gallery .gallery_area.detail .subs{
  flex-direction: column;
}
#ad_gallery .gallery_area.detail .subs .sub_txt_area,
#ad_gallery .gallery_area.detail .subs .sub_img_area {
  width: 100%;
}
#ad_gallery .gallery_area.detail .subs .sub_img_area .sub_img {
  width: 100%;
  height: auto;
}

#ad_gallery .other_area .other_items {
  flex-direction: column;
}


/* GENERATIONS MACHINE */
#generations .main_area {
  padding-top: 60px;
  padding-bottom: 30px;
  background: url("/image/jp/be_bold/generations_machine/index_03.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#generations .main_area .section_title {
  width: 80%;
}
#generations .main_area .container {
  width: 100%;
  margin-top: 21px;
  margin-bottom: 40px;
  padding-right: auto;
  padding-left: auto;
}
#generations .main_area .container .year {
  width: 133px;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
}
#generations .main_area .container .machine_img {
  margin-top: 28px;
  margin-right: auto;
  margin-left: auto;
  max-width: 275px;
  height: 200px;
}

#generations .main_area .container .detail_area {
  flex-direction: column;
  width: 100%;
  max-width: 355px;
  margin-top: 50px;
}
#generations .main_area .container .detail_area .left_area,
#generations .main_area .container .detail_area .right_area {
  width: 100%;
  text-align: center;
}
#generations .main_area .container .detail_area .left_area + .right_area {
  margin-top: 17px;
}
#generations .main_area .container .detail_area .machine_name {
  font-size: 16px;
}
#generations .main_area .container .detail_area .details {
  font-size: 11px;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}
#generations .main_area .container .detail_area .details > p {
  text-align: left;
}
#generations .main_area .container .detail_area .machine_name + div,
#generations .main_area .container .detail_area .details + div {
  margin-top: 20px;
}
#generations .main_area .container .detail_area .machine_name + div > p {
  font-size: 11px;
}
#generations .main_area .container .detail_area .details > p {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#generations .main_area .container .detail_area .details > p span {
  text-align: left;
  font-size: 10px;
}
#generations .main_area .container #machine2017_2 .detail_area .details {
  width: 100%;
}
#generations .main_area .container #machine2017_2 .detail_area .details > p span:nth-of-type(1) {
  width: 22%;
}
#generations .main_area .container #machine2017_2 > .detail_area .details > p span:nth-of-type(2) {
  width: 78%;
}
#generations .main_area .container .arrow {
  top: 30%;
  width: 20px;
  height: 40px;
}
#generations .main_area .container .swiper-button-prev,
#generations .main_area .container .swiper-button-next {
    top: 25%;
    width: 20px;
    height: 40px;
}
#generations .main_area .container .swiper-button-prev {
    margin-left: 10px;
}
#generations .main_area .container .swiper-button-next {
    margin-right: 10px;
}

/* ABOUT PROJECT */
#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/global/be_bold/index_19.jpg") no-repeat 14%;
    background-size: cover;
}
#teaser .teaser_main .txt{
    width: 288px;
    height: 22px;
    margin: auto;
}

#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.under .scroll_area .bd
{
    width: 5px;
    height: 5px;
    top: 120px;
    background-color: #fff;
}
#teaser .teaser_main .breadcrumb {
    margin-top: 10px;
    margin-left: 13px;
}
#teaser .teaser_txt {
    padding-right: 24px;
    padding-left: 24px;
}
#teaser .teaser_txt .txtbox_1 {
    margin-bottom: 52px;
}
#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;
    font-family: "a-otf-futo-min-a101-pr6n", serif;
    margin: 0;
}
#teaser .teaser_txt .txtbox_1 h2 + .txt_1 {
    margin-top: 40px;
}
#teaser .teaser_txt .txtbox_1:nth-of-type(2) h2 {
    font-size: 14px;
    letter-spacing: 2px;
}
#teaser .teaser_txt .txtbox_1:nth-of-type(2) h2 + .txt_1 {
    margin-top: 31px;
}
#teaser .teaser_txt .txtbox_1 .txt_2 {
    margin-top: 33px;
}
#teaser .teaser_txt .txtbox_2 .logo.imgs {
    width: 100%;
}
#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;
    font-family: "a-otf-futo-min-a101-pr6n", serif;
}
#teaser .teaser_txt_2 {
    margin-top: 50px;
}
#teaser .teaser_txt_2 img {
    width: 350px;
}
#teaser .teaser_txt_2 .txtbox {
    width: auto;
    margin: 42px auto 0;
    padding-right: 24px;
    padding-left: 24px;
}
#teaser .teaser_txt_2 h2 {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 2px;
    background: none;
    font-family: "a-otf-futo-min-a101-pr6n", serif;
    margin: 0;
}
#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;  */
    background-color: rgba(214,204,220, 0.9);
}
#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;
    height: 73px;
    padding: 12px 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;
    letter-spacing: 1px;
    font-family: "a-otf-futo-min-a101-pr6n", serif;
}
#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;
    font-family: "a-otf-futo-min-a101-pr6n", serif;
}
#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;
    margin-top: 81px;
}
#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;
}
#teaser .sns_area .sns_box .box{
    width: 23px;
}
#drawer.drawer_wrapper .drawer_inner .drawer_menu .drawer_pulldown > li > ul > li > a{
      line-height: 203%;
}


/* 9月更新追記(sp) */
.top #wrap .v_message_txt_area p {
    font-size: 13px;
    color: #666;
    line-height: 23px;
}

.top .tag {
    margin-bottom: 5px;
}

.top #wrap .tag p {
    padding: 5px 12px;
}

.top #wrap .feature_sub_area .btn_area {
    display: none;
}

.top .icon {
    margin-bottom: 5px !important;
}

.top .feature_inner .btn_area {
    margin: 0 auto;
}

/* movie_area (sp) */
.top .movie_area {
    margin: 75px auto 75px;
}

.top .movie_area .movie {
    margin-top: 30px;
}

.top .movie_area {
    width: 100%;
}

.top .movie_more {
    background-color: #F7F4E9;
    height: 125px;
    margin-top: -45px;
    position: relative;
    z-index: 0;
    padding: 0 25px;
    width: 100%;
}

.top .movie_area {
    padding: 0;
}

.top .movie_area .sec_inner {
    position: relative;
    z-index: 1;
    padding: 0;
}

.top .movie_wp {
    position: relative;
    z-index: 0;
}

.top .movie_more .btn_area {
    position: relative;
    top: 65px;
    display: inline-block;
    width: 125px;
    right: -200px;
}

.top .movie_area .sub_ttl_flex {
    margin-bottom: 35px;
    margin: 0 auto;
    width: 85px;
}

.top.movie_area {
    margin-bottom: 140px;
}

.top .chronicle_inner .btn_area {

}
/* movie(sp)ここまで */

/* future_area (sp) */
.top .feature_area {
    margin-bottom: 70px;
}

.top .feature_inner {
    width: 86.6%;
    margin: 0 auto;
    padding: 0;
}
.top .feature_area .sub_ttl_flex {
    margin-bottom: 30px;
}

.top .feature_inner .sub_ttl_flex h2 {
    width: 125px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.top #wrap .feature_sub_area {
    text-align: center;
}

.top .feature_cnt {
    margin-bottom: 50px;
}

.top #wrap .feature_sub_area p {
    font-size: 11px;
    color: #666666;
    letter-spacing: 1.2px;
}

.top .feature_sub_area .btn_area {
    width: 130px;
    margin-right: 0;
}

.top .feature_pic_img {
    width: 100%;
    margin-bottom: 13px;
}
.top #wrap .feature_date {
    letter-spacing: 0.8px;
    margin-bottom: 13px;
    font-size: 11px;
}

.top #wrap .feature_pic_cnt {
    margin-bottom: 35px;
}

.top #wrap .feature_pic_cnt .interview_txt {
    width: 100%;
}

.top #wrap .interview_txt {
    width: 100%;
}

.top #wrap .interview_txt p {
    font-size: 13px;
    color: #666;
    line-height: 25px;
}

.top #wrap .feature_cnt_list li a {
    display: block;
    width: 100%;
}

.top #wrap .feature_cnt_list li .feature_img img {
    width: 100%;
}

.top .feature_cnt_list li:first-child {
    margin-bottom: 58px;
}

.top .feature_cnt_list li .feature_img {
    width: 100%;
}

.top .feature_cnt_list li .feature_img {
    width: 100%;
}

.top .interview_txt_area {
    margin-top: 10px;
}

.top .feature_cnt_list li:last-child .interview_txt_area {
    margin-top: 12px;
}

.top #wrap .interview_txt_area .tag p {
    padding: 5px 15px;
}

.top #wrap .chronicle_inner .btn_area {
    display: block;
    margin: 0 auto;
}

/* future_area (sp)ここまで */

/* chronicle_area (sp) */
.top .chronicle_inner {
    padding-top: 70px;
    margin-bottom: 30px;
    position: relative;
}

.top .chronicle_inner::after {
    content: '';
    background-image: url(/image/jp/be_bold/index_79.png);
    position: absolute;
    top: 45%;
    right: 0;
    background-size: cover;
    width: 93%;
    height: 42%;
    background-repeat: no-repeat;
    z-index: 0;
}

.top .chronicle_inner .sub_ttl_flex h2{
    width: 160px;
    margin: 0 auto;
}
.top .chronicle_cnt {
    padding-top: 43px;
    position: relative;
    z-index: 1;
}

.top .section_sub_title {
    margin-bottom: 60px;
    padding-left: 25px;
    width: 310px;
}

.top #wrap .technology_article_list {
    margin-bottom: 15px;
}

.top .technology_article_list li {
    width: 629px;
}

.top .technology_article_list li:first-child {
    margin-bottom: 12px;
}

.top .chronicle_cnt .btn_area {
    width: 120px;
    margin: 0 auto;
}


.top #wrap .technology_article_list li a{
    width: 52%;
    height: 100%;
    background: #fff;
    display: block;
    padding: 30px 27px 27px;
    font-weight: normal;
}

.top #wrap .technology_article_list li .tech_article_date {
    font-size: 11px;
    color: #666;
    margin-bottom: 14px;
}

.top #wrap .technology_article_list li .tech_article_txt {
    font-size: 13px;
    color: #666;
}

.top #wrap .tech_article_date {
    margin-right: 50px;
}

.top .chronicle_area .swiper-button-next {
    top: -40px;
    right: 0px;
    left: 75px;
}

.top .chronicle_area .swiper-button-prev {
    left: 25px;
    top: -40px;
}

.top .machine_area {
    padding-bottom: 110px;
    padding-top: 60px;
}

.top .machine_area .flex_area {
    width: 100%;
    padding: 0;
}
.top .machine_area .sub_ttl h2 {
    width: 165px;
}

.top .chronicle_area {
    margin-bottom: 70px;
}
.top .machine_area .flex_area .right_area {
    width: 100%;
}
.top .effect_slide .swiper-slide p {
    font-size: 11px !important;
    line-height: 18px !important;
}

.top .machine_area .right_inner {
    background: #F7F4E9;
}
.top .machine_area .right_area .swiper-wrapper .swiper-slide .imgs {
    height: 150px;
}
.top .machine_area .g_btn_area {
    margin-top: 80px;
}
.top .machine_area .btn_area {
    bottom: 90px;
    top: auto;
    right: 20px;
}

.top .machine_area .btn_area a {
    padding: 0;
    width: 130px;
}



/* chronicle(sp)ここまで */

/* cutting_edge(sp) */

.top .cutting_edge_area .sec_inner {
    padding-top: 130px;
}

.top .cutting_edge_area .sub_ttl_flex {
    margin-bottom: 28px;
}

.top .cutting_edge_area .sub_ttl_flex h2 {
    width: 200px;
    margin: 0 auto;
}

.top .cutting_edge_cnt {
    width: 86.6%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.top .cutting_edge_txt_area {
    margin-top: 18px;
}
.top .cutting_edge_ttl {
    margin-bottom: 10px;
}

.top #wrap .cutting_edge_ttl p {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.6px;
}

.top #wrap .cuttiong_edge_author {
    font-size: 12px;
    letter-spacing: 1.2px;
}

.top .cutting_edge_area .btn_area {
    margin: 0 auto;
    width: 120px;
}

.top .news_area {
    /* margin-top: 73px; */
    padding-top: 73px;
}


.top #wrap .cutting_edge_area .btn_area {
    display: block;
    margin: 0 auto;
}

#pickup .pickup_area {
    margin-top: 48px;
    margin-bottom: 50px;
}

#pickup .pickup_area .section_title {
    width: 90px;
    margin-left: 27px !important;
}

#pickup .pickup_area.detail .section_title {
    margin-left: 25px !important;
}

#pickup .pickup_area .pagenation > li {
    margin: 0 10px;
}

#pickup .pickup_area .detail {
    margin-top: 30px;
}



/* ===================================================================== */
/* ============================== under_cssマージ ============================== */
/* ===================================================================== */

.arrow::after{
    width: 6px;
    height: 6px;
    top: 5px;
}


.top_banner::before {
    bottom: -45%;
    width: 94px;
    height: 117px;
    background-size: 61px;
    background-position: left 11px bottom 0;

}


.breadcrumb {
    margin-left: 6.7%;
    margin-top: 14px;
}

.top_banner{
    margin-left: 30px;
    min-height: 136px;
}


.pagenation{
    padding-top: 31px;
}
.pagenation .page_num {
    font-size: 12px;
    padding: 6px 26px;
    text-decoration: none;
}
.pagenation .page_num.current::after{
    bottom: 2px;
}
.pagenation .arrow_l::after {
     /* left: 31px; */
     left: 0px;
}
.pagenation .arrow_r::after{
        right: 20px;

}
.item_area,
.list_area{
    margin-top: 43px;
    margin-bottom: 44px;
    padding: 0 26px;
}


.section_title {
    margin-left: 0% !important;
    margin-bottom: 31px !important;
}
#cuttingedge .section_title{
    width: 49.4%;
}
.pagenation {
    margin-top: 26px;
    width: 100%;
}
.list_area .sec_inner {
    min-width: auto;
    max-width: initial;
}
.list_area .thumb {
    margin-bottom: 13px;
}

.list_area .list_wp{
    display: block;
}
.list_area .list_wp li{
    width: 100%;
    margin-bottom: 30px;
}
.list_area .title {
    font-size: 13px !important;
    line-height: 20px !important;
    margin-bottom: 5px !important;
}
.list_area .detile {
    font-size: 12px !important;
    line-height: 21px !important;
}

.top_banner{
    margin-left: 4.7%;
}

#cuttingedge .top_banner{
background-image: url(/image/jp/be_bold/cuttingedge/index_02.jpg);
}
#message .top_banner{
background-image: url(/image/jp/be_bold/vision/message/index_02.jpg);
}
#news .top_banner{
background-image: url(/image/jp/be_bold/news/index_02.jpg);
}
#pickup .top_banner{
background-image: url(/image/jp/be_bold/pickup/index_02.png);
}
.under .sns_area .sns_box {
    margin: 69px auto 0;
}
.under .sns_area {
    padding-bottom: 47px;
}

.cuttingedge_page .list_area .sec_inner{
    width: 100%;
}

.breadcrumb > li{
 font-size: 10px;
}

.detaile_area .title_area .cnt_ttl {
    font-size: 16px;
    line-height: 32px;
    margin: 0;
}

.detaile_area .title_area {
    margin-bottom: 32px;
}
.detaile_area .title_area .date {
    margin-bottom: 3px !important;
}
.detaile_area .atend_area p {
    font-size: 12px !important;
    line-height: 21px !important;
}
.detaile_area .atend_area {
    padding: 21px 22px 21px;
    margin-bottom: 39px;
}
.detaile_area .sub_ttl_marker span,
.detaile_area .sub_ttl_marker {
    font-size: 15px;
    line-height: 22px;
    padding: 16px 40px !important;
    margin: 0 -6.7% 20px;
    width: 113.4%;
 }
 .detaile_area .sub_ttl_marker span{
 padding: 0 !important;
  width: 100%;
 }
.detaile_area .sub_ttl_marker span:before,
.detaile_area .sub_ttl_marker:before{
    width: 3px;
    height: 55%;
    left: 23px;
}
.detaile_area .sub_ttl_marker span:before{
    height: 81%;
    left: 17px;
}
.detaile_area .imgs {
    margin-bottom: 19px;
}
.detaile_area .imgs_big {
    margin-bottom: 17px;
}
.detaile_area .atend,
.detaile_area .dtl_txt{
    padding: 0 10px !important;
}
.detaile_area .dtl_txt{
margin-bottom: 21px !important;
}
.detaile_area .group {
    margin-bottom: 34px;
}
.detaile_area .sub_ttl_list {
    font-size: 14px;
    line-height: 26px;
    padding: 0px 15px 6px !important;
    margin-bottom: 23px;
}
.detaile_area .sub_ttl_list:before{
    width: 4px;
    height: 4px;
}
.detaile_area .pdf_icon a{
    padding: 22px 45px;
    width: 100%;
}
.detaile_area .pdf_icon a:after{
    width: 76px;
    left: -16px;
    top: -13px;
}

.detaile_area .pdf_icon {
    margin: 0px 0 20px;
}

.detaile_area .box_area h4, .detaile_area .box_area p ,
.detaile_area .pdf_icon a,
.detaile_area .sub_bold, .detaile_area p, .detaile_area .dtl_txt span, .detaile_area .dtl_txt {
    font-size: 12px !important;
    line-height: 21px !important;
}

.detaile_area .box_area .box_inner{
    display: block;
}
.detaile_area .box_area .box_imgs,
.detaile_area .box_area .cnt{
    width: 100%;
}
.detaile_area .box_area .box_imgs{
    margin-bottom: 10px;
}
.detaile_area .box_area .parson {
    margin: 10px 0px 16px;
    font-size: 14px !important;
}

.detaile_area .sub_bold{
    margin-bottom: 16px;
    margin-top: 34px;
    padding: 0 10px;
}
.detaile_area .box_area {
    padding: 22px 0 19px;
margin: 32px 0 41px;
}
.detaile_area .box_area .cnt{
padding: 0px 10px;
}
.detaile_area .box_area .box_imgs {
    margin-bottom: 17px;
}
.detaile_area .box_area .info {
    line-height: 21px !important;
}
.detaile_area .atend{
    margin-bottom: 11px !important;
}
.other_area .back_btn{
    margin-top: 41px;
}
.other_area .back_btn > a{
    width: 190px;
    height: 35px;
    font-size: 12px;
}
/* 横並びコンテンツ */
.list_contents .sec_inner {
    width: 100%;
}
.list_area .list_side .thumb img{
    width: 100%;
}
.list_area .list_side .flex_area{
display: block;
}
.list_area .list_side .thumb{
    width: 100%;
}
.list_area .list_side .lead{
  width: 100%;
}
.list_area .list_side .title{
    font-size: 12px !important;
    line-height: 27px !important;
    color: #666;
}

#message .list_area .list_side .title {
    line-height: 23px !important;
}

.list_area .list_side li{
    width: 100%;
    margin-bottom: 40px;
}

.list_area .list_side .thumb {
    margin-bottom: 19px;
}
.icon{
    padding: 5px 12px !important;
font-size: 12px;

    margin-bottom: 3px !important;
}


/* NEWSの方 */
.news_page .list_area {
    padding: 0 0px;
    margin-bottom: 50px;
}
.news_page .detaile_area .group{
    width: 86.6%;
    margin: 0 auto 34px;
}
.news_page .detaile_area .group_main {
    margin-bottom: 0;
}

.news_page .list_area .sec_inner {
    padding: 43px 0;
}
.news_page .detaile_area .main_imgs {
    margin-bottom: 38px;
}
.news_page .detaile_area .sub_ttl_marker {
   padding-left: calc(6.7% + 10px) !important;
}
.news_page .detaile_area .sub_ttl_marker span{
     width: 100%;
    margin: 0 auto;
    padding-left: 33px !important;
    display: block;
}
.news_page .detaile_area .imgs_big{
    margin-bottom: 29px;
    padding: 0 10px;
}
.news_page .detaile_area .sub_ttl_list:before {
  display: none;
}
.news_page .detaile_area .sub_ttl_list {
    padding: 0px 10px 0px !important;
    margin-bottom: 17px;
    border: none;
}

.news_page .list_area .sec_inner {
    padding: 43px 0 11px;
}
#news .other_area .section_title{
    margin: 0 auto 44px !important;
    width: 53.2%;
    padding: 0;
    display: block;
}


.news_page .other_area .back_btn {
    margin-top: 0;
}
#message .pagenation {
        margin-top: 43px;
    width: 100%;
    padding-top: 18px;
}

#message .section_title{
    width: 31%;
}


#news .section_title{
 width: 23%;
    padding-left: 6.7%;
       margin-top: 39px;
}
#news.list_page .section_title{
    width: 16%;
    padding-left: 0;

    }
#news .other_area .section_title{
    margin: 0px auto 41px !important;
    width: 53.2%;
    padding: 0;
}
#news .news_area .news_lead > .news_title{

}#news .news_area .news_lead{
    padding-top: 6px;
}
#news .news_area .news_lead > .news_title{
    margin-top: -2px;
}
#news .news_area .pagenation {
    padding-top: 0;
    border: none;
    margin-top: 6px;
    margin-bottom: 34px;
}
#news .news_area{
    padding-bottom: 0;
}
#news .sns_area {
    padding-bottom: 47px;
}
#news .news_area .news_lead{
    padding-top: 6px;
}
#news .news_area .news_lead > .news_title{
    margin-top: -2px;
}
#news .news_area .pagenation {
    padding-top: 0;
    border: none;
    margin-top: 6px;
    margin-bottom: 34px;
}
.under .sns_area {
    padding-bottom: 47px;
    height: 100%;
    /* height: 200px;
    display: block; */
}
/* ===================================================================== */
/* ============================== under_h.cssマージ ============================== */
/* ===================================================================== */

#movie {
    overflow: visible;
}

#movie #wrap{
    min-width: initial;
}

#movie .top_banner {
    background-image: url(/image/jp/be_bold/vision/movie/index_02.png);
}

#movie .movie_area {
    margin-bottom: 65px;
}

#movie .section_title {
    width: 75px;
    margin-left: 25px !important;
}

#movie .list_area,
#movie .item_area {
    padding: 0;
}

#movie .movie_img {
    height: 100px;
}

#movie .movie_img{
    background-size: cover;
    height: 150px;
    position: relative;
}
#movie .movie_area_cnt.movie_1 .movie_img{
    background-image: url('/image/jp/be_bold/vision/movie/index_07.png');
}
#movie .movie_area_cnt.movie_2 .movie_img{
    background-image: url('/image/jp/be_bold/vision/movie/index_08.png');
}
#movie .movie_area_cnt.movie_3 .movie_img{
    background-image: url('/image/jp/be_bold/vision/movie/index_09.png');
}


#movie .movie_img img {
    width: 100%;
}

#movie .movie_cnt {
    display: block;
    width: 86.6%;
    min-width: initial;
    max-width: initial;
}

#movie .movie_area_cnt{
    margin-bottom: 62px;
}

#movie .movie_area_cnt:last-child{
    margin-bottom: 0px;
}

#movie  .movie_ttl {
    margin-bottom: 15px;
}

#movie  .movie_ttl p {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1.0px;
}

#movie .movie_txt p {
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0.8px;
}

.movie_txt_area {
    margin-top: 25px;
    margin-right: 0px;
    margin-bottom: 25px;
    width: 100%;
    padding: 0 15px;

}

#movie .movie_area .movie {
    padding-bottom: 57.5%;
    top: 0px;
    left: 0px;
     margin-right: 0;
    margin-left: 0px;
}

#movie .movie_2 .movie_cnt {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 auto;
        left: 0;
    margin-left: auto;
}

#movie .movie_2 .movie_txt_area {
    margin-right: 0;
    position: relative;
    left: 0px;
}

/* chronicle */
#chronicle .top_banner {
    background-image: url('/image/jp/be_bold/chronicle/index_02.png');
}

#chronicle .list_area,
#chronicle .item_area {
    margin-top: 43px;
}

#chronicle .section_title {
    width: 125px;
}

#chronicle .chronicle_list {
    width: 100%;
    margin: 0 auto;
}

#chronicle .chronicle_img {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;

}

#chronicle .chronicle_img img {
    width: 100%;
}

#chronicle .chronicle_list.cate_base li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border-bottom: 1px solid #C5C5C5;
    text-decoration: none;
    padding-bottom: 25px;
}

#chronicle .chronicle_date {
    margin-bottom: 15px;
}

#chronicle .chronicle_cnt p {
    letter-spacing: 0.8px;
}

#chronicle .chronicle_date p {
    font-size: 11px;
    letter-spacing: 0.5px;
    color: #333;
}

#chronicle .chronicle_ttl p {
    font-size: 14px;
    color: #666;
    text-decoration: underline;
}

#chronicle .pagenation {
    border: none;
}

/* feature */
#feature .list_area .sec_inner {
    width: 100%;
}

#feature.under.cuttingedge_page .list_area .sec_inner {
    width: 100%;
    min-width: auto;
}

.feature_top #feature.under .list_area .sec_inner {
    width: 100%;
}

#feature .feature_pic_right .icon {
    margin-bottom: 10px !important;
}

#feature .top_banner {
    background-image: url('/image/jp/be_bold/feature/index_02.png');
}

#feature .list_area img {
    width: 100%;
}

#feature .feature_inner {
    width: 100%;
}

#feature .section_title {
    width: 105px;
    margin-bottom: 70px;
}

#feature img {
    width: 100%;
}

#feature .feature_pic_img {
    width: 100%;
    margin-right: 40px;
}

#feature .feature_pic_cnt a {
display: block;
}

#feature .feature_pic_cnt .feature_date {
    font-size: 16px;
}

#feature .feature_cnt {
    display: block;
}
#feature .tag {
    display: inline-block;
    margin-bottom: 10px;
}

#feature #wrap .tag p {
    display: inline-block;
    color: #fff;
    padding: 5px 13px;

}

#feature .feature_cnt_list {
    display: block;
    margin-left: 0px;
    width: 100%;
}

#feature .list_area,
#feature .item_area {
    margin-top: 39px;
    padding: 0 25px ;
}

.feature_top #feature .list_area,
.feature_top #feature .item_area {
    margin-top: 39px;
    padding: 0 25px ;
}

#feature .feature_pic_right {
    margin-top: 13px;
}

#feature .feature_pic_right .tag p{
    font-size: 12px;
}

#feature .feature_pic_right .interview_txt p {
    font-size: 18px;
    line-height: 30px;
}

#feature .feature_pic_cnt {
    margin-bottom: 30px;
}
#feature .interview_txt_area {
    margin-top: 15px;
    margin-left: 0px;
}

#feature #wrap .feature_cnt_list li a {
    align-items: flex-start;
}

#feature .feature_cnt_list li {
    margin-bottom: 55px;
    width: 100%;
}

#feature .feature_pic_cnt .feature_date,
#feature .feature_date {
    font-size: 11px;
    margin-bottom: 13px;
}

#feature .feature_pic_right .interview_txt p,
#feature .interview_txt p {
    font-size: 13px;
    line-height: 23px;
}

#feature .feature_cnt img {
    width: 100%;
}

#feature .pagenation {
    width: 100%;
}

#feature .icon {
    margin-bottom: 12px !important;
}
#feature .feature_pic_right .icon p {
    font-size: 12px;
}

#feature #wrap .interview_txt p {
    line-height: 22px;
    letter-spacing: 0.8px;
}
#feature .feature_cnt_list li:last-child,
#feature .feature_cnt_list li:nth-last-child(2) {
    margin-bottom: 55px;
}

/* vision */
#vision .top_banner {
    background-image: url('/image/jp/be_bold/vision/index_02.png?0709');
}

#vision {
    overflow: visible;
}

.list_area.sec_inner {
    min-width: 0;
    max-width: 0;
}

#vision .section_title {
    width: 80px;
    margin-left: 25px !important;
}

#vision .list_area,
#vision .item_area {
    padding: 0;
    margin-top: 42px;
}

#vision .vision_top_cnt {
    width: 100%;
    display: block;
    margin-bottom: 0px;
}

#vision .vision_cnt {
    height: 250px;
    position: relative;
}

#vision .vision_bottom_cnt .vision_cnt {
    height: 250px;
}

#vision .vision_cnt a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

#vision .vision_cnt .v_cnt_area {
    position: absolute;
    bottom: 25px;
    left: 25px;
}

#vision .v_cnt_ttl {
    margin-bottom: 5px;
}

#vision .v_cnt_ttl_img {
    width: 85px;
}

#vision .v_cnt_center .v_cnt_ttl_img {
    width: 70px;
}

#vision .v_cnt_right .v_cnt_ttl_img {
    width: 50px;
}

#vision .vision_bottom_cnt .v_cnt_ttl_img {
    width: 60px;
}

#vision .v_cnt_ttl_img img {
    width: 100%;
}

#vision .v_cnt_txt {
    margin-bottom: 5px;
}

#vision .v_cnt_txt p {
    font-size: 11px;
    letter-spacing: 1.4px;
    line-height: 23px;
    color: #CACACA;
}

#vision .v_cnt_area .more_img {
    width: 125px;
}

#vision .v_cnt_area .more_img img{
    width: 100%;
}

#vision .vision_cnt.v_cnt_left {
    width: 100%;
}

#vision .vision_cnt.v_cnt_left a {
    background-image: url(/image/jp/be_bold/vision/index_14.png);
background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#vision .vision_cnt.v_cnt_center {
    width: 100% !important;
}

#vision .vision_cnt.v_cnt_center a {
    background-image: url(/image/jp/be_bold/vision/index_15.png);
background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#vision .vision_cnt.v_cnt_right {
      width: 100% !important;
}

#vision .vision_cnt.v_cnt_right a{
    background-image: url(/image/jp/be_bold/vision/index_16.png);
 background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#vision .vision_bottom_cnt .vision_cnt {
    width: 100% !important;
}

#vision .vision_bottom_cnt .vision_cnt a {
    background-image: url(/image/jp/be_bold/vision/index_17.png);
background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#vision .vision_cnt {
    margin-bottom: 5px;
}

#vision .anniversary_logo {
    width: 75px;
    position: absolute;
    top: 30px;
    right: 26px;
    left: auto;
}
#vision #wrap{
    min-width: initial;
}

.under_logo {
    bottom: 15px;

}

.under_logo a {
    width: 100%;
    height: 100%;
    padding: 20px;
}

#wrap .under_logo img {
    width: 59px;
}

#wrap .sns_area img {
    width: 100%;
}

#logo .right {
    height: 100%;
}

#teaser .sns_box {
    padding-bottom: 8px;
    margin-bottom: 0px;
}

.top .chronicle_area .section_sub_title {
    margin-bottom: 60px;
}

.top #wrap .technology_article_list .t_chronicle_list_ttl p {
    font-size: 14px;
    letter-spacing: 1.6px;
}

.top .technology_article_list_cnt {
    display: block;
}
.top .chronicle_category {
    margin-right: 0px;
    margin-bottom: 15px;
}

.top #wrap .technology_article_list .chronicle_category p {
    letter-spacing: 1.0px;
}

/* クロニクル一覧SP */
.parent_category_area {
    width: 100%;
}

.parent_category_link {
    padding: 12px 17px;
}

#chronicle .parent_category_link p {
    font-size: 12px;
    text-align: center;
}

.parent_category_link::after {
    content: '';
    width: 8px
}

#chronicle .chronicle_list.cate_base {
    padding-top: 37px;
}

#chronicle .sec_inner .chronicle_list_ttl {
    font-size: 15px;
    padding-left: 15px;
    margin-bottom: 20px;
}
#chronicle .chronicle_list .chronicle_list_cnt {
    display: block;
}

#chronicle .chronicle_list.cate_base li {
    width: 100%;
}

#chronicle .chronicle_category {
    padding: 3px 12px;
}

#p_category1 li:nth-child(2n+1) .chronicle_cnt {
    padding-right: 0px;
}

#chronicle .chronicle_list.cate_base li:nth-child(2n-1) {
    border: none;
}

#chronicle .chronicle_txt p {
    font-size: 12px;
    letter-spacing: 0.4px;
}

#chronicle .chronicle_ttl {
    margin-bottom: 7px;
}

#chronicle .chronicle_list.cate_base li {
    margin-bottom: 30px;

}

#p_category1 li .chronicle_cnt {
    padding-left: 0px !important;
}

#chronicle .chronicle_list li:last-child a {
    padding-bottom: 35px;
}

#chronicle .chronicle_list.cate_base {
    border: none;
    padding-bottom: 20px;
}

#chronicle .chronicle_list li:last-child {
    margin-bottom: 0px;
}

#chronicle .chronicle_list.cate_core {
    padding-top: 33px;
}

#chronicle .icon {
    font-size: 12px;
    padding: 5px 10px !important;
}

#chronicle .tag {
    margin-bottom: 20px !important;
}

#chronicle .chronicle_list.cate_core li {
    padding: 0 !important;
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0px;
}

#chronicle .chronicle_list.cate_core li .chronicle_cnt {
    border: none !important;
}

#chronicle .chronicle_list.cate_core .chronicle_list_cnt {
    border: none !important;
    margin-bottom: 40px;
}

#chronicle .chronicle_list.cate_base li .chronicle_cnt::after {
    content: '';
    border: none !important;
}

#chronicle .chronicle_list.cate_core li::after {
    content: '';
    border: none !important;
}

#chronicle .list_area, #chronicle .item_area {
    margin-bottom: 0px;
}

#chronicle.under .sns_area .sns_box {
    margin: 69px auto 0;
}

.cuttingedge_page .icon {
    padding: 0px 12px !important;
}

.cuttingedge_page .detaile_area .title_area .date {
    margin-bottom: 13px !important;
}

#message.cuttingedge_page .breadcrumb > li:last-child{
    width: 150px;
}

#chronicle .chronicle_list.cate_core li a {
    padding: 0px;
    padding-bottom: 25px;

}

#chronicle #p_category2.chronicle_list li a {
    border-bottom: 1px solid #C5C5C5;
}

#chronicle .chronicle_list.cate_base li:not(:nth-child(2n))::after {
    border: none;
}




}


.w80p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .w80p {
        width: 100%;   
    }
}