/*CSSリセット*/
*{
    margin: 0;
    padding: 0;
}

/*まとめて横幅設定*/
header,nav,main,footer{
    max-width: 100%;   /*横幅の最大値*/
    margin: 0 auto;     /*4つの枠の中央寄せ*/
}
/*ヘッダー*/
header{
    background-color: #000;
    min-height: 540px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menyu{
    display: flex;
    justify-content: center;
    align-items: center;
}


.header1 img{
    width: 200px;  /*ロゴ*/
}
.header2 img{      /*アイコン*/
    width: 40px;
}
.slider{
    width: 100%;
    display: block;
    margin: 0 auto;
}
.slider img{
    width: 100%;
    height: auto;
}
.slider li{
    list-style: none;
}

/*ナビゲーション*/
nav{
    background-color: #000;
    min-height: 60px;
    padding-left: 320px;
    padding-right: 320px;
}
nav ul{
    display: flex;
    justify-content: space-around;
    padding-top: 17px;
}
li{
    list-style: none;/*黒点消す*/
}
a{
    text-decoration: none;/*下線を消す*/
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #fff;
}
/*メイン*/
main{
    background-color: #000;
    min-height: 3000px;
    align-items: center;
    color: #fff;
}
.main1{
    height: 350px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
} 
.main1 img{
    width: 360px;
}
/*メイン２*/
.main2{
    height: 1775px;
    background-color: #000;
    justify-content: center;
}
/*アップデート、ニュース*/
.updates{
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    gap: 0px; 
    width: 700px;
    margin: 0 auto;
}
/*タイトル*/
.updates h2{
    text-align: center;
}
/*項目1*/
.goods-item{
    border-top: 1px solid #fff;
    transition: background-color 0.5s ease;
    width: 700px;
    padding: 0px;
}
.g{
    display: flex;
    justify-content: space-between;
}
.goods-item:hover{
    background-color:orange;
}
.goods{
    width: 90px;
    aspect-ratio: 1/1;
}
.goods img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}/*項目２*/
.singl1-item{
    border-top: 1px solid #fff;
    transition: background-color 0.5s ease;
    width: 700px;
    padding: 10px;
}
.s1{
    display: flex;
    justify-content: space-between;
}
.singl1-item:hover{
    background-color: orange;
}
.singl1{
    width: 90px;
    aspect-ratio: 1/1;
}
.singl1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}/*項目３*/
.singl2-item{
    border-top: 1px solid #fff;
    border-bottom: 1px solid#fff;
    transition: background-color 0.5s ease;
    height: 90px;
    width: 700px;
    padding: 10px;
}
.s2{
    display: flex;
    justify-content: space-between;
    align-items: top;
}
.singl2-item:hover{
    background-color: orange;
}

.singl2{
    width: 90px;
    aspect-ratio: 1/1;
}
.singl2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}/*モアバー*/
.m{
    display: flex;
    justify-content: center;
}
.mm{
    width: 200px;
    margin: 40px;
    padding: 15px;
    font-size: 13px;
    background-color: orange;
    object-fit: cover;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    color: #000;
}
.n{
    margin-top: 200px;
}
.news{
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    gap: 0px; 
    width: 700px;
    margin: 0 auto;
}
.news h2{
    text-align: center;
}
.goods-item{
    border-top: 1px solid #fff;
    transition: background-color 0,3s;
    width: 700px;
    padding: 10px;
}
.g{
    display: flex;
    justify-content: space-between;
}

.goods-item:hover{
    background-color: orange;
}

.goods{
    width: 90px;
    aspect-ratio: 1/1;
}
.goods img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.singl1-item{
    border-top: 1px solid #fff;
    transition: background-color 0,3s;
    width: 700px;
    padding: 10px;
}
.s1{
    display: flex;
    justify-content: space-between;
}
.singl1-item:hover{
    background-color: orange;
}

.singl1{
    width: 90px;
    aspect-ratio: 1/1;
}
.singl1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.singl2-item{
    border-top: 1px solid #fff;
    border-bottom: 1px solid#fff;
    transition: background-color 0,3s;
    height: 90px;
    width: 700px;
    padding: 10px;
}
.s2{
    display: flex;
    justify-content: space-between;
    align-items: top;
}
.singl2-item:hover{
    background-color:orange;
}

