@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
/*共通
---------------------*/
/* .ft-70th{
  display: none!important;
} */
.hd-70th img {
  width: 85px;
}
.pc_block, .pc_block.ls_block {display: block;}
.sp_block {display: none;}
.ls_block {display: none;}
body {
  position: relative;
  font-size: 1.6rem;
  font-family: 'Anton', sans-serif, 'Hiragino Kaku Gothic ProN';
}
.f_min{
    font-family: 'Noto Serif JP','Hiragino Kaku Gothic ProN','メイリオ','Meiryo',sans-serif;
}
/*h2*/
.section-title {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto 0;
  font-size: 4.8rem;
  letter-spacing: 1px;
  color: #f00;
  line-height: 0.9;
}

.about .section-title {
  transform: translateY(-140px);
  margin-bottom: -140px;
}

/*moreボタン*/
.more-btn {
  width: 100%;
  border: 1px solid #fff;
  box-sizing: border-box;
  letter-spacing: 1px;
  text-align: center;
  font-size: 1.3rem;
  padding: 8px 0;
  display: block;
  text-decoration: none;
  color: #fff;
}

.more-btn:hover {
  color: #f00;
  background: #fff;
}

/*moreボタン（展示会）*/
.vexpo-link:hover ~ .vexpo-left .more-btn {color: #000;background: #fff;}

/*moreボタン（SUPPORT）*/
.support-container .more-btn {border: 1px solid #f00;}
.support-container .more-btn {width: 200px; color: #f00;}
.support-container .more-btn:hover {color: #fff; background-color: #f00;}

/*moreボタン（ABOUT）*/
.about-box .more-btn {max-width:300px;width:100%;margin: auto;background: #f00; color: #fff;border: inherit}
.about-box .more-btn:hover {color: #f00;background: #fff;}

/*moreボタン（NEWS）*/
.news-container .more-btn {border: 1px solid #f00;}
.news-container .more-btn {width: 110px; color: #f00;}
.news .more-btn:hover {color: #fff; background-color: #f00;}

/*moreボタン（technology）*/
.technology-list .more-btn {
  position: absolute;
  bottom: 55px;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 300px;
}

/*header
---------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  height: 128px;
  width: calc(100%);
  z-index: 999;
  display: flex;
  align-items: center;
  padding: 0 0 0 13%;
}

header.invert {
  background-color: #fff;
  transition: background-color 0.05s ease-in-out 0.05s;
}
.header-logo {
    display: flex;
    gap: 15px;
    align-items: center;
}
.hd-70th{
  margin: 0;
}
/*main
---------------------*/

/*video*/

.video-box {
    position: relative;
    width: 100%;
  height: calc(100vh - 160px);
    background: #fff;
    z-index: 0;
    padding-right: 128px;
}
.video-main {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

video {
  min-height: calc(100vh - 160px);
  min-width: 100%;
}

.video-title {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 5.8rem;
  color: #fff;
  font-weight: bold;
  /*background: url("../../img/mv_70logo.svg") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;*/
  min-height: 346px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.video-title span {
  font-size: 4.8rem;
}

.video-bk {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  right: -128px;
  bottom: -128px;
  display: flex;
  align-items: flex-end;
}

/*70th animation*/
.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 128px);
  height: 100%;
  overflow: hidden;
  background: url("../img/mv_bg.png") no-repeat center bottom;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 1;
  animation: fadeout 1s linear forwards;
  animation-delay: 12s;
  pointer-events: none;
}
@keyframes fadeout{
  0%{
    opacity: 1;
  }
  100%{
    opacity: 0;
  }
}
.mask canvas{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mask-flex {
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
  justify-content: center;
  gap: 50px;
}
.logo_70 {
  max-width: 900px;
  width: 47%;
}
.logo_70 img {
  max-width: 100%;
  width: 100%;
}
.mask-catch {
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
.mask-catch--main{
  font-size: 4.2rem;
  line-height: 1;
  font-weight: bold;
}
.mask-catch--sub{
  font-size: 2rem;
  line-height: 2.5;
  font-weight: bold;
}
/*NEWS(TOP)*/
.news-top {
  display: flex;
  align-items: center;
  margin: 0 0 150px 50px;
}

.news-title {
  color: #f00;
  background: #fff;
  width: 145px;
  text-align: center;
  padding: 5px 0;
  margin-right: 50px;
  letter-spacing: 1px;
  transform: scale(1.3, 1)
}

.news-top dl {
  display: flex;
  align-items: center;
  color: #fff;
  letter-spacing: 1px;
}

.news-top a {
  color: #fff;
}

.news-top a:hover {
  text-decoration: none;
}

.news-top dt {
  margin-right: 50px;
  font-family: 'Hiragino Kaku Gothic ProN','メイリオ', 'Meiryo', sans-serif;
}

.news-top dd {
  font-family: 'Hiragino Kaku Gothic ProN','メイリオ', 'Meiryo', sans-serif;
}

/*バーチャル展示会*/
.background01 {
    padding: 70px 0;
}

.vexpo {
  max-width: 835px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 60px;
  height: 240px;
  box-sizing: content-box;
  position: relative;
}
.vexpo-link{
  position: absolute;
  display: block;
  top: 40px;
  left: 0;
  width: 100%;
  height: calc(100% - 80px);
  z-index: 1;
}

.vexpo-left {
  position: relative;
  background: #000;
  padding: 4px 40px 24px 70px;
  color: #fff;
  width: 45%;
  max-height: 240px;
  text-align: center;
}

.vexpo-right {
  width: 55%;
}

.vexpo-right img {
  width: 100%;
  height: auto;
}

.vexpo-left::after {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 241px 81px 0 0;
  border-color: #000 transparent transparent transparent;
  right: -80px;
  top: 0;
}

.vexpo-title {
  font-size: 3rem;
  letter-spacing: 1px;
}


/*PRODUCT*/
.product-container {
  max-width: 1280px;
  width: 100%;
  margin: auto;
}

.product-list {
  max-width: 1076px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.product-list.fir {
  margin-left: 152px;
  margin-bottom: 2px;
}

.product-list.scn {
  margin-left: 49px;
}

.product-list li {
  position: relative;
  width: calc(100% / 3);
  height: 240px;
  background: linear-gradient(to right, #707070 0%, #999999 100%);
  transform: skewX(-23deg);
  overflow: hidden;
}

.product-list li img {
  position: absolute;
  transform: skewX(23deg);
  z-index: 1;
  right: -28px;
  bottom: -5px;
}

.product-list p {
  position: absolute;
  z-index: 2;
  bottom: 5px;
  left: 30px;
  color: #fff;
  font-weight: bold;
  transform: skewX(23deg);
  font-family: 'Hiragino Kaku Gothic ProN','メイリオ', 'Meiryo', sans-serif;
}

.product-list li:hover {
  opacity: 0.8;
  cursor: pointer;
}

.product-list li a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}

/*support*/
.support-container {
  max-width: 1024px;
  width: 100%;
  margin: auto;
  padding: 110px 0 130px;
  display: flex;
    flex-wrap: wrap;
}

.support-box-left {
  max-width: 344px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}

.support-box-left .btn-outer{
  margin-top: 20px;
}

.support-list {
  max-width: 680px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.support-list img {
  height: 35px;
}

.support-list p {
  font-family: 'Hiragino Kaku Gothic ProN','メイリオ', 'Meiryo', sans-serif;
  text-align: center;
  height: 48px;
  display: flex;
  align-items: center;
}

.support-list li {
  max-width: 170px;
  width: 100%;
  height: 170px;
}

.support-list li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-decoration: none;
  color: #000;
}

.support-list li a:hover {
  opacity: 0.7;
}

.support-list li:nth-child(odd) {background: #d3d3d3;}
.support-list li:nth-child(even) {background: #e5e5e5;}

.btn-outer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 50px;
}
/*TECHNOLOGY*/
.technology {
  transform: translateY(-43px);
  margin-bottom: 40px;
}

.technology-list-box {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-left: 25%;
  height: 100%;
}

.technology-num {
  font-size: 4.8rem;
  margin: 0;
}

.technology-text {
  font-size: 3.6rem;
  margin: 0;
  height: 108px;
  display: flex;
  align-items: center;
}

.technology-list {
  display: flex;
  height: 450px;
  width: 100%;
  position: relative;
}

.technology-list li {
  width: calc(120% / 3);
  position: absolute;
  height: 100%;
}

/*ABOUT*/

.about {
  margin: 60px auto;
}

.about-box {
  max-width: 1024px;
  width: 100%;
  padding: 40px 0;
  margin: auto;
  height: 485px;
  background: #E5E5E5;
}

.about-left {
  width: 100%;
  height: 260px;
}

.about-txt.ja-font {
  width: 80%;
  margin: auto;
  font-family: 'Hiragino Kaku Gothic ProN','メイリオ', 'Meiryo', sans-serif;
  line-height: 1.8;
}

.about-list {
  width: 95%;
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
}

.about-list li {
  max-width: 310px;
  width: 100%;
  padding: 10px 30px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
}

.about-list h3 {
  padding-bottom: 5px;
  border-bottom: 1px solid #f00;
  display: inline-block;
}

.about-list .about-txt.ja-font {
  width: 100%;
  margin: 0 auto;
}

/*news*/
.news-container {
    max-width: 900px;
  width: 100%;
  margin: auto;
    padding: 40px 0;
  display: flex;
  justify-content: space-between;
}

.news-box-left {
    max-width: 110px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}

.news-box-left p {
  margin: 0;
}

.news-list {
  display: flex;
  flex-direction: column;
    max-width: 745px;
  width: 100%;
}

.news-list dl {
  display: flex;
  padding: 20px 0;
  border-top: 1px solid #000;
  margin: 0;
  font-family: 'Hiragino Kaku Gothic ProN','メイリオ', 'Meiryo', sans-serif;
}

.news-list dl:nth-last-child(1) {
  border-bottom: 1px solid #000;
} 

.news-list dt {
  margin: 0 30px 0 30px;
    min-width: 100px;
}
.news-list dd {
    margin: 0;
}
.news-list a {
  color: #000;
}

.news-list a:hover {
  text-decoration: none;
}

/*pickup*/
.pickup {
  height: 280px;
  width: 100%;
  margin-bottom: 160px;
}

.pickup-container {
  max-width: 1094px;
  width: 100%;
  margin: auto;
  transform: translateY(100px);
}

/*Slider(slick.css)*/
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0;}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

/*Slider*/
.slider {
  max-width: 1094px;
  width: 100%;
}

.slider li {
  position: relative;
  width: 206px;
  height: 206px;
  margin: 8px;
}

.slider li:hover {
  opacity: 0.8;
}

.slider li a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0
}

button, [type="button"] {
  color: #fff;
  font-weight: bold;
  background: #f00;
  border: inherit;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -40px;
  right: 1px;
}

button.slick-prev{
  right: 49px;
}

button, [type="button"]:hover {
  cursor: pointer;
}

/*オンライン商談フォーム*/
.online-form-bnr {
  max-width: 949px;
  width: 100%;
  margin: 0 auto 80px;
  position: relative;
}

.online-form-bnr a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.online-form-bnr p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  height: 120px;
  line-height: 1.8;
}

.online-form-bnr:hover {
  opacity: 0.8;
  cursor: pointer;
}

/*fotter
---------------------*/
footer {
  background: #000;
  color: #fff;
  border-bottom: 3px solid #f00;
  font-family: 'Hiragino Kaku Gothic ProN','メイリオ', 'Meiryo', sans-serif;
  font-size: 1.4rem;
}

footer a {
  color: #fff;
  text-decoration: none;
}

.footer-container {
  max-width: 1024px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 50px;
}

address {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 46%;
  font-style: normal;  
}

address .address-company {
  width: 100%;
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}

.ft-70th{
  position: absolute;
  top: 0;
  padding-left: 15px;
  max-width: 90px;
}

.ft-70th img{
  width: 100%;
}


address .address-office {
  margin: 3px 0;
  font-size: 1.6rem;
  font-weight: bold;
}

address > div {
  width: 48%;
  margin-bottom: 30px;
}

address p {
  margin: 0;
}

.footer-link {
  width: 46%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.footer-link p {
  width: 100%;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

.footer-singlelink-box {
  width: 48%;
  transform: translateY(-220px);
  margin-bottom: -140px;
  margin-right: 52%;
}

.footer-singlelink-box > .footer-link-list {
  margin-bottom: 35px;
  width: 100%;
}

.translate-top {
  transform: translateY(-70px);
}

.footer-link-list {
  width: 48%;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 50px;
}

.footer-link-list li:first-child {
  font-weight: bold;
  line-height: 2;
}

.footer-link-list li:not(:first-child) {
  padding-left: 1em;
}

.footer-link-list.typeb li:first-child {
  font-weight: 400;
  line-height: 1.5;
}

.footer-link-list.typeb li:not(:first-child) {
  padding-left: 0em;
}

.copyright {
  max-width: 1024px;
  width: 100%;
  text-align: right;
  margin: -10px auto 80px;
}

.footer-toplink {
  font-weight: bold;
}

/*Backtop
---------------------------*/
#back-top {
	position: fixed;
	right: 3%;
	bottom: 50px;
	z-index: 2000;
}

#back-top span {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../../common/img/backTop.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

@media screen and ( max-width: 1360px ) {
  header {
    padding-left: 40px;
  }
  .gnav-mega {
    left: -500px;
  }
  .mask-flex {
    top: 1.5em;
  }
  .mask-catch--main {
    font-size: 3.2rem;
    margin-bottom: 0;
  }
}

@media screen and ( max-width: 767px ) {
  
/*全体*/
  body {
    min-width: 100%;
    font-size: 1.4rem;
  }
  header {
    height: 60px;
    /*padding: 0 0 0 3%;*/
    padding-left: 8px;
  }
  .header-logo {
    width: calc(100% - 180px);
    height: 100%;
    gap: 10px;
    padding-top: 4px;
    padding-right: 8px;
  }
  .header-logo img {
    width: 100%;
    height: 100%;
  }
.hd-70th{
  /*display: none;*/
  height: 100%;
}
  .pc_block, .pc_block.ls_block {display: none;}
  .sp_block {display: block;}
  .ls_block {display: none;}
  .section-title {
    width: 90%;
    font-size: 3.6rem;
  }
    .lang_nav{
        display: none;
    }
  /*スマホお問い合わせ*/
  
  .sp-contact-box {
    position: fixed;
    right: 60px;
    top: 0;
    display: flex;
    width: 120px;
    height: 60px;
    justify-content: space-between;
    align-items: center;
  }
  
  .sp-contact-box li {
    font-size: 11px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    position: relative;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
  .sp-contact-box li:nth-child(1) {background: #696868;}
  .sp-contact-box li:nth-child(2) {background: #000;}
  .sp-contact-box li:nth-child(2) span {line-height: 1.2;}
  .sp-contact-box li:nth-child(2) span {transform: scale(0.7, 1);min-width: 70px;padding: 0;}
  .sp-contact-box li::before{content: url("../img/sidenav-icon02.png");height:40px;display:flex;align-items:center;} 
    
  .sp-contact-box li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  
  /* ==========================
  ======== スマホメニュー =======
  ============================= */
  #sp_logo{
	  display: block;
	  position: relative;
	  left: 10px;
	  top: 20px;
	  width: 145px;
	}
  #sp_logo img{
	  max-width: 100%;
	  height: auto;
	}
  .sp_mail_btn{
	  width: 55px;
	  position: absolute;
    right: auto;
    top: 15px;
    left: 20px;
	}
	.sp_online_btn{
		position: absolute;
		right: auto;
		top: 15px;
		left: 85px;
	}
  .sp_tel_btn1 {
    width: 55px;
    position: absolute;
    right:121px;
    top:12px;
  }
  .sp_tel_btn2 {
    width: 55px;
    position: absolute;
    right:66px;
    top:12px;
  }
  .sp_mail_btn img{
	  max-width: 100%;
	  height: auto;
	  }
  .cp_cont {
	  display: block;
	  height:75px;
	  overflow: hidden;
	  background-color: #fff;
	  z-index: 99999;
  }
  .cp_cont *,
  .cp_cont *:before,
  .cp_cont *:after {
	  padding: 0;
	  margin: 0;
  }
  .cp_cont a {
	  text-decoration: none;
	  color: inherit;
  }
  .cp_offcm01 {
	  position: absolute;
	  top: 0px;
	  right: 0px;
	  display: inline-block;
	  z-index: 99999;
  }
  /* menu */
  .cp_offcm01 .cp_menu {
	  position: fixed;
	  top: 0;
	  right: -100vw;
	  width: 250px;
	  height: 100%;
	  cursor: pointer;
	  -webkit-transition: 0.4s transform;
	  transition: 0.4s transform;
	  background-color:#000;
	  opacity: 1;
    font-family: 'Hiragino Kaku Gothic ProN','メイリオ', 'Meiryo', sans-serif;
  }
  .cp_offcm01 .cp_menu ul.ff_ul {
	  margin-top: 75px;
	  padding: 0;
	  padding-bottom: 100px;
  }
  .cp_offcm01 .cp_menu li.pshm_title {
    padding: 35px 20px 13px;
    color: #fff;
    font-size: 22px;
    height: 33px;
  }
  .cp_offcm01 .cp_menu ul.ff_ul li.ff_li a {
	  display: block;
	  padding: 15px 20px;
	  text-decoration: none;
	  color: #fff;
	  border-bottom: 1px solid #fff;
	  font-weight: bold;
  }
  .cp_offcm01 .cp_menu ul.ff_ul li.ff_li .ac_radio {
    display: none;
  }
	.cp_offcm01 .cp_menu ul.ff_ul li.ff_li ul.sf_ul {
	  overflow: hidden;
	  max-height: 0;
	  transition: max-height 0s ease-in;
  }
	 .cp_offcm01 .cp_menu ul.ff_ul li.ff_li .ac_radio:checked + ul.sf_ul {
	  max-height: 9999px;
	  transition: max-height 1s ease-in;
  }
	.cp_offcm01 .cp_menu ul.ff_ul li.ff_li ul.sf_ul li.sf_li a {
    padding: 10px 15px 10px 45px;
    text-decoration: none;
    color: #ffffff;
    border-bottom: 1px dashed #e6e6e6;
    background: #999;
  }
  .cp_offcm01 .cp_menu ul.ff_ul li.ff_li ul.sf_ul li.sf_li:last-child a {
    border-bottom: none;
  }
  .cp_offcm01 #cp_toggle01 {
	  position: absolute;
	  display: none;
	  opacity: 0;
  }
  .cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
	  -webkit-transform: translateX(-100vw);
	  transform: translateX(-100vw);
	  overflow-y: auto;
	  -webkit-box-shadow: -8px 0px 8px -1px rgba(0,0,0,0.2);
	  -moz-box-shadow: -8px 0px 8px -1px rgba(0,0,0,0.2);
	  box-shadow: -8px 0px 8px -1px rgba(0,0,0,0.2);
    background: #000;
  }
  /* menu toggle */
  .cp_offcm01 #cp_toggle01 ~ label {
	  position: relative;
	  z-index: 999999;
	  display: block;
	  height: 30px;
	  width: 30px;
	  cursor: pointer;
	  -webkit-transition: 0.4s transform;
	  transition: 0.4s transform;
	  text-align: center;
	  color: #fff;
	  top: 0px;
	  margin: 0 auto;
  }
  .cp_offcm01 #cp_toggle01 ~ label::before,
  .cp_offcm01 #cp_toggle01:checked ~ label::before {
  	content: '';
	  vertical-align: middle;
	  display: inline-block;
	  width: 35px;
    height: 30px;
  }
  .cp_offcm01 #cp_toggle01 ~ label::after {
    position: absolute;
    bottom:-22px;
    left: 0;
    right: 0;
    content: 'MENU';
    display: block;
    width: 100%;
    color: #fff;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    transition: all .4s;
    margin: auto;
    font-size: 13px;
  }
  .cp_offcm01 #cp_toggle01:checked ~ label::after {
    content: 'CLOSE';
    bottom: -22px;
    color:#fff;
    right: 0;
    left: 0;
    margin: auto;
  }
  .cp_offcm01,
  .cp_offcm01 span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .cp_offcm01{
    position:absolute;
    right: 0;
    top: 0;
    width:60px;
    height:60px;
    padding: 5px;
    box-sizing: border-box;
    background: #f00;
  }
  .cp_offcm01 span {
    position: absolute;
    right: 0px;
    width: 100%;
    border-radius: 1px;
    height: 2px;
    background-color: #fff;
  }
  .cp_offcm01 span:nth-of-type(1) {
    top: 8px;
  }
  .cp_offcm01 span:nth-of-type(2) {
    top:15px;
  }
  .cp_offcm01 span:nth-of-type(3) {
    bottom: 6px;
  }
  .cp_offcm01 #cp_toggle01:checked ~ label span:nth-of-type(1){
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
    background-color:#fff;
    top: -4px;
  }
  .cp_offcm01 #cp_toggle01:checked ~ label span:nth-of-type(2){
    opacity: 0;
    background-color:#fff;
  }
  .cp_offcm01 #cp_toggle01:checked ~ label span:nth-of-type(3){
   -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
    background-color:#fff;
    bottom: -8px;
  }
/*----------------------------*/
  
/*動画*/
  .video-box {
    /* height: 75vh; */
    /* height: 90vh; */
    height: 700px;
    padding-right: 0;
  }
  video {
  min-height: 75vh;
  }
  .video-bk {
    width: 92%;
    right: 0;
    bottom: -90px;
  }
  .video-title span {
    font-size: 2.8rem;
  }
  .video-title {
    font-size: 2.4rem;
    background-size: 80%;
  }
  .news-top {
    margin: 0 0 118px 3%;
    flex-direction: column;
    align-items: flex-start;
  }
  .news-title {
    padding: 0;
    margin: 0;
    font-size: 1.6rem;
    letter-spacing: 1px;
    width: 120px;
    margin-left: 5%;
  }
  .news-top dl {
    margin: 5px 0 0;
  }
  .news-top dt {
    margin-right: 0;
    width: 125px;
  }
  .news-top dd {
    margin-left: 0;
  }
  /*70th*/
  .mask {
    /* display: none; */
    width: 100%;
  }
  .mask-flex {
    flex-direction: column-reverse;
    gap: 0;
    top: auto;
  }
  .mask-catch--main {
    font-size: 2.8rem;
    width: 90%;
    margin: 40px auto 16px;
  }
  .mask-catch--sub {
    font-size: 1.8rem;
    line-height: 1.7;
    width: 90%;
    margin: 0 auto 32px;
  }
  .logo_70 {
    width: 80%;
    margin-top: -2.5em;
  }
/*展示会*/
  .vexpo {
    width: 90%;
    flex-wrap: wrap;
    height: auto;
    margin: 0 auto 30px;
  }
  .vexpo-left {
    padding: 10px 20px;
    width: 100%;
  }
  .vexpo-left::after {
    display: none;
  }
  .vexpo-right {
    width: 100%;
  }
  .vexpo-title {
    font-size: 1.8rem;
  }
  
/*PRODUCT*/
  .product-list li {
    width: calc(100% / 2);
    height: 140px;
    transform: skewX(-15deg);
    margin-bottom: 1px;
  }
  .product-list {
    width: 80%;
  }
  .product-list.fir , .product-list.scn {
    margin-left: 10%;
  }
  .product-list.scn {
    transform: translateY(-143px);
  }
  .product-list.scn li:nth-child(1) {
    margin-left: 50%;
  }
  .product-list p {
    bottom: 0;
    transform: skewX(15deg);
    text-shadow: 2px 2px 1px rgba(0,0,0,0.5);
  }
  
/*SUPPORT*/
  .support-container {
    padding: 70px 0 130px;
    width: 95%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .support-box-left {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }
  .catalog {
      margin: 40px 0;
  }
  .support-container .more-btn {
    width: 150px;
    padding: 3px 0;
  }
  .support-list {
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 510px;
  }
  .support-list li {
    width: calc(100% / 3);
    height: 130px;
  }
  .support-list p {
    margin: 5px auto;
    font-size: 1.3rem;
  }
  .support-list li:nth-child(11) p {
    font-size: 1.2rem;
  }
  
/*TECHNOLOGY*/
  .technology-list {
    flex-wrap: wrap;
    height: auto;
  }
  .technology-list li {
    width: 100%;
    position: inherit;
    height: 200px;
  }
  .technology-list-box {
    margin: auto;
    align-items: center;
  }
  .technology-num {
    font-size: 3.6rem;
  }
  .technology-text {
    font-size: 2.8rem;
    text-align: center;
  }
  
  .technology-list .more-btn {
    bottom: -50px;
    background: #f00;
    color: #fff;
    border: inherit;
    width: 70%;
  }
  
  .technology-list .more-btn:hover {
    background: #fff;
    color: #f00;
    border: 1px solid #f00;
    width: 70%;
  }
  
/*ABOUT*/
  .about-box {
    height: auto;
    padding: 20px 0;
  }
  
  .about-list {
    flex-direction: column;
    justify-content: center;
    margin: 20px auto;
  }
  
  .about-list li {
    width: 95%;
    margin: 0 auto 15px;
  }
  
  .about-box .more-btn {
    width: 70%;
  }
  
/*NEWS*/
  .news-container {
    width: 95%;
    flex-wrap: wrap;
  }
  .news-box-left {
    flex-direction: inherit;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
  }
  .news-container .more-btn {
    width: 150px;
    padding: 3px 0;
  }
  .news-list{
    margin-top: 30px;
  }
  .news-list dl {
    padding: 15px 0;
    box-sizing: content-box;
  }
  .news-list dt {
    margin: 0 5px 0 0;
    min-width: 105px;
    width: 30%;
  }
  .news-list dd {
    margin-left: 10px;
    width: 70%;
  }
 
/*PICKUP*/
  .pickup-container {
    width: 95%;
  }
  .pickup {
    height: 230px;
    margin-bottom: 180px;
  }
  .slider li {
    width: 155px;
    height: 155px;
  }
  .slider li img {
    width: 100%;
    height: 100%;
  }
  .slick-list{width:328px;margin: auto;}
  
/*オンライン商談フォーム*/  
  .online-form-bnr {
    width: 90%;
    background: url("../img/background-img08_w375.jpg");
    background-size: cover;
}
  
  .online-form-bnr p {
    font-size: 14px;
    width: 90%;
    margin: auto;
    height: 130px;
  }
  
  .online-form-bnr p::before {
    content: url("../img/sp-online-icon.png");
    padding-right: 10px;
  }
  
/*footer*/
  .footer-container {
    flex-direction: column-reverse;
    justify-content: center;
    width: 90%;
    margin: auto;
  }
  .footer-link {
    display: none;
  }
  address {
    width: 100%;
  }
  .copyright {
    width: 90%;
    margin: 20px auto 50px;
  }
  address > div {
    width: 100%;
  }
  
/*背景画像（スマホ）*/
  .video-bk {
    background-color: #f00;
    background-image: url("../img/sp_r-icon.png");
    background-position: right 0 bottom 95px;
    background-repeat: no-repeat;
  }  
  
  .background01 {
    background: url("../img/background-img01_w375.png") no-repeat center center;
    background-size: cover;
    padding-bottom: 0;
  }
  .background02 {
    background: url("../img/background-img02_w375.jpg") no-repeat center center;
    background-size: cover;
  }
  .about-left {
    background: url("../img/background-img03_w375.jpg") center center no-repeat;
    background-size: cover;
  }
  .pickup {
    background: url("../img/background-img04_w375.jpg") center center no-repeat;
    background-size: cover;
  }
  .technology-list li:nth-child(1) {
    background: url("../img/background-img05_w375.jpg") center center no-repeat;
    background-size: cover;
  }
  .technology-list li:nth-child(2) {
    background: url("../img/background-img06_w375.jpg") center center no-repeat;
    background-size: cover;
  }
  .technology-list li:nth-child(3) {
    background: url("../img/background-img07_w375.jpg") center center no-repeat;
    background-size: cover;
  }
}

/* 70周年キャンペーン */
@media screen and (max-width: 767px) {
  a.cp_menu--bnr {
    position: absolute;
    top: 8px;
    left: 10px;
  }
}
/* ↑70周年キャンペーン */

@media screen and ( max-width: 350px ) {
  .support-list li:nth-child(11) p {
    font-size: 1.1rem;
  }
}
@media screen and ( min-width: 768px ), print {
  body {
    min-width: 1280px;
  }
  
  .pc-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0px 0 18px 13%;
  width: 100%;
}
.lang_nav {
    min-width: 90px;
    margin-right: 15px;
}
.lang.bold{
    font-weight: bold;
}
.lang a {
    display: flex;
    border: 1px solid #f00;
    background: #f00;
    padding: 2px 10px;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
}
.invert .lang a{
    color: #f00;
    background: none;
}
.lang a::before {
    content: '▼';
    display: inline-flex;
    transform: rotate(-90deg);
    margin-right: 5px;
}
    
.gnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 75px;
  max-width: 560px;
  width: 100%;
}
  
.gnav > li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 1px;
  height: 100px;
  width: 100px;
  justify-content: center;
}

.gnav > li::before{height:48px;display:flex;align-items:center;} 
.gnav > li:nth-child(1)::before {content: url("../img/header-icon01.png");}
.gnav > li:nth-child(2)::before {content: url("../img/header-icon02.png");}
.gnav > li:nth-child(3)::before {content: url("../img/header-icon03.png");}
.gnav > li:nth-child(4)::before {content: url("../img/header-icon04.png");}

.invert .gnav > li:nth-child(1)::before {content: url("../img/header-icon01_ov.png");}
.invert .gnav > li:nth-child(2)::before {content: url("../img/header-icon02_ov.png");}
.invert .gnav > li:nth-child(3)::before {content: url("../img/header-icon03_ov.png");}
.invert .gnav > li:nth-child(4)::before {content: url("../img/header-icon04_ov.png");}

.gnav li > a {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

header.invert li {
  color: #f00;
}
  
/*メガドロップダウンメニュー*/
.gnav li:hover .gnav-mega {
	display: block;
}
  
.gnav-mega {
    display: none;
    overflow: hidden;
    position: absolute;
    z-index: 10000;
    width: 1024px;
    padding: 15px 9px;
    border: 3px solid #8a8a8a;
    border-top: 3px solid #f70000;
    top: 100px;
    left: -600px;
    background: #fff;
}
  
  .gnav li:nth-child(3) > .gnav-mega {
    left: -800px;
  }
  
  .gnav li:nth-child(4) > .gnav-mega {
    left: -900px;
  }
  
.mega_block{
	overflow: hidden;
}
.mega_block:first-of-type{
	margin-bottom: 30px;
}
.mega_block:first-of-type li{
	margin-right: 15px;
	font-size: 110%;
}
.mega_block:first-of-type li img{
	margin-bottom: 10px;
}

.gnav-mega .topTxt{
	font-size:2.8rem;
	color:#ff0000;
	width:100%;
	border-bottom: 3px solid #ff9999;
	font-weight: bold;
	padding:0px 0 10px 0;
	margin:0 0 10px 0;
}

.gnav-mega .topTxt a{
		color:#ff0000;
}

.gnav-mega .mega-contents {
	display: flex;
  justify-content: space-between;
}

.gnav-mega .mega-title {
	color: #f00;
  height: 54px;
  display: flex;
  align-items: center;
}

.gnav-mega .mega-title a{
	color: #f00;
}

.gnav-mega .mega-title.orange,
.gnav-mega .mega-title.orange a{
	color:#ff6600;
}

.gnav-mega .mega-title.green,
.gnav-mega .mega-title.green a{
	color:#009966;
}

.gnav-mega .mega-title.moss,
.gnav-mega .mega-title.moss a{
	color:#0c9295;
}

.gnav-mega .left{
	float:left;
}

.gnav-mega .right{
	float:right;
	margin:0 0 0 20px;
}

.gnav-mega .mega-link ul.normalMenu {
	float: left;
	width: 315px;
	margin-right: 20px;
}

.gnav-mega .mega-link ul.normalMenu.short{
	width:203px;
}

.gnav-mega .mega-link ul.normalMenu li {
	border-bottom: 1px solid #ff9999;
	padding:10px 0 10px 10px;
	height:50px;
}


.gnav-mega .mega-link.last{
	margin-right: 0;
}

.gnav-mega .mega-link ul {
	float: left;
	width: 165px;
	margin-right: 20px;
}

.gnav-mega .mega-link li:hover {
	opacity: 0.7;
}
  
.gnav-mega .mega-link ul.last {
	margin-right: 0;
}

.gnav-mega .mega-link li {
  font-family: 'Hiragino Kaku Gothic ProN','メイリオ', 'Meiryo', sans-serif;
	float: none;
	padding-left: 35px;
	height:60px;
	border-bottom: 1px solid #e6e6e6;
  position: relative;
  font-size: 1.5rem;
}

.gnav-mega .mega-link li.first {
	border-top: 1px solid #e6e6e6;
}

.gnav-mega .mega-link li.icon01{
	background: url(../../common/img/gnav_icon01.png) no-repeat left center;
}

.gnav-mega .mega-link li.icon02{
	background: url(../../common/img/gnav_icon02.png) no-repeat left center;
}

.gnav-mega .mega-link li.icon03{
	background: url(../../common/img/gnav_icon03.png) no-repeat left center;
}

.gnav-mega .mega-link li.icon04{
	background: url(../../common/img/gnav_icon04.png) no-repeat left center;
}

.gnav-mega .mega-link li.icon05{
	background: url(../../common/img/gnav_icon05.png) no-repeat left center;
}

.gnav-mega .mega-link li.icon06{
	background: url(../../common/img/gnav_icon06.png) no-repeat left center;
}

.gnav-mega .mega-link li.icon07{
	background: url(../../common/img/gnav_icon07.png) no-repeat left center;
}

.gnav-mega .mega-link li.icon08{
	background: url(../../common/img/gnav_icon08.png) no-repeat left center;
}

.gnav-mega .mega-link li.icon09{
	background: url(../../common/img/gnav_icon09.png) no-repeat left center;
}

.gnav-mega .mega-link li.icon10{
	background: url(../../common/img/gnav_icon10.png) no-repeat left center;
}

.gnav-mega .mega-link li.icon11{
	background: url(../../common/img/gnav_icon11.png) no-repeat left center;
}

.gnav-mega .mega-link li.icon12{
	background: url(../../common/img/gnav_icon12.png) no-repeat left center;
}

.gnav-mega .mega-link li.icon13{
	background: url(../../common/img/gnav_icon13.png) no-repeat left center;
}

.gnav-mega .mega-link li.icon14{
	background: url(../../common/img/gnav_icon14.png) no-repeat left center;
}

.gnav-mega .mega-link li.icon15{
	background: url(../../common/img/gnav_icon15.png) no-repeat left center;
}

.gnav-mega .mega-link li.icon16{
	background: url(../../common/img/gnav_icon16.png) no-repeat left center;
}

.gnav-mega .mega-link li.icon17{
	background: url(../../common/img/gnav_icon17.png) no-repeat left center;
}

.gnav-mega .mega-link li.icon18{
	background: url(../../common/img/gnav_icon18.png) no-repeat left center;
}
.gnav-mega .mega-link li.icon19{
	background: url(../../common/img/gnav_icon19.png) no-repeat left center;
}
.gnav-mega .mega-link li.icon20{
	background: url(../../common/img/gnav_icon20.png) no-repeat left center;
}

.gnav-mega a {
  text-decoration: none;
  color: #336699;
}
  
.gnav-mega .mega-link li a {
	display: flex;
  align-items: center;
	padding: 15px 0 0;
	text-decoration: none;
}
  
.gnav-mega .mega-link li a::before {
	content: "";
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 6px solid #f00;
  padding-right: 5px;
}
  
  .gnav li:nth-child(3) > .gnav-mega .mega-link li a::before {
    display: none;
  }
  
  .gnav li:nth-child(3) > .gnav-mega .mega-link li a {
    padding-left: 35px;
    padding-bottom: 15px;
  }

.gnav-mega .mega-link li.short a {
	padding: 15px 0;
}

.gnav-sp {
	display: none;
}
  
  .mega-title:hover {
    opacity: 0.7;
  }


/*aside
---------------------*/
aside {
  position: absolute;
  width: 128px;
  right: 0;
  top: 128px;
  z-index: 1;
}

.side-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.side-nav li,.ja-contact {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.8rem;
  color: #fff;
  padding:26px 0 36px;
  width: 100%;
  height: 128px;
  background: #f00;
  letter-spacing: 1px;
}
.ja-contact{
  max-width: 128px;
  font-family: 'Hiragino Kaku Gothic ProN W6';
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  position: relative;
  & a{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}
.side-nav li.ja-font {
  font-family: 'Hiragino Kaku Gothic ProN W6';
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

.side-nav li::before,.ja-contact::before{height:35px;display:flex;align-items:center;margin-bottom:15px;} 
.ja-contact{color:#f00;background:#fff;padding-top: 32px;}
.ja-contact::before {content: url("../img/sidenav-icon01.png");margin-bottom: 10px;}
.side-nav li:nth-child(1)::before {content: url("../img/sidenav-icon02.png");}
.side-nav li:nth-child(2)::before {content: url("../img/sidenav-icon02.png");}
.side-nav li:nth-child(3) {background: #083c6e;}
.side-nav li:nth-child(3)::before {content: url("../img/sidenav-icon03.png");}
.side-nav li:nth-child(4)::before {content: url("../img/sidenav-icon04.png");}
.side-nav li:nth-child(5)::before {content: url("../img/sidenav-icon05.png");}
.side-nav li:nth-child(4) {
    background: #fff;
    color: #f00;
    border: 3px solid #f00;
    padding: 35px 0 10px;
    }
  .side-nav li:nth-child(5) {
    background: #fff;
    color: #000;
    border: 3px solid #f00;
    padding: 20px 0;
    font-family: 'Hiragino Kaku Gothic ProN W6';
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.6px;
    line-height: 1.3;
  }
  .side-nav li:nth-child(5)::before {
    margin-bottom: 10px;
  }

/* 70周年キャンペーン */
.side-nav li:nth-child(6).campaign_link {
  background: url("/renewal/img/sidenav-icon06.png")no-repeat center;
  background-size: cover;
  padding: 0;
  display: block;
  a {
    position: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    letter-spacing: -1.4px;
    font-weight: bold;
    text-align: center;
  }
  span.campaign_num {
    letter-spacing: 0;
    color: #E1FF00;
    font-size: 20px;
    letter-spacing: 2.5px;
    span {
      font-size: 48px;
      letter-spacing: 2px;
      margin-right: 2px;
    }
  }
  @media screen and (max-width: 1024px) {
    a {
      font-size: 12px;
      letter-spacing: -1.2px;
    }
  }
}
/* ↑70周年キャンペーン */

.side-nav li a {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.side-nav li label {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
    cursor: pointer;
}
.sn_check {
    display: none;
}
.sn_draw {
    position: absolute;
    top: 0;
    right: 128px;
    height: 100%;
    width: 0;
    overflow: hidden;
    visibility: hidden;
    transition: .3s;
    background: #fff;
    color: #f00;
    font-size: 2.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    border: 3px solid #f00;
    box-sizing: border-box;
}
.sn_draw::before {
    content: ' ';
    background: url(../img/sidenav-icon02_rev.png) center no-repeat;
    width: 27px;
    height: 27px;
    -webkit-background-size: contain;
    background-size: contain;
    display: flex;
    margin: 0 10px 10px 0;
}
.sn_check:checked ~ .sn_draw {
    position: absolute;
    visibility: visible;
    width: 280px;
}
.side-nav li:hover {
  opacity: 0.8;
  cursor: pointer;
}
  
/*背景画像（PC）*/
  .video-bk {
    background-color: #f00;
    background-image: url("../img/r-icon.png");
    background-position: right 0 bottom 128px;
    background-repeat: no-repeat;
  }
  
  .background01 {
    background: url("../img/background-img01.png") no-repeat center center;
    background-size: cover;
  }
  .background02 {
    background: url("../img/background-img02.jpg") no-repeat center center;
    background-size: cover;
    padding-bottom: 40px;
  }
  .about-left {
    background: url("../img/background-img03.jpg") center center no-repeat;
    background-size: cover;
  }
  .pickup {
    background: url("../img/background-img04.jpg") center center no-repeat;
    background-size: cover;
  }
  .technology-list li:nth-child(1) {
    background: url("../img/background-img05.jpg") center center no-repeat;
    background-size: cover;
    clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 80% 100%);
    left: 0;
  }
  .technology-list li:nth-child(2) {
    background: url("../img/background-img06.jpg") center center no-repeat;
    background-size: cover;
    clip-path: polygon(0% 100%, 20% 0%, 100% 0%, 80% 100%);
    left: 0;
    right: 0;
    margin: auto;
  }
  .technology-list li:nth-child(3) {
    background: url("../img/background-img07.jpg") center center no-repeat;
    background-size: cover;
    clip-path: polygon(0% 100%, 20% 0%, 100% 0%, 100% 100%);
    right: 0;
  }
  .support-list li:nth-child(5),.support-list li:nth-child(7) {background: #e5e5e5;}
  .support-list li:nth-child(6),.support-list li:nth-child(8) {background: #d3d3d3;}
  
  .online-form-bnr {background: url("../img/background-img08.jpg");}
  .online-form-bnr p::before {content: url("../img/online-icon.png");padding-right: 20px;}
}
@media screen and ( max-width: 1360px ) {
  .gnav-mega {
    left: -500px;
  }

  .gnav li:nth-child(3) > .gnav-mega {
    left: -720px;
  }
  .gnav li:nth-child(4) > .gnav-mega {
    left: -845px;
  }
}
@media screen and ( max-width: 1152px ) {
  .pc-nav {
    padding-left: 48px;
  }
  .gnav {
    margin-right: 32px;
  }
  .gnav-mega {
    left: -400px;
  }
}
@media screen and ( max-width: 1024px ) {
  header {
    width: calc(100%);
  }
  .ja-contact{
    max-width: 104px;
    font-size: 1.4rem;
  }
  .pc-nav {
    padding-left: 24px;
  }
  .gnav {
    margin-right: 10px;
  }
  aside {
    width: 104px;
  }
  .side-nav li.ja-font {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px){
  /*.news-top {
      margin: 0 0 93px 5%;
  }*/
  .video-box {
    padding: 0;
}
  .video-bk {
    background-position: right 0 bottom 77px;
}
}
/*iPad用*/
@media screen and (orientation: portrait) and (min-width: 768px){
  .mask {
    width: 100%;
  }
  .mask-flex {
    gap: 32px;
  }
  .logo_70 {
    width: 40%;
  }
  .video-box {
    height: 75vh;
    padding-right: 0;
  }
  video {
  min-height: 75vh;
  }
  .vexpo-title {
    font-size: 2.6rem;
    letter-spacing: 1px;
    margin-top: 30px;
  }

  .pc-nav {
    padding-left: 72px;
  }
  .gnav {
    margin-left: 32px;
  }
  .lang_nav {
    min-width: 104px;
  }
  .news-container {
    max-width: 960px;
  }
  .news-box-left {
    max-width: 144px;
  }
}
@media (orientation: landscape) and (max-width: 960px){
  .pc_block.ls_block, .ls_block {display: block;}
  .logo_70 {display: none;}
  /*.hd-70th {display: none;}*/
  .video-box {height: 580px;padding-right: 0;}
  .mask {width: 100%;}
  .mask-catch {width: 90%;}
  .mask-catch--sub {line-height: 2;}
  .mask canvas {height: 0;}
}
@media (orientation: landscape) and (max-width: 767px){
  .video-box {height: 90vh;}
}
@media print{
  body {
    zoom: 0.68;
    -webkit-print-color-adjust: exact;
  }
  .cp_offcm01, .sp-contact-box {
    display: none;
  }
}