@charset "UTF-8";
*:focus {
  outline: 0;
}
@media screen and (min-width: 1401px) {
  html {
    font-size: calc(0.2857142857vw + 6px);
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 0.9765625vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.9020833333vw;
  }
}
@media screen and (max-width: 640px) {
  html {
    font-size: 2.6666666667vw;
  }
}
body {
  margin: 0;
  line-height: 2.9;
  letter-spacing: 0.02em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: startin 1s forwards;
          animation: startin 1s forwards;
  opacity: 1;
  color: #fff;
  position: relative;
  background: #787d78;
  font-family: toppan-bunkyu-mincho-pr6n, serif;
  font-weight: 400;
  font-style: normal;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
h1,
h2 {
  margin: 0;
  line-height: 1;
}
img {
  width: 100%;
  vertical-align: bottom;
  border: 0;
  pointer-events: none;
}
img[src$=".svg"] {
  width: 100%;
}
a {
  color: #000;
  text-decoration: none;
}
div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
p {
  padding: 0;
  margin: 0;
}
ol,
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
section {
  position: relative;
}
.c-link {
  position: relative;
}
.c-link:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
}
.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-section {
  padding: 180px 0;
}
@media screen and (max-width: 767px) {
  .c-section {
    padding: calc(90 / 750 * 100vw) 0;
  }
}
.c-inner {
  max-width: 128rem;
  width: calc(100vw - 16rem);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-inner {
    width: calc(100vw - 32px);
  }
}
.c-sectionTitle {
  font-size: 4rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .c-sectionTitle {
    font-size: calc(42 / 750 * 100vw);
    margin-bottom: calc(80 / 750 * 100vw);
    line-height: 1.7;
  }
}
.c-sectionTitle.center {
  text-align: center;
}
.c-blurin {
  opacity: 0;
  -webkit-animation: blurin 2s forwards;
          animation: blurin 2s forwards;
}
.gotoTop {
  position: fixed;
  bottom: 0;
  right: 0;
  margin-bottom: 6rem;
  margin-right: 2rem;
  width: 6rem;
  display: block;
  text-align: center;
  z-index: 9999;
  color: #000;
  mix-blend-mode: exclusion;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}
