@charset "utf-8";

/* 大枠
===================================================*/

#container {}

/* pagetop
===================================================*/

.to-pagetop {
  position: fixed;
  z-index: 3;
  width: 70px;
  height: 70px;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
}

@media screen and (max-width: 811px) {
  .to-pagetop {
    width: 50px;
    height: 50px;
  }
}

/* common
===================================================*/

.com-inner {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.com-title {
  font-size: 30px;
  text-align: center;
}

.com-details-link {
  font-family: a-otf-midashi-go-mb31-pr6n,
    sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  height: 50px;
  width: 150px;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transition: 0.2s;
}

.com-details-link:hover {
  background: rgba(255, 255, 255, 0.7);
}

.com-vertical-title,
.com-vertical-text {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;

}

.com-vertical-text {
  height: 435px;
  margin-top: 120px;
}

.com-vertical-title {
  font-size: 30px;
  font-family: a-otf-midashi-go-mb31-pr6n,
    sans-serif;
  font-weight: 600;
  font-style: normal;
}

@media screen and (max-width: 811px) {
  .com-inner {
    max-width: 100%;
  }

  .com-vertical-title,
  .com-vertical-text {
    -ms-writing-mode: tb-rl;
    writing-mode: horizontal-tb;
  }

  .com-vertical-text {
    margin-top: 45px;
    height: auto;
  }
}

@media screen and (max-width: 560px) {
  .com-title {
    font-size: 23px;
  }

  .com-vertical-title {
    font-size: 23px;
    line-height: 1.6;
  }
}

/* Header
===================================================*/

.header-wrap {}

.lay-main-visual {
  position: relative;
  height: 85vh !important;
  width: 100%;
  padding-bottom: 0 !important;
  overflow: hidden;
}

.main-visual-overlay {
  z-index: 2;
  height: 85vh;
  width: 100vw;
  animation: overlay-fadeout 5s ease 0s 1 forwards;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes overlay-fadeout {
  0% {
    opacity: 1;
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.main-visual-title {
  color: #aac7d5;
  font-size: 46px;
  font-weight: 600;
  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%);
  z-index: 3;
  animation: title-fadein 3s ease 0s 1 forwards;
}

@keyframes title-fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.main-visual-logo {
  color: #000;
  font-size: 23px;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 3;
  animation: logo-fadein 5s ease 0s 1 forwards;
}

@keyframes logo-fadein {
  0% {
    opacity: 0;
  }

  60% {
    opacity: 1;
    color: #000;
  }

  100% {
    color: #fff;
  }
}

.lay-header-nav {
  height: 5vh;
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;

}

.header-nav-list {
  display: flex;
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
  line-height: 1.2;
}

.header-nav-list-item {
  width: calc(100% / 7);
  text-align: center;
  font-size: 12px;
  border-right: 1px solid #000;
}

.header-nav-list-item:last-child {
  border-right: none;
}

.header-nav-list-item a {
  color: #000;
  font-family: -apple-system,
    BlinkMacSystemFont,
    Roboto,
    "Segoe UI",
    "Helvetica Neue",
    HelveticaNeue,
    YuGothic,
    "Yu Gothic Medium",
    "Yu Gothic",
    Verdana,
    Meiryo,
    sans-serif;
  ;
  font-weight: 600;
  display: block;
  height: 100%;
  width: 100%;
}

.lay-header-bottom {
  background: url(/theme/sn-default/images/header-bottom-bg.jpg);
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 10vh;
}

.lay-main-visual-image {
  background: url(/theme/sn-default/images/main-visual-bg.jpg);
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: top;
}

@media screen and (max-width: 811px) {
  .lay-main-visual {
    height: 90vh !important;
  }

  .main-visual-overlay {
    height: 90vh;
  }

  .main-visual-title {
    font-size: 30px;
  }

  .main-visual-logo {
    font-size: 20px;
    text-align: center;
    width: 100%;
  }

  .lay-header-nav {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .main-visual-overlay {
    display: none;
  }

  .main-visual-title {
    font-size: 24px;
  }

  .main-visual-logo {
    font-size: 18px;
  }

  .main-visual-logo {
    animation: title-fadein 3s ease 0s 1 forwards;
    color: #fff;
  }

}

/* non-top-header */

.non-top-header {
  padding: 60px 0 210px;
  background: url(/theme/sn-default/images/non-home-header-bg.jpg);
  background-size: cover;
}

.non-top-header .lay-header-nav {
  background: none;
}

.non-top-header .header-nav-list-item {
  border-right: 1px solid #fff;
}

.non-top-header .header-nav-list-item:last-child {
  border-right: none;
}

.non-top-header .header-nav-list-item a {
  color: #fff;
}

.non-top-header-logo {
  display: none;
}

@media screen and (max-width: 811px) {
  .non-top-header {
    padding: 0;
  }

  a.non-top-header-logo {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    padding: 10px;
  }
}

/* Youtube背景
===================================================*/

.main-visual-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}

@media screen and (max-width: 560px) {
  .main-visual-video {
    display: none;
  }
}

/* lay-news
===================================================*/

.lay-news {
  padding: 60px 0;
}

.lay-news .com-title {
  margin: 0 0 40px;
}

.lay-news .news-list {
  padding: 40px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.news-list-item {
  margin-bottom: 10px;
      display: flex;
    flex-wrap: wrap;
}

.news-list-item .date {
  padding-right: 40px;
  width: 124px;
}

.news-list-item .title {
  width: calc(100% - 124px);
}

.news-list-item .description {
  display: inline-block;
  margin-left: 140px;
  font-size: 15px;
  line-height: 1.5;
}

@media screen and (max-width: 560px) {
  .lay-news .news-list {}

  .news-list-item {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0 auto 15px;
  }

  .news-list-item .description {
    margin-left: 0;
    font-size: 13px;
  }
}

/* top-links
===================================================*/
.top-links {
  padding: 20px 0 100px;
}
@media screen and (max-width: 560px) {
  .top-links {
    padding: 20px 0 80px;
  }
}
.top-links .top-links-linkBanners {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  width: 100%;
}
.top-links .top-links-linkBanners .linkBanner {
  display: block;
  width: calc(50% - (1.5rem / 2));
  max-width: 320px;
  transition: opacity 0.3s ease;
}
.top-links .top-links-linkBanners .linkBanner:hover {
  opacity: 0.7;
}
@media screen and (max-width: 560px) {
  .top-links .top-links-linkBanners .linkBanner {
    width: 100%;
  }
}
.top-links .top-links-linkBanners .linkBanner > img {
  display: block;
  width: 100%;
  height: auto;
}

/* lay-works
===================================================*/

.lay-works {
  padding: 0 0 120px;
}

.lay-works .com-title {
  margin: 0 0 40px;
}

.works-top-text {
  text-align: center;
  margin-bottom: 55px;
}

.works-image {
  width: 359px;
  height: 423px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  z-index: 2;
  margin-top: 120px;
}

.works-image.works-image-bg {
  position: absolute;
  z-index: 1;
}

.lay-works-item-bg {
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  height: 407px;
  width: 60vw;
}

@media screen and (max-width: 811px) {
  .lay-works-item-bg {
    top: 70px;
    width: 80vw;
  }

  .works-image {
    width: 60%;
  }
}

@media screen and (max-width: 560px) {
  .works-image {
    width: 75%;
    height: 250px;
  }
}

/* lay-material
===================================================*/

.lay-material {
  background-image: url(/theme/sn-default/images/material-bg.jpg);
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: lighten;
  padding: 45px 0 55px;
  position: relative;
  margin-bottom: 80px;
}

.lay-material .lay-works-item-bg {
  top: 100px;
  right: 0;
}

.lay-material-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.lay-material .works-image.works-image-bg {
  background: url(/theme/sn-default/images/material-item-bg.jpg);
  bottom: -190px;
  left: -120px;
}

.lay-material .com-details-link {
  margin-top: 140px;
}

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

  .lay-material-wrap {
    flex-direction: column;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }

  .lay-material .com-vertical-title {
    order: 1;
  }

  .lay-material .com-vertical-text {
    order: 2;
  }

  .lay-material .works-image {
    order: 3;
    margin-top: 45px;
  }

  .lay-material .works-image:first-child {
    margin-left: auto;
  }

  .lay-material .works-image.works-image-bg {
    left: 0;
    bottom: -100px;
  }

}

/* lay-grow
===================================================*/

.lay-grow {
  background-image: url(/theme/sn-default/images/grow-bg.jpg);
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.7);
  background-blend-mode: lighten;
  padding: 45px 0 55px;
  position: relative;
}

.lay-grow .lay-works-item-bg {
  top: 100px;
  left: 0;
}

.lay-grow-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.lay-grow .works-image.works-image-bg {
  background: url(/theme/sn-default/images/grow-item-bg.jpg);
  right: -120px;
  bottom: -190px;
}

.lay-grow .com-details-link {
  margin-top: 140px;
}

@media screen and (max-width: 900px) {
  .lay-grow .works-image.works-image-bg {
    right: -70px;
    bottom: -100px;
  }
}

@media screen and (max-width: 811px) {
  .lay-grow-wrap {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    max-width: 600px;
  }

  .lay-grow .works-image,
  .lay-grow .com-vertical-text {}

  .lay-grow .com-vertical-title {
    order: 1;
  }

  .lay-grow .com-vertical-text {
    order: 2;
  }

  .lay-grow .works-image {
    order: 3;
    margin-top: 45px;
  }

  .lay-grow .works-image.works-image-bg {
    background: url(/theme/sn-default/images/grow-item-bg.jpg);
    right: 0;
    bottom: -100px;
  }
}

/* lay-gallery
===================================================*/

.lay-gallery {
  margin-bottom: 140px;
}

.lay-gallery .com-title {
  margin-bottom: 45px;
}

.gallery-bg {
  background-image: url(/theme/sn-default/images/gallery-bg.jpg);
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.7);
  background-blend-mode: lighten;
  padding: 70px 0 50px;
}

.gallery-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}

