body{
  font-family: 'kozuka-gothic-pr6n', sans-serif;
	font-weight: 400;
}
.nous__container {
  display: block;
  margin: 0;
  padding: 0;
}
.js-enabled .nous__container {
  display: none;
}
section.fs-l-pageMain {
  margin: 0;
}
.slick-dots li button:before{
	border-radius: 0;
}
.imgauto{
  width: 100%;
  height: auto;
}
html,body{
  color: #fff;
  margin: 0;
}
.nous__container section{
  margin: 0;
}
.fs-l-main.fs-l-main__wid100{
  max-width: 100vw;
  width: 100%;
  margin: 0;
}
.fs-l-page{
  overflow: auto;
}
a, a:visited {
  text-decoration: none;
  color: inherit;
}
p{
	margin-bottom: 0;
}
.textshadow {
  text-shadow: 0px 0px 5px #444;
}
main.fs-l-main{
  padding: 0!important;
  margin: 0!important;
  max-width: none;
}
.fs-l-main .fs-l-pageMain {
  max-width: none;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.nous--inner{
	width: 80%;
	max-width: 600px;
	padding: clamp(80px, 10vw, 120px) 0;
	margin-left: auto;
	margin-right: auto;
}
.nous--inner.scene-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
/* フォント */
.kozuka {
  font-family: 'kozuka-gothic-pr6n';
	font-weight: 400;
}
.noto {
	font-family: 'noto-sans';
	font-weight: 100;
}
.canto {
	font-family: 'canto-pen';
	font-weight: 400;
}
/* フェードイン */
.fade-in {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: 1s ease-in-out;
}
.fade-in.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
/* かさなり */
.fs-l-page {
  overflow: visible !important;
}
.scene_1,
.scene_2,
.scene_3,
.scene_4 {
  position: -webkit-sticky; /* Safari対応 */
  position: sticky;
}
.scene_1{
  z-index: 1;
  background: #d8bcbf;
}
.scene_2{
  z-index: 2;
  background: #d6cebd;
}
.scene_3{
  z-index: 3;
}
.scene_4{
  z-index: 4;
  background: #d7e6ec;
}
/* スライダー */
.slick-dotted.slick-slider{
	margin-bottom: 0 !important;
}
ul.slick-dots{
	text-align: left;
}
.slick-dots li{
	margin: 0;
}
.slick-dots li.slick-active button:before,
.slick-dots li button:before{
	background: transparent;
	color: #3D2B0B;
  font-size: 12px !important;
}
/* ファーストビュー */
.fv{
	background: #d8bcbf;
}
.fv--wrap{
	position: relative;
}
.fv h1{
	width: 100%;
  text-align: center;
  color: rgba(62, 43, 11, 0.6);
  font-size: clamp(20px, 6vw, 45px);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: clamp(20px, 8vw, 70px);
}
.fv--logo {
  width: 30%;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
}
.fv--text {
  padding: clamp(40px, 4vw, 80px) 0;
  line-height: 2.5;
  font-size: clamp(11px, 3vw, 16px);
  text-align: center;
}
/* scene */
.scene--logo {
  position: fixed;
  top: 40px;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 1200px;
  z-index: 99;
  display: none;
}
.scene--logo #logo_nous {
  width: 20%;
  max-width: 120px;
}
/* 画像ボックス */
.scene__imgBox {
  position: relative;
}
.scene__imgBox--text {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.scene__imgBox--text span{
	text-decoration: underline;
}
.scene__imgBox--Plist {
  display: flex;
  flex-direction: column;
  line-height: 1.8;
  letter-spacing: .1em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(11px,3vw,16px);
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translate(0, -50%);
  pointer-events: none;
}
.scene__imgBox--Plist.posi--upper{
	top: 30%;
}
.scene__imgBox--Plist.posi--bottom{
	top: 70%;
}
.scene__imgBox--text {
  opacity: 0;
  cursor: pointer;
  transition: 1s;
}
.scene__imgBox--text.on {
  opacity: 1;
}
.scene__imgBox--text.on .scene__imgBox--Plist{
	pointer-events: auto;
}
@media screen and (min-width: 768px){
	.scene__imgBox--Plist {
	  gap: 30px;
	}
	.scene_3{
	  background: url(https://kimuratan.itembox.design/item/img/f/244/nous/haikei_pc.jpg?1010) repeat-y;
	  background-size: 100%;
	}
}
@media screen and (max-width: 767px){
	.scene__imgBox--Plist {
	  gap: 20px;
	}
	.scene_3{
	  background: url(https://kimuratan.itembox.design/item/img/f/244/nous/sp/haikei.jpg) repeat-y;
	  background-size: 100%;
	}
}
/* ボタン */
.c-plus {
  position: absolute;
  right: 5%;
  bottom: 3%;
  width: 34px;
  height: 34px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .c-plus {
    width: 28px;
    height: 28px;
  }
}
.c-plus span {
  background: #fff;
  position: absolute;
  z-index: 3;
  transition: all 0.25s ease-in 0s;
}
.c-plus span:nth-child(1) {
  width: 100%;
  height: 2px;
  top: calc(50% - 1px);
  left: 0px;
}
.c-plus span:nth-child(2) {
  width: 2px;
  height: 100%;
  top: 0px;
  left: calc(50% - 1px);
}
.c-plus.on span:nth-child(2) {
  transform: rotate(90deg);
}
/* フッター */
footer {
  padding: clamp(60px, 10vw, 100px) 0;
  background: #d7e6ec;
  z-index: 5;
  position: relative;
}
ul.bnr__list {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(40px, 10vw, 80px);
  gap: 5%;
}
.bnr__list li {
  width: 40%;
  max-width: 200px;
}
.footer--logo {
  width: 20%;
  max-width: 100px;
  margin: 0 auto 20px;
}
.footer--text {
  text-align: center;
  color: #3D2B0B;
  font-size: clamp(20px,5vw,26px);
  margin-bottom: 60px;
  font-weight: bold;
}
.followus {
  text-align: center;
  margin-bottom: 10px;
  color: #3D2B0B;
  font-size: clamp(18px, 3vw, 22px);
  font-weight: bold;
}
.sns__list {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.sns__list li {
  width: 8%;
  max-width: 40px;
}
@media screen and (min-width: 768px){
	.fv--logo {
		bottom: 20px;
	  max-width: 80px;
	}
	.fv--text {
	  text-align: center;
	}
	.scene--logo {
	  width: 82%;
	}
}
@media screen and (max-width: 767px){
	.fv--logo {
		bottom: 10px;
	  max-width: 50px;
	}
	.scene--logo {
	  width: 90%;
	}
}
@keyframes wave-text {
    0% {
        transform: translateY(0em)
    }

    10% {
        transform: translateY(-0.8em)
    }

    20% {
        transform: translateY(0em)
    }

    30% {
        transform: translateY(-0.8em)
    }

    40% {
        transform: translateY(0em)
    }

    100% {
        transform: translateY(0em)
    }
}

.followus span {
    animation: wave-text 5s ease-in-out infinite;
    display: inline-block
}
.followus span:nth-of-type(1){
    animation-delay: 0s
}

.followus span:nth-of-type(2){
    animation-delay: .1s
}

.followus span:nth-of-type(3){
    animation-delay: .2s
}

.followus span:nth-of-type(4){
    animation-delay: .3s
}

.followus span:nth-of-type(5){
    animation-delay: .4s
}

.followus span:nth-of-type(6){
    animation-delay: .5s
}

.followus span:nth-of-type(7){
    animation-delay: .6s
}

.followus span:nth-of-type(8){
    animation-delay: .7s
}

.followus span:nth-of-type(9){
    animation-delay: .8s
}
