header, header .header-inner, .work-card .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: fot-tsukuardgothic-std, "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-weight: 400;
  color: #493707;
  line-height: 2;
  font-size: 16px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

section {
  text-align: center;
  margin: 4em auto;
}

section h1, main > h1, .contact-top h1 {
  font-size: 1.875rem;
  margin-bottom: 1em;
}
section .fs01 {
  font-size: 1.5rem;
}



@media (min-width: 700px) {
  section h1, main > h1, .contact-top h1 {
    font-size: 2.25rem;
  }
  section .fs01 {
    font-size: 2rem;
  }
}

.menu-page > p, .works-page > p {
  margin: 2em 0 4em;
}

.menu-page h1, .works-page h1 {
  margin: 0;
}

.logo, header .logo {
  font-family: toppan-bunkyu-midashi-min-st, serif;
  font-size: 6.7vw;
  color: #583822;
}

.absolute {
  position: relative;
}




@media (min-width: 321px) {
  .logo, header .logo {
    font-size: 1.65rem;
  }
}

.header-inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

header .logo {
  letter-spacing: .2em;
  display: block;
  margin-left: .7em;
}

button.ig {
  margin-top: 1em;
  background-color:  rgb(197 220 219 / 80%);
  border-color: #707070;
}

button.ig a {
  display: block;
  color: #583822;
  font-size: .6875rem;
  line-height: 3.2;
  padding-left: 1.75em;
  position: relative;
}

button.ig a::before {
  content: '';
  width: 15.81px;
  height: 16.21px;
  background: url(../img/ig.svg) no-repeat center/cover;
  position: absolute;
  left: 1em;
  top: .58em;
}

.btn {
  width: 80%;
  max-width: 150px;
  height: 36px;
  border-radius: 50px;
  border: none;
  margin-top: 2em;
  background-color: rgb(197 220 219 / 80%);
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.btn:hover {
  background-color: rgba(177, 188, 187, 0.8);
}

.btn a {
  font-size: 1rem;
  line-height: 2;
  color: #493707;
}

.hp {
  background-color: rgb(197 220 219 / 80%);
}

.banner {
  background-color: rgb(197 220 219 / 80%);
}

.line {
  background-color: rgb(197 220 219 / 80%);
}

.card {
  background-color: rgb(197 220 219 / 80%);
}

.postcard {
  background-color: rgb(197 220 219 / 80%);
}

.ad {
  background-color: rgb(197 220 219 / 80%);
}

.logocre {
  background-color: rgb(197 220 219 / 80%);
}


header {
  width: 100%;
  height: 90px;
  z-index: 100;
  background-color: #ffffffce;
}

header .header-inner {
  width: 95%;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 700px) {
  header .header-inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 90%;
  }
}

header .header-inner ul {
  width: 50%;
  height: 100vh;
  margin: 0;
  padding: 4em 1em 0 1em;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  z-index: 200;
}

@media (min-width: 700px) {
  header .header-inner ul {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    position: relative;
    -webkit-transform: translateX(0vw);
            transform: translateX(0vw);
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: unset;
    padding: 0;
  }
}

header .header-inner ul li {
  line-height: 2.5;
  position: relative;
}

header .header-inner ul li::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #493707;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (min-width: 700px) {
  header .header-inner ul li::after {
    content: unset;
  }
}

header .header-inner ul li a {
  -webkit-transition: .7s ease-out;
  transition: .7s ease-out;
}

@media (min-width: 700px) {
  header .header-inner nav {
    width: 50%;
  }
}

@media (min-width: 700px) and (min-width: 1025px) {
  header .header-inner nav {
    width: 40%;
  }
}

@media (min-width: 700px) {
  header .header-inner nav ul li a:hover {
    color: #493707;
  }
}

header .header-inner ul.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media (min-width: 700px) {
  footer ul li {
    position: relative;
  }
  header ul li a, footer ul li a {
    font-size: 1.25rem;
  }
  header ul li a::after, footer ul li a::after {
    content: '';
    width: 0;
    height: 23.77px;
    background-color: unset;
    background: url(../img/menu-hover.svg) no-repeat center/contain;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: absolute;
    bottom: 0;
    left: -1em;
  }
  header ul li a:hover::after, footer ul li a:hover::after {
    width: 103.43px;
  }
  header ul li:last-child a::after {
    left: -.5em;
  }
}

header.scrolled {
  background-color: rgb(197 220 219 / 80%);
  position: fixed;
  top: 0;
  left: 0;
  animation: slideDown 0.5s ease;
  -ms-animation: slideDown 0.5s ease;
  -webkit-animation: slideDown 0.5s ease;
  -moz-animation: slideDown 0.5s ease;
}

@media (min-width: 700px) {
  header.scrolled ul li a {
    color: #ffffff;
  }
}

header.scrolled .logo {
  color: #ffffff;
}

header.scrolled .ham-btn {
  border-color: #ffffff;
}

header.scrolled .ham-btn span {
  background-color: #ffffff;
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.firstview {
  width: 100%;
  height: 25vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.ham-btn {
  position: relative;
  width: 41px;
  height: 41px;
  -webkit-box-shadow: 0 0 2rem transparent;
          box-shadow: 0 0 2rem transparent;
  z-index: 300;
  cursor: pointer;
  border: 1px solid #493707;
  position: absolute;
  left: 0;
}

@media (min-width: 700px) {
  .ham-btn {
    left: -100vw;
  }
}

.ham-btn-line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 16px;
  height: 2px;
  background-color: #847b74;
  -webkit-transition: inherit;
  transition: inherit;
}

.ham-btn-line::before, .ham-btn-line::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  -webkit-transition: inherit;
  transition: inherit;
}