.lay-gallery .com-vertical-text {
  margin-right: 15px;
}

.lay-gallery .com-vertical-title {
  font-family: ten-mincho-text,
    serif;
  font-weight: 400;
  font-style: normal;
}

.vbox-overlay .vbox-figlio {
  width: 50vw;
  height: auto;
}

.gallery-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 45px;
}

.gallery-list .gallery-list-item {
  width: 32%;
  height: 153px;
  margin-right: 1%;
  margin-bottom: 2%;
}

.gallery-list .gallery-list-item:nth-child(3n) {
  margin-right: 0;
}

.gallery-list .gallery-list-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (max-width: 811px) {
  .gallery-wrap {
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
  }

  .lay-gallery .com-vertical-text {
    height: auto;
    margin-bottom: 45px;
  }

  .lay-gallery .com-vertical-title {
    margin: 0 auto 30px;
  }

  .lay-gallery .gallery-list {
    margin: 0 auto 45px;
    width: 100%;
    max-width: 600px;
  }

  .vbox-overlay .vbox-figlio {
    width: 75vw;
  }
}

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

  .gallery-list .gallery-list-item,
  .gallery-list .gallery-list-item:nth-child(3n) {
    width: 49%;
    margin-right: 2%;
    height: calc(100vw * 0.455 * 0.66);
  }

  .gallery-list .gallery-list-item:nth-child(2n) {
    margin-right: 0;
  }

}

