@charset "utf-8";

body {
    font-family: "游ゴシック","ヒラギノ角ゴ ProN","メイリオ","ＭＳ Ｐゴシック", sans-serif;
    width: 1900px;
}

*{
    margin: 0;
    padding: 0;
    /* outline: 1px solid #f00; */
}
html{
    scroll-behavior: smooth;
}
header {
    position: relative;
}
/* フェードイン */
.fadein {
	opacity : 0;
	transform: translateY(90px);
	transition: all 1s;
}

.top {
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 5;
    width: 100%;
    /* outline: 1px solid #c08c0e; */
    padding-top: 90px;
}
.back_navy {
    position: absolute;
    width: 80vw;
    height: 160vh;
    background-color: #000130;
    z-index: -5;
}
.top_img {
    /* outline: 1px solid #f00; */
    padding: 0;
    width: 83vw;
}
.top_img img{
    vertical-align: bottom;
}
.menu {
    width: 17vw;
    /* outline: 1px solid #f00; */
}
header h1 {
    position: absolute;
    z-index: 50;
    left: 2.8%;
    top: 3%;
}
.top_img p {
    position: absolute;
    z-index: 70;
    top: 690px;
    right: 8%;
    color: #fff;
    /* border: 1px solid brown; */
    line-height: 50px;
    letter-spacing: 5px;
    font-weight: bold;
    text-align: right;
    font-size: 92px;
}
.mp {
    font-size: 38px;
}
.nav {
    margin: 0;
}
.nav_ul {
    font-size: 22px;
    padding: 0;
}
.nav_ul li a {
    padding: 14px;
    padding-left: 80px;
    display: block;
    width: 100%;
    height: 100%;
}
.nav_ul li {
    overflow: hidden;
}
.pipopipo  {
    padding-bottom: 5px;
}
.entry {
    background-color: #c08c0e;
    font-size: 20px;
    font-weight: bold;
}
.insta {
    font-size: 20px;
}
.entry img {
    margin-left: 13px;
    vertical-align: top;
    width: 25px;
}
.insta img {
    margin-left: 13px;
    vertical-align: top;
    width: 25px;
}
.nav_ul .entry a {
    padding-top: 22px;
    padding-bottom: 22px;
}
.nav_ul .insta a {
    padding-top: 30px;
    padding-bottom:30x;
}


/* メニューほヴァー */
.nav_ul li a {
	transition: all .3s ease 0s;
}
.nav_ul li a:hover {
	cursor: pointer;
    transform: scale(1.1);
    font-weight: bold;
}
/* エントリーほヴァー */
.entry a:hover {
    background-color: #c29b3e;
}

/* メニューリストを白等 */
.nav_ul li a {
    color: #ffffff;
    text-decoration: none;
}
li {
    list-style: none;
    display: block;
}



.historyyy {
    position: absolute;
    top: 1100px;
    right: 0;
}

/* フッター */
footer {
    margin-top: 1254px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    background-color: #000130;
}
.efooter_nav {
    display: flex;
}
.efooter_nav li a{
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    /* border-bottom: solid 1px black; */
    /* font-weight: bold; */
}
.efooter_nav li a:hover{
    font-weight: bold;
}
.eft_left {
    display: flex;
    margin-left: 7%;
    /* height: 50px; */
    margin-top: 13px;
    margin-bottom: 8px;
    /* background-color: #442516; */
}
.eft_left p small {
    color: #fff;
}
.eft_sns {
    display: flex;
    margin-left: 10px;
}
.eft_face {
    margin-left: 3px;
}
footer nav {
    margin-right: 8%;
    margin-top: 13px;
    margin-bottom: 8px;
    /* background-color: #000130; */
}
.eft_menu4 {
    margin-right: 45px;
}
.eft_insta a:hover{
    opacity: 0.7;
}
.eft_face a:hover {
    opacity: 0.7;
}