@charset "UTF-8";
/* RESET */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button, textarea, select {
  *font-size: 100%;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html.hidden,
body.hidden {
  overflow: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  background-color: #fff;
  color: #000;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-style: normal;
}
/* フォント */
.export {
  font-family: "export-stencil", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.han{
  font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 400;
	font-style: normal;
}

/* GENERAL */
a:link, a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a {
  outline: none;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: bottom;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

div#loading {
  position: relative;
  z-index: 10;
  background: #fff;
}

.fade-inup {
  animation: fadeInUp 1s ease-out forwards;
}

#nous .nextScroll {
  position: fixed;
  right: 20px;
  top: 15px;
  z-index: 2;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-family: "export-stencil", sans-serif;
}
#nous.active .nextScroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  font-family: "export-stencil", sans-serif;
    -webkit-transition-delay: 0.5s !important; /* 遅延を追加 */
	  -o-transition-delay: 0.5s !important; /* 遅延を追加 */
	  transition-delay: 0.5s !important; /* 遅延を追加 */
}
#nous .nextScroll a {
  display: inline-block;
  z-index: 2;
  padding: 10px 10px 35px;
  overflow: hidden;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-decoration: none;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #000;
  white-space: nowrap;
}
#nous .nextScroll a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 14px;
  width: 1px;
  height: 30px;
  background: #000;
  -webkit-animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
#nous .scrollBox {
  z-index: 2;
  position: absolute;
  top: 80%;
  left: 50%;
  margin: auto;
  text-align: center;
  font-family: "export-stencil", sans-serif;
  opacity: 0;
  -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (min-width:901px) and ( max-width:1300px) {
	#nous .scrollBox {
	  top: 70%;
	}
}
@media screen and (min-width:720px) and ( max-width:900px) {
	#nous .scrollBox {
	  top: 65%;
	}
}
#nous .scrollBox a {
	position: relative;
  display: inline-block;
  z-index: 2;
  padding: 0 0 50px;
  overflow: hidden;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-decoration: none;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #fff;
  white-space: nowrap;
}
#nous .scrollBox.fade-in {
  opacity: 1;
}
#nous .scrollBox a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 3px;
  width: 1px;
  height: 40px;
  background: #fff;
  -webkit-animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@-webkit-keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#nous #content {
  overflow: hidden;
  position: relative;
}
#nous #content #triger {
  position: absolute;
  left: 0;
  top: 100px;
  height: 1px;
  width: 100px;
  z-index: 2;
  background-color: red;
}
#nous .horizonBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}
#nous .sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 20px);
  position: relative;
  padding-left: 20px;
}
#nous .sec:last-child {
  padding-right: 0vw;
}
#nous .sec .each {
  margin-right: 20px;
  position: relative;
}
#nous .sec .each:last-child {
  margin-right: 0;
}
#nous .sec .each.active .img img {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
#nous .sec .each.active .caption {
  opacity: 1;
}
#nous .sec .each.active .page__links--page {
  opacity: 1;
}

