:root {
  --darkgrey: #333333;
  --lightgrey: #d6d6d6;
  --text: #1d1d1f;
  --white: #ffffff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.nav-menu a{
  color: black;
  text-decoration: none;
}



.title_links{
  width: 100%;
  min-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
}

.title_links{
background-color: #fff;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1000;
padding: 40px;
display: flex;
justify-content: space-between;
}


body{
  font-family: Shippori Mincho;
  position: relative;
  min-height: 100vh;
}
ul li p{
font-family: Shippori Mincho;
}
.nav-menu a{
  color: var(--text);
  text-decoration: none;
}

.nav-menu li{
  font-family: Oswald ;
  
}

#navi {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  color: var(--lightgrey);
  padding: 36px 50px;
  transition: all 0.5s;
  z-index: 20;
  opacity: 0;
}
#navi a {
  color: var(--lightgrey);
}
#navi li {
  margin-bottom: 14px;
  list-style: none;
}

.open #navi {
  left: 0;
  opacity: 1;
}
.toggle_btn {
  width: 30px;
  height: 30px;
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 20;
  
}

.toggle_btn span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  transition: all 0.5s;
}

.toggle_btn span:nth-child(1) {
  top: 10px;
}

.toggle_btn span:nth-child(2) {
  bottom: 10px;
}

.open .toggle_btn span {
  background-color: #fff;
}

.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(4px) rotate(-45deg);
  transform: translateY(4px) rotate(-45deg);
}

.open .toggle_btn span:nth-child(2) {
  -webkit-transform: translateY(-4px) rotate(45deg);
  transform: translateY(-4px) rotate(45deg);
}
#mask {
  display: none;
  transition: all 0.5s;
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 10;
  cursor: pointer;
}

.product_list{
  display: grid;
  grid-template-columns: repeat(4, 3fr);
  list-style: none;
  text-align: center;
  margin-bottom: 10px;
  transform: scale(0.75);
  margin-top: 100px;
}

.product_list li a{
  margin-bottom: 20px;
  text-decoration: none;
}

.product_list p{
color: var(--text);
gap: 35px;
font-size: 14px;
text-align: left;
margin-left: 100px;
}

.product_list img{
  width: 240px;
  height: 250px;
  margin-bottom: 10px;
  vertical-align: top;
  margin-top: 40px;
  margin-bottom:8px;
}

.pagination{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.pagination li{
  list-style: none;
  padding: 10px;
}

.pagination li a{
  color: var(--text);
  text-decoration: none;}

.link_text {
  display: block;
  width: 200px;
  margin: 10px auto 0;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 100px;
  
  
}

.copyright{
  text-align: right;
  margin-left: 945px;
  margin-right: 160px;
  margin-bottom: 60px;
  font-size: 12px;
}

.content_wrapper{
  margin-top: 140px;
  font-family: Playfair Display;
  margin-left: 135px;
  font-size: 30px;
  font-weight: 100;
}

.product_list2{
  display: grid;
  grid-template-columns: repeat(4, 3fr);
  list-style: none;
  text-align: center;
  margin-bottom: 10px;
  transform: scale(1);
}


.product_list2 li a{
  margin-bottom: 20px;
  text-decoration: none;
}

.product_list2 p{
color: var(--text);
gap: 35px;
font-size: 14px;
text-align: left;
margin-left: 100px;
}

.product_list2 img{
  width: 240px;
  height: 250px;
  margin-bottom: 10px;
  vertical-align: top;
  margin-top: 40px;
  margin-bottom:8px;
}

.pagination{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.pagination li{
  list-style: none;
  padding: 15px;
}

.pagination li a{
  color: var(--text);
  text-decoration: none;
}

.page_title{
  font-size: 13px;
  font-family: Playfair Display;
  margin-bottom: 30px;
}

.item_img img{
  width: 400px;
  height: 500px;
  margin-left: 100px;
}

#item{
  margin-top: 200px;
  display: flex;
}

#item p{
  margin-left: 70px;
  font-size: 16px;
  margin-bottom: 20px;
}

#item dl{
  margin-top: 130px;
  margin-left: 70px;
  font-size: 16px;
}

#item dd{
  padding-bottom: 14px;
}

.link-text{
  text-decoration: none;
  color: var(--text);
    display: block;
  margin-top: 60px;
  text-align: center;
}

.page-title{
   margin-top: 180px;
  font-family: Playfair Display;
  margin-left: 135px;
  font-size: 30px;
  font-weight: 100;
}

#about {
  color: var(--text);
  margin-top: 40px;
  margin-left: 130px;
}

#about p{
  margin-bottom: 50px;
  font-family: Shippori Mincho;
}

.content_wrapper3{
  margin-top: 200px;
  font-weight: 100;

}

.link_text{
  text-decoration: none;
  color: var(--text);
}

#footer ul{
  margin-left: 100px;
  margin-top: 300px;
}

#footer ul li a{
  text-decoration: none;
  color: var(--text);
 padding: 4px;
}

#footer ul li{
  display: inline-block;
  font-size: 12px;
}


.pair{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  border-bottom: var(--lightgrey) solid 1px;
  width: 500px;
  margin-left: 150px;
  padding-bottom: 15px;
}  

.pair dt {
  width: 130px;
}

.info{
margin-top: 50px;

}

.map iframe{
  width: 500px;
  height: 350px;
  display: flex;
  margin-left: 150px;
}

#company .map{
  filter: grayscale(1);
}

.pair .move{
  position: relative;
  bottom: 26px;
}

.pair dt{
  position: relative;
  bottom: 4px;
}
/*  Oswald,
Playfair Display ,Shippori Mincho*/