@charset "UTF-8";
.footer .copy_right {
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .footer .copy_right {
    font-size: 0.75rem;
  }
}

.c_ttl__sub {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c_ttl__sub {
    font-size: 1rem;
  }
}

.c_ttl20 {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c_ttl20 {
    font-size: 1.25rem;
  }
}

.c_listpost__name {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c_listpost__name {
    font-size: 1.5rem;
  }
}

.c_ttl30, .c_mv__ttl {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c_ttl30, .c_mv__ttl {
    font-size: 1.875rem;
  }
}

.c_ttl35 {
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .c_ttl35 {
    font-size: 2.1875rem;
  }
}

.c_ttl36,
.txt_36, .c_ttl__jp {
  font-size: clamp(
      1.375rem,
      1.2121212121vw + 1.0909090909rem,
      1.5rem
  );
}
@media screen and (min-width: 768px) {
  .c_ttl36,
  .txt_36, .c_ttl__jp {
    font-size: 2.25rem;
  }
}

/*!
foundation > base
------------------------------
*/
html {
  overflow-y: scroll;
}

body {
  font-size: 1rem;
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.125rem;
  }
}

#wrapper {
  overflow: hidden;
}

main {
  padding-top: 58px;
  background-color: #f0efe7;
}
@media screen and (min-width: 768px) {
  main {
    padding-top: clamp(
      4.875rem,
      8.9285714286vw + 0.5892857143rem,
      8.625rem
  );
  }
}

.full {
  width: 100%;
}

img {
  max-width: 100%;
  width: 100%;
}

:where(a, .h_opacity) {
  cursor: pointer;
  transition: opacity 0.5s ease;
}

@media screen and (min-width: 768px) {
  :where(a:hover, .h_opacity:hover) {
    opacity: 0.7;
  }
}
.h_zoom {
  overflow: hidden;
  opacity: 1;
}
.h_zoom_img {
  overflow: hidden;
}
.h_zoom_img img {
  transition: transform 0.5s ease;
}
@media screen and (min-width: 768px) {
  .h_zoom:hover .h_zoom_img img {
    transform: scale(1.1);
  }
}

.pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
}

