/***** parallax_hedden *****/
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

main {
  /***** paralla *****/
  /********** history **********/
  /********** overview **********/
}
main section#company_fv {
  display: block;
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}
main section#company_fv img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: circle(50% at 50% 50%);
}
main section#company_fv h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  color: #4a2c2a;
  font-size: 10rem;
  font-weight: bold;
  z-index: 1;
  /* text-shadow: 5px 7px 10px rgba(0, 0, 0, 1.5) */
}
main section#sp_company {
  display: none;
}
main section#history, main section#overview, main section#location {
  background: #ffffec;
  color: #000000;
  margin-top: 30px;
  padding: 20px 15px;
  border-radius: 10px;
}
main section#history section#cafe_history, main section#overview section#cafe_history, main section#location section#cafe_history {
  display: flex;
  row-gap: 15px;
}
main section#history section#cafe_history div#images, main section#overview section#cafe_history div#images, main section#location section#cafe_history div#images {
  display: flex;
  flex-direction: column;
  max-width: 40%;
  row-gap: 15px;
}
main section#history section#cafe_history div#images img, main section#overview section#cafe_history div#images img, main section#location section#cafe_history div#images img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
main section#history section#cafe_history div#introduction, main section#overview section#cafe_history div#introduction, main section#location section#cafe_history div#introduction {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 60%;
  padding-left: 30px;
}
main section#location {
  background: #4a2c2a;
  color: #ffffec;
}
main section#overview section#link {
  display: flex;
}
main section#overview section#link div#button_link {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  row-gap: 20px;
  padding: 0 10px;
}
main section#overview section#link div#button_link a {
  background: #f9f9f9;
  width: 100%;
  font-size: 1.5rem;
  border-radius: 10px;
  padding: 10px 0;
  border: 2.5px solid #000000;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
main section#overview section#link div#button_link a:hover {
  background-color: #4a2c2a;
  color: #ffffec;
  opacity: 0.8;
  transition: 0.3s;
}
main section#overview section#link div#explanation {
  width: 60%;
  padding-left: 20px;
}
main section#overview section#link div#explanation dl div.info_item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
main section#overview section#link div#explanation dl div.info_item:first-child {
  margin-bottom: 20px;
}
main section#overview section#link div#explanation dl div.info_item dt {
  width: 35%;
}
main section#overview section#link div#explanation dl div.info_item dd {
  width: 65%;
}

@media screen and (max-width: 900px) {
  main section#company_fv {
    max-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 65px;
    padding: 0 15px;
    /********** overview **********/
  }
  main section#company_fv img {
    inline-size: 100%;
  }
  main section#company_fv h2 {
    font-size: 6rem;
  }
  main section#history section#cafe_history {
    flex-direction: column;
  }
  main section#history section#cafe_history div#images {
    max-width: 100%;
  }
  main section#history section#cafe_history div#introduction {
    max-width: 100%;
    padding-left: 0px;
  }
  main section#overview section#link {
    flex-direction: column;
  }
  main section#overview section#link div#button_link {
    width: 100%;
  }
  main section#overview section#link div#explanation {
    width: 100%;
    margin-top: 15px;
    padding: 0;
  }
  main section#overview section#link div#explanation dl {
    flex-direction: column;
  }
}