/*#nav-content{
  display: none;
}
#nav-drawer{
  display: none;
}*/
.back-wrap {
    background-color: #004174;}
.side-menu{
	width: 240px;
	padding: 15px 0;
}
.side-menu ul{
	list-style: none;
	padding:3px 14px;
}
.side-menu ul li{
	border-bottom: 1px solid #b2c6d5;
	text-align: left;
	color: #ffffff;
	line-height: 1.1rem;
    margin: 0 5px;
}
.side-menu ul li:last-child {
    border-bottom: none;
}
.side-menu ul li a{
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 16px 0;
	font-weight: 400;
	font-size: 1.05rem;
	transition: 0.2s;
}
.side-menu ul li a:hover{
	opacity: 1;
	color: #b2e3e0;
	text-shadow: none;
}
#sp-trigger {
    width: 100%;
}
.trigger{
	padding: 12px 0;
	font-weight: 400;
	font-size: 1.05rem;
}
#trigger-mode{
	/*background-color: #4c7a9e;*/
    background-color: #004174;
	border-bottom: 1px solid #b2c6d5;
	padding: 0;
    margin: 0 4px;
}
#trigger-mode li {
	border-bottom: none;
}
#trigger-mode li a{
	padding: 8px 5px 8px 10px;
}
.new{
	position: relative;
}
.new2{
	position: relative;
}
.new::after {
	content: "NEW";
	padding: 4px 6px;
	font-size: 13px;
	line-height: 100%;
	color: #FFFFFF;
	background-color: #e4006e;
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 0px;
	text-shadow: none;
}
.new2::after {
	content: "NEW";
	padding: 4px 6px;
	font-size: 13px;
	line-height: 100%;
	color: #FFFFFF;
	background-color: #e4006e;
	display: inline-block;
	position: absolute;
	top: 6px;
	right: 0px;
	text-shadow: none;
}
.lang_sp {
    display: none;
}
#nav-input {
    display: none;
}
@media(max-width:1099px){
/*
  .head-btn{
    display: none;
  }*/
  .header-logo-menu{
    display: block;
    margin: 0 18px;
  }
  #nav-drawer{
    display: block;
  }
.lang_sp {
    display: block;
    margin: 20px auto;
}
    .lang_sp{
	max-width: 160px;
  width: 100%;
}
.lang_sp a{
	width: 160px;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 15px 50px;
  color: #004174;
  font-weight: 400;
  border-radius: 35px;
  background: #fff;
  /*アニメーションの指定*/
  transition: all 0.3s ease-out;
  font-size: 14px;
}
.lang_sp a:hover{
	background-color: #d9e2ea;
  color: #004174;
  background-position: 99% 50%;
}
.lang_sp input[type="button"] {
  width: 160px;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 15px 50px;
  color: #004174;
  font-weight: 400;
  border-radius: 35px;
  background: #fff;
  /*アニメーションの指定*/
  transition: all 0.3s ease-out;
  font-size: 14px;
  border: none;
}
.lang_sp input[type="button"]:hover {
    background-color: #d9e2ea;
  color: #004174;
    cursor: pointer;
}
}
@media(max-width:1099px){
  .sp-none{
    display: none;
  }
  #nav-content{
    display: block;
  }
#nav-drawer {
  position: relative;
}
.nav-unshown {
  display:none;
}
#nav-open {
    display: inline-block;
    width: 45px;
    height: 45px;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 11px 5px 0 7px;
}
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 4px;
  width: 29px;
  border-radius: 3px;
  background: #004174;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -9px;
}
#nav-open span:after {
  bottom: -18px;
}
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 90%;
  max-width: 270px;
  height: 100%;
  background: #004174;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}
/*.side-menu ul li:last-child{
  border-bottom: none;
}*/
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.side-menu{
width: auto;
  list-style: none;
  background-color: #004174;
  padding: 0;
}
    .side-menu ul {
        padding:3px 10px;
    }
#sp-trigger{
  display: block;
}
#trigger-mode{
  border: none;
  /*background-color: #4c7a9e;*/
　background-color: #004174;
  margin: 0 5px;
  padding: 0;
}
ul#trigger-mode {
	border-radius: 0;
}
#trigger-mode li{
  margin: 0;
}
#trigger-mode li a{
	padding: 8px 10px 8px 10px;
}
#trigger-mode li:last-child{
  border-bottom: 1px solid #b2c6d5;
}
}
#trigger-mode-en{
  border: none;
  /*background-color: #4c7a9e;*/
  background-color: #004174;
  margin: 0 5px;
  padding: 0;
}
ul#trigger-mode-en {
	border-radius: 0;
}
#trigger-mode-en li{
  margin: 0;
  padding-left: 8px;
}
/*#trigger-mode-en li:last-child{
  border-bottom: 1px solid #4a4880;
}*/

.side-menu ul li a,#sp-trigger{
  text-decoration:none ;
  text-align: left;
  font-weight: 500;
  font-size: 0.9rem;
  display: block;
  line-height: 1.1rem;
  width: 100%;
  height: 100%;
  padding: 13px 0 13px 0px;
  position: relative;
}
#sp-trigger{
  width: 96%;
    /*padding: 13px 0 13px 10px;*/
}
@media(max-width:499px){
  #page-top img{
    width: 60px;
    height: 60px;
  }
}