.sp {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.inview {
  visibility: hidden;
  opacity: 0;
}

.fadeUp,
.fadeIn {
  animation-duration: 0.5s;
  animation-timing-function: ease;
}

.fadeUp {
  animation-name: ani_fadeup;
}

.fadeIn {
  animation-name: ani_fadein;
}

@keyframes ani_fadeup {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes ani_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/** -- ▷ header -- */
.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 12;
  padding: 5px 20px;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .header {
    display: flex;
    align-items: center;
    padding: clamp(
      0.625rem,
      2.9761904762vw + -0.8035714286rem,
      1.875rem
  ) clamp(
      1.25rem,
      5.0595238095vw + -1.1785714286rem,
      3.375rem
  ) clamp(
      0.625rem,
      1.4880952381vw + -0.0892857143rem,
      1.25rem
  ) clamp(
      1.25rem,
      2.380952381vw + 0.1071428571rem,
      2.25rem
  );
  }
}
.header.active {
  background-color: #430203;
}
.header.header_sub {
  background-color: #430203;
}
.header_logo {
  width: 50px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .header_logo {
    width: clamp(
      3.75rem,
      4.6130952381vw + 1.5357142857rem,
      5.6875rem
  );
  }
}
.header_inner {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.header_menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .header_menu {
    gap: clamp(
      1.25rem,
      5.0595238095vw + -1.1785714286rem,
      3.375rem
  );
    flex-direction: row;
    justify-content: flex-end;
    padding-bottom: clamp(
      0rem,
      1.4423076923vw + -0.9230769231rem,
      0.375rem
  );
  }
}
.header_menu__item {
  text-align: center;
}
.header_menu__item:nth-last-child(2) {
  margin-right: 10px;
}
.header_menu__link {
  color: #fff;
  line-height: 1.6666666667;
  display: block;
}
@media screen and (min-width: 768px) {
  .header_menu__link {
    font-weight: 700;
    transition: 0.5s;
    font-size: clamp(
      0.875rem,
      0.5952380952vw + 0.5892857143rem,
      1.125rem
  );
  }
}

/*!
component > gnavi
------------------------------
*/
.c_toggle {
  position: fixed;
  right: 13px;
  width: 58px;
  height: 58px;
  z-index: 20;
  top: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c_toggle {
    display: none;
  }
}
.c_toggle span {
  top: calc(50% + 1px);
  left: 50%;
  transform: translate(-50%, -50%);
}
.c_toggle::after, .c_toggle::before,
.c_toggle span {
  content: "";
  position: absolute;
  width: 36px;
  height: 2px;
  background: #fff;
  transition: 0.3s linear;
}
.c_toggle::after {
  left: 50%;
  bottom: calc(50% - 10px);
  transform: translateX(-50%);
}
.c_toggle::before {
  left: 50%;
  top: calc(50% - 9px);
  transform: translateX(-50%);
}
.c_toggle.active span {
  opacity: 0;
}
.c_toggle.active::before {
  top: calc(50% - 4px);
  transform: translate(-50%, 5px) rotate(30deg);
}
.c_toggle.active::after {
  bottom: calc(50% - 8px);
  transform: translate(-50%, -5px) rotate(-30deg);
}

.c_gnavi {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  background: #430203;
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  padding: 100px 20px;
}
@media screen and (min-width: 768px) {
  .c_gnavi {
    position: relative;
    width: 90%;
    height: unset;
    padding: 0;
    opacity: 1;
    visibility: visible;
    background: transparent;
    max-width: 768px;
  }
}
@media screen and (min-width: 1024px) {
  .c_gnavi {
    max-width: unset;
  }
}
.c_gnavi.active {
  opacity: 1;
  visibility: visible;
}

.footer {
  background-color: #430203;
  color: #fff;
  padding: 60px 0 80px;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 84px 0 80px;
  }
}
.footer_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  gap: 30px 40px;
}
@media screen and (min-width: 768px) {
  .footer_inner {
    flex-wrap: nowrap;
  }
}
.footer_desc {
  max-width: 355px;
}
@media screen and (min-width: 768px) {
  .footer_desc {
    max-width: unset;
    padding-left: 1px;
  }
}
.footer_address {
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 24px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .footer_address {
    padding-top: 5px;
  }
}
.footer_logo {
  width: 221px;
  display: block;
}
.footer_menu {
  display: flex;
  gap: 40px;
  max-width: 355px;
}
@media screen and (min-width: 768px) {
  .footer_menu {
    max-width: unset;
    padding-top: 22px;
    gap: clamp(
      2.5rem,
      6.8452380952vw + -0.7857142857rem,
      5.375rem
  );
  }
}
@media screen and (min-width: 768px) {
  .footer_menu__col.col02 .footer_menu__item + .footer_menu__item {
    padding-top: 20px;
  }
}
.footer_menu__item + .footer_menu__item {
  padding-top: 7px;
}
.footer_menu__link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6666666667;
}
.footer .copy_right {
  font-weight: 500;
  line-height: 1.4166666667;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 17px;
  position: absolute;
  top: calc(100% + 10px);
}
@media screen and (min-width: 768px) {
  .footer .copy_right {
    position: relative;
    top: unset;
  }
}

.c_mv {
  position: relative;
}
.c_mv__img {
  position: relative;
}
.c_mv__img img {
  min-height: 200px;
  object-fit: cover;
}
.c_mv__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c_mv__inner {
  width: 100%;
  max-width: 1265px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .c_mv__inner {
    padding: 0 40px;
  }
}
.c_mv__ttl {
  letter-spacing: 0.03em;
  line-height: 1.4333333333;
  font-weight: 700;
  color: #fff;
}

.fw_bold {
  font-weight: 700;
}

.txt_center {
  text-align: center;
}

.c_ttl {
  color: #430203;
}
.c_ttl.c_ttl__white {
  color: #fff;
}
.c_ttl.c_ttl__white .c_ttl__sub::after {
  background-color: #fff;
}
.c_ttl__sub {
  font-weight: 700;
  letter-spacing: 0.3em;
  display: block;
  position: relative;
  padding-left: 4px;
  font-family: "Inter", sans-serif;
}
@media screen and (min-width: 768px) {
  .c_ttl__sub {
    padding-left: 10px;
  }
}
.c_ttl__sub::after {
  content: "";
  position: absolute;
  right: calc(100% + 4px);
  top: 3px;
  width: 10px;
  height: 10px;
  background-color: #430203;
}
@media screen and (min-width: 768px) {
  .c_ttl__sub::after {
    width: 13px;
    height: 13px;
  }
}
.c_ttl__jp {
  line-height: 1.6666666667;
  font-weight: 700;
  display: block;
  padding-top: 15px;
  text-align: justify;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 768px) {
  .c_ttl__jp {
    padding-top: 36px;
    padding-left: 2px;
  }
}

