@charset "UTF-8";

/* --------------------------------------------------
  タイトル
-------------------------------------------------- */

#title {
  height: 400px;
  background: url(/en/img/common/title.webp) no-repeat center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
#title h1 {
  color: #fff;
  font-family: Cormorant;
  font-size: 5.8rem;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  #title h1 {
    font-size: 4rem;
  }
}

/* --------------------------------------------------
  パンくず
-------------------------------------------------- */

#path {
  margin: 20px auto;
  padding: 0 20px;
  max-width: 1280px;
  font-size: 1.3rem;
}
#path span {
  margin: 0 10px;
}
#path strong {
  font-weight: 500;
}
#path a {
  color: #111;
}

@media screen and (max-width: 768px) {
}

/* --------------------------------------------------
  メイン
-------------------------------------------------- */

main {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1280px;
}
#page h2 {
  padding-left: 40px;
  font-family: Cormorant;
  font-size: 4.8rem;
  font-weight: 600;
  position: relative;
}
#page h2::before {
  content: '';
  width: 85px;
  height: 2px;
  background: #111;
  position: absolute;
  left: -55px;
  top: 3.6rem;
}
#page .button {
  /*
  display: flex;
  justify-content: center;
  */
}
#page .button a {
  width: 250px;
  height: 50px;
  background: var(--secondary);
  border-radius: 10px;
  color: #fff;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#page .button a span {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 100vw;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 15px;
  transition: all .3s;
}
#page .button a span i {
  color: var(--secondary);
}
#page .button a:hover {
  text-decoration: none;
}
#page .button a:hover span {
  transform: translateX(3px);
}




@media screen and (max-width: 768px) {
  #page h2 {
    font-size: 3.2rem;
  }
  #page h2::before {
    top: 2.4rem;
  }
}

/* --------------------------------------------------
  
-------------------------------------------------- */

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
}

/* --------------------------------------------------
  
-------------------------------------------------- */

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
}
