@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-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}


.mincho{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size:1.5em;
  font-weight: 600;
  font-style: normal;
  line-height:2.2;
}

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


sup {
font-size: 50%;
vertical-align: top;
position: relative;
top: -0.04em;
}


.hrs {
	border-top: 1px dashed #CCC;
	border-bottom: 1px dashed #ffffff;
	margin:30px 0;
}

.dotted-hr {
	border: none;
	border-top: 1px dotted #bbb; /* 点線 */
	margin-bottom:40px;
 }



.js-text span {
	text-align:center;
	font-weight:100;
	color:#fff;
	opacity: 0;
	font-size: .8em;
}

.catch {
  display: flex;
  align-items: center;
  justify-content: center;
}
.catch:before, .catch:after {
  border-top: 1px solid;
  content: "";
  width: 3em;
}
.catch:before {
  margin-right: 1em;
}
.catch:after {
  margin-left: 1em;
}


.wallcap{
  padding: 0.25em 0.5em;
  color: #222;
  background: transparent;
  border-left: solid 3px #f8f8f8;
}


.point {
    background-color: #ff9;
 
}


#header{
    position: relative;
    margin: 0 auto;
    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%;
}


#video::before {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index:5;
}

.navbox{
  width: 100%;
  margin: 0 auto 0;
  background-size: 100% auto;
}



.navbanner{
  width: 100%;
  height:120px;
  position: fixed;
  left:0;
  bottom:-119px;
  transition: 1s;
  z-index:3;
}
.navbanner.hide {
  transform:translateY(-40px);
}

.navbanner li{
  display:inline-block;
}

.navbanner > .cont{
  color:#fff;
  font-size:.9em;
  text-align:center;
  line-height:1;
  padding:12px 10px 60px 10px;
  background:rgba(0,0,0, .4);
}
.navbanner a {
  color:#fff;
  padding:1px 20px;
}

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

.sub{
 font-size:.5em;
 padding-left:5px;
}



.newsarea{
    background:#fff;
    padding:50px 20px;
}

.newsarea h5{
   font-family: "Noto Serif JP", serif;
   font-size:1.3em;
   font-weight:300;
   padding-bottom:16px;
}
.areainner{
    margin:0 auto;
    width:70%;
}

@media screen and (max-width: 768px) {
.areainner{
    width:98%;
}
.newsarea h5{
   font-size:1em;
   font-weight:500;
}}

.newsarea p{
	text-align:left;
	font-size:.9em;
}

@media screen and (max-width: 768px) {
.newsarea p {
  text-align:left;
}}




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;
}}

.logos{
  position:absolute;
  top: 40%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);

}




.load-fade {
	opacity: 0;
	visibility: hidden;
	transition: all 3s;
	z-index:2;
	position:absolute;
	bottom: 33px;
	right: 20%;
	}

@media screen and (max-width: 768px){
.load-fade {
	transition: all 2s;
	top: 12%;
	left: 50%;
}
.load-fade img{
	width:80%;
}}
.load-fade.is-show {
	opacity: 1;
	visibility: visible;
}



.load-fade2 {
	width:98%;
	margin:0 auto;
	text-align:center;
	opacity: 0;
	visibility: hidden;
	transition: all 4s;
	z-index:2;
	color:#fff;
	font-size:2.3em;
	line-height:3;
	font-family: "Noto Serif JP", serif;
	position:absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	}


@media screen and (max-width: 768px){
.load-fade2 {
	transition: all 2s;
	font-size:1.2em;
}
.load-fade2 img{
	width:80%;
}}


.load-fade2.is-show {
	opacity: 1;
	visibility: visible;
}










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;
}}

h4 {
  margin-top:10px;
  text-align:left;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size:1.4em;
  font-weight: 400;
  font-style: normal;
  line-height:2;
  border-left: 1px solid #333; 
  padding: 0 14px; 

}

@media screen and (max-width: 768px) {
h4 {
  margin-top:10px;
  font-size:1.1em;
}}


