@charset "utf-8";


#navi {
  position: fixed;
  top: 0;
  left: 0;
  height: 120px;
  width: 100%;
  z-index: 100;
    background-position: center;
    background-size: cover;
    padding: 30px 0 0 0;
}

/* チェックボックスを非表示 */
#navi input {
  display: none;
}
/* 左上ロゴ */
.menu-left {
  float: left;
  margin: 0;
}
.menu-left img {
  width: 280px;
    margin: 10px 20px 10px 50px;
}
/* 上部メニュー */
.menu {
  float: right;
  display: inline-flex;
  margin: 0 50px 0 0;

}
.menu-parent {
  float: left;
  margin-right: 30px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  white-space: nowrap;
  font-family: 'Inter', sans-serif;
  position: relative;

}

.menu-parent .pd {
  display: none;
}
.menu-parent:last-child {
  margin-right: 0px;
}
#menu-navibtn {
  display: none;
  cursor: pointer;
  cursor: hand;
}

img.mail-icon{
  width: 20px;
  margin-right: 6px;

}
@media screen and (max-width: 1080px) {


.menu-left img {
  margin-left: 20px;
}
img.mail-icon{
  width: 22px;
  margin-right: 0;

}
/* パソ
  /* スマホの際に V を表示 */
  .menu-parent .pd {
    display: inline-block;
    width: 100%;
  }
  .menu {
    display: none;
  }

  .menu-parent {
    height: auto;
    width: 100%;
    padding: 0px 20px;
    border-bottom: 1px solid #fff;
  }
#menu-other .menu-parent {
    padding: 0;
    border-bottom: 0;
    font-size: 12px;
  }
  .menu-parent:first-child {
    border-top: 0;
  }
  .menu-parent i {
    margin-left: -10px;
  }
  /* メニューを移動させないため */
  #menu-navibtn:checked ~ #navi {
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    background-color: #FFF;
  }
.menu {
  margin-right: 0;
  margin-top: 40px;
}
.en-button{
  border: 1px solid #333;
  line-height: 1;
  display: block;
  font-size: 12px;
  position: absolute;
  top:22px;
  right:90px;
}

.menu-left img {
  width: 230px;
  margin: 40px 20px 10px 20px;
}
#navi {
  height: 60px;
  padding: 0;
}
#menu-other {

    right: 60px;
    width: 60px;

}
#menu-other li{
    width: 60px;
}
}
@media screen and (max-width: 600px) {
.menu-left img {
    width: 180px;
    margin: 20px 20px 10px 20px;
}

.menu {
  margin-right: 0;
  margin-top: 20px;
}
}
/* ドロップダウンメニュー */
.menu-parent {
  position: relative;
}
.menu-parent .menu-child {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  background-color: #000;
  border: 0;
  text-align: center;
}

/* パソコン用 */

  .menu-parent:hover .menu-child {
    visibility: visible;
    opacity: 1;
  }


/* スマホ用 */
@media screen and (max-width: 1080px) {
  /* ハンバーガーメニューがクリックされた時 */
  #menu-navibtn:checked ~ * .menu {
    display: block;
    opacity: 1;
    width: 100%;
  }
  #menu-navibtn:checked ~ * .menu-parent {
    max-height: inherit;
    overflow-y: visible;
    border-bottom: 1px solid #ccc;
  }
  #menu-navibtn:checked ~ nav#navi .menu .menu-parent:first-child {
    border-top: 1px solid #ccc;
  }
  #menu-navibtn:checked ~ * .menu-child {
    max-height: 0;
    overflow-y: hidden;
    visibility: hidden;
  }
  /* 子メニュー */
  .menu-parent .menu-child {
    position: relative;
    padding: 0;
    opacity: 1;
    top: 0;
    margin-left: auto;
    left: auto;
    width: auto;
    background-color: #fff;
    border: 0;
  }
  .menu-parent > label:hover {
    cursor: pointer;
    cursor: hand;
  }
  /* 子メニューがクリックされた時 */
  #navi input[type="checkbox"]:checked ~ .menu-child {
    max-height: inherit;
    overflow-y: visible;
    visibility: visible;
  }
  .angletoggle:before {
    content: "\f107";
  }
  #navi input[type="checkbox"]:checked ~ * .angletoggle:before {
    content: "\f106";
  }
}
/* 子メニュー */
.menu-child li {
  font-size: 13px;
  line-height: 50px;
  border-bottom: 1px solid #ccc;
  padding: 0 20px;
}
.menu-child li:first-child{
    border-top: 1px solid #ccc;
}
/* 余分な最後の線を消去 */
.menu-child li:last-child {
  border: none;
}
.menu-child li i {
  margin-right: 3px;
}

#navi a{
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    width: 100%;
    height: 60px;
    
      display: inline-flex;
    align-items: center;
    justify-content: center;
}


/* ハンバーガー */
#navi #navibtn {
  display: none;
}
@media screen and (max-width: 1080px) {

  #navi #navibtn {
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    background-color: #1d1d1d;
  }
  #navibtn span {
    display: block;
    width: 60px;
    height: 60px;

  }
  #navibtn span span {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
  }
  #navibtn span span::before,
  #navibtn span span::after,
  #navibtn span::after {
    position: absolute;
    left:18px;
    content:"";
    width: 24px;
    height: 2px;
    background-color: #FFF;
  }
  /* 上の棒 */
  #navibtn span span::before {
    top:18px;
  }
  #menu-navibtn:checked ~ #navi label#navibtn span span::before {
    top:28px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  /* 下の棒 */
  #navibtn span::after {
    bottom:18px;
  }
  #menu-navibtn:checked ~ #navi label#navibtn > span::after {
    bottom:30px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  /* 中の棒 */
  #navibtn span span::after {
    top:29px;
  }
  #menu-navibtn:checked ~ #navi label#navibtn span span::after {
    display: none;
  }
#navi a{
    color: #333;
    text-decoration: none;
    font-weight: 500;
    height: 60px;
    justify-content: left;
}
#menu-other a{
      justify-content: center!important;
}

}
@media screen and (max-width: 1080px) {
  #navi #navibtn {
    top: 0;
    right: 0;
  }

.menu-parent div{
  display: none;
}
    }
