@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i");

body {
    margin: 0;padding:0;
    width:100%;max-width:100%;
    color: #111;
    font-family: inherit;
    font-size:100%;
}
.wrap {
  animation: fadein 3s forwards;
}
@keyframes fadein {
  0% {opacity: 0}
  100% {opacity: 1}
}
body {
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 1.5s ease 0s 1 normal;
  }

@keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }
@-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color:#111;
}

.noto-serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}
#header{
    position: relative;
    height: 100vh;
} 
#video-area{
    position: fixed;
    z-index: -1;
    top: 0;
    right:0;
    left:-1px;
    bottom:0;
    overflow: hidden;
}
#video {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh;
    height: 56.25vw;
    min-height: 100%;
    min-width: 100%;
}


h1{
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color:#fff;
    text-shadow: 0 0 1px #333;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    letter-spacing:2px;
    font-size:2.4em;
    font-weight: 300;
    font-style: normal;
    line-height:1;
}
@media screen and (max-width: 768px) {
h1 {
  font-size:1.9em;
}}


.indexspan{
  position:absolute;
  top: 46%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color:#fff;
  font-size:1.2em;
  text-shadow: 0 0 1px #333;
}
@media screen and (max-width: 768px) {
.indexspan {
  font-size:.8em;
}}

h2 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size:1.8em;
  font-weight: 300;
  font-style: normal;
  line-height:2.0;
}
@media screen and (max-width: 768px) {
h2 {
  font-size:1.3em;
}}
h3 {
  text-align:right;
  margin-right:30px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size:1.4em;
  font-weight: 300;
  font-style: normal;
  line-height:3.0;

}
@media screen and (max-width: 768px) {
h3 {
  font-size:.9em;
}}

p{
   font-family: "Noto Serif JP", serif;
   font-size:1em;
   letter-spacing:1px;
   line-height:2;
   text-indent: 0;
}
.word p{
   font-size:.9em;
   font-weight:300;
   line-height:2;
}
@media screen and (max-width: 768px) {
.word p {
   text-align:left;
}}

rt{
	padding-bottom:6px;
}



.explanation p{
	font-size:.9em;
}

.explanation strong{
	font-size:1.2em;
	font-weight:400;
}



.machi{
	font-size:.7em;
}

#ray{
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  pointer-events: none;
 background-image:conic-gradient(at 100% -10%,#ffffff00 195deg,#ffffff60 225deg 235deg,#ffffff00 265deg);
}


#container{
  background:#f3f3f3;
  margin:0 auto;
  margin-bottom:-20px;
  padding: 0 10px 0 10px;
  text-align: center;
  height:auto;
}

@media screen and (max-width: 768px) {
#container{
  padding: 0 10px 0 10px;
}}


.area{
  position:relative;
  margin: 50px auto;
  height:220px;
}

@media screen and (max-width: 768px) {
.area{
   height:180px;
}}



.scontainer {
  position:relative;
  margin: 0 auto;
  width:60%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;

}

.column-l {
    width: 40%;
  }
.column-l img{
    margin: 0 auto;
    width:100%;
    height:auto;
}


.column-r {
    width: 60%;
    padding: 50px 100px 0 0;
    writing-mode: vertical-rl;
   -ms-writing-mode: tb-rl;
   text-orientation: upright;
    text-align:left;
    height:600px;
}
.column-r h2{
    padding-left:30px;
}
.column-r p{
    line-height:2.2;
    font-size: 1.0em;
    font-weight:100;
}


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

.scontainer {
  display:block;
  margin: 0 auto;
  text-align:center;
  width:98%;
}

.column-r {
  width:98%;
  padding: 0 0 0 0;
  height:auto;
}
.column-r h2{
    text-align:center;
    padding-left:10px;
}

.column-l,.column-r {
  width: 100%;
  max-width:100%;
}
.column-l img{
	width:40%;
}

.column-l video{
	width:40%;
}

.column-r {
writing-mode: horizontal-tb;

}
.column-r p{
    padding:10px 20px 10px 20px;
    line-height:2.0;
    font-size: .9em;
}}


.videoWrap{
	width: 100%;
	position: relative;
}
.videoWrap video{
	width: 100%;height: 100%;
	position: relative;
	top: 0px;left: 0px;
}
@media screen and (max-width: 768px) {
.videoWrap{
	margin:0 auto;
	width: 60%;
}}

.videoWrap2{
	width: 100%;
	position: relative;
}
.videoWrap2 video{
	width: 100%;height: 100%;
	position: relative;
	bottom: -5px;
	left: 0px;
}
@media screen and (max-width: 768px) {
.videoWrap2{
	margin:0 auto;
	width: 60%;
}}



