@charset "UTF-8";
/* CSS Document */
* {
    word-break: break-all;
	}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	font-weight: 400px;
	font-style: normal;
	color: #000;
	line-height: 1.6;
	letter-spacing: 0.02em;
}
.inner {
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
}
.c-page-top {
  color: #fff;
  width: 2.1875rem;
  height: 2.1875rem;
  background-color: #fff;
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 30;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}

.c-page-top::after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  display: block;
  position: absolute;
  top: 45%;
  left: 50%;
  border-top: 2px solid #3A2522;
  border-left: 2px solid #3A2522;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.c-page-top.is-active {
  pointer-events: auto;
  opacity: 1;
}

.c-contact {
  display: inline-block;
  padding: 8px 39px;
  padding: 0.5rem 2.4375rem;
  font-weight: 700;
  background-color: #fff;
  text-transform: uppercase;
  -webkit-transition: color 0.2s, -webkit-transform 0.3s;
  transition: color 0.2s, -webkit-transform 0.3s;
  transition: transform 0.3s, color 0.2s;
  transition: transform 0.3s, color 0.2s, -webkit-transform 0.3s;
  border: 1px solid transparent;
  z-index: 2;
  position: relative;
}

.c-contact:hover {
  color: #fff;
  border-color: #fff;
}

.c-contact::after {
  position: absolute;
  top: -1%;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  background: #3a2522;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: -1;
  height: 101%;
}

.c-contact:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.c-hamburger {
  z-index: 9999;
  width: 1.3125rem;
  cursor: pointer;
  position: relative;
  display: none;
  height: inherit;
}
@media screen and (max-width: 975px) {
  .c-hamburger {
    display: block;
  }
}

.c-hamburger span {
  display: block;
  height: 0.125rem;
  width: 1.3125rem;
  background-color: #fff;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.c-hamburger span:nth-child(1) {
  -webkit-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
}

.c-hamburger span:nth-child(3) {
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
}

.c-hamburger.open span:nth-child(1) {
  top: -0.125rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger.open span:nth-child(2) {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

.c-hamburger.open span:nth-child(3) {
  top: -0.125rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-logo {
  display: block;
  max-width: 17.9375rem;
  width: 100%;
}
@media screen and (max-width: 975px) {
  .c-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: inherit;
    max-width: 7.5rem;
  }
}

.p-footer {
  background-color: #3A2522;
}

.p-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  max-width: 1170px;
  max-width: 73.125rem;
  padding: 3.0625rem 1.5625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding: 2.125rem 1.5625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-footer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: min(6.4vw, 24px) 0 0;
  }
}
@media screen and (max-width: 375px) {
  .p-footer__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__item {
    margin: 0.375rem 0 0;
  }
}

.p-footer__item:first-of-type {
  margin-right: min(9.7435897436vw, 114px);
}
@media screen and (max-width: 767px) {
  .p-footer__item:first-of-type {
    margin-right: 1.875rem;
  }
}
@media screen and (max-width: 375px) {
  .p-footer__item:first-of-type {
    margin-right: 0rem;
  }
}

@media screen and (max-width: 375px) {
  .p-fnav__item {
    text-align: center;
  }
}

.p-fnav__item a {
  color: #ffffff;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
  font-weight: 300;
  font-size: 0.875rem;
  display: inline-block;
}

.p-fnav__item:nth-of-type(n+2) a {
  margin-top: 0.375rem;
}

.p-fnav__item a::after {
  content: "";
  position: absolute;
  bottom: -1%;
  left: 50%;
  right: 0;
  height: 2px;
  background: #fff;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-fnav__item a:hover::after {
  width: 100%;
}

.p-footer__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-footer__logos {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-footer__marie {
  margin-top: 1.875rem;
  max-width: 9.75rem;
  width: 100%;
  margin-right: min(5.0427350427vw, 59px);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-footer__marie {
    margin-top: 0rem;
    margin-right: min(10.6666666667vw, 40px);
    max-width: min(41.6vw, 156px);
  }
}

.p-footer__cacao {
  max-width: 7.1875rem;
  width: 100%;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-footer__cacao {
    max-width: min(30.6666666667vw, 115px);
  }
}

.p-footer .jigyouTxt {
	text-align: center;
	color: #FFF;
	font-size: 0.875rem;
	margin: auto;
	max-width: 1170px;
	max-width: 73.125rem;
	padding: 0 1.5625rem 10px;
	width: 100%;
}
@media screen and (max-width: 350px) {
	.p-footer .jigyouTxt {
		font-size: 0.75rem;
	}
}

.p-footer__copy {
  padding: 0.625rem 0;
  display: block;
  text-align: center;
  color: #fff;
  background-color: #000000;
  font-weight: 300;
}

@media screen and (max-width: 975px) {
  .p-gnav {
    max-width: 17.1875rem;
    width: 100%;
    height: 100vh;
    background-color: #3a2522;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    padding-top: 3.75rem;
    -webkit-transform: translateX(17.1875rem);
            transform: translateX(17.1875rem);
    padding-left: 2.8125rem;
  }
}

.p-gnav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 975px) {
  .p-gnav__items {
    display: block;
    margin-top: 2.8125rem;
  }
}

.p-gnav__item a {
  display: inline-block;
  color: #ffffff;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
  text-align: center;
  margin-right: 1.25rem;
  font-weight: 300;
  font-size: 0.8rem;
}
@media screen and (max-width: 975px) {
  .p-gnav__item a {
    margin-top: 0.5rem;
    margin-right: 0;
  }
}

.p-gnav__item:last-child a {
  margin-right: 0;
}

@media screen and (max-width: 975px) {
  .p-gnav__item:first-child a {
    margin-top: 0;
  }
}

.p-gnav__item a::after {
  content: "";
  position: absolute;
  bottom: -0.0625rem;
  left: 50%;
  right: 0;
  height: 2px;
  background: #fff;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-gnav__item a:hover::after {
  width: 100%;
}

.p-gnav.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-gnav__contact {
  display: none;
}
@media screen and (max-width: 975px) {
  .p-gnav__contact {
    display: inline-block;
    margin-top: 1.25rem;
    font-size: .8em;
  }
}

.p-header {
  background-color: #3a2522;
  position: fixed;
  width: 100%;
  z-index: 999;
  padding: 0.9375rem 0;
  top: 0;
  right: 0;
  left: 0;
}
@media screen and (max-width: 975px) {
  .p-header {
    padding: 0rem;
    height: 5rem;
  }
}

.p-header__inner {
  width: 100%;
  margin: auto;
  padding: 0 1.5625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #3a2522;
}
@media screen and (max-width: 975px) {
  .p-header__inner {
    padding: 0 0.9375rem;
    height: inherit;
  }
}

@media screen and (max-width: 975px) {
  .p-header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: inherit;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-header__logo {
  margin: auto;
}
@media screen and (max-width: 975px) {
  .p-header__logo {
    margin: 0 auto 0 0;
  }
}

.p-header__contact {
  position: absolute;
  right: 2.625rem;
  top: 1.25rem;
	font-size: 0.8rem;
}
@media screen and (max-width: 975px) {
  .p-header__contact {
    display: none;
  }
}

.p-header__overlay.is-active {
  background-color: rgba(255, 255, 255, .4);
  width: 100%;
  height: 100vh;
}

.p-header__overlay {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  position: fixed;
  z-index: 20;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.p-header__nav {
  margin-top: 0.375rem;
}
@media screen and (max-width: 975px) {
  .p-header__nav {
    margin-top: 0;
  }
}
