/* --------------------- */
/* -------base---------- */
/* --------------------- */
html {
    font-size: 62.5%;
    box-sizing: border-box;
}
body {
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    letter-spacing: .05em;
    color: #000;
	
}
a {
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size:1.6rem;
	font-weight:500;
}

p {
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    line-height:150%;
    font-size:2rem;
	font-weight:500;
    letter-spacing:normal;
}
ul {
    list-style: none;
}
img{
    max-width:100%;
    vertical-align:bottom;
}
  #hamburger {
	display:none;
}


/* -------header---- --- */

.header_inner {
	display: flex;
    justify-content: space-between;
    margin: auto;
    padding: 0 0 0 100px;
    align-items: center;
}
.menu {
	display: flex;
}
.menu-item {
    display: flex;
    align-items: center;
}
.menu-item a {
    color: #000;
    font-size: 1.3rem;
    font-weight: bold;
    margin-right: 40px;
    letter-spacing: 0.19em;
}
.menu-item:last-child {
    width: 160px;
    background-color: #faf56a;
    height: 96px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-item:last-child a{
    margin-right:0;
    font-size: 1.2rem;
    
}



/* -------footer---- --- */
footer {
    margin-top: 160px;
}
.top_entry_btn {
    background-color: #faf56a;
    display: block;
    padding: 22px 0px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #000;
    width: 260px;
    margin: auto;
    margin-top: 30px;
}
.top_entry_btn:hover {
    opacity: 0.6;
}
.footer_text {
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0.4em;
    font-weight: bold;
}
.footer_inner {
    max-width: 90%;
    margin: auto;
    padding: 0 120px;
}
.footer_logo {
    margin-bottom: 60px;
    margin-top: -40px;
}
	


/* -------sp-------- --- */
@media screen and (max-width: 960px)   {
    body.noscroll{
        overflow: hidden;
    }
	#hamburger {
	display:block;
}
	

   
    .menu-item {
   text-align: center;
    font-size: 1.6rem;
    display: inline-block;
    margin-top: 100px;
}
	.menu-item a {
    color: #000;
    font-weight: bold;
}
   

    .header_inner {
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding: 0 20px;
    align-items: center;
    padding-top: 20px;
}
    .top_logo {
        width: 80%;
    }
    #hamburger .btn-gNav{
  position: fixed;
    top: 11px;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 3;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    background-color: #fff;
    border-radius: 60px;
}

#hamburger .btn-gNav span{
  position: absolute;
 left: 25%;
    margin-top: 25%;
    width: 50%;
  height: 4px;
  background: #9aa7d9;
  border-radius: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
#hamburger .btn-gNav span:nth-child(1) {
  top:0;
}
#hamburger .btn-gNav span:nth-child(2) {
  top:10px;
}
#hamburger .btn-gNav span:nth-child(3) {
  top:20px;
}
#hamburger .btn-gNav.open span:nth-child(1){
  background: #9aa7d9;
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
#hamburger .btn-gNav.open span:nth-child(2),#hamburger .btn-gNav.open span:nth-child(3){
  top: 10px;
  background :#9aa7d9;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
 .menu {
        display:flex;
        flex-flow: column;
        background-color:rgba(255,255,255,0.9);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index:3;/*キービジュアルと.btn_triggerとの重なりの前後関係を調整*/
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
     .top_header_nav {
        display: none;
    }
.menu-item {
   text-align: center;
    font-size: 1.6rem;
    display: inline-block;
    margin-top: 100px;
}
.menu-item a {
    margin-right:0;
}
    .menu-item:last-child {
    width:unset;
    background-color:unset;
    height:unset;
    text-align: center;
    display:unset;
    justify-content: unset;
    align-items: unset;
}

    
	
/* -------footer---------- */
.footer_inner {
    max-width: 90%;
    margin: auto;
    padding: 0 20px;
}
    .top_entry_btn {
    background-color: #faf56a;
    display: block;
    padding: 22px 0px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #000;
    width: 200px;
    margin: auto;
    margin-top: 100px;
}
    .footer_text {
    text-align: center;
    margin-top: 100px;
    font-size: 1rem;
    letter-spacing: 0.4em;
    font-weight: bold;
}
    .footer_logo {
    display: block;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 20px;
    width: 60%;
}
	
    
}