.cscroll {
  position: absolute;
  right: 50%;
  top: 1%;
  writing-mode: vertical-rl;
}
.cscroll span{
   position:absolute;
   font-size:.6em;
   writing-mode: vertical-rl;
   letter-spacing:2px;
   padding:14px 6px;
   height:150px;
}

.cscroll::before {
  animation: scroll 5s infinite;
  background-color: #666;
  bottom: -200px;
  content: "";
  height: 180px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: .6px;
  z-index:1;
}
.cscroll::after {
  background-color: #ccc;
  bottom: -200px;
  content: "";
  height: 180px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: .6px;
}




.framebox {
	position: relative;
	margin:0 auto;
	width:40%;
	max-width:40%;
	padding: 10px;
	text-align:center;
	margin-bottom:60px;
}

.framebox::before, .framebox::after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
}

.framebox::before {
	border-left: solid 6px #ccc;
	border-top: solid 6px #666;
	top: 0;
	left: 0;
}

.framebox::after {
	border-right: solid 6px #ccc;
	border-bottom: solid 6px #666;
	bottom: 0;
	right: 0;
}

@media screen and (max-width: 768px) {
.framebox{
	width:96%;
	max-width:96%;
}}

.box {
  position:relative;
  width:98%;
  max-width:98%;
  margin: 70px auto;
  padding: 60px 30px;
  text-align: left;
    --x-gradient: linear-gradient(90deg, #ccc 0 25px, transparent 0 calc(100% - 25px), #ccc calc(100% - 25px));
    --y-gradient: linear-gradient(#ccc 0 25px, transparent 0 calc(100% - 25px), #ccc calc(100% - 25px));

    outline: 1px solid #ccc;
    outline-offset: -3px;
    background-image:
        var(--x-gradient),
        var(--y-gradient),
        var(--x-gradient),
        var(--y-gradient);
    background-repeat: no-repeat;
    background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
    background-position: top, right, bottom, left;
}
.box p {
    line-height: 1.8;
    color: #222;
    font-weight:300;
}
@media screen and (max-width: 768px) {
.box {
    padding: 50px 20px;
    max-width:98%;
}}


.texts {
  position: relative;
  transition: text-shadow 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}

.texts::before {
  position: absolute;
  text-align:right;
  top: 0;
  left: 0;
  z-index: 0;
  content: "";
  transition: 0.3s;
}


.texts:hover::before {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}


.banner {
	position:relative;
	margin: 0 auto;
	width:26%;
	text-align:center;
}
.banner img{
	width:100%;

}
@media screen and (max-width: 768px) {
.banner {
	width:70%;
}}


/*-- Center-lines --*/

.wrap {
	display: flex;
	justify-content: center;
	color: #444;
	font-weight: 200;
	font-size:.7em;
}

.wrap .boxa {
	flex-grow: 1; /*--幅指定--*/
	position:relative;
	width:130px;
	height: 150px;
	line-height: 150px;
	margin-right: 3em; /*--ab余白--*/
	background: transparent;
	text-align: right;
}

.wrap .boxa::after {
	position: absolute;
	top: 0;
	left: 100%;
	margin: 0 1rem;
	content: "";
	width: 1px; /*--縦線(幅)--*/
	height: 100%;
	background-color: #ccc; /*--縦線色--*/
}

.wrap .boxb {
	flex-grow: 1;
	width:130px;
	height: 150px;
	line-height: 150px;
	background: transparent;
	text-align:left;
}


.wall_aiai {
	position: relative;
	margin:0 auto;
	text-align:center;
	width:100%; max-width:100%;
	height: auto;
	background: url(../images/aiai.jpg) no-repeat center center;
	background-size:cover;
    	background-attachment: fixed;
	padding: 330px 20px 330px 20px;
	z-index:0;
}
.wall_aiai p{
	color: #fff;
	text-shadow: 1px 0px 0px #222;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: 100;
	line-height: 1;
	letter-spacing:1px;
}
@media only screen and (max-width: 768px){
.wall_aiai {
	background: url(../images/aiais.jpg) no-repeat center center;
	padding: 200px 0 200px 0;
	background-size:auto;
	-moz-object-fit: cover;
	-webkit-object-fit: cover;
	-ms-object-fit: cover;
	object-fit: cover;
	display: block;
	width:100%; max-width:100%;
	height: 100%;
	border-radius: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	aspect-ratio: 16 / 9;
    	background-attachment: scroll;
}}


.wall_scene {
	position: relative;
	margin:0 auto;
	text-align:center;
	width:100%; max-width:100%;
	height: auto;
	background: url(../images/image2.jpg) no-repeat center center;
	background-size:cover;
    	background-attachment: fixed;
	padding: 330px 20px 330px 20px;
}
.wall_scene p{
	color: #111;
	text-shadow: 0;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: .9em;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing:1px;
}
@media only screen and (max-width: 768px){
.wall_scene {
	background: url(../images/image2s.jpg) no-repeat center center;
	padding:200px 0 200px 0;
	background-size:auto;
	-moz-object-fit: cover;
	-webkit-object-fit: cover;
	-ms-object-fit: cover;
	object-fit: cover;
	display: block;
	width:100%; max-width:100%;
	height: 100%;
	border-radius: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	aspect-ratio: 16 / 9;
    	background-attachment: scroll;
}
.wall_scene p{
	font-size:.9em;
}}




.wall_castage {
	position: relative;
	margin:0 auto;
	text-align:center;
	width:100%; max-width:100%;
	height: auto;
	background: url(../images/image.jpg) no-repeat center center;
	background-size:cover;
    	background-attachment: fixed;
	padding:330px 20px 330px 20px;
}
.wall_castage p{
	color: #fff;
	text-shadow: 1px 0px 0px #222;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: 100;
	line-height: 1;
	letter-spacing:1px;
}
@media only screen and (max-width: 768px){
.wall_castage {
	background: url(../images/images.jpg) no-repeat center center;
	padding:200px 0 200px 0;
	background-size:auto;
	-moz-object-fit: cover;
	-webkit-object-fit: cover;
	-ms-object-fit: cover;
	object-fit: cover;
	display: block;
	width:100%; max-width:100%;
	height: 100%;
	border-radius: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	aspect-ratio: 16 / 9;
    	background-attachment: scroll;
}}

.bgslider {
	width: 100vw;
	max-width:100%;
	margin-top:-10px;
	min-height:600px;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index:1;
    	background-attachment: fixed;
}

@media screen and (max-width: 768px) {
.bgslider {
	height:500px;
	min-height:500px;
	aspect-ratio: 16 / 9;
    	background-attachment:scroll;
}}

.bgslider-title{
	z-index:2;
	text-align:center;
	color: #fff;
	text-shadow: 1px 0px 0px #222;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: 100;
	line-height: 1;
	letter-spacing:1px;
}


footer{
	position:relative;
	margin-top:-30px;
	margin:0 auto;
	text-align:center;
	padding:50px 20px;
	color:#555;
	background:#f1f1f1;
}

.copy{
	font-size:.7em;
}




html.lenis, html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}



.buttonmore a {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  color: #111;
  font-weight: 100;
  text-shadow: 1px 1px 1px #fff;
  display: block;
  position: relative;
  box-sizing: border-box;
  max-width: 180px;
  text-align: center; 
  padding: 4px 16px 4px 0;
  margin: 4px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}

.buttonmore a::before {
  content: "";
  display: block;
  position: absolute;
  width: 180px;
  height: 1px;
  background: #555;
  bottom: 0;
  transition: all 0.3s;
}

.buttonmore a::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  background: #333;
  rotate: 40deg;
  right: -3px;
  bottom: 10px;
  transition: all 0.3s;
}

