@charset "utf-8";

/*==========================
common
==========================*/

:root {
  --pink: #faeef0;
  --lightbrown: #c9aa8d;
  --brown: #663830;
  --text: #593322;
}

html {
  font-size: 62.5%;
  padding-top: 62px;
}

body {
  font-family: "DNP ShueiMGoStd", Arial, sans-serif;
  font-style: normal;
  color: var(--text);
  line-height: 1.5;
  color: var(--text);
}

img {
  max-width: 100%;
  height: auto;
}

.title {
  font-family: "charcuterie-contrast";
  font-size: 2.8rem;
  padding: 11px 19px 2px 0;
  background-image: url(../images/flag.svg);
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 227px;
  text-align: center;
  margin: auto;
  margin-top: 56px;
}

.title span {
  font-family: "DNP ShueiMGoStd", Arial, sans-serif;
  font-size: 1.5rem;
}

.subtitle {
  font-family: "Kaisei Decol";
  font-size: 1.6rem;
  font-weight: 700;
}

.moreBtn,
.contactBtn {
  width: 250px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 6px 6px 10px 0px rgba(102, 56, 48, 0.4);
  text-align: left;
  font-family: "Charcuterie-Contrast";
  font-size: 3.2rem;
  padding: 17px 24px 15px 24px;
  position: relative;
  display: block;
  line-height: 1;
  margin: auto;
  position: relative;
  z-index: 51;
}

.moreBtn span,
.contactBtn span {
  border-bottom: var(--text) dashed 0.9px;
}

.moreBtn::after,
.contactBtn::after {
  content: "";
  display: inline-block;
  width: 81px;
  height: auto;
  aspect-ratio: 1 / 0.373;
  background-image: url(../images/marrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 24px;
  right: 15px;
}

.moreBtn:hover,
.contactBtn:hover {
  opacity: 0.5;
  transition: 0.4s;
}

.article {
  background-image: url(../images/fablic.jpg);
  background-size: contain;
  background-repeat: repeat-y;
  z-index: -500;
}

/* common PC */
@media screen and (min-width: 769px) {
  .title {
    font-size: 4.8rem;
    padding: 14px 125px 5px 0;
    max-width: 485px;
    margin-top: 39px;
    transform: translateX(60px);
  }

  .subtitle {
    font-size: 2rem;
  }

  .moreBtn,
  .contactBtn {
    width: 300px;
    font-size: 3.2rem;
    padding: 15px 40px 28px 40px;
  }

  .moreBtn::after,
  .contactBtn::after {
    content: "";
    width: 105px;
    top: 13px;
    right: 26px;
  }
}

/*==========================
header
==========================*/

.header,
.nav__header {
  width: 100%;
  height: auto;
  background-color: var(--brown);
  padding: 9px 6%;
  display: flex;
  justify-content: space-between;
}

.header {
  position: fixed;
  top: 0;
  z-index: 3000;
}


.logo {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.nav {
  background: rgba(102,56,48, 0.97);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  transform: translateX(-100%);
  transition: transform 0.4s;
}

.nav__list {
  font-family: "Charcuterie-Contrast";
  font-size: 3.2rem;
  color: var(--pink);
  padding: 20px 60px;
}

.nav__item {
  margin-top: 20px;
}

.nav__icon {
  width: 30px;
  height: 30px;
  vertical-align: sub;
  margin-right: 15px;
}

.nav.active {
  transform: translateX(0);
}

/* header PC */
@media screen and (min-width: 769px) {
  .header,
  .nav__header {
    padding: 7px 4% 7px 3%;
  }

  .logo {
    width: 65px;
    height: 65px;
  }

  .nav {
    width: auto;
    height: auto;
    position: static;
    z-index: 0;
    transform: translateX(0);
  }

  .nav__list {
    display: flex;
    font-size: 2.4rem;
    padding: 0;
  }

  .nav__item {
    margin: 0 0 0 50px;
  }

  .nav__icon {
    display: none;
  }

  .closeBtn,
  .hamburgerBtn,
  .nav__header img {
    display: none;
  }
}

/*==========================
footer
==========================*/

.footer {
  background-color: var(--lightbrown);
  padding: 22px 0 0;
}

.footer__logo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
}

.footer__text {
  color: #faeef0;
  text-align: center;
  font-family: "Kaisei Decol";
  font-size: 1.6rem;
  font-weight: 700;
  margin: 17px 0 43px;
}

.copy {
  color: var(--pink, #faeef0);
  font-size: 1.5rem;
  text-align: center;
  margin-top: 43px;
}

.topBtn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 90px;
  height: 90px;
  z-index: 1000;
}

/* footer PC */
@media screen and (min-width: 769px) {
  .footer {
    padding: 30px 0 0;
  }

  .footer__group {
    display: flex;
    justify-content: center;
    gap: 70px;
  }

  .footer__logo {
    width: 150px;
    height: 150px;
    margin: auto 0;
  }

  .footer__text {
    font-size: 1.8rem;
    margin: 0 auto;
  }

  .contactBtn {
    margin-top: 30px;
  }
  .copy {
    margin-top: 50px;
  }

  .topBtn {
    bottom: 20px;
    right: 20px;
    width: 120px;
    height: 120px;
    z-index: 1;
  }
}