b {
	font-weight:600;
}

strong{
	font-weight:600;
	font-size:1.1em;
}


.shoplogo{
	position:relative;
	margin:0 auto;
	padding:0;
	text-align:center;
	margin-left:50%;
}
.shoplogo img{

}

.guidelogo{
	position:relative;
	margin:0 auto;
	padding:0;
	text-align:left;
}
.guidelogo img{

}




.logor{
  text-align:right;
}


.logol{
  text-align:left;
}




.captions:before {
  position: absolute;
  background-color: #333;
  border-radius: 1em;
  content: "";
  left: 0%;
  top: 5%;
  bottom: 1px;
  width: .2em;
  height: 50%;
}


.frameconcept {
	padding: 10px;
	position: relative;
}

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

.frameconcept::before {
	border-left: solid 3px #999;
	border-top: solid 3px #999;
	top: 0;
	left: 0;
}

.frameconcept::after {
	border-right: solid 3px #999;
	border-bottom: solid 3px #999;
	bottom: 0;
	right: 0;
}


















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-color:#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:70%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  background: url(../index/yamamoyo.png) no-repeat right 10px center;
}




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


.column-r {
    width: 50%;
    padding: 50px 50px;
    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%;
}}




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

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

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

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

@media screen and (max-width: 768px) {
.guidebox{
	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);
}

.textlink {
  color:#010066;
  padding-bottom: 3px;
  font-size: 1.1em;
  font-weight:500;
  background-image: linear-gradient(#ff0000, #ff0000);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  transition: background-size 0.3s;
}

.textlink:hover {
  background-position: bottom left;
  background-size: 100% 1px;
  color:#ff0000;
}


.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;
}










.col3{
	position:relative;
	margin:0 auto;
	margin-top:1px;
	text-align:center;
	width: 98%;
	max-width:98%;
	display: flex;
        flex-wrap:wrap;
	justify-content: center;
	align-items:center;

}
.col3 > div{
	width: 33.33333%;
	padding: 2px 4px;
}

.col3 img{
	width:100%;
	height:auto;
}



@media screen and (max-width: 768px) {
.col3 {
	width:98%;
	max-width:98%;
}
.col3 > div{
	width: 50%;
}}



.contentarea{
	position:relative;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	margin:0 auto;
	width:77%;
	text-align:left;
	font-size:.9em;
	padding:20px 20px;
}
@media screen and (max-width: 768px) {
.contentarea{
	width:98%;
}}


.boxk {
    position: relative;
    padding:22px 22px;
}
.boxk:before,.boxk:after{ 
    content:'';
    width: 20px;
    height: 60px;
    position: absolute;
    display: inline-block;
}
.boxk:before{
    border-left: solid 4px #333;
    border-top: solid 4px #333;
    top:0;
    left: 0;
}
.boxk:after{
    border-right: solid 4px #999;
    border-bottom: solid 4px #999;
    bottom:0;
    right: 0;
}
.boxk p {
    margin: 0; 
    padding: 0;
}







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.0em;
  letter-spacing: 0.1em;
  color: #333;
  font-weight: 300;
  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:1;
  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
    }
}








/* 006 */
.button006 a {
    background: #eee;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    border: 1px solid #ccc;
}
.button006 a:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -2em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #ccc;
    transition: 0.3s;
}
.button006 a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -2em;
    transform: translateY(-50%);
    width: 60px;
    height: 2px;
    background-color: #ccc;
    transition: 0.3s;
}
.button006 a:hover:before, .button006 a:hover:after {
    right: -2.5em;
}
.button006 a:hover {
    background: #333;
    color: #ccc;
}