.buttonmore a:hover::after,
.buttonmore a:hover::before {
  translate: 20px 0;
  transition: all 0.3s;
}




.button23 a {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  color: #333;
  font-weight: 100;
  border: 1px solid #333;
  display: block;
  position: relative;
  box-sizing: border-box;
  max-width: 300px;
  text-align: center; 
  padding: 16px 64px;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  z-index:999;
  transition: all 0.3s;
}

.button23 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  width: 60px;
  height: 1px;
  background: #333;
  transition: all 0.3s ease;
}

.button23 a:hover::after {
  animation: OutIn-Line 700ms;
  transition: all 0.3s;
}

.button23 :hover{
	background:#ddd;
	transition-duration: 2s;
	transition-property: background-color;
}

@keyframes OutIn-Line {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    50% {
        -webkit-transform: scale3d(0,1,1);
        transform: scale3d(0,1,1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    50.1% {
        -webkit-transform: scale3d(0,1,1);
        transform: scale3d(0,1,1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
}


/* Responsive */

@media screen and (max-width: 768px){
.spNone { display: none;}
}
@media only screen and (min-width:640px){
.pnone {display:none}
}

@media screen and (max-width: 1024px){
.nvNone { display: none;}
}

/* pc */
.pc { display: block !important; }
.sp { display: none !important;text-align:left;font-size:.8em; }
/* smartphone */
@media only screen and (max-width: 767px) {
.pc { display: none !important; }
.sp { display: block !important; }
}