.singl2{
    width: 90px;
    aspect-ratio: 1/1;
}
.singl2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.m{
    display: flex;
    justify-content: center;
}
.mm{
    width: 200px;
    margin: 40px;
    padding: 15px;
    font-size: 13px;
    background-color: orange;
    object-fit: cover;
    border-radius: 40px;
    display: flex;
    justify-content: center;
}
/*スケジュール*/
.s{
    margin-top: 200px;
}
.schedule{
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    gap: 0px; 
    width: 700px;
    margin: 0 auto;
}
.schedule h2{
    text-align: center;
}
.space-item{
    border-top: 1px solid #fff;
    transition: background-color 0,3s;
    width: 700px;
    padding: 20px;
}
.sp{
    display: flex;
    justify-content: left;
    align-items: center;
}
.date{
    position: relative;
    width: 60px;
    height: 60px;
}
.month{
    position: absolute;
    top: 0;
    left: -13px;
    font-size: 25px;
    font-weight: bold;
}
.slash{
    position: absolute;
    top: -10px;
    left: 10px;
    transform: rotate(25deg);
    font-size: 50px;
}
.day{
    position: absolute;
    bottom: 0;
    right: 13px;
    font-size: 25px;
    font-weight: bold;
}
.spake-item:hover{
    background-color: orange;
}

.zepp1-item{
    border-top: 1px solid #fff;
    transition: background-color 0,3s;
    width: 700px;
    padding: 22px;
}
.z1{
    display: flex;
    justify-content: left;
    align-items: center;
}
.date{
    position: relative;
    width: 60px;
    height: 60px;
}
.month{
    position: absolute;
    top: 0;
    left: -13px;
    font-size: 25px;
    font-weight: bold;
}
.slash{
    position: absolute;
    top: -10px;
    left: 10px;
    transform: rotate(25deg);
    font-size: 50px;
}
.day{
    position: absolute;
    bottom: 0;
    right: 13px;
    font-size: 25px;
    font-weight: bold;
}
.s1{
    display: flex;
    justify-content: space-between;
}
.zepp1-item:hover{
    background-color: orange;
}

.zepp2-item{
    border-top: 1px solid #fff;
    border-bottom: 1px solid#fff;
    transition: background-color 0,3s;
    height: 90px;
    width: 700px;
    padding: 20px;
    padding-bottom: 35px;
}
.z2{
    display: flex;
    justify-content: left;
    align-items: center;
}

.date{
    position: relative;
    width: 60px;
    height: 60px;
}
.month{
    position: absolute;
    top: 0;
    left: -13px;
    font-size: 25px;
    font-weight: bold;
}
.slash{
    position: absolute;
    top: -10px;
    left: 10px;
    transform: rotate(25deg);
    font-size: 50px;
}
.day{
    position: absolute;
    bottom: 0;
    right: 13px;
    font-size: 25px;
    font-weight: bold;
}
.s2{
    display: flex;
    justify-content: space-between;
    align-items: top;
}
.zepp2-item:hover{
    background-color: orange;
}

.m{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.mm{
    width: 200px;
    margin: 40px;
    padding: 15px;
    font-size: 13px;
    background-color: orange;
    object-fit: cover;
    border-radius: 40px;
    display: flex;
    justify-content: center;
}


.main4{
    height: 300px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero3 img{
    padding: 2.4em;
    height: 37px;
}
/*フッター*/
footer{
    background-color: black;
    min-height: 100px; 
}
footer ul{
    list-style: none;
    display: flex; 
    justify-content: space-around;
    align-items: center;
    
}
    
footer ul{
    padding-left: 300px;
    padding-right: 300px;
}
footer ul li a{
    font-size: 12px;
    color: white;
}
.slider,.slider2{
    display: block !important;
    width: 100%;
    margin: 0 auto;
}
.slider img,.slider2 img{
    width: auto;
    max-width: 100%;
    height: 300px;
    object-fit: cover;
}
.slick-dots li.slick-active
 button:before{
    color: #ff0000 !important;
    opacity:1;
}
.slick-dots li.slick-active
button:before{
    color:orange !important;
    opacity: 1;
}
.slider2{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.slider2 img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.slider2 .slick-slide{
    margin: 0 10px;
}
.hamburger{
    width: 40px;
    height: 40px;
    position: fixed;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 9999;
}
.hamburger span{
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    margin-bottom: 8px;
    transition: 0.3s;
}
.navi{
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100vh;
    background: rgba(0, 0, 0, 9);
    transition: 0.5s;
    z-index: 9999;
}
.global-nav.active{
    right: 0;
}

.hamburger{
    width: 40px !important;
    height: 40px !important;
    position: fixed !important;
    top: 20px !important;
    right: 20px !important;
    z-index: 9999 !important;
    display: block !important;
    cursor: pointer !important;
}

.hamburger span{
    display: block !important;
    width: 30px !important;
    height: 2px !important;
    background: #fff !important;
    margin-bottom: 8px !important;
}