@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
/* --------------------------------------------------
	section size
-------------------------------------------------- */
/* common
---------------------------------------------------------------------------- */
/* common
---------------------------------------------------------------------------- */
.nopc {
  display: none;
}
@media screen and (max-width: 767px) {
  .nopc {
    display: block;
  }
}

.nosp {
  display: block;
}
@media screen and (max-width: 767px) {
  .nosp {
    display: none;
  }
}

/* color */
.color01 {
  color: #e60012;
}

.strong {
  font-weight: bold;
}

.bg {
  background: #f7f7f7;
}

/* title */
.c-title {
  text-align: center;
  margin: 0;
}
.c-title .deco {
  position: relative;
  display: inline-block !important;
  text-align: center;
  color: #a1773a;
  font-size: 2.4rem;
  line-height: 1.625;
  font-weight: 500;
  padding: 0 5rem;
  margin-bottom: 3.2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .c-title .deco {
    margin-bottom: 4.5rem;
  }
}
.c-title .deco:before, .c-title .deco:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  background: url("../img/deco_ttl.png") no-repeat center center;
  background-size: 100% auto;
  width: 2rem;
  height: 3.8rem;
}
@media screen and (max-width: 767px) {
  .c-title .deco:before, .c-title .deco:after {
    width: 1.75rem;
    height: 4rem;
  }
}
.c-title .deco:before {
  left: 0;
}
.c-title .deco:after {
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
}

.c-title02 {
  text-align: center;
  color: #a1773a;
  font-size: 2.4rem;
  line-height: 2.6666666667;
  letter-spacing: 0.18em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-title02 {
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.18em;
    font-weight: 400;
  }
}
.c-title02 .inn {
  position: relative;
  display: inline-block !important;
  padding: 0 0.5rem 1rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-title02 .inn {
    width: calc(100% - 2.4rem);
    margin: 0 auto;
    padding: 0 1rem 3.8rem 1rem;
  }
}
.c-title02 .inn:after {
  position: absolute;
  right: 0;
  bottom: 1.6rem;
  display: block;
  content: "";
  width: calc(36% - 2.5rem);
  height: 2px;
  background: #a1773a;
}
@media screen and (max-width: 767px) {
  .c-title02 .inn:after {
    width: calc(40% - 1.8rem);
    bottom: 1.8rem;
    height: 1px;
  }
}
.c-title02 .inn .stickarrow {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 64%;
  height: 1.8rem;
  border-top: 2px solid #a1773a;
  border-right: 2px solid #a1773a;
  transform: skew(-45deg);
}
@media screen and (max-width: 767px) {
  .c-title02 .inn .stickarrow {
    width: 60%;
    height: 2rem;
    border-top: 1px solid #a1773a;
    border-right: 1px solid #a1773a;
  }
}

.c-title03 {
  text-align: center;
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 767px) {
  .c-title03 {
    margin-bottom: 2.4rem;
  }
}
.c-title03 .txt {
  display: inline-block;
  width: 62rem;
  text-align: center;
  color: #bd7c42;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 500;
  border-top: 1px solid #bd7c42;
  border-bottom: 1px solid #bd7c42;
  padding: 1.4rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .c-title03 .txt {
    width: 100%;
    padding: 2rem 0;
  }
}
.c-title03 .strong {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  letter-spacing: 0.18em;
  font-weight: 500;
  margin: 0 0.5rem;
}

/* hover */
@media screen and (min-width: 768px) {
  .c-hover {
    display: block;
    transition: opacity 0.4s;
  }
  .c-hover:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

/* button */
.c-button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: stretch;
  width: 28rem;
  height: 4rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: #e60012;
  background: #fff;
  border: 1px solid #e60012;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .c-button {
    width: 100%;
    height: 4.8rem;
    border-radius: 2.4rem;
  }
}
.c-button.-red {
  color: #fff;
  background: #e60012;
}

/* c-page-head
---------------------------------------------------------------------------- */
/* animetion
---------------------------------------------------------------------------- */
.js-anime .anime-bg,
.js-preload .anime-bg {
  position: relative;
  display: inline-block;
  margin-top: 1.5rem;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
@media screen and (max-width: 767px) {
  .js-anime .anime-bg,
  .js-preload .anime-bg {
    margin-top: 0.6rem;
  }
}
.js-anime .anime-bg:before,
.js-preload .anime-bg:before {
  background: #e3c18a;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.js-anime .anime-bg .inn,
.js-preload .anime-bg .inn {
  color: #fff;
  display: inline-block;
  padding: 0 0 0 4.2rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .js-anime .anime-bg .inn,
  .js-preload .anime-bg .inn {
    padding: 0 0 0 2.2rem;
  }
}
.js-anime .fade-up,
.js-preload .fade-up {
  display: block;
  overflow: hidden;
  opacity: 0;
  transition: 0.4s;
}
.js-anime .fade-up .inn,
.js-preload .fade-up .inn {
  display: block;
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.4s;
}
.js-anime.is-animated .anime-bg,
.js-preload.is-animated .anime-bg {
  animation: bg 4.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.js-anime.is-animated .fade-up,
.js-preload.is-animated .fade-up {
  opacity: 1;
}
.js-anime.is-animated .fade-up .inn,
.js-preload.is-animated .fade-up .inn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.transition-delay1,
.transition-delay1 .inn {
  transition-delay: 0.2s !important;
}

.transition-delay2,
.transition-delay2 .inn {
  transition-delay: 0.4s !important;
}

.transition-delay3,
.transition-delay3 .inn {
  transition-delay: 0.6s !important;
}

.transition-delay4,
.transition-delay4 .inn {
  transition-delay: 0.8s !important;
}

.transition-delay5,
.transition-delay5 .inn {
  transition-delay: 1s !important;
}

.transition-delay6,
.transition-delay6 .inn {
  transition-delay: 1.2s !important;
}

@keyframes bg {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  30% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
.en {
  font-family: "Jost", sans-serif;
}

/* base
---------------------------------------------------------------------------- */
a {
  outline: none !important;
}

/*------------- .l-pagebody -------------*/
.main_cnts {
  width: 100%;
  overflow: hidden;
}

.l-wrapper {
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (min-width: 1280px) {
  .l-wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    width: 100%;
    max-width: inherit;
    padding: 0 2rem;
    box-sizing: border-box;
  }
}

.l-inner {
  width: 92%;
  max-width: 108rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: inherit;
    padding: 0 2rem;
    box-sizing: border-box;
  }
}