@charset "UTF-8";
/* CSS Document */
.section_top {
  padding-top: 20px;
}
.section_top__image {
  width: calc(100% - 160px);
  margin: 0 auto;
  padding: 0 70px;
  box-sizing: border-box;
}

.section_top__image img {
  width: 100%;
  aspect-ratio: 1 / .66;
  height: auto;
  object-fit: cover;
}
.section_top__text {
  margin: 56px 0;
  text-align: center;
  line-height: 2.0;
}

.section_top__text p {
    margin-bottom: 1.7rem;
}

.copy {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.0;
}
.section_menu {
  padding-bottom: 120px;
}

.section_menu ul {
  list-style: none;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 70px;
}
.section_menu ul img {
  height: auto;
  width: 100%;
}

.section_menu li {
  width: calc((100% - 48px) / 3);
}

.section_menu a {
  position: relative;
  display: block;
  text-decoration: none;
  line-height: 0;
}

.section_menu a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: all ease .4s;
}

.section_menu a:hover:after {
  opacity: 1;
}

.section_menu h3 {
  position: absolute;
  color: #fff;
  font-size: 1.8rem;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  opacity: 0;
  transition: all ease .5s;
  line-height: 1;
  letter-spacing: .01em;
}


.section_menu a:hover h3 {
  opacity: .7;
}

.section_top__image{
  position: relative;
}

.vertical1{
  letter-spacing: 1.5rem;
  font-size: 4.8rem;
  position: absolute;
  left: 0;
  bottom: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
  transform: rotate(0.5turn);
}
.vertical2{
  letter-spacing: 1.5rem;
  font-size: 5.6rem;
  position: absolute;
  right: 0;
  top: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}



/*
.section_top__image { 
  display: grid; 
  grid-template-rows: 1fr 1fr 1fr; 
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr; 
  gap: 0px; height: 100%; 
} 
.vertical1 { 
  background-color: #9B5E59; 
  grid-row-start: 3; 
  grid-column-start: 1; 
  grid-row-end: 4; 
  grid-column-end: 2; 
} 
.vertical2 { 
  background-color: #7E96FC; 
  grid-row-start: 1; 
  grid-column-start: 5; 
  grid-row-end: 2; 
  grid-column-end: 6; 
} 
.section_top__image figure { 
  background-color: #9CD9D5; 
  grid-row-start: 1; 
  grid-column-start: 2; 
  grid-row-end: 4; 
  grid-column-end: 5; 
}*/

@media(max-width: 1160px) {
  .section_top {
    padding-top: 60px;
}
  
  .vertical1 {
    font-size: 2.4rem;
    display: flex;
    letter-spacing: 0.5rem;
  }
  .vertical2 {
    font-size: 2.4rem; 
    letter-spacing: 0.5rem;
  }
  .section_top__image {
    width: 100%; 
    padding: 0 40px;
  }
  .section_top__image figure {
    line-height: 0;
  }
  
  .section_top__text {
    margin: 32px 0;
  }
  .section_top__text p {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
  
  .copy {
    font-size: 1.4rem;
  }
  
  .section_menu {
    padding-bottom: 30px;
}
  
  .section_menu ul {
    display: block;
    padding: 0 35px;
  }
  
  .section_menu li {
    width: 100%;
    margin-bottom: 24px;
  }
  
  .section_menu h3 {
    opacity: .7;
  }
  
  .section_menu a::after {
    opacity: 1;
  }
}
