@charset "utf-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  color: #201D1A;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
}
* {
  box-sizing: border-box;
  
}
img {
  vertical-align: bottom;
}

.main{
  width: 100%;
}
.qr-code {
  display: none;
}
.nav-container{
  display: none;
}
@media(min-width: 840px){
  .main{
  background-color: #E0D4D0;
  }
  .main-area{
  width: 50%;
  position: relative;
  margin-left: auto;
  z-index: 10;
  }
  .main-wrapper{
  width: 70%;
  margin: 0 auto;
  border-right: solid 1px #000;
  border-left: solid 1px #000;
  }
  .qr-code {
  display: block;
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 100px;
  height: auto;
}
.qr-code img{
  width: 100%;
}
.qr-code p{
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
}
}



.header{
  position: relative;
}
.header-logo_blk img, .header-logo_wht img{
  margin: 16px 0 0 20px;
  transition: .6s;
}
.header-logo_blk img,.header-logo_wht img{
  transition: all 0.8s;
}
.header-logo_blk img{
  width: 30px;
  height: auto;
  position: fixed;
  left: 0;
  z-index: 2000;
}
.header-logo_blk.active img{
  display: none;
}
.header-logo_wht img{
  display: none;
  width: 30px;
  height: auto;
  position: fixed;
  z-index: 2000;
}
.header-logo_wht.active img{
  display: block;
}
.header-sns{
  position: absolute;
  top: 16px;
  right: 50px;  
}
.header-sns img{
  width: 26px;
  height: 26px;
  margin-right: 15px;
}
.openbtn{
	position: fixed;
  top: 3px;
  right: 10px;
	width: 50px;
  height:50px;
	cursor: pointer;
	z-index: 2000;
}
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 13px;
    height: 2px;
	  background-color: #000;
}
.openbtn span:nth-of-type(1) {
	top:22px;	
  width: 50%;
}

.openbtn span:nth-of-type(2) {
	top:29px;
  width:30%;
}

.openbtn.active span:nth-of-type(1) {
  top: 20px;
  left: 16px;
  transform: translateY(6px) rotate(-45deg);
  width: 35%;
  background-color: #FFF;
}
.openbtn.active span:nth-of-type(2) {
    top: 32px;
    left: 16px;
    transform: translateY(-6px) rotate(45deg);
    width: 35%;
    background-color: #FFF;
}

.nav {
  opacity: 0.9;
  position: fixed;
  width: 100%;
  height: 100vh;
  transform: translateX(-50%);
  transform: translateY(-100%);
  background-color: #201D1A;
  padding-top: 60px;
  transition: all 0.8s;
  z-index: 1000; 
  margin: 0 auto;
}
.nav-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.nav ul li{
  margin: 0 50px;
}
.nav ul li:last-child{
  border-bottom: none;
}
.nav-item a {
  display: block;
  font-size: 2.0rem;
  color: #fff;
  text-decoration: none;
  font-family: "noto-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 30px;
  letter-spacing: 0.2rem;
}
.nav-foot_img{
  width: 50vw;
  max-width: 220px;
  margin: 0 auto;
  padding-top: 40px;
}
.nav-foot_img img{
  width: 100%;
}
.nav-foot_sns{
  width: 25vw;
  max-width: 100px;
  margin: 0 auto;
  padding-top: 5vh;
  justify-content: space-between;
  display: flex;
}
.nav-foot_sns img{
  width: calc( ( 100% - 20px ) / 2 );
  height: auto;
}
.nav.active{
  display: block;
  transform: translateY(0%);
}

@media(min-width: 840px){
  .openbtn{
    display: none;
  }
  .header-sns{
    display: none;
  }
  .nav-container{
    display: block;
    position: fixed;
    left: 25%;
    top: 50%;
    width: 50%;
    transform: translateY(-50%) translateX(-25%);
  }
  .nav-container img{
    width: 70%;
    max-width: 250px;
  }
  .nav-container ul {
    background-color: #FFF;
    list-style: none;
    width: 60%;
    padding: 40px 40px 60px;
    border: solid 1px #000;
  }
  .nav-container ul li:first-child{
    margin: 20px 0;
  }
  .nav-container ul li div{
    display: flex;
    width: 70px;
    margin: 0 auto;
  }
  .nav-container ul li div img{
    width: 30px;
    margin-right: 10px;
  }
  .nav-container ul li{
    padding: 20px 0;
    font-family: "noto-sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.8rem;
  }
  .nav-container ul li a{
    color: #201D1A;
    text-decoration: none;
    transition: .6s;
  }
  .nav-container ul li a:hover{
    opacity: 0.7;
  }
}


.footer{
  background-color: #FFF;
}
.footer_image-wrapper{
  display: flex;
}
.footer_image-wrapper img{
  width: 50%;
  aspect-ratio: 5 / 6;
}
.footer_wrapper{
  padding-top: 40px; 
  padding-bottom: 40px;
}
.footer_wrapper img{
  width: 140px;
  margin: 0 auto;
}
.footer_wrapper p{
  font-size: 1.2rem;
  padding-top: 20px;
  font-family: "noto-sans", sans-serif;
  font-weight: 500;
  font-style: normal;
}



.fadeIn{
  opacity: 0;
  position: relative;
  top: 90px;
  transition: .8s;
}
.fadeIn-side-right{
  opacity: 0;
  position: relative;
  transform: translateX(40px);
  transition: .8s;
  overflow: hidden;
}
.fadeIn-side-left{
  opacity: 0;
  position: relative;
  transform: translateX(-40px);
  transition: .8s;
  overflow: hidden;
}

.activate{
  opacity: 1;
  top: 0;
  right: 0;
  left: 0;
  transform: translateX(0);
}