@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.header-logo img {
  width: 180px;
  height: auto; 
  display: block; 
}


.keyVisual-inner img {
  width: 800px;
  height: auto; 
  display: block; 
}

.mainMenu-list ul{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 25px;
    border-radius: 30px;
    background-color: hsla(0, 0%, 100%, .7);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    margin: 0 0 0 10px;
}
menu, ul {
    list-style: none;
}
*, body {
    position: relative;
    box-sizing: border-box;
    outline: none;
}

body {
    font-size: 16px;
    line-height: 1.15;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    background: #f9f8f6;
}
