@charset "UTF-8";
/* CSS Document */
/*----------------------------------------
  追加コード
----------------------------------------*/

  .l-footer-utility {
    align-items: center;
  }
/* Top
 ========================================================================== */
/*----------------------------------------
  ビジョン
----------------------------------------*/
.top-vision-list {
  margin-top: calc(37px - 2px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (min-width: 768px), print {
  .top-vision-list {
    margin-top: calc(61px - 2px);
	justify-content: space-between;
  }
}

.top-vision-list__item {
  margin-top: 2px;
  width: calc(50% - 1px);
}

.top-vision-list__item:nth-child(even) {
  margin-left: 2px;
}

@media all and (min-width: 768px), print {
  .top-vision-list__item {
    margin-left: 10px;
    width: calc(23% - 1px);
  }
  .top-vision-list__item:nth-child(1) {
    margin-left: 0;
  }
}

.top-vision-list__target {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.top-vision-list__target:hover {
  opacity: 0.7;
}

.top-vision-list__image {
  position: relative;
  z-index: 1;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.top-vision-list__image img {
  width: 100%;
}

.top-360-engineering-info-btn:hover {
  opacity: 0.7;
}

.top-360-engineering-info-list__item02{
    align-items: center;
    flex-direction: column;
}

@media all and (min-width: 768px), print {
  .top-dx {
    background-image: url("/top/images/dx_bg_sp.jpg");
  }
}

.top-dx {
 margin-top: 50px;
  background-image: url("/top/images/dx_bg_pc.jpg");
  padding: 60px 16px 15px 16px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}


.top-dx-header{
  border-bottom:none;
}

.top-dx-header__hdg {
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
  line-height: 2;
  letter-spacing: 0.02em;
  font-size: 2.3rem;
}

.top-dx-header__target{
border: none;
}

@media all and (min-width: 768px), print {
.top-dx-header__hdg{
    font-size: 3.4rem;
  }
}

@media all and (min-width: 768px), print {
  .top-owp {
    background-image: url("/top/images/owp_bg_sp.jpg");
  }
}

.top-owp {
  margin-top: 50px;
  background-image: url("/top/images/owp_bg_pc.jpg");
  padding: 60px 16px 15px 16px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}


.top-owp-header{
  border-bottom:none;
}

.top-owp-header__hdg {
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
  line-height: 2;
  letter-spacing: 0.02em;
  font-size: 2.3rem;
}

.top-owp-header__target{
border: none;
}

@media all and (min-width: 768px), print {
.top-owp-header__hdg{
    font-size: 3.4rem;
  }
}

.top-owp-engineering-info-list__video {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.top-owp-engineering-info-list__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

[data-menu="open"] .top-owp-engineering-info-list__video iframe {
  pointer-events: none;
}

.top-owp-youtube{
	width: 100%;
	max-width: 350px;
}
/* Information vision_bf
 ========================================================================== */

.btnvision {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
}
.btnvision a {
    display:block;
	padding: 20px 15px;
	color: #ffffff;
	font-size: 120%;
	text-align: center;
	background-color: #073190;
	transition: all 0.3s;
}
.btnvision a:hover {
	opacity: 0.7;
}

@media only screen and (max-width: 767px) {
    .btnvision {
        display: none;
    }
}

.btnrecruit a:hover {
	opacity: 0.7;
}


/* products popup
 ========================================================================== */
.open {
	cursor:pointer;
	color: #073190;
}
#pop-up {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000080;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window {
	width: 90vw;
	max-width: 650px;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.window img {
	width: 100%;
}
.close {
	cursor:pointer;
	position: absolute;
	top: -35px;
	right: 4px;
	font-size: 25px;
}

/* modaal
 ========================================================================== */
/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
  display: none;
}

.modaal-close {
	top: 100px;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
  background:#ccc;  
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
  background:#666;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper{
  padding:0;
}

.modaal-content-container .images {
	margin: auto;
	text-align: center;
}

/* products aqua
 ========================================================================== */
.aqua_map{
	position: relative;
	clear: both;
	display: block;
	width: 700px;
	height: 600px;
	background-image: url(../../products/environment/images/pipe08_21.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.aqua_img_btn1{position: absolute; top: 0px; left: 0px;}
.aqua_img_btn2{position: absolute; top: 0px; left: 176px;}
.aqua_img_btn3{position: absolute; top: 0px; left: 352px;}
.aqua_img_btn4{position: absolute; top: 0px; left: 528px;}
.aqua_img_btn5{position: absolute; top: 170px; left: 0px;}
.aqua_img_btn6{position: absolute; top: 318px; left: 0px;}
.aqua_img_btn7{position: absolute; top: 250px; left: 528px;}
.aqua_img_btn8{position: absolute; top: 466px; left: 30px;}
.aqua_img_btn9{position: absolute; top: 466px; left: 206px;}
.aqua_img_btn10{position: absolute; top: 466px; left: 382px;}

.liststyle17 {padding: 0 0 5px 15px;}
.liststyle17 ul {padding: 0;}
.liststyle17 li {line-height: 1.8em; background:url(../images/icon_023.jpg) no-repeat left 0.4em; padding-left:16px;}

.aqua_tit{font-size: 110%; font-weight: 600; margin-bottom: 5px;}
.aqua_flame{border: 1px solid #999;}

.aqua_map_mobile{
	display: none;
}

/* sp */
@media screen and (max-width:768px){
	.aqua_map{display:none;}
	.aqua_map_mobile{display:block;}
}
/* print */
@media print {
	#coast_m{display:none;}
}

/* sup16 */
.sup16flow {
    width: 601px;
    margin: auto;
}
.sup16flow tr, .sup16flow td {
    margin: 0;
    padding: 0;
    border: 0;
}
.sup16flow img {
    margin: 0;
}
.sup16flow a {
    margin: 0;
    border: 0;
}

/**DX**/
@media all and (min-width: 768px), print {
  .top-dx-list {
    margin-top: calc(61px - 2px);
	justify-content: space-between;
  }
}

.top-dx-list__item {
  margin-top: 2px;
  width: calc(50% - 1px);
}

.top-dx-list__item:nth-child(even) {
  margin-left: 2px;
}

@media all and (min-width: 768px), print {
  .top-dx-list__item {
    margin-left: 10px;
    width: calc(23% - 1px);
  }
  .top-dx-list__item:nth-child(1) {
    margin-left: 0;
  }
}

.top-dx-list__target {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.top-dx-list__target:hover {
  opacity: 0.7;
}

.top-dx-list__image {
  position: relative;
  z-index: 1;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.top-dx-list__image img {
  width: 100%;
}

.top-dx-list {
  margin-top: calc(37px - 2px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: center;
  border:3px solid #3C649F;
}

@media all and (min-width: 768px), print {
  .top-dx-list {
	margin-top: calc(35px - 2px);
	justify-content: space-between;
	height: 188px;
  }
}

@media all and (min-width: 768px), print {
  .top-dx-list__item01 {
    width: calc(20%);
	top: 0;
	bottom: 0;
	margin: auto;
  }
  .top-dx-list__item02 {
    width: calc(40%);
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 0 30px;
	
  }
  .top-dx-list__item03 {
    width: calc(40%);
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 0 30px;
  }
	
  .top-dx-list__item:nth-child(1) {
    margin-left: 0;
  }
}

.top-dx-list__target {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.top-dx-list__target:hover {
  opacity: 0.7;
}

.top-dx-list__image {
  position: relative;
  z-index: 1;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media only screen and (max-width: 767px) {
	.top-dx-list__item01{
		width: 50%;
		margin: 10px 10px 0px 10px;
	}
	.top-dx-list__item02{
		width: 70%;
		margin: 10px;
	}
	.top-dx-list__item03{
		width: 70%;
		margin-top: 15px;
		margin-bottom: 20px;
	}
.top-dx-list {
  border:3px solid #3C649F;
}
}

/*----------------------------------------
  公式SNS
----------------------------------------*/
.top-sns {
  padding: 40px 16px;
  margin-bottom: 53px;
}

@media all and (min-width: 768px), print {
  .top-sns {
    padding: 34px;
	margin-bottom: 120px;
  }
}

.top-sns-list {
  margin-top: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px 65px;
}

@media all and (min-width: 768px), print {
  .top-sns-list {
    margin-right: auto;
    margin-left: auto;
    max-width: 1080px;
	padding: 0px;
  }
}

.top-sns-list__item {
  margin-top: 8px;
/**
  width: calc(50% - 8px);
*/
  position: relative;
}

.top-sns-list__item::before {
  content: '';
  margin-top: auto;
  margin-bottom: auto;
  width: 1px;
  height: 76.92308%;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -8px;
}

.top-sns-list__item:nth-child(even)::before {
  display: block;
}

@media all and (min-width: 768px), print {
  .top-sns-list__item {
    width: calc(25% - 18.75px);
  }
  .top-sns-list__item::before {
    height: 100%;
  }
  .top-sns-list__item, .top-related-list__item:nth-child(even) {
    margin-left: 25px;
  }
  .top-sns-list__item::before, .top-related-list__item:nth-child(even)::before {
    display: block;
    left: -12px;
  }
  .top-sns-list__item:nth-child(4n+1) {
    margin-left: 0;
  }
  .top-sns-list__item:nth-child(4n+1)::before {
    display: none;
  }
}

.top-sns-list__target {
  display: block;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.top-sns-list__target:hover {
  opacity: 0.7;
}

.top-sns-list__target img {
  width: 100%;
}

.top-sns-hdg {
  color: #2B2B2B;
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  margin-bottom: 16px;
  font-size: 1.8rem;
}

@media all and (min-width: 768px), print {
  .top-sns-hdg {
    font-size: 2.1rem;
  }
}

/*----------------------------------------
  事業紹介アクアマウスオーバーさせない
----------------------------------------*/
.list-aqua-hover-none{
	pointer-events: none;
}

/*----------------------------------------
  事業紹介　橋梁・鉄構・海外鋼構造　鋼製工作物（鉄塔、鳥居）鳥居ページ内リンク
----------------------------------------*/
.torii-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (min-width: 768px), print{
.torii-list__item {
    margin-top: 14px;
    width: calc(50% - 4px);
}
}

.torii-list__item {
    margin-top: 14px;
    width: calc(50% - 4px);
}

.torii-list__item__target {
    padding: 12px 35px 12px 15px;
    margin: 0px 10px 0px 0px;
    border: solid 1px #e1e1e3;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    color: #073190;
    line-height: 1.4;
    letter-spacing: 0.02em;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    font-size: 1.3rem;
}
.torii-list__item__target::after {
    content: '';
    margin-top: auto;
    margin-bottom: auto;
    border-right: solid 2px #073190;
    border-bottom: solid 2px #073190;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*----------------------------------------
  ビジョン
----------------------------------------*/
.products-br15-torii-list {
  margin-top: calc(37px - 2px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (min-width: 768px), print {
  .products-br15-torii-list {
    margin-top: calc(61px - 2px);
	justify-content: space-between;
  }
}

.products-br15-torii__item {
  margin-top: 2px;
}

.products-br15-torii__item:nth-child(even) {
  margin-left: 2px;
}

@media all and (min-width: 768px), print {
  .products-br15-torii__item {
    margin-left: 10px;
    width: calc(48% - 1px);
  }
  .products-br15-torii__item:nth-child(1) {
    margin-left: 0;
  }
}

/* 鳥居MAP用 */
.products-br15-torii__image {
  position: relative;
  list-style: none;
}
.products-br15-torii__image img {
  width: 100%;
}
.products-br15-torii__image .number li {
  position: absolute;
  cursor: pointer;
  display: inline-block;
  padding: 0.3em 1em;
  text-align: center;
  text-decoration: none;
  transition: 0.4s;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
}
.products-br15-torii__image .number li.number01 {
  background-image: url("../../products/bridge/images/br15_number01.png");
}
.products-br15-torii__image .number li.number02 {
  background-image: url("../../products/bridge/images/br15_number02.png");
}
.products-br15-torii__image .number li.number03 {
  background-image: url("../../products/bridge/images/br15_number03.png");
}
.products-br15-torii__image .number li.number04 {
  background-image: url("../../products/bridge/images/br15_number04.png");
}
.products-br15-torii__image .number li.number05 {
  background-image: url("../../products/bridge/images/br15_number05.png");
}
.products-br15-torii__image .number li.number06 {
  background-image: url("../../products/bridge/images/br15_number06.png");
}
.products-br15-torii__image .number li.number07 {
  background-image: url("../../products/bridge/images/br15_number07.png");
}
.products-br15-torii__image .number li.number08 {
  background-image: url("../../products/bridge/images/br15_number08.png");
}
.products-br15-torii__image .number li.number09 {
  background-image: url("../../products/bridge/images/br15_number09.png");
}
.products-br15-torii__image .number li.number10 {
  background-image: url("../../products/bridge/images/br15_number10.png");
}
.products-br15-torii__image .number li.number11 {
  background-image: url("../../products/bridge/images/br15_number11.png");
}
.products-br15-torii__image .number li.number12 {
  background-image: url("../../products/bridge/images/br15_number12.png");
}
.products-br15-torii__image .number li.number13 {
  background-image: url("../../products/bridge/images/br15_number13.png");
}
.products-br15-torii__image .number li.number14 {
  background-image: url("../../products/bridge/images/br15_number14.png");
}
.products-br15-torii__image .number li.number15 {
  background-image: url("../../products/bridge/images/br15_number15.png");
}
.products-br15-torii__image .number li.number16 {
  background-image: url("../../products/bridge/images/br15_number16.png");
}
.products-br15-torii__image .number li.number17 {
  background-image: url("../../products/bridge/images/br15_number17.png");
}
.products-br15-torii__image .number li.number18 {
  background-image: url("../../products/bridge/images/br15_number18.png");
}
.products-br15-torii__image .number li.number19 {
  background-image: url("../../products/bridge/images/br15_number19.png");
}
.products-br15-torii__image .number li.number20 {
  background-image: url("../../products/bridge/images/br15_number20.png");
}
.products-br15-torii__image .number li.number21 {
  background-image: url("../../products/bridge/images/br15_number21.png");
}
.products-br15-torii__image .number li.number22 {
  background-image: url("../../products/bridge/images/br15_number22.png");
}

.btntorii {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
}
.btntorii a {
    display:block;
	padding: 20px 15px;
	color: #ffffff;
	font-size: 120%;
	text-align: center;
	background-color: #073190;
	transition: all 0.3s;
}
.btntorii a:hover {
	opacity: 0.7;
}

@media all and (max-width: 480px), print {
.btntorii a {
	font-size: 80%;
}
.products-br15-torii__image .number li {
  width: 15px;
  height: 15px;
}
.products-br15-torii__image .number li.number01 {
  background-size: 15px;
}
.products-br15-torii__image .number li.number02 {
  background-size: 15px;
}
.products-br15-torii__image .number li.number03 {
  background-size: 15px;
}
.products-br15-torii__image .number li.number04 {
  background-size: 15px;
}
.products-br15-torii__image .number li.number05 {
  background-size: 15px;
}
.products-br15-torii__image .number li.number06 {
  background-size: 15px;
}
.products-br15-torii__image .number li.number07 {
  background-size: 15px;
}
.products-br15-torii__image .number li.number08 {
  background-size: 15px;
}
.products-br15-torii__image .number li.number09 {
  background-size: 15px;
}
.products-br15-torii__image .number li.number10 {
  background-size: 15px;
}
.products-br15-torii__image .number li.number11 {
  background-size: 15px;
}
.products-br15-torii__image .number li.number12 {
  background-size: 15px;
}
.products-br15-torii__image .number li.number13 {
  background-size: 15px;
}
.products-br15-torii__image .number li.number14 {
  background-size: 15px;
}
.products-br15-torii__image .number li.number15 {
  background-size: 15px;
}
.products-br15-torii__image .number li.number16 {
  background-size: 15px;
}
.products-br15-torii__image .number li.number17 {
  background-size: 15px;
}
.products-br15-torii__image .number li.number18 {
  background-size: 15px;
}
.products-br15-torii__image .number li.number19 {
  background-size: 15px;
}
.products-br15-torii__image .number li.number20 {
  background-size: 15px;
}
.products-br15-torii__image .number li.number21 {
  background-size: 15px;
}
.products-br15-torii__image .number li.number22 {
  background-size: 15px;
}
}

/*----------------------------------------
  HOME TOP 動画CM画像調節
----------------------------------------*/
/* スライドショーの基本スタイル */
.top-hero-pc {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.top-hero-slides {
  width: 100%;
  height: 100%;
}

/* 各スライドの基本スタイル */
.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
  display: none;
}

.hero-slide.active {
  opacity: 1;
  display: block;
}

/* 動画スタイル */
#slide-video {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 画像スタイル */
#slide-image {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

#slide-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.top-hero-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 矢印ナビゲーション */
.top-hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

.top-hero-arrow:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.top-hero-arrow--prev {
  left: 20px;
}

.top-hero-arrow--next {
  right: 20px;
}

.top-hero-arrow__icon {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #073190;
  border-right: 2px solid #073190;
  position: absolute;
  top: 50%;
  left: 50%;
}

.top-hero-arrow--prev .top-hero-arrow__icon {
  transform: translate(-30%, -50%) rotate(-135deg);
}

.top-hero-arrow--next .top-hero-arrow__icon {
  transform: translate(-70%, -50%) rotate(45deg);
}

/* インジケーター */
.top-hero-indicators {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 10;
}

.top-hero-indicators__item {
  width: 30px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  padding: 0;
  cursor: pointer;
}

.top-hero-indicators__item.active {
  background-color: #ffffff;
}

@media all and (min-width: 768px) {
  .top-hero-arrow {
    width: 50px;
    height: 50px;
  }
  
  .top-hero-arrow__icon {
    width: 12px;
    height: 12px;
  }
  
  .top-hero-indicators__item {
    width: 40px;
  }
}

/* ヒーローテキストの表示・非表示をすぐに切り替える */
.top-hero-desc {
  transition: none !important; /* すべてのトランジションを無効化 */
}

.top-hero-desc[data-hero-desc-load="false"] {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: none !important;
}

.top-hero-desc[data-hero-desc-load="true"] {
  opacity: 1 !important;
  visibility: visible !important;
  transition: none !important;
}

.top-hero-desc__word[data-transition-delay-words="true"] {
  transition: none !important;
  animation: none !important;
}

/* JFE CMのスタイル - スマホ版 */
.top-hero-cm-sp {
  width: 100%;
}

.top-hero-cm-sp a {
  display: block;
  width: 100%;
}

.top-hero-cm-sp img {
  width: 100%;
  height: auto;
  display: block;
}

/* メディアクエリで表示/非表示を制御 */
@media all and (min-width: 768px) {
  .top-hero-cm-sp {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .top-hero-pc {
    display: none !important;
  }
}

@media all and (min-width: 768px) {
  .top-hero-sp {
    display: none !important;
  }
}

/* スマホ表示時のヒーローテキスト調整 */
@media screen and (max-width: 767px) {
  .top-hero-desc {
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
    letter-spacing: 0.04em;
  }
  
  .top-hero-desc-en {
    font-size: 1rem;
  }
  
  .top-hero-desc__group {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .top-hero-desc__word {
    font-size: 0.9em;
  }
}


