#loader-bg {
  background-color: #fff;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 80px;
  width: 100%;
  z-index: 100;
}
.mv {
  position: relative;
}
.mv_anime {
  bottom: 34%;
  left: 100px;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 30;
}
.mv_anime p {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
  writing-mode: vertical-rl;
}
.mv_anime a {
  color: #fff;
}
.mv_anime p::after {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: line_anime;
  animation-timing-function: ease-out;
  background-color: #fff;
  content: '';
  height: 100px;
  left: 8px;
  position: absolute;
  top: 56px;
  transform-origin: bottom;
  width: 1px;
}
.mv_contents {
  position: relative;
	z-index: 20;
	height: 55vw;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.mv_contents {
		height: 55vw;
	}
}

.mv_text {
  position: absolute;
  right: 12%;
  top: 60px;
}
.mv h1 {
  font-size: 76px;
  letter-spacing: 5px;
}

@media screen and (max-width: 1500px) {
  .mv h1 {
    font-size: 60px;
  }
  .mv h1 + p {
    font-size: 16px;
    margin-top: 28px;
  }
  .mv_text {
    right: 12%;
    top: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .mv h1 {
    font-size: 50px;
  }
  .mv h1 + p {
    font-size: 16px;
    margin-top: 20px;
  }
  .mv_text {
    right: 8%;
    top: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .mv h1 {
    font-size: 46px;
  }
  .mv h1 + p {
    font-size: 15px;
    margin-top: 20px;
  }
  .mv_text {
    right: 6%;
    top: -10px;
  }
}
@media screen and (max-width: 950px) {
  .mv h1 {
    font-size: 42px;
  }
  .mv h1 + p {
    font-size: 14px;
    margin-top: 18px;
  }
  .mv_text {
    right: 0;
    top: -20px;
  }
}

@media screen and (max-width: 767px) {
  .mv h1 {
    font-size: 40px;
  }
  .mv h1 + p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 10px;
  }


  .mv_text {
    padding: 0 5%;
    position: absolute;
    right: initial;
    top: 107px;
  }
  .mv_anime {
    display: none;
  }
}

.concept {
  margin-bottom: -20.3%;
  position: relative;
  transform: translateY(-20.3%);
	height: 60.5vw;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.mv_contents {
		height: 55vw;
	}
}
.concept_contents {
  position: relative;
}
.concept_text {
  left: 12%;
  position: absolute;
  top: 21%;
}

@media screen and (max-width: 1500px) {
  .concept h2 {
    font-size: 42px;
  }
  .concept h2 + p {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .concept h2 {
    font-size: 36px;
  }
  .concept h2 + p {
    font-size: 14px;
    margin-top: 20px;
  }
  .concept_text {
    left: 12%;
    top: 15%;
  }
}

@media screen and (max-width: 767px) {
  #loader-bg {
    top: 60px;
  }
	.mv_contents {
		height: 100%;
	}
	
  .concept h2 {
    font-size: 32px;
    letter-spacing: 2px;
  }

  .concept h2 + p {
    font-size: 16px;
    line-height: 2.2;
    margin-top: 10px;
  }
  .concept {
    margin-bottom: -12.2%;
    transform: translateY(-12.2%);
		height: 100%;
  }
  .concept_text {
    left: initial;
    padding: 0 5%;
    top: 13%;
    width: 100%;
  }
}

/* sec-product */

.sec-product {
  margin-bottom: -4%;
  position: relative;
  transform: translateY(-4%);
}
.slash02 {
  left: 0;
  position: absolute;
  top: -145px;
  width: 570px;
}
.sec-product_contents {
  position: relative;
  z-index: 20;
}
.sec-product_content {
  position: relative;
}
.sec-product_content:not(:first-child) {
  margin-top: 120px;
}
.sec-product_img {
  width: 70%;
}
.sec-product_content:nth-child(even) .sec-product_img {
  margin-left: auto;
}

.sec-product_text {
  background-color: #0054a7;
  color: #fff;
  padding: 60px 20px 20px 20px;
  position: absolute;
  top: 36%;
  width: 700px;
}
.sec-product_content:nth-child(odd) .sec-product_text {
  right: 10%;
}
.sec-product_content:nth-child(even) .sec-product_text {
  left: 10%;
}

.sec-product_text_wrap {
  position: relative;
}
.sec_anime {
  bottom: 10%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 30;
}
.sec_anime p {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  writing-mode: vertical-rl;
}
.sec_anime p::after {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: line_anime;
  animation-timing-function: ease-out;
  background-color: #666;
  content: '';
  height: 100px;
  left: 8px;
  position: absolute;
  top: 56px;
  transform-origin: bottom;
  width: 1px;
}

.sec-product_text_main {
  display: flex;
}
.sec-product_h {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2.5px;
  line-height: 34px;
  margin-left: 80px;
  margin-right: 44px;
  margin-top: 2px;
  text-align: center;
}
.sec-product_h + p {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2.5px;
  line-height: 32px;
}

.sec-product_btn .btn {
  margin-left: auto;
}
.carton_br {
  display: block;
}
@media screen and (max-width: 1300px) {
  .sec-product_text_main {
    display: block;
    margin-right: 0;
  }
  .sec-product_h {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    text-align: left;
  }
  .sec-product_h + p {
    font-size: 17px;
    line-height: 1.6;
  }
  .carton_br {
    display: none;
  }
  .sec-product_text {
    padding: 44px 20px 14px 80px;
    width: 470px;
  }
  .sec-product_btn .btn {
    font-size: 14px;
  }
  .sec_anime {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sec-product {
    margin-bottom: -7%;
    transform: translateY(-7%);
  }
  .sec-product_img {
    width: 90%;
  }
  .sec-product_text_main {
    display: block;
    margin-right: 0;
  }
  .sec-product_text {
    bottom: -115px;
    padding: 30px 15px 4px 45px;
    top: initial;
    width: 90%;
  }
  .sec-product_content:nth-child(odd) .sec-product_text {
    right: 0;
  }
  .sec-product_content:nth-child(even) .sec-product_text {
    left: 0;
  }
  .sec-product_h {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: 0;
    margin-top: 0;
    text-align: left;
  }
  .sec-product_h + p {
    font-size: 16px;
    line-height: 1.6;
  }
  .sec-product_content:not(:first-child) {
    margin-top: 165px;
  }
  .sec_anime {
    display: none;
  }
  .carton_br {
    display: none;
  }
}


/* sec-link */

.sec-link {
  margin-bottom: 250px;
  margin-top: 124px;
}

.sec-link_wrap {
  position: relative;
}

.sec-link_bg {
  margin-left: auto;
  width: 70%;
}

.sec-link_contents {
  display: flex;
  left: 50%;
  position: absolute;
  top: 80px;
  transform: translateX(-50%);
  width: 70%;
}
.sec-link_contents .sec-link_content {
  box-shadow: 40px 24px 50px 2px rgba(4,0,0,.07);
  width: calc(100% / 2);
}
.sec-link_contents .sec-link_content:first-child {
  margin-right: 15px;
}
.sec-link_contents .sec-link_content:last-child {
  margin-left: 15px;
}
.sec-link_content:hover .link_text p {
  opacity: .6;
}
.link_text {
  background-color: #fff;
  padding: 40px;
  position: relative;
}

.link_arrow {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s ease 0s;
  width: 62px;
}
.sec-link_content:hover .link_arrow {
  transform: translateY(-50%) translateX(10px);
}
.link_text p {
  color: #333;
  letter-spacing: 2.5px;
  transition: all .3s ease 0s;
}

.link_title {
  font-size: 32px;
  font-weight: bold;
}
.link_title + p {
  font-size: 18px;
  margin-top: 6px;
}

@media screen and (max-width: 1200px) {
  .link_arrow {
    bottom: 32px;
    top: initial;
  }

  .link_title {
    font-size: 26px;
  }

  .link_title + p {
    font-size: 16px;
    margin-top: 6px;
  }
}
@media screen and (max-width: 850px) {
  .link_arrow {
    bottom: 24px;
    right: 24px;
  }
  .link_text {
    padding: 28px 28px;
  }
}
@media screen and (max-width: 767px) {
  .sec-link {
    margin-bottom: 180px;
    margin-top: 60px;
  }
  .sec-link_contents {
    flex-wrap: wrap;
    left: 50%;
    position: absolute;
    top: 50px;
    transform: translateX(-50%);
    width: 80%;
  }
  .sec-link_contents .sec-link_content {
    box-shadow: 0px 20px 20px 0px rgba(4,0,0,.07);
    width: calc(100%);
  }
  .sec-link_contents .sec-link_content:first-child {
    margin-right: 0;
  }
  .sec-link_contents .sec-link_content:last-child {
    margin-left: 0;
    margin-top: 30px;
  }
  .link_text {
    padding: 14px 24px 14px 24px;
  }
  .link_title {
    font-size: 25px;
  }
  .link_title + p {
    font-size: 14px;
    margin-top: 0px;
  }
  .link_arrow {
    right: 29px;
    width: 40px;
  }
}

.news {
  margin-top: 120px;
}
.news .inner {
  margin: 0 auto;
  max-width: 1280px;
  padding-left: 5%;
  padding-right: 5%;
}
.news_contents ul {
  border-bottom: solid 1px #d3d3d3;
}
.news_contents li {
  border-top: solid 1px #d3d3d3;
}
.news_contents li a {
  position: relative;
  display: block;
}
.news_contents li a::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  right: 33px;
  width: 35px;
  height: 26px;
  margin: auto;
  background: url(../../images/i_arrow_news.png) no-repeat;
  background-size: contain;
}

.news_contents li a.pdf::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  right: 40px;
  width: 15px;
  height: 21px;
  margin: auto;
  background: url(../../images/i_link_pdf.png) no-repeat;
}
.news_contents li a.link::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  right: 40px;
  width: 15px;
  height: 21px;
  margin: auto;
  background: url(../../images/i_link_blank.png) no-repeat;
  background-size: 14px;
}

.news_contents li dl {
  display: flex;
  justify-content: flex-start;
  line-height: 2;
  padding: 40px 100px 40px 40px;
  color: #666;
}
.news_contents li dt {
  width: 220px;
  padding-right: 40px;
}

@media screen and (max-width: 767px) {
  .news {
    margin-top: 105px;
  }
  .news_contents li a {
    padding-right: 30px;
  }
  .news_contents li a.pdf::after,
  .news_contents li a.link::after{
    right: 0;
  }
  .news_contents li a::after {
    width: 25px;
    height: 16px;
    right: -7px;
  }
  .news_contents li dl {
    display: block;
    padding: 30px 0 30px 0;
    font-size: 12px;
  }
  .news_contents li dt {
    width: 100%;
    padding-right: 0;
  }
}

/* ヘッダーのお知らせ部分 */
.news_nav::after {
  content: "\02193";
}