@charset "UTF-8";
@media screen and (min-width:600px) {
  .site-header {
    background: transparent;
    opacity: .5;
    transition: 1s background, 1s opacity;
  }
  .nav-active .site-header {
    background-color: #fff;
  }
  .site-header.show {
    background-color: #fff;
    opacity: 1;
    transition: 1s background, 1s opacity;
  }
  .sub-navi {
    opacity: .5;
    transition: 1s opacity;
  }
  .show .sub-navi {
    opacity: 1;
    transition: 1s opacity;
  }
  .show .tablet-nav .sub-nav {
    opacity: 1;
    background: none;
  }
  .tablet-nav .sub-nav {
    opacity: .5;
    transition: .5s;
  }
  .site-main {margin-top: 0;}
}


.main-visual {
  height: 100vh;
  min-height: 652px;
}
.visual-movie {
  position: absolute;
}
@media (max-aspect-ratio: 16/9) {
  .visual-movie {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 100%;  
  }
  
}
@media (max-aspect-ratio: 16/9) and (max-width: 1159px) and (max-height: 652px) {
  .visual-movie {
    left: 0;
    transform: none;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 979px) and (max-height: 653px) {
  .visual-movie {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 100%;
    width:auto;
  }
}
@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
  .visual-movie {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: auto;
    width:100%;
  }
}

@media (max-width: 599px) {
  .main-visual, .visual-movie {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100vw;
    min-height: auto;
  }
}
@media (orientation: landscape) and (min-width: 600px) and (max-height: 652px) {
  .main-visual {
    min-height: auto;
  }
}

.main-copy {
  background: url(../images/home/movie-effect.png);
}
.main-copy-ttl {
  line-height: 1.8;
}
.main-section h2 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 auto;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (max-width: 599px) {
  .main-section h2 {
    font-size: 20px;
  }
}

.section-1 {
  position: relative;
  margin: 295px auto 0;
}
@media all and (min-width: 600px) {
  .section-1::before {
  content: '';
  position: absolute;
  top: 70px;
  left: calc(50% + 397px);
  width: 143px;
  height: 430px;
  background: url(../images/home/kanaguya-marujo.svg) no-repeat;
  mix-blend-mode:multiply;
}
}


.section-1 .inner-section {
  width: 650px;
}
.section-1 .vertical-rl, .section-2 .vertical-rl {
  margin: 40px auto 0;
  height: 280px;
}
.section-1-img {
  margin: 58px auto 0;
  width: 650px;
}
@media all and (max-width: 979px) {
  .section-1-img {
    width: 100%;
    /* max-width: 505px; */
  }
}

.section-2 {
  position: relative;
  margin-top: 204px;
  padding: 85px 0 185px;
  background: #f6f6f6;
}
@media all and (min-width: 600px) {
  .section-2::before {
    content: '';
    position: absolute;
    top: -108px;
    left: calc(50% - 555px);
    width: 142px;
    height: 510px;
    background: url(../images/home/commitment-to-quality.svg) no-repeat;
    mix-blend-mode:multiply;
  }
}
@media (max-width: 599px) {
  .section-img-3 {
    margin-top: 20px;
  }
}
  

