@charset "UTF-8";
/* CSS Document */
/*横幅が480px以下になった際の指定*/
@media only screen and (max-width: 530px) {
.box{position:absolute!important; padding: 10% 10% 10% 10%; bottom:10%;}}

@media screen and (max-width: 768px) { /*ウィンドウ幅が最大767pxまでの場合に適用*/

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 60px;
  height: 60px;
  background: none;
  border: none;
  appearance: none;
 top:5px;
background-image: url("../img/icon_m-01.svg");
	background-repeat:no-repeat;
	z-index: 10;
}
.menu-trigger span {
  position: absolute;
  left: 16px;
  width: 50%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 13px;
}
.menu-trigger span:nth-of-type(2) {
  top: 23px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 23px;
}
.menu-trigger.active {
  transform: rotate(360deg);
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(11px) rotate(-40deg);
}
.menu-trigger.active span:nth-of-type(2) {
  transform: translateY(0) rotate(35deg);
}
.menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
}
.nav{
  position: fixed;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.8);
	text-decoration: none;
text-align: center;
padding: 50px 0 0 0;
opacity: 0;
transform: translateX(100%);
transition: transform .3s, opacity .3s;
	}
.nav ul{padding: 0;
	}
.nav-list{list-style: none;
	}
	.nav-list li{ width: 100%; display:inline-block;
	}
	.nav a{color:#000; font-size: 1.5em;}
	.nav a:hover{ color:#fff!important;}
	.nav-list li:hover{ color: #fff; font-size: 1.5em; background-color: rgba(196,135,136,0.3);}
.sns-i1{ width:40px;  margin:10px;}
	.sns-i2{display:inline-flex;}
	ul.sns-i2 li:hover{background-color: rgba(196,135,136,0.3);border-radius: 50px; border: rgba(196,135,136,0.3); padding:0px 10px 0 10px; }
	.sns-il img{width:25px!important;height:25px;  }
body.noscroll{
overflow: hidden;
}
.nav.open{
transform: translateX(0);
	transition: transform .5s, opacity .5s;
opacity: 1;
	top:0;
	z-index: 5;
}
.burger-musk{
display: none;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.5);
z-index: 1;
}
button{
background-color: transparent;
border: none;
cursor: pointer;
outline: none;
padding: 0;
appearance: none;
}
section{
	margin: 0;
	width: 100%;
	height:100%;}
.section{min-height: 100%;}
.menu{
  position: fixed;
  left: 0;
	right:0;
  /* 1. メニューを画面下へ隠す */
  transform: translateY(30%);
  /* 2. 0.3秒かけて表示する */
  transition: .9s;
}
.active{
  /* 3. メニューを定位置へ戻す */
  transform: translateY(0); 
}
.item {
  width: 49.5%;/*横並びで2つ表示 muuri*/
}
footer .menu{height:auto; bottom:2%}
	footer .menu-li{display: flex; }
.menu ul{width: 90%; justify-content:space-around; }
.icon img{width:30px; height: auto; color: #fff;}
ul.menu-li{padding: 1%; margin:0;
  align-items: center;}
	ul.menu-li2{ display: none;}
	.sns{display: none;}
.menu li a{
  display: block;
  font-size: 7px;
  color: #fff;
	line-height: 0.8;
   background:#EEABAC;;
  text-align: center;
  text-decoration: none;
  padding:0; margin: 0;
	max-width: 40px;
}
/*--#contents{min-height:100%;}*/
#contents h1{ top:25%;font-size:1.5em;}
#contents img{width:70%; position: absolute;
top:10%; left:15%; box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.1);}
.copy p{text-align: center;
	font-size: 0.5em!important;
color: #fff;
	padding-bottom: 0;
background-color: #888;
	 }
@-moz-document url-prefix() {
  .copy p {
    font-size: 0.8em!important;
  }
}
	
.chilt{position: absolute;  
  top:15%;
  right: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgba(209,153,154,0.3);
  z-index: -1;
  transform: skewY(4deg);
  transform-origin: top right;}
.chilt2{position:absolute;
  top:50%;
  right: 0;
  left: 0;
  width: 100%;
	height:35%;
  background: rgba(184,184,184,0.3);
  z-index: -2;
  transform: skewY(-4deg);
  transform-origin: top left;}
.chilt6{position:absolute;
  top:75%;
  right: 0;
  left: 0;
  width: 100%;
	height:35%;
  background: rgba(184,184,184,0.3);
  z-index: -2;
  transform: skewY(-4deg);
  transform-origin: top left;}
	.back-to-top{display: none;}
		.bounce-in-bottom {display: none;
}
}