#nous .sec .each .img {
  position: relative;
  overflow: hidden;
}
#nous .sec .each .img img {
  opacity: 0;
  -webkit-transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  max-height: calc(95vh - 220px);
  width: auto;
}
#nous .sec .each .page__links--page{
  opacity: 0;
}
#nous .caption {
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#nous .caption a {
  margin-right: 10px;
  display: inline-block;
  text-decoration: underline;
}
#nous .caption a:hover {
  text-decoration: underline;
}
#nous #scrollSwitch {
  width: 100px;
  height: 1px;
  background-color: red;
  opacity: 0;
}
@media screen and (min-width: 720px){
  #nous .sec:first-child {
	  padding-left: 90px;
	}
	#nous .secLast .each .img img {
	  max-height: calc(95vh - 220px);
	}

}
/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px) {
	#nous #loading {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #fff;
    overflow: hidden;
  }
  #nous .nextScroll {
    right: 10px;
  }
  #nous .nextScroll a {
    padding-bottom: 20px;
  }
  #nous .nextScroll a:after {
    height: 20px;
  }
  #nous .horizonBox {
    padding-top: 80px;
  }
  #nous .sec {
    height: initial;
    padding-left: 20px;
  }
  #nous .sec:first-child {
	  padding-left: 10vw;
	}
	#nous .secLast .each .img img {
    max-height: calc(100vh - 300px);
	}
}
/* 追記 */
.maintitle {
  position: absolute;
  top: 10%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  width: 30%;
  max-width: 350px;
}
.maintitle img {
  width: 100%;
  opacity: 0 !important;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
  -webkit-transform: translate(0, 20px) !important;
  -ms-transform: translate(0, 20px) !important;
  transform: translate(0, 20px) !important;
}
.first-sec.active .maintitle img {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
.caption {
  font-size: clamp(10px,2vw,14px);
  letter-spacing: .1em;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  line-height: 2;
}
.caption a {
  text-decoration: underline;
}
p.page-num {
  width: auto;
  color: #000;
  font-family: "export-stencil", sans-serif;
  font-size: clamp(10px,2vw,12px);
}
p.product-name {
  font-family: "source-han-sans-japanese", sans-serif;
}
p.product-name a span {
  font-family: "export-stencil", sans-serif;
  font-size: clamp(10px,2vw,12px);
}
.page__links {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 240px;
  text-align: center;
}
.page__links--sns {
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
p.page__links--page a {
  display: block;
  margin: 0 auto;
  background: #000;
  color: #fff;
  padding: 5px 0 7px;
  font-weight: bold;
  letter-spacing: .1em;
	font-size: 12px;
  font-family: "export-stencil", sans-serif;
}
.page__links img {
  width: 100% !important;
  height: auto;
}
@media screen and (min-width: 720px){
	.topimg {
	  width: 50vw;
    height: 100%;
    margin: 0 auto;
	}
	div#loading {
    width: 100vw;
    height: 100vh;
    padding: 5% 0;
    margin: 0 auto;
	}
	div#loading img {
    width: 100%;
    height: 100%;
    object-fit: contain;
	}
	#nous #loading .logo {
		opacity: 0;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  width: 50vw;
	  height: 100vh;
	  padding: 5% 0;
	}
	@keyframes fadeInUp {
	  0% {
	    opacity: 0;
		  transform: translate(-50%, -48%);
		  -webkit-transform: translate(-50%, -48%);
		  -ms-transform: translate(-50%, -48%);
	  }
	  100% {
	    opacity: 1;
		  transform: translate(-50%, -50%);
		  -webkit-transform: translate(-50%, -50%);
		  -ms-transform: translate(-50%, -50%);
	  }
	}
	.caption {
	  padding: 10px 1em;
	}
	p.page__links--title {
	  width: 70%;
	  margin: 0 auto 20px;
	}
	.page__links--sns {
	  width: 80%;
	}
	.page__links {
	  bottom: 15%;
	  width: 55%;
	}
}
@media screen and (max-width: 719px){
	.topimg {
	  width: 100%;
	  height: 100%;
	}
	div#loading {
	  width: 100vw;
	  height: 100vh;
	}
	.topimg img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	#nous #loading .logo {
    opacity: 0;
    position: absolute;
    top: 17%;
    left: 50%;
   width: 58%;
    max-width: 280px;
	}
	@keyframes fadeInUp {
	  0% {
	    opacity: 0;
		  transform: translate(-50%, -17%);
		  -webkit-transform: translate(-50%, -17%);
		  -ms-transform: translate(-50%, -17%);
	  }
	  100% {
	    opacity: 1;
		  transform: translate(-50%, -25%);
		  -webkit-transform: translate(-50%, -25%);
		  -ms-transform: translate(-50%, -25%);
	  }
	}
	.caption {
	  padding: 7px .3em;
	}
	p.page__links--title {
	  width: 60%;
	  margin: 0 auto 10px;
	}
	.page__links--sns {
	  width: 70%;
	}
	.page__links {
	  bottom: 15%;
	  width: 65%;
	}
	p.page__links--page a {
	  padding: 5px 5px 7px;
	}

}
