@charset "UTF-8";
/* CSS Document */

#menu-logo {
    width: 130px;
    height: 40px;
    position: absolute;
    top: 15px;
    left: 30px;
    z-index: 9999;
}
#menuList {
		display: none;
	}

#menuOverlay {
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.50);
    display: none;
    position: fixed;
    z-index: 9800;
	}

	#switchBtnArea { /*スマホ余白背景*/
    width: auto;
    height: auto;
    position:relative;
    padding-top: 0%;
        z-index: 9999;
	}

	#switchBtnArea #switchBtn { /*メニューボタン関係*/
    top: 70px;
    right: 35px;
    width: 73px;
    height: 73px;
    display: block;
    background-color: #e4007f;
    position: fixed;
    z-index: 9998;
        border-radius: 50%;
	}

	#switchBtnArea #switchBtn span {
		left: 22%;
		width: 55%;
		height: 2px;
		display: block;
		position: absolute;
		background-color:#fff; /*スマホ三本線カラー*/
		border-radius: 5px;
		transition: all 0.2s linear;
	}
	#switchBtnArea #switchBtn span:nth-of-type(1) {
		top: 30%;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	#switchBtnArea #switchBtn span:nth-of-type(2) {
		top: 50%;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	#switchBtnArea #switchBtn span:nth-of-type(3) {
		bottom: 28%;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	#switchBtnArea #switchBtn.btnClose {
    background: transparent;
    border-radius: 50%;
    background-color: #e4007f;
	}
	#switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
		-webkit-transform: translateY(14px) rotate(45deg);
        transform: translateY(14px) rotate(45deg);
	}
	#switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
		left: 60%;
  opacity: 0;
  -webkit-animation: active-btn17-bar02 .8s forwards;
  animation: active-btn17-bar02 .8s forwards;
	}
	#switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
		-webkit-transform: translateY(-14px) rotate(-45deg);
  transform: translateY(-14px) rotate(-45deg);
	}

	#rwdMenuWrap {
    bottom: 100%;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/f-logo.gif");
    background-color: rgba(255,255,255,0.90);
    overflow: auto;
    position: fixed;
    z-index: 9900;
    background-position: 30px 15px;
    background-size: 120px auto;
    background-repeat: no-repeat;
	}

	#rwdMenuWrap ul {
		width: 100%;
        list-style: none;
        padding: 0;
        margin: 80px 0 0;
	}

	#rwdMenuWrap ul li {
    width: 100%;
    border-bottom: #aaa 1px solid;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    text-decoration: none;
    color: #000000;
    font-family: "FOT-ロダン ProN DB";
    font-variant: normal;
	}

	#rwdMenuWrap ul li a {
    padding: 10px 30px;
    text-align: left;
    display: block;
    position: relative;
    text-decoration: none;
    color: #000000;
    font-family: "FOT-ロダン ProN DB";
    font-size: 16px;
        letter-spacing: 0.1em;
	}

	#rwdMenuWrap ul li a:after {
		content: '';
		margin-top: -4px;
		top: 50%;
		right: 15px;
		width: 8px;
		height: 8px;
		font-size: 1em;
		font-weight: bold;
		line-height: 1.2em;
		display: block;
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
    .sp-icon {
        display:inherit;
        position: absolute;
        bottom: 3%;
        left: 30px;
    }
    
    .sp-icon img {
        width: 35px;
    }
    #menuList > ul:before,
#menuList > ul:after {
	content: " ";
	display: table;
}
#menuList > ul:after {clear: both;}
#menuList > ul {*zoom: 1;}

    .delighter.image1 { transform:translate(-50%); opacity:0; transition: all 1.00s ease-out; }
.delighter.image1.started { transform:none; opacity:1; }

.delighter.message { transform:translate(50%); opacity:0; transition: all 2.00s ease-out;transition-delay : 0s;}
.delighter.message.started { transform:none; opacity:1; }

.delighter.gallery { transform:translatey(5%); opacity:0; transition: all .75s ease-out; }
.delighter.gallery.started { transform:none; opacity:1; }

@media only screen and (max-width: 899px) {
#switchBtnArea #switchBtn { /*メニューボタン関係*/
    top: 60px;
    right: 13px;
    width: 55px;
    height: 55px;
    display: block;
    background-color: #e4007f;
    position: fixed;
    z-index: 9998;
        border-radius: 50%;
	}
	#switchBtnArea #switchBtn span {
		left: 22%;
		width: 55%;
		height: 2px;
		display: block;
		position: absolute;
		background-color:#fff; /*スマホ三本線カラー*/
		border-radius: 5px;
		transition: all 0.2s linear;
	}
	#switchBtnArea #switchBtn span:nth-of-type(1) {
		top: 30%;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	#switchBtnArea #switchBtn span:nth-of-type(2) {
		top: 50%;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	#switchBtnArea #switchBtn span:nth-of-type(3) {
		bottom: 28%;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
    #switchBtnArea #switchBtn.btnClose {
    background: transparent;
    border-radius: 50%;
    background-color: #e4007f;
	}
	#switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
		-webkit-transform: translateY(11px) rotate(45deg);
        transform: translateY(11px) rotate(45deg);
	}
	#switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
		left: 60%;
  opacity: 0;
  -webkit-animation: active-btn17-bar02 .8s forwards;
  animation: active-btn17-bar02 .8s forwards;
	}
	#switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
		-webkit-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotate(-45deg);
	}

}