.container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
@media (width <= 1024px) {
  .container {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (width <= 768px) {
  .container {
    max-width: 684px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (width <= 425px) {
  .container {
    max-width: 327px;
    width: 100%;
    margin: 0 auto;
  }
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media (width <= 425px) {
  html {
    font-size: 41.67%;
  }
}
@media (width <= 768px) {
  html {
    font-size: 55%;
  }
}

body {
  color: #333333;
}

h2 {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.8rem;
  line-height: 1.33;
}
@media (width <= 425px) {
  h2 {
    font-size: 40px;
  }
}

.works {
  padding: 104px 0 64px;
  background-color: #F6F4F1;
}
.works .works_content {
  width: 64rem;
  margin: 0 auto;
}
@media (width <= 768px) {
  .works .works_content {
    width: 100%;
  }
}
.works .works_content .works_content_card {
  width: 100%;
  height: auto;
  margin-top: 6.4rem;
}
.works .works_content .works_content_card .works_content_img {
  width: 100%;
  height: auto;
}
.works .works_content .works_content_card .works_cade_text {
  text-align: center;
}
.works .works_content .works_content_card .works_cade_text h3.works_cade_title {
  margin-top: 2.4rem;
}
.works .works_content .works_content_card .works_cade_text p.works_cade_desc {
  margin-top: 1.6rem;
}

.works_info {
  margin: 3.2rem 0 6.4rem;
}
.works_info h4.works_info_title {
  margin: 4.2rem 0 1.6rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.works_info h4.margin-top0 {
  margin-top: 0;
}
.works_info h4.works_info_title::before {
  content: "";
  width: 0.3rem;
  height: 2.8rem;
  background: url(../img/titleline.svg) no-repeat center/contain;
}

.works_info #bana_img_flex {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.page_transition_btn {
  display: flex;
  justify-content: center;
  gap: 18rem;
}
@media (width <= 425px) {
  .page_transition_btn {
    gap: 8rem;
  }
}
.page_transition_btn a {
  display: block;
}

.page_number {
  margin-top: 1.8rem;
  text-align: center;
}

.works_result_link {
  color: #0CAAEA;
  opacity: 0.7;
}

.works_content_card {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.works_content_card h3.works_cade_title {
  font-size: 3.2rem;
}
.works_content_card p.works_cade_desc {
  font-size: 1.6rem;
}

.works_content_info h4.works_info_title {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2;
}
.works_content_info p.works_info_desc {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2;
}

.page_number {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
}

a:hover {
  opacity: 0.5;
}

#kobayas_link,
#syogo_link {
  border-bottom: 1px solid #111;
}

.header {
  width: 100%;
  height: 8.8rem;
  position: sticky;
  top: 0;
  z-index: 99;
}
.header .container {
  height: 100%;
  display: flex;
  align-items: center;
}
.header .container .logo_h1 {
  width: 6.4rem;
  height: auto;
}
@media (width <= 425px) {
  .header .container .logo_h1 {
    width: 40px;
  }
}
.header .container .logo_h1 a {
  display: inline-block;
  width: 100%;
}
.header .container .logo_h1 a .logo_img {
  width: 100%;
  height: auto;
}
@media (width <= 425px) {
  .header .container .logo_h1 a .logo_img {
    width: 40px;
  }
}
.header .container .nav_header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
@media (width <= 768px) {
  .header .container .nav_header {
    align-items: end;
    flex-direction: column;
  }
}
.header .container .nav_header .nav_list {
  display: flex;
}
@media (width <= 768px) {
  .header .container .nav_header .nav_list {
    flex-direction: column;
    justify-content: space-evenly;
  }
}
.header .container .nav_header .nav_list .nav_items a {
  display: block;
  width: 100%;
  height: 100%;
}
.header .container .nav_header .nav_list li + li {
  margin-left: 4.8rem;
}

.burger {
  z-index: 999;
  display: none;
  width: 4rem;
  height: 4rem;
  background: url(../img/burgericon.svg) no-repeat center/contain;
  background-size: 2.4rem;
  cursor: pointer;
  border-radius: 4px;
  background-color: #CCB3B7;
  opacity: 0.7;
}
@media (width <= 768px) {
  .burger {
    display: flex;
  }
}
@media (width <= 425px) {
  .burger {
    width: 3.5rem;
    height: 3.5rem;
  }
}

.burger.is-active {
  width: 4rem;
  height: 4rem;
  background: url(../img/closeicon.svg) no-repeat center/contain;
  background-size: 2.4rem;
  cursor: pointer;
  border-radius: 4px;
  background-color: #fff;
}
@media (width <= 425px) {
  .burger.is-active {
    width: 3.5rem;
    height: 3.5rem;
  }
}

@media (width <= 768px) {
  #burger_menu {
    display: none;
  }
  #burger_menu li {
    margin: 0;
  }
}

#burger_menu.is-active {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #CCB3B7;
  opacity: 0.98;
}
#burger_menu.is-active li {
  width: 100%;
  margin-top: 2.4rem;
  border-bottom: #2d2d2d 0.3px solid;
}
#burger_menu.is-active li a {
  padding: 1.8rem 0 1.6rem 1.6rem;
  text-align: center;
}