.c_list .c_ttl36 {
  color: #430203;
  line-height: 1.4444444444;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.c_list__content {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .c_list__content {
    padding-top: 61px;
  }
}
.c_list__item {
  gap: 25px;
  border-bottom: 1px solid #777575;
  font-family: "Noto Sans JP", sans-serif;
  color: #430203;
  padding: 20px 10px;
}
@media screen and (min-width: 768px) {
  .c_list__item {
    padding: clamp(
      1.25rem,
      4.4642857143vw + -0.8928571429rem,
      3.125rem
  ) 22px clamp(
      1.25rem,
      4.6130952381vw + -0.9642857143rem,
      3.1875rem
  );
    display: flex;
    align-items: center;
  }
}
.c_list__item:first-child {
  border-top: 1px solid #777575;
}
.c_list__ttl {
  font-weight: 700;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c_list__ttl {
    padding-bottom: 0;
    width: clamp(
      12.5rem,
      14.880952381vw + 5.3571428571rem,
      18.75rem
  );
  }
}
.c_list__desc {
  line-height: 1.4444444444;
}
@media screen and (min-width: 768px) {
  .c_list__desc {
    width: calc(100% - clamp(
      12.5rem,
      23.8095238095vw + 1.0714285714rem,
      22.5rem
  ));
  }
}

.c_listpost__txt {
  line-height: 2;
  line-height: 2.25;
  padding: 20px 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c_listpost__txt {
    text-align: center;
    padding: 32px 0 33px;
  }
}
.c_listpost__content {
  max-width: 1078px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 40px 20px;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .c_listpost__content {
    padding-top: 0;
    gap: clamp(
      2.5rem,
      5.8035714286vw + -0.2857142857rem,
      4.9375rem
  ) 38px;
    grid-template-columns: repeat(auto-fill, minmax(clamp( 13.75rem, 8.9285714286vw + 9.4642857143rem, 17.5rem ), 1fr));
  }
}
.c_listpost .coming-soon .c_listpost__img {
  position: relative;
}
.c_listpost .coming-soon .c_listpost__img::after {
  content: "coming soon...";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  background-color: rgba(26, 26, 26, 0.5);
}
.c_listpost__name {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #430203;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  .c_listpost__name {
    padding-top: clamp(
      1.25rem,
      1.7857142857vw + 0.3928571429rem,
      2rem
  );
    padding-left: 6px;
  }
}
/*!
component > btn
------------------------------
*/
.c_totop {
  position: fixed;
  width: 45px;
  height: 45px;
  right: 5px;
  z-index: 11;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #777575;
  border-radius: 100%;
  transform: translateY(150px);
  color: #fff;
  transition: 300ms;
}
@media screen and (min-width: 768px) {
  .c_totop {
    width: 60px;
    height: 60px;
    bottom: 30px;
  }
}
.c_totop::after {
  content: "";
  flex-shrink: 0;
  height: 10px;
  width: 10px;
  border-width: 0 2px 2px 0;
  border-color: #fff;
  border-style: solid;
  transform: rotate(-135deg);
  transition: background-color 0.5s ease;
  transform-origin: 50% 60%;
  position: relative;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .c_totop::after {
    height: 15px;
    width: 15px;
    border-width: 0 3px 3px 0;
  }
}

.c_btn {
  width: 100%;
  max-width: 238px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 15px 15px;
  line-height: 2.7777777778;
  letter-spacing: 0.15em;
  background-color: #430203;
  border: 2px solid #430203;
  color: #fff;
  transition: 0.5s;
}
.c_btn:hover {
  opacity: 1;
  background-color: #fff;
  color: #430203;
}
@media screen and (min-width: 768px) {
  .c_btn {
    max-width: 284px;
    height: 70px;
  }
}
.c_btn.btn_white {
  background-color: #fff;
  color: #430203;
  padding: 16px 15px 15px 21px;
  border: 2px solid #fff;
}
.c_btn.btn_white:hover {
  background-color: #430203;
  color: #fff;
}