.ham-btn-line::before {
  top: -6px;
}

.ham-btn-line::after {
  top: 6px;
}

.ham-btn .u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.ham-btn[aria-expanded="true"] .ham-btn-line {
  background-color: transparent;
}

.ham-btn[aria-expanded="true"] .ham-btn-line::before, .ham-btn[aria-expanded="true"] .ham-btn-line::after {
  top: 0;
  background-color: #a8988c;
}

.ham-btn[aria-expanded="true"] .ham-btn-line::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ham-btn[aria-expanded="true"] .ham-btn-line::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

footer .to-top {
  width: 30px;
  height: 20px;
  background: url(../img/to-top.svg) no-repeat center/cover;
  margin: 0 auto;
}

@media (min-width: 700px) {
  footer .to-top {
    width: 49px;
    height: 31px;
  }
}

@media (min-width: 1025px) {
  footer .to-top {
    margin-bottom: 2em;
  }
  .flex {
    display: flex;
  }
}

footer .to-top a {
  width: 100%;
  height: 100%;
  display: block;
}

footer .container {
  text-align: center;
  max-width: 1080px;
}

@media (min-width: 700px) {
  footer .container {
    width: 78%;
    margin: 0 auto;
  }
}

footer .container ul {
  position: absolute;
  left: -100vh;
  opacity: 0;
}

@media (min-width: 1025px) {
  footer .container ul {
    opacity: 1;
    left: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 40%;
    margin-left: auto;
  }
}

@media (min-width: 1025px) {
  footer .container .contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 2em;
  }
}

footer .container .contents .shop-info {
  margin-bottom: 2em;
}

@media (min-width: 1025px) {
  footer .container .contents .shop-info {
    margin: 0;
  }
}

footer .container .contents .shop-info h1 {
  margin: 2em 0 0;
}

@media (min-width: 1025px) {
  footer .container .contents .shop-info p {
    font-size: 1.25rem;
    margin-bottom: .5em;
  }
}

footer .container .contents .logo {
  letter-spacing: .1em;
}

footer .container .contents .rights {
  font-size: .625rem;
}

.menu-box {
  position: relative;
  height: 287px;
  margin-bottom: 1em;
}

@media (min-width: 700px) {
  .menu-box {
    width: 45%;
  }
}

@media (min-width: 1025px) {
  .menu-box {
    max-width: 350px;
    width: 33%;
  }
}

.menu-box .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 48px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1em;
}

@media (min-width: 1025px) {
  .menu-box .title {
    padding-left: .7em;
  }
}

.menu-box .title p {
  font-size: 4vw;
}

@media (min-width: 700px) {
  .menu-box .title p {
    font-size: 2.3vw;
  }
}

@media (min-width: 1025px) {
  .menu-box .title p {
    font-size: 15px;
  }
}

.menu-box .title span {
  font-size: 3vw;
}

@media (min-width: 700px) {
  .menu-box .title span {
    font-size: 1.5vw;
  }
}

@media (min-width: 1025px) {
  .menu-box .title span {
    font-size: 11px;
  }
}

.menu-box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.work-flow {
  max-width: 1080px;
}

@media (min-width: 1025px) {
  .work-flow {
    width: 78%;
  }
}

@media (min-width: 1025px) {
  .work-flow ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.work-flow ul li {
  margin-bottom: 2em;
}

@media (min-width: 1025px) {
  .work-flow ul li {
    width: 19%;
  }
}

.work-flow ul li span, .work-flow ul li h2 {
  font-size: 1.25rem;
}

.work-flow ul li span {
  position: relative;
  line-height: 2.5;
  display: inline-block;
}

.work-flow ul li span::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #707070;
  position: absolute;
  bottom: 0;
  left: 0;
}

.work-flow ul li h2 {
  margin: 1em 0 0.5rem;
}

.work-flow ul li p {
  text-align: left;
}

@media (min-width: 700px) {
  .work-flow ul li p {
    margin: 0 auto;
  }
}

.work-card {
  height: 287px;
  margin-bottom: 1em;
  position: relative;
}

@media (min-width: 700px) {
  .work-card {
    width: 45%;
  }
}

@media (min-width: 1025px) {
  .work-card {
    width: 33%;
  }
}

.work-card .tag {
  position: absolute;
  top: 1em;
  left: 1em;
  display: inline-block;
  font-size: .875rem;
  line-height: 1.8;
  padding: 0 .5em;
}

.work-card .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 51px;
  background-color: #fcf8f7d2;
}

.work-card img {
  -o-object-fit: cover;
     object-fit: cover;
}

.pankuzu {
  height: 20px;
  margin-top: 90px;
  margin-left: 10%;
  z-index: 400;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 700px) {
  .pankuzu {
    opacity: 1;
    position: relative;
  }
}

.pankuzu img {
  width: 19px;
  height: 16px;
}

.pankuzu ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: .875rem;
}

.pankuzu ol li {
  height: 100%;
  margin-right: 1.7rem;
  position: relative;
}

.pankuzu ol li:first-child {
  margin-bottom: .2em;
}

.pankuzu ol li:first-child::after {
  content: none;
}

.pankuzu ol li a {
  width: 100%;
  height: 100%;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.pankuzu ol li::after {
  content: '';
  width: 14px;
  height: 14px;
  background: url(../img/pankuzu.svg) center/contain;
  position: absolute;
  left: -1.45em;
  top: 3px;
}
