@charset "UTF-8";
/* tablet */
/* alphaBtn for hideMenu */
div.alphaBtn {
  cursor: pointer;
  width: 80px;
  height: 80px;
  position: fixed;
  right: 16px;
  top: 16px;
  z-index: 1001;
}
/* alphaBtn for hideMenu end */

/* hide menu */
section.hideMenu {
  width: 80px;
  height: 80px;
  background-image: url("../img/btn/menu_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  right: 16px;
  top: 16px;
  z-index: 1000;
  }
  section.hideMenu nav {
    width: 40px;
    height: 43px;
    margin: 0px 0px 0px 0px;
    position: fixed;
    right: 36px;
    top: 33px;
    z-index: 1000;
    }
    section.hideMenu p {
      width: 100%;
      height: auto;
      margin-top: 0.5em;
      text-align: center;
      font-size: 72%;
      color: var(--white);
}

/* humbager */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    left: 7px;
    width: 25px;
    height: 14px;
    margin: 6px auto 0px;
    }
    section.hideMenu .menu-trigger span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: var(--white);
      border-radius: 2px;
      }
      .menu-trigger span:nth-of-type(1) {
        top: 0;
      }
      .menu-trigger span:nth-of-type(2) {
        top: 6px;
      }
      .menu-trigger span:nth-of-type(3) {
        bottom: 0px;
      }
      .menu-trigger.active span:nth-of-type(1) {
        -webkit-will-change: transform;	
                will-change: transform;
        transform: translateY(6.5px) rotate(-40deg);
      }
      .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
      }
      .menu-trigger.active span:nth-of-type(3) {
        -webkit-will-change: transform;	
                will-change: transform;
        transform: translateY(-5.9px) rotate(42deg);
}
/* humbager end */

/* overlay */
#overlay {
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(255,255,255,0);
  margin: auto;
  position: fixed;
  z-index: 900;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* overlay end */

/* shdow for hideNav */
div.shadow {
  display: none;
  width: 30.3%;
  min-width: 333px;
  height: 100vh;
  background: rgba(0,0,0,0.1);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 9% 100%);
  position: fixed;
  z-index: 909;
  top: 0;
  right: 0;
}
/* shdow for hideNav end */

/* hideNav */
section.hideNav {
  display: none;
  width: 30%;
  min-width: 330px;
  height: 100vh;
  background: rgba(255,255,255,1);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 9% 100%);
  position: fixed;
  z-index: 910;
  top: 0;
  right: 0;
  }
  section.hideNav nav.main_nav {
    width: 200px;
    height: 350px;
    margin: calc((100vh - 431px) / 2) auto 0;
    position: relative;
    z-index: 910;
    }
    section.hideNav nav.main_nav ul {
      width: 100%;
      height: auto;
      padding: 45px 0px 45px;
      border-top: 2px solid var(--wisteria);
      border-bottom: 2px solid var(--wisteria);
      position: relative;
      z-index: 910;
      }
      section.hideNav nav.main_nav ul li a {
        display: block;
        width: auto;
        margin-bottom: 30px;
        padding-left: 15px;
        letter-spacing: 0.1em;
        color: var(--dark_light_brown);
        font-size: 108%;
        text-align: left;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        }
        section.hideNav nav.main_nav ul li:last-of-type a {
          margin-bottom: 0;
          }
          /* icon */
          section.hideNav nav.main_nav ul li a img {
            display: inline-block;
            margin-right: 0.6em;
            position: relative;
            top: 2px;
            /* svg color change #be97dd light wistaria */
            filter: invert(85%) sepia(20%) saturate(5133%) hue-rotate(203deg) brightness(90%) contrast(92%);
          }
          section.hideNav nav.main_nav ul li a:hover img {
            /* svg color change var(--pastel_red) pastel red */
            filter: invert(76%) sepia(26%) saturate(6859%) hue-rotate(316deg) brightness(90%) contrast(77%);
          }
          /* icon end */
          section.hideNav nav.main_nav ul li a:hover {
            color: var(--pastel_red);
            font-weight: bold;
  }
  /* sns */
  section.hideNav ol.social {
    width: 100%;
    height: 30px;
    margin-top: 30px;
    list-style: none;
    }
    section.hideNav ol.social li a {
      display: block;
      width: 30px;
      height: 30px;
      margin: 0px 4px 0px;
      float: right;
    }
    section.hideNav ol.social li img {
      display: block;
      width: 30px;
      height: 30px;
      border: none;
}
/* hide menu end */

/* footer */

	/*copy & sns*/
	footer table.copy {
		width: calc(100% - 10px);
		height: 35px;
    margin-right: 10px;
		margin-top: 60px;
		margin-bottom: 60px;
		float: right;
		}
		footer table.copy th {
			width: 100%;
			height: 35px;
			line-height: 35px;
			padding-right: 15px;
      text-align: right;
			font-size: 85%;
			letter-spacing: 0.1em;
			color: var(--white);
			font-weight: lighter;
      }
      footer table.copy th span {
        font-weight: bold;
      }
      footer table.copy td {
        width: 45px;
        height: 35px;
        }
        footer table.copy td a img {
          display: block;
          width: 35px;
          height: 35px;
          line-height: 35px;
          margin-right: 5px;
          cursor: pointer;
	}
	/* copy & sns end */

  /* footer */
	#navBottom {
    width: 94%;
		height: auto;
		margin: 0 0 60px 6%;
		float: left;
		}
    /* footer nav */
    #navBottom ul {
      width: 220px;
      height: auto;
      padding: 5px 0px 5px;
      padding-left: 5px;
      border-left: 1px solid var(--wisteria);
      }
      #navBottom ul li a {
        display: block;
        width: auto;
        margin-bottom: 30px;
        padding-left: 15px;
        letter-spacing: 0.1em;
        color: var(--white);
        font-size: 108%;
        text-align: left;
        font-family: 'Lato', sans-serif;
        }
        #navBottom ul li:last-of-type a {
          margin-bottom: 0;
          }
          /* icon */
          #navBottom ul li a img {
            display: inline-block;
            margin-right: 0.6em;
            position: relative;
            top: 2px;
            /* svg color change #be97dd light wistaria */
            filter: invert(85%) sepia(20%) saturate(5133%) hue-rotate(203deg) brightness(90%) contrast(92%);
          }
          #navBottom ul li a:hover img {
            /* svg color change var(--pastel_red) pastel red */
            filter: invert(76%) sepia(26%) saturate(6859%) hue-rotate(316deg) brightness(90%) contrast(77%);
          }
          /* icon end */
          #navBottom ul li a:hover {
            color: var(--pastel_red);
            font-weight: bold;
  }
  /* footer nav end */

