@charset "utf-8";
/* CSS Document */
/* common ---------------------------------------- */
/*ハンバーガーボタン*/
/*
 .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  z-index: 1000;
  border-bottom: solid 1px #eee;
}
.el_humburger {
  position: absolute;
  top: 12px;
  left: 18px;
  width: 26px;
  height: auto;
  padding-top: 1px;
  box-sizing: border-box;
  z-index: 10000;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
}
.el_humburger span {
  display: block;
  width: 100%;
  margin: 0 auto 6px;
  height: 3px;
  background: #AB161A;
  transition: all 0.2s ease-in-out;
}
.el_humburger p{
  font-size: 10px;
  color: #AB161A;
}
.el_humburger span.bottom {
  margin-bottom: 2px;
}
.js_humburgerOpen .el_humburger span.top {
  transform: translateY(9px) rotate(-45deg);
}
.js_humburgerOpen .el_humburger span.middle {
  opacity: 0;
}
.js_humburgerOpen .el_humburger span.bottom {
  transform: translateY(-9px) rotate(45deg);
}
.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}
.el_humburgerButton__close span {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #fff;
}
.el_humburgerButton__close > span.el_humburgerLineTop {
  transform: translateY(5px) rotate(-45deg);
}
.el_humburgerButton__close > span.el_humburgerLineBottom {
  transform: translateY(-6px) rotate(45deg);
}
*/
/*ナビゲーション*/
/*
.navigation.js_appear {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 9999;
}
.navigation_screen {
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.96);
  z-index: 1;
  margin-top: 0px;
  padding-top: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.navigation_wrapper {
  padding: 80px 0;
  text-align: center;
}
.navigation_item {
  font-size: 18px;
  margin-bottom: 20px;
}
.navigation_item a {
  color: #000;
  text-decoration: none;
}
.js_fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}
.headerInline{
  position: relative;
}
.SpSns{
  margin: 0 0 20px;
}
.SpSns li{
  display: inline-block;
  margin: 0 16px;
}
/* header ---------------------------------------- */
/*
#logo img{
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  margin: auto;
  width: 28px;
}
#sns{
  position: absolute;
  top: 12px;
  right: 18px;
}
#sns li{
  display: inline-block;
  margin: 0 6px;
}
#sns li:last-child{
  margin: 0;
}
.facebook,.instagram{
  background: #AB161A;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;  
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
}
.facebook a,.instagram a{
  padding: 8px;
}
#sns .js{
  color: #AB161A;
}
#sns .en{
  color: #ccc;
}
#sns .js span{
  display: block;
  border-bottom: solid 2px #AB161A;
}
*/
/* footer ---------------------------------------- */
#pageScroll {
  opacity: 0;
}
#pageScroll.appearUp{
    opacity: 1;
    position: fixed;
    bottom: 40px;
    right: 60px;
    z-index: 1002;
}
#pageScroll img{
  width: 100%;
}
#copy{
  padding: 100px 0 40px;
  text-align: center;
}
@media screen and (max-width:767px){
/*ナビゲーション*/
  .navigation_screen {
    width: 80%;
  }  
  .navigation_item a {
    font-size: 14px;
  }
  #sns .facebook,#sns .instagram{
      display: none;
  }
/* footer ---------------------------------------- */
  #pageScroll {
      left: inherit;
      bottom: 8px;
      margin-left: 0;
      right: 12px;
      z-index: 10;
      width: 35px;
  }
  #pageScroll.appearUp{
      right: 30px;
  }
  #copy{
    font-size: 1.2rem;    
    font-size: 12px;
  }
}
@media screen and (min-width:767px){

}