.section-3 {
  margin: 118px auto 0;
}
.news-list {
  margin: 73px auto 0;
}
.news-list-item {
  width: 570px;
  margin-bottom: 20px;
}
.news-list-item a {
  display: flex;
  align-items: center;
  padding: 15px;
  background: #eef0f0;
  height: 100%;
}
.news-list-item img {
  display: block;
  width: 133px;
  height: 100px;
  object-fit: cover;
}
.news-list-item div {
  margin-left: 20px;
  max-width: 360px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .news-list {
    justify-content: space-evenly;
    margin-left: -15px;
  }
  .news-list-item {
    width: 46%;
    min-width: 355px;
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .news-list {
    justify-content: center;
  }
  .news-list-item {
    width: 80%;
    min-width: none;
  }
}
@media (max-width: 599px) {
  .section-3 .section-inner {
    padding: 0;
  }
  .news-list-item:last-child {
    display: none;
  }
  .news-list-item a {
    align-items: flex-start;
    max-height: 90px;
  }
  .news-list-item img {
    width: 80px;
    height: 67px;
  }
  .news-list-item div {
    margin-top: -2px;
    max-width: none;
    max-height: 70px;
    overflow: hidden;
  }
  .news-list-item time {
    font-size: 13px;
  }
  .news-list-item p {
    margin-top: 8px;
    line-height: 1.3;
  }
}


.section-4 {
  position: relative;
  margin: 165px auto 0;
  padding-bottom: 165px;
  background-color: #f6f6f6;
}
@media all and (min-width: 600px) {
  .section-4::before {
    content: '';
    position: absolute;
    bottom: -72px;
    left: calc(50% + 397px);
    width: 145px;
    height: 312px;
    background: url(../images/home/can-be-produced.svg) no-repeat;
    mix-blend-mode:multiply;
  }
}


.section-4 .section-header {
  position: relative;
  background-image:  url(../images/home/bg-machine.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-4 h2 {
  position: relative;
  color: #fff;
}
.canbe-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 90px auto 0;
  width: 100%;
}
.canbe-list-item {
  margin-bottom: 56px;
  width: 550px;
}
.canbe-item-section {
  display: flex;
}
.canbe-img {
  display: block;
  margin-right: 20px;
  width: 295px;
  height: 221px;
}
.canbe-ttl,.canbe-text,.canbe-more {
  width: 235px;
}
.canbe-ttl {
  margin-top: -4px;
  font-size: 26px;
  min-height: 70px;
  line-height: 1.4;
}
.canbe-text {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.75;
}
.canbe-more {
  margin-top: 8px;
  text-align: right;
}
.canbe-more a {
  font-size: 16px;
  color: #176db6;
}
@media (max-width: 599px) {
  .section-4 {
    margin-top: 50px;
  }
  .section-4 .section-header {
    height: 130px;
  }
}

@media screen and (max-width: 979px) {
  .section-1::before, .section-4::before {
    left: auto;
    right: 20px;
  }
  .section-2::before {
    left: 10px;
  }
  .canbe-list {
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;
  }
  .canbe-list-item {
    width: 100%;
  }
  .canbe-img {
    height: 180px;
    object-fit: cover;
  }
  .canbe-ttl {
    min-height: 20px;
  }
  .canbe-ttl, .canbe-text, .canbe-more {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .section-1 .vertical-rl, .section-2 .vertical-rl {
    margin: 24px auto 0;
    height: auto;
    width: 100%;
  }
  .section-1::before, .section-2::before, .section-4::before {
    transform: scale(.7) translateY(50px);
    transform-origin: top left;
  }

  .section-1 {
    margin-top: 50px;
  }
  .section-1-img {margin-top: 20px;}

  .section-2 {
    margin-top: 60px;
    padding: 60px 0 50px;
  }
  .section-1 .default-button, .section-2 .default-button {
    margin-top: 60px;
  }

  .section-3 {
    margin-top: 50px;
  }
  .news-list {
    justify-content: space-around;
    margin-top: 25px;
  }
  .news-list-item {
    margin-bottom: 10px;
    width: 100%;
  }

  .section-4 {
    padding-bottom: 50px;
  }
  .canbe-list {
    margin-top: 65px;
  }
  .canbe-list-item + .canbe-list-item {
    margin-top: 60px;
  }
  .canbe-list-item {
    margin-bottom: 0;
  }
  .canbe-item-section {
    position: relative;
  }
  .canbe-img {
    width: auto;
    height: 98px;
    margin-right: 12px;
  }
	.canbe-img img {
		width: 100%;
		height: 98px;
		object-fit: cover;
	}
  .canbe-ttl {
    position: absolute;
    top: -36px;
    left: 0;
    font-size: 18px;
  }
  .canbe-text {
    margin-top: -2px;
  }
  .canbe-text,
  .canbe-more a {
    font-size: 13px;
    line-height: 1.6;
  }
}


@media (min-width: 600px) {
  .news-list-item a,
  .canbe-more a {
    transition: .3s opacity;
  }
  .news-list-item a:hover,
  .canbe-more a:hover {
    opacity: .6;
  }
}


@media print {
  .main-visual, .visual-movie {
    width: 620px;
    min-height: auto;
  }
  .main-copy {
    background: none;
  }
}