.gotoTop.is-view {
  opacity: 1;
  pointer-events: auto;
}
.gotoTop img {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .gotoTop {
    width: 4rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
  }
}
.gotoTopText {
  line-height: 1.9;
  font-size: 1.1rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .gotoTopText {
    font-size: calc(24 / 750 * 100vw);
  }
}
@-webkit-keyframes startin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes startin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blurin {
  0% {
    opacity: 0;
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes blurin {
  0% {
    opacity: 0;
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
header {
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  color: #fff;
  mix-blend-mode: difference;
}
@media screen and (max-width: 1400px) {
  header {
    height: calc(70 / 1400 * 100vw);
  }
}
@media screen and (max-width: 1024px) {
  header {
    height: calc(70 / 1024 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  header {
    height: calc(70 / 768 * 100vw);
  }
}
@media screen and (max-width: 640px) {
  header {
    height: calc(90 / 768 * 100vw);
  }
}
header.is-open {
  mix-blend-mode: normal;
}
.headerLogo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 18.5px auto 0;
  width: 120px;
}
@media screen and (max-width: 1400px) {
  .headerLogo {
    width: calc(120 / 1400 * 100vw);
    margin-top: calc(16 / 1400 * 100vw);
  }
}
@media screen and (max-width: 1024px) {
  .headerLogo {
    width: calc(120 / 1024 * 100vw);
    margin-top: calc(20 / 1024 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .headerLogo {
    width: calc(160 / 768 * 100vw);
    margin-top: calc(16 / 768 * 100vw);
  }
}
@media screen and (max-width: 640px) {
  .headerLogo {
    margin-top: calc(12 / 768 * 100vw);
  }
}
.menuBtn {
  cursor: pointer;
  width: 40px;
  height: 5rem;
  margin-top: 16px;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 2rem;
  z-index: 9999;
}
@media screen and (max-width: 1400px) {
  .menuBtn {
    margin-top: calc(16 / 1400 * 100vw);
  }
}
@media screen and (max-width: 1024px) {
  .menuBtn {
    margin-top: calc(20 / 1024 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .menuBtn {
    width: calc(60 / 768 * 100vw);
    margin-top: calc(12 / 768 * 100vw);
  }
}
.menuBtn span {
  position: absolute;
  background-color: #fff;
  height: 2px;
  width: 100%;
  left: 0;
  top: 0;
  margin-top: 0.5rem;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
@media screen and (max-width: 767px) {
  .menuBtn span {
    margin-top: 1rem;
  }
}
.menuBtn span:nth-of-type(2) {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .menuBtn span:nth-of-type(2) {
    margin-top: 2rem;
  }
}
.menuBtn.is-open span {
  margin-left: 1rem;
  -webkit-transform: rotate(45deg) translate(0, 1.45rem);
          transform: rotate(45deg) translate(0, 1.45rem);
}
@media screen and (max-width: 767px) {
  .menuBtn.is-open span {
    -webkit-transform: rotate(45deg) translate(0, 0.75rem);
            transform: rotate(45deg) translate(0, 0.75rem);
  }
}
.menuBtn.is-open span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg) translate(0, -1.45rem);
          transform: rotate(-45deg) translate(0, -1.45rem);
}
@media screen and (max-width: 767px) {
  .menuBtn.is-open span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg) translate(0, -0.75rem);
            transform: rotate(-45deg) translate(0, -0.75rem);
  }
}
.menuListWrapper {
  width: 100%;
  height: 100vh;
  background: #787d78;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  opacity: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  z-index: 9998;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  mix-blend-mode: normal !important;
}
.menuListWrapper.is-open {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 767px) {
  .menuListWrapper {
    width: 100%;
  }
}
.menuItem {
  text-align: center;
  margin-bottom: 1rem;
}
.menuItem a {
  font-size: 3rem;
  color: #fff;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .menuItem a {
    font-size: 1.8rem;
  }
}
.copyright {
  font-size: 1rem;
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .u-pc-ele {
    display: none !important;
  }
}
.u-sp-inline-block {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp-inline-block {
    display: inline-block !important;
  }
}
.u-sp-inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp-inline {
    display: inline !important;
  }
}
.u-sp-block {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-block {
    display: block !important;
  }
}
.u-sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.css-btn-hover {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  -webkit-box-shadow: 8px 8px rgba(200,200,200,0.4);
          box-shadow: 8px 8px rgba(200,200,200,0.4);
}
@media screen and (max-width: 767px) {
  .css-btn-hover {
    -webkit-box-shadow: 5px 5px rgba(200,200,200,0.4);
            box-shadow: 5px 5px rgba(200,200,200,0.4);
  }
}
.css-btn-hover:hover {
  -webkit-transform: translate(8px, 8px);
          transform: translate(8px, 8px);
  -webkit-box-shadow: 0px 0px;
          box-shadow: 0px 0px;
}
@media screen and (max-width: 767px) {
  .css-btn-hover:hover {
    -webkit-box-shadow: 5px 5px rgba(200,200,200,0.4);
            box-shadow: 5px 5px rgba(200,200,200,0.4);
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.css-hover {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.css-hover:hover {
  opacity: 0.7;
}
.js-slidein {
  -webkit-transition: opacity ease-out 0.6s, -webkit-transform ease-out 0.6s;
  transition: opacity ease-out 0.6s, -webkit-transform ease-out 0.6s;
  transition: opacity ease-out 0.6s, transform ease-out 0.6s;
  transition: opacity ease-out 0.6s, transform ease-out 0.6s, -webkit-transform ease-out 0.6s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.js-slidein.is-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.css-textshadow {
  text-shadow: 1px 1px 2px #333, 0 0 2em #fff, 0 0 0.2em #fff;
}
.mainvisualImage {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
}
.mainvisualImage:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0,0,0,0.4);
}
.mainvisualImage img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .mainvisualImage img {
    -o-object-position: bottom;
       object-position: bottom;
  }
}
.mainvisualLogo {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(520 / 1366 * 100vw);
  max-width: 360px;
  z-index: 3;
  -webkit-animation: blurin 1.5s forwards;
          animation: blurin 1.5s forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .mainvisualLogo {
    top: 45%;
    width: calc(360 / 750 * 100vw);
  }
}
.conceptContentsWrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.conceptContents {
  position: relative;
  z-index: 2;
  text-align: left;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .conceptContents {
    display: block;
    margin-bottom: calc(80 / 750 * 100vw);
  }
}
.conceptContents:nth-of-type(2) .conceptTextWrapper {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 5%;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .conceptContents:nth-of-type(2) .conceptTextWrapper {
    margin: 0 auto;
  }
}
.conceptContents:nth-of-type(2) .conceptImage {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.conceptContents:nth-of-type(3) {
  margin-bottom: 0;
}
.conceptTextWrapper {
  width: 50%;
  margin-left: 5%;
}
@media screen and (max-width: 767px) {
  .conceptTextWrapper {
    width: 100%;
    margin: 0 auto;
  }
}
.contentsTitle {
  font-size: 2.2rem;
  letter-spacing: 0.075em;
  line-height: 1.7;
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 767px) {
  .contentsTitle {
    font-size: calc(36 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }
}
.contentsText {
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.03em;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contentsText {
    font-size: calc(27 / 750 * 100vw);
  }
}
.css-fadein {
  opacity: 0;
  -webkit-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}
.css-fadein.is-view {
  opacity: 1;
}
.css-blurin {
  opacity: 0;
}
.css-blurin.is-view {
  -webkit-animation: blurin 1.5s forwards;
          animation: blurin 1.5s forwards;
}
.conceptContentsDeco {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .conceptContentsDeco {
    opacity: 0 !important;
  }
}
.conceptImage {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .conceptImage {
    width: 100%;
    margin-bottom: 1.2rem;
  }
}
.conceptSection,
.factorySection,
.contactSection {
  background-color: #fff;
  color: #000;
}
.productSubTitle,
.factorySubTitle,
.contactSubTitle {
  text-align: center;
}
.productText,
.contactText {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .productText,
  .contactText {
    margin-bottom: calc(50 / 750 * 100vw);
  }
}
.productSubTitle {
  width: 220px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .productSubTitle {
    width: calc(240 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .productText {
    text-align: left;
  }
}
.factoryText {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .factoryText {
    text-align: left;
    margin-bottom: calc(50 / 750 * 100vw);
  }
}
.othersSubTitle,
.othersText {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .othersText {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .otherContentsContainer {
    display: block;
  }
}
.othersContentsWrapper {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .othersContentsWrapper {
    width: 100%;
  }
  .othersContentsWrapper:nth-of-type(1) {
    margin-bottom: calc(80 / 750 * 100vw);
  }
}
.contactLink {
  font-size: 2rem;
  text-align: center;
  margin: 0 auto 20vh;
}
@media screen and (max-width: 767px) {
  .contactLink {
    font-size: calc(28 / 750 * 100vw);
  }
}
.contactLink a {
  display: inline-block;
  position: relative;
  line-height: 1;
}
.contactLink a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  margin-bottom: -4px;
}
.swiper-slide {
  cursor: pointer;
}
.sliderArea {
  background: #fff;
}
.slideAnnotation {
  color: #000;
  text-align: right;
  padding-bottom: 100px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .slideAnnotation {
    font-size: 10px;
    padding-bottom: 40px;
  }
}
.modalWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0,0,0,0.8);
  display: none;
}
.modalScrollWrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  max-width: 90vw;
  width: 132vh;
  max-height: 90vh;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .modalScrollWrapper {
    width: 100vw;
    max-width: 100vw;
  }
}
.modalContainer {
  position: relative;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
button.modalCloseBtn {
  width: 35px;
  height: 35px;
  margin-left: auto;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  cursor: pointer;
  margin-top: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  button.modalCloseBtn {
    width: 20px;
    height: 20px;
    margin-top: 5px;
    margin-right: 5px;
  }
}
button.modalCloseBtn span {
  height: 2px;
  background: #fff;
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  button.modalCloseBtn span {
    height: 1px;
  }
}
button.modalCloseBtn span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: -2%;
  margin-top: 50%;
}
button.modalCloseBtn span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: -2%;
  margin-top: -1px;
}
.modalContainer {
  width: 100%;
  margin: auto;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  color: #fff;
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    left: 0;
  }
}