/* 0200 */
.button0200 a {
    background: #fff;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 40px auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button0200 a:hover {
    background: #edf6ff;
}
.button0200 a:before, .button0200 a:after {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.3s;
  right: 0.6rem;
  top: 50%;
}
.button0200 a:before {
  width: 1.4rem;
  height: 2px;
  background: #614f38;
  transform: translateY(-50%);
}
.button0200 a:after {
  opacity: 0;
  width: 0;
  height: 0;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button0200 a:hover:before {
  width: 1.5rem;
}
.button0200 a:hover:after {
  opacity: 1;
  width: 8px;
  height: 8px;
}










/* 020 */
.button020 a {
    background: #eee;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button020 a:hover {
    background: #edf6ff;
}
.button020 a:before, .button020 a:after {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.3s;
  right: 0.6rem;
  top: 50%;
}
.button020 a:before {
  width: 1.4rem;
  height: 2px;
  background: #614f38;
  transform: translateY(-50%);
}
.button020 a:after {
  opacity: 0;
  width: 0;
  height: 0;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button020 a:hover:before {
  width: 1.5rem;
}
.button020 a:hover:after {
  opacity: 1;
  width: 8px;
  height: 8px;
}




.circle {
  background-color: #888;
  border-radius: 31% 47% 35% 47% / 42% 55% 51% 34%;
  cursor: pointer;
  display: inline-block;
  height: 100px;
  position: relative;
  transform: rotate(-30deg);
  transition: border-radius 0.3s;
  width: 100px; /* 円の幅 */
}
.circle:hover {
  border-radius: 45% 20% 21% 57% / 53% 71% 51% 25%;
  transition: border-radius 0.3s;
}

.circlep {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1em;
  height: 100%;
  justify-content: center;
  position: absolute;
  transform: rotate(30deg);
  width: 100%;
  z-index: 1;
}


















.shape-1{
  margin: 20px auto;
  width: 100px;
  height: 100px;
  background-color: #999;
  border-radius:62% 38% 63% 37% / 40% 60% 40% 60%;
}

.shapep{
  width: 100%;
  height: 100%;
  font-size: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shape-1:hover{

  background-color: #333;
  border-radius:62% 38% 63% 37% / 40% 60% 40% 60%;
}












/* 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; }
}



footer{
	position:relative;
	margin:0 auto;
	text-align:center;
	padding:40px 20px;
	color:#555;
  	background: url(../wall/mountain.png) repeat-x center bottom;
	background-size:60%;
	background-color:#f1f1f1;
	z-index:6;
}

footer a{
  	font-family: "Noto Serif JP", serif;
	font-weight:300;
	padding:2px 10px;
}
@media screen and (max-width: 768px) {
footer {
	padding:40px 12px;
}
footer a{
	font-size:.8em;
	padding:2px 6px;
}}



.footerwrap {
	margin:0 auto;
	display: flex;
	text-align: center;
	justify-content: center;
	color: inherit;
	font-weight: 300;
	max-width:90%;
}
@media screen and (max-width: 768px) {
.footerwrap {
	max-width:92%;
}}




.footerwrap .footerbox-a {
	flex-grow: 1;
	position: relative;
	height: auto;
	line-height: 1;
	margin-right: 2em;
	background-color: none;
	text-align:center;
}

@media screen and (max-width: 768px) {
.footerwrap .footerbox-a img{
	width:80%;
}}


.footerwrap .footerbox-a::after {
	position: absolute;
	top: 0;
	left: 100%;
	margin: 0 1rem;
	content: "";
	width: 1px;
	height: 100%;
	background-color: #666;
}


.footerwrap .footerbox-b {
	flex-grow: 1;
	min-height: 70px;
	line-height: 2.5;
	text-align:left;
	background-color: none;
}



.nvfooter{
    position:relative;
    overflow: hidden;
    width: 100%; max-widt:100%;
    background:#ccc;
    z-index: 2;
    text-align:center;
    font-size:.9em;
    color:#555;
    padding:30px 20px 70px 20px;
}
@media screen and (max-width: 768px) {
.nvfooter{
    display:none;
}}



.footermenu{
  position:absolute;
  position:fixed;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  text-align:center;
  width: auto;
  max-width:94%;
  transform: translateY(100%);
  transition : all 0.9s;
  padding:0;
  background-color: #f8f8f8;

   -moz-border-radius: 7px 7px 0 0;
   -webkit-border-radius: 7px 7px 0 0;
   border-radius: 7px 7px 0 0;
}

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

.footermenu li{
  display:inline-block;
  margin: 0;
  padding: 0 12px;
  width: auto;

}
.footermenu li:hover{
  background:#b0b0b0;
  transition-duration: 2s;
  transition-property: background-color;
}
.footermenu li a{
  display: block;
  font-size: 1.0em;
  font-weight: 400;
  color: #333;
  text-align: center;
  text-decoration: none;
  padding: 20px 0px;
}
.active{
  transform: translate(0);
}

















.fwrap {
	display: flex;
	
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.fwrap .fbox-a {
	flex-grow: 1; /*--幅指定--*/
	height: 140px;
	line-height: 140px;
	margin-right: 2em; /*--AとBの余白--*/
	background-color: #aeb2ba;
}



.fwrap .fbox-a {
	flex-grow: 1; /*--幅指定--*/
	position: relative;
	height: 140px;
	line-height: 140px;
	margin-right: 2em;
	background-color: #ccc;
}

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

.fwrap .fbox-b {
	flex-grow: 1; /*--幅指定--*/
	height: 140px;
	line-height: 140px;
	background-color: #fff;
}





.outline{
	margin-top:30px;
	font-size:.9em;
}

.copy{
	margin-top:50px;
	font-size:.7em;
}



.chefc2{
	position:relative;
	margin:0 auto;
	margin-top:1px;
	text-align:center;
	width: 100%;
	max-width:100%;
	display: flex;
        flex-wrap:wrap;
	justify-content: center;
	align-items:starg;

}
.chefc2 > div{
	width: 40%;
	margin: 0;
	padding: 30px;
}
.chefc2 p{
	text-align:left;
	font-size:.9em;
}

.chefc2 img{
	width:60%;
	height:auto;
}

@media screen and (max-width: 768px) {
.chefc2{
	display:block;
}
.chefc2 > div{
	width:98%;
}}








.vacant {
  margin-top:30px;
  width: 194px;
}

.vacant-link {
  display: block;
  text-align: right;
  text-decoration: none;
  color: #333;
  transition: .3s;
}

.vacant-text {
  font-size: 1.1em;
}

.vacant-link:hover{

  color:#fff;
}


.arrow-extend {
  padding: 22px;
  color: #333;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.arrow-extend::before {
  content: '';
  width: 50px;
  height: 50px;
  background-color: #555;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: .4s;
  z-index: -1;
}

.arrow-extend::after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.arrow-extend:hover::before {
  width: 100%;
}

.vacancy{
	font-size:.9em;
	line-height:1.4;
}



.bestrate{
	position:absolute;
	top:0;
	left:150px;
}
.bestrate img{
	width:80%;
	height:auto;
}

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

.bestrate{
	top:0;
	left:130px;
}
.bestrate img{
	width:50%;
}}


.ple_btn {
  margin-top:20px;
  display: inline-block;
  width: 250px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
  color: #222;
  background-color: #fff;
  position: relative;
  border: 1px solid #aaa693;
  transition: color 0.5s ease;
}
.ple_btn:hover {
  color: #fff;
}
.ple_btn:hover::before {
  transform: scaleY(1);
}
.ple_btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #aaa693;
  transform: scaleX(0);
  transition: all 0.5s ease;
  transition-property: transform;
}
.ptext {
  position: relative;
}


.blur-text {
    margin-bottom:20px;
    font-size: 1.4em;
    font-weight:100;
    letter-spacing: 2px;
    filter: blur(10px);
    opacity: 0;
    transition: all 1.7s ease-out;
  }
  .show {
    filter: blur(0);
    opacity: 1;
  }