.nav_header li {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  font-synthesis: weight;
  font-size: 1.6rem;
}

.header {
  background-color: rgba(246, 244, 241, 0.7019607843);
}

.header .logo_h1:hover,
.header .nav_items_link:hover {
  opacity: 0.5;
}

.footer {
  padding: 10.4rem 0;
}
.footer .contact {
  width: 52.8rem;
  margin: 0 auto 3.2rem;
}
@media (width <= 425px) {
  .footer .contact {
    width: 30.1rem;
  }
}
.footer .footer_boxes {
  padding-top: 3.2rem;
  border-top: 1px solid #fff;
}

.footer_boxes {
  display: flex;
  align-items: center;
}
@media (width <= 425px) {
  .footer_boxes {
    flex-direction: column-reverse;
  }
}
.footer_boxes .nav_footer {
  margin-left: auto;
}
@media (width <= 425px) {
  .footer_boxes .nav_footer {
    margin: 0 auto;
  }
}
.footer_boxes .nav_footer ul {
  display: flex;
}
.footer_boxes .nav_footer ul li + li {
  margin-left: 1.6rem;
}

@media (width <= 425px) {
  .footer_copy {
    margin-top: 2.4rem;
  }
}

.mail_link {
  position: relative;
}

.mail_link::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../img/arrow.svg) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  margin-left: 2.4rem;
}
@media (width <= 425px) {
  .mail_link::after {
    margin-left: 0.8rem;
  }
}

footer {
  background-color: #2D2D2D;
  color: #fff;
}

footer {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}
footer .contact_title {
  font-size: 1.8rem;
}
@media (width <= 425px) {
  footer .contact_title {
    font-size: 1.2rem;
  }
}
footer .mail_link {
  font-weight: bold;
  font-synthesis: weight;
  font-size: 4rem;
}
@media (width <= 425px) {
  footer .mail_link {
    font-size: 2.4rem;
  }
}
footer .mail_link .text_font {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
footer .footer_copy,
footer .nav_footer nav_list {
  font-size: 1.4rem;
}
@media (width <= 425px) {
  footer .footer_copy,
  footer .nav_footer nav_list {
    font-size: 1.2rem;
  }
}
@media (width <= 425px) {
  footer .footer_copy {
    font-size: 1rem;
  }
}

.footer .nav_items_link:hover {
  opacity: 0.5;
}

.mail_link {
  display: inline-block;
  transition: all 0.3s ease-out 0.1s;
}

.mail_link:hover {
  cursor: pointer;
  transform: scale(1.1);
  color: #0CAAEA;
  opacity: 0.7;
}

#page_top {
  color: #cc9ba2;
  position: fixed;
  bottom: 18px;
  right: 88px;
  display: block;
  width: 100px;
  padding: 16px 20px;
  text-align: right;
  transform: rotate(90deg);
  transform-origin: bottom right;
}
@media (width <= 768px) {
  #page_top {
    display: none;
  }
}
#page_top .arrow1 {
  width: 51px;
  height: 1.5px;
  background: #cc9ba2;
  position: absolute;
  top: 50%;
  right: 62px;
}
#page_top .arrow2 {
  width: 2px;
  height: 18px;
  background: #cc9ba2;
  position: absolute;
  top: calc(50% + 1px);
  right: 109px;
  transform: rotate(-130deg);
  transform-origin: top left;
}

#page_top:hover {
  opacity: 0.5;
}

#page_top {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}/*# sourceMappingURL=style.css.map */