/*!
component > Other
------------------------------

- loadpage
------------------------------
*/
.is_loadding .c_loading {
  opacity: 1;
  pointer-events: all;
}

.c_loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #430203;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
}
.c_loading_content {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px);
}
.c_loading_item {
  background-color: #fff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  margin-left: 15px;
  top: 4px;
  left: -7px;
}
.c_loading_item:first-child {
  -webkit-animation: ball-zig 0.7s 0s infinite linear;
  animation: ball-zig 0.7s 0s infinite linear;
}
.c_loading_item:last-child {
  -webkit-animation: ball-zag 0.7s 0s infinite linear;
  animation: ball-zag 0.7s 0s infinite linear;
}

@-webkit-keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/*!
- Cookiewrap
------------------------------
*/
.c_contact {
  background-color: #f7f9fc;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .c_contact {
    padding: 62px 0 46px;
  }
}
.c_contact .c_ttl36 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #430203;
}
@media screen and (min-width: 768px) {
  .c_contact .c_ttl36 {
    padding-right: 10px;
  }
}
.c_contact__txt {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .c_contact__txt {
    text-align: center;
    padding-top: 36px;
  }
}
.c_contact .c_btn {
  margin: 31px auto 0;
}

[data-delay="0.1s"] {
  transition-delay: 0.1s;
}

[data-delay="0.2s"] {
  transition-delay: 0.2s;
}

[data-delay="0.3s"] {
  transition-delay: 0.3s;
}

[data-delay="0.4s"] {
  transition-delay: 0.4s;
}

[data-delay="0.5s"] {
  transition-delay: 0.5s;
}

[data-delay="0.6s"] {
  transition-delay: 0.6s;
}

[data-delay="0.7s"] {
  transition-delay: 0.7s;
}

[data-delay="0.8s"] {
  transition-delay: 0.8s;
}

[data-delay="0.9s"] {
  transition-delay: 0.9s;
}

[data-delay="1s"] {
  transition-delay: 1s;
}

[data-delay="1.5s"] {
  transition-delay: 1.5s;
}

.js_inview[data-duration="1s"] {
  transition-duration: 1s;
}

.js_inview[data-duration="1.5s"] {
  transition-duration: 1.5s;
}

.js_inview[data-duration="2s"] {
  transition-duration: 2s;
}

.js_inview {
  opacity: 0;
  transition-property: opacity, transform;
  transition-timing-function: ease-out;
  transition-duration: 0.8s;
}

.fade {
  opacity: 0;
}

.fadeup {
  transform: translate3d(0, 50px, 0);
}

.fadedown {
  transform: translate3d(0, -50px, 0);
}

.faderight {
  transform: translate3d(50px, 0, 0);
}

.fadeleft {
  transform: translate3d(-50px, 0, 0);
}

.is_show.js_inview {
  opacity: 1;
  transform: none;
}

/*!
component > breadcrumb
------------------------------
*/
/*!
component > breadcrumb
------------------------------
*/
/*!
layout > container
------------------------------
*/
.container {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .container {
    padding: 0 40px;
  }
}

@media screen and (min-width: 768px) {
  .container {
    max-width: 1219px;
  }
  .container.w_1037 {
    max-width: 1117px;
  }
  .container.w_1053 {
    max-width: 1133px;
  }
  .container.w_1056 {
    max-width: 1136px;
  }
  .container.w_1060 {
    max-width: 1140px;
  }
  .container.w_1078 {
    max-width: 1158px;
  }
  .container.w_1080 {
    max-width: 1160px;
  }
  .container.w_1178 {
    max-width: 1258px;
  }
  .container.w_1179 {
    max-width: 1259px;
  }
  .container.w_1196 {
    max-width: 1276px;
  }
  .container.w_1197 {
    max-width: 1277px;
  }
  .container.w_1209 {
    max-width: 1289px;
  }
  .container.w_1214 {
    max-width: 1294px;
  }
  .container.w_1218 {
    max-width: 1298px;
  }
  .container.w_1219 {
    max-width: 1299px;
  }
  .container.w_1279 {
    max-width: 1359px;
  }
}
/*!
page > common > common
------------------------------
*/
/*# sourceMappingURL=common.css.map */