/* lay-about
===================================================*/

.lay-about {
  margin-bottom: 50px;
}

.lay-about .com-title {
  margin-bottom: 50px;
}

.lay-about .about-wrap {
  display: flex;
  margin-bottom: 55px;
}

.lay-about .about-main-image {
  height: 260px;
  width: 306px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  margin-right: 20px;
}

@media screen and (max-width: 811px) {
  .lay-about .about-wrap {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 45px;
  }

  .lay-about .about-main-image {
    width: 50%;
  }

  .lay-about .about-text {
    width: 50%;
  }
}

@media screen and (max-width: 560px) {
  .lay-about .about-wrap {
    flex-direction: column;
  }

  .lay-about .about-main-image,
  .lay-about .about-text {
    width: 100%;
  }

  .lay-about .about-main-image {
    margin-bottom: 15px;
    height: calc(100vw * 0.66);
  }
}

/* lay-footer
===================================================*/

.lay-footer {
  background: url(/theme/sn-default/images/footer-bg.jpg);
  background-size: contain;
  padding: 160px 20px 100px;
}

.footer-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
  display: flex;
  justify-content: space-between;
}

.footer-info {
  font-style: normal;
  color: #fff;
}

.footer-logo {
  font-size: 25px;
  color: #fff;
}

.footer-address {
  font-size: 12px;
  margin-bottom: 15px;
  color: #fff;
}

.footer-contact {
  width: 190px;
  height: 40px;
  border-radius: 15px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: a-otf-midashi-go-mb31-pr6n,
    sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
}

.footer-nav {
  margin-bottom: 10px;
}

.footer-nav-list {
  display: flex;
  align-items: flex-end;
  height: 100%;
}

.footer-nav-list-item {
  border-left: 1px solid #fff;
}

.footer-nav-list-item:last-child {
  border-right: 1px solid #fff;
}

.footer-nav-list-item a {
  color: #fff;
  font-size: 15px;
  display: block;
  text-align: center;
  padding: 0 20px;
}

@media screen and (max-width: 900px) {
  .footer-nav-list-item a {
    padding: 0 15px;
  }
}

@media screen and (max-width: 811px) {
  .lay-footer {
    padding: 120px 20px 80px;
  }

  .footer-wrap {
    justify-content: center;
    flex-direction: column;
  }

  .footer-info {
    text-align: center;
    margin-bottom: 45px;
  }

  .footer-contact {
    margin: 0 auto;
  }

  .footer-nav-list {
    justify-content: center;
  }
}

@media screen and (max-width: 560px) {
  .lay-footer {
    background-size: cover;
  }

  .footer-nav-list {
    flex-wrap: wrap;
    justify-content: flex-start;

  }

  .footer-nav-list .footer-nav-list-item {
    width: 50%;
    margin-bottom: 5px;
    padding: 0;
    font-size: 14px;
  }

  .footer-nav-list .footer-nav-list-item:nth-child(2n+1) {
    border-right: 1px solid #fff;
  }

  .footer-nav-list .footer-nav-list-item:nth-child(2n) {
    border-left: none;
    border-right: 1px solid #fff;
  }
}

/* notfound
===================================================*/

.notfound .contentHeader {
  margin: 45px 0;
}

.notfound #main {
  margin: 0 auto 45px;
}