@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-origin: border-box;
}
:root {
  /* Font */
  --font-family--primary: "Shippori Mincho", serif;

  font-size: 10px;

  /* Colors */
  --color-body: #333;
  --color-primary: #a92619;
  --color-secondary: #eeab53;
  --color-orange-white: #fef4e5;
  --color-white: #ffffff;
  --color-link-hover: #333333;
  --color-btn: #ea5d6c;
}
html {
  scroll-behavior: smooth;
}
body {
  display: block;
  overflow-x: hidden;
  width: 100%;
  font-style: normal;
  line-height: 1.8;
  font-weight: 700;
  font-family: var(--font-family--primary);
  color: var(--color-body);
  background-color: var(--color-white);
}
/*====================================*/
/* base contents */
/*====================================*/
p {
  font-size: 1.6rem;
  color: var(--color-body);
}
a {
  text-decoration: none;
}
ul {
  list-style-type: none;
}
ul li {
  color: currentColor;
}
img {
  width: 100%;
  height: auto;
  overflow: hidden;
  object-fit: cover;
  display: block;
}
.animate,
.animate-delay {
  opacity: 0;
  transition: all 0.8s ease-in-out;
  position: relative;
}
.animate-delay {
  transition-delay: 0.5s;
}
.slide-up {
  transform: translateY(100px);
}
.slide-down {
  transform: translateY(-100px);
}
.slide-left {
  transform: translateX(100px);
}
.slide-right {
  transform: translateX(-100px);
}
.animate.active {
  opacity: 1;
  transform: translate(0, 0);
}
.gallery_img.animate {
  transition-delay: calc(var(--delay) * 0.05s);
}
/* ------------------------
    edit contents
------------------------- */
/* 指定フォント ここから */

/* ----pc,sp/on_off---- */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

@media (max-width: 991px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media (max-width: 991px) {
  body {
    padding-left: 0;
  }
}
/*********************************
1. Header
*********************************/
.lp-mvisual {
  position: relative;
}
.lp-mvisual__inner {
  position: relative;
  overflow-x: hidden;
  background-color: var(--color-primary);
}
.mvisual__slide {
  position: relative;
  overflow: hidden;
}
.mvisual__slide .swiper-pagination {
  bottom: 30px;
}
.mvisual__slide .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border: 3px solid white;
  background-color: transparent;
}
.mvisual__slide .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}
.mvisual__slide .swiper-slide {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
.mvisual__slide .swiper-slide:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
.mvisual__slide .swiper-slide picture,
.mvisual__slide .swiper-slide img {
  width: 100%;
}
.mvisual__slide .swiper-slide img {
  display: block;
}
.lp-mvisual__inner .swiper-pagination {
  display: flex;
  gap: 24px;
  width: fit-content;
  left: 64px;
  bottom: 145px;
}
.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: var(--color-white);
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #c9bc23;
}
.lp-mvisual__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.lp-mvisual__logo .lp-mvisual__logo-main {
  position: relative;
}
.lp-mvisual__logo .lp-mvisual__logo-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.lp-mvisual__logo .lp-mvisual__logo-bg img {
  width: 40vw;
}
@media (max-width: 991px) {
  .lp-mvisual__inner {
    padding: 0;
  }
  .lp-mvisual__inner .swiper-pagination {
    gap: 8px;
    left: 40px;
    bottom: 76px;
  }
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .lp-mvisual__logo .lp-mvisual__logo-main img {
    width: 80vw;
  }
  .lp-mvisual__logo .lp-mvisual__logo-bg img {
    width: 100vw;
  }
}
/*********************************
2. lp_contents01
*********************************/
.lp__main {
  background: var(--color-orange-white);
  /* padding-top: 8.4rem; */
  padding: 8.4rem 2rem 0;
}
.lp__main.lp__main--maps {
  background: var(--color-primary);
  padding-top: 8rem;
}
.lp__main.lp__main--maps .lp__main--title .lp__main--title-main,
.lp__main.lp__main--maps .lp__main--title .lp__main--text {
  color: var(--color-white);
}
.lp__main.lp__main--maps .lp__main--title .lp__main--text {
  margin-bottom: 7.7rem;
}
.lp__main--maps .lp__main--maps-img {
  max-width: 960px;
  margin: auto;
  padding-bottom: 12rem;
}
.lp__main .lp__main--title {
  margin-bottom: 6.4rem;
  text-align: center;
}
.lp__main .lp__main--title .lp__main--title-main {
  font-size: 3.2rem;
  color: var(--color-primary);
  margin-bottom: 2.5rem;
}
.lp__main .grid_containter {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 1.7rem;
  max-width: 1080px;
  margin: auto;
  padding-bottom: 9.6rem;
}
.grid__item {
  opacity: 0;
  transform: translateY(50px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
.grid__item.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.inner {
  overflow: hidden;
}
.inner img {
  border-radius: 24px;
}
.grid__item--slider {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.grid__item--slider .swiper-slide img {
  border-radius: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .grid__item--slider .swiper-pagination {
  bottom: 8px;
}
.grid__item--slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 0.7;
}
.grid__item--slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--color-secondary);
} */
.inner .grid__item--title {
  position: relative;
  display: block;
  font-size: 2rem;
  color: var(--color-body);
  margin: 8px 0 16px;
}
.inner .grid__item--title a {
  color: var(--color-body);
}
.inner .grid__item--title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.2) 80%, transparent 100%);
  transform: skewX(-20deg);
  transition: left 1.5s ease;
  z-index: 1;
  pointer-events: none;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
}
.inner .grid__item--title:hover::before {
  left: 150%;
}
.inner .grid__item--title .stick {
  width: 100%;
  height: 5px;
  position: absolute;
  display: flex;
  bottom: -8px;
}
.inner .grid__item--title .stick span {
  display: inline-block;
  height: 5px;
  transition:
    width 0.4s ease,
    background-color 0.4s ease;
}
.inner .grid__item--title .stick span:first-child {
  background-color: var(--color-secondary);
  width: 80%;
}
.inner .grid__item--title .stick span:last-child {
  background-color: var(--color-primary);
  width: 20%;
}
.inner .grid__item--title:hover .stick span:first-child {
  width: 20%;
}
.inner .grid__item--title:hover .stick span:last-child {
  width: 80%;
}
.grid__item--text {
  margin-top: 8px;
}

@media (max-width: 991px) {
  .lp__main .grid_containter {
    grid-template-columns: 1fr 1fr;
  }
  @media (max-width: 767.98px) {
    .lp__main .grid_containter {
      grid-template-columns: 1fr;
      gap: 40px;
    }
  }
}
/*********************************
3. lp_contents02
*********************************/
#lp_contents02 .lp__main {
  position: relative;
  background: var(--color-white);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  transform: translateY(-30px);
  padding-top: 7.6rem;
}
#lp_contents02 .lp__main .grid_containter {
  margin-top: 9.8rem;
  padding-bottom: 4.6rem;
}
.inner a {
  position: relative;
  display: block;
  font-size: 2rem;
  color: var(--color-body);
}
.inner a::after {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 23px;
  background: url(../img/svg/arrow_right.svg) no-repeat;
  background-size: cover;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  z-index: 2;
  transition: all 0.5s ease;
}
.inner a:hover::after {
  background: url(../img/svg/arrow_right-yellow.svg) no-repeat;
  background-size: cover;
}
#lp_contents02 .inner .grid__item--title .stick span:first-child {
  background-color: var(--color-primary);
}
#lp_contents02 .inner .grid__item--title .stick span:last-child {
  background-color: var(--color-secondary);
}
#lp_contents02 .inner .date {
  margin: 0 0 8px;
}
#lp_contents02 .inner .date p {
  display: inline-block;
}
#lp_contents02 .inner .date p:first-child {
  padding: 0 10px;
  background-color: #db5b50;
  border-radius: 4px;
  color: var(--color-white);
}
#lp_contents02 .inner .date p:last-child {
  margin-left: 16px;
}
.btn {
  background-color: var(--color-secondary);
  width: fit-content;
  border-radius: 30px;
  transition: background-color 0.5s ease;
  margin: 0 auto 12.6rem;
}
.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--color-white);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  padding: 8px 0;
  width: 300px;
  transition: color 0.5s ease;
}
.btn:hover {
  background-color: var(--color-primary);
}
.btn a:hover {
  color: var(--color-white);
}
.decor {
  position: absolute;
  z-index: -1;
}
.decor-1 {
  top: 5%;
  left: 0;
}
.decor-2 {
  top: 5%;
  right: 0;
}
.decor-3 {
  bottom: 0;
  left: 0;
}
.decor-4 {
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .lp__main-top img {
    height: 45vw;
    object-position: 67%;
  }
  @media (max-width: 600px) {
  }
}
/*********************************
4. Footer
*********************************/
.footer {
  background-color: var(--color-primary);
}
/*-----------------------------
4.1. Footer top
-----------------------------*/
.footertop {
  max-width: 1080px;
  padding: 96px 0 58px;
  margin: auto;
}
.footertop__logo {
  display: flex;
  flex-wrap: nowrap;
  gap: 82px;
  justify-content: center;
}
.footertop__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 70px;
}
.footertop__links > li {
  line-height: 20px;
  padding: 0 24px;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: var(--color-white);
}
.footertop__links > li:first-child {
  border-left: 1px solid var(--color-white);
}
.footertop__links > li a {
  color: var(--color-white);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.footertop__links > li a:hover {
  text-decoration: none;
  color: var(--color-link-hover);
}
.footer_note {
  margin-top: 40px;
}
.footer_note p {
  text-align: center;
  color: var(--color-white);
  font-family: var(--font-family--primary);
  font-weight: 500;
}
@media (max-width: 1199px) {
  .footertop__logo {
    gap: 50px;
    flex-direction: column;
    align-items: center;
  }
  .footer_note {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .footertop {
    padding: 36px 0;
  }
  .footertop__links {
    gap: 8px;
    margin-top: 25px;
  }
  .footertop__links > li,
  .footertop__links > li:first-child {
    border: none;
  }
  .footertop__logo {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .footertop__links {
    gap: 13px;
  }
  .footertop__links > li {
    position: relative;
    padding-bottom: 9px;
    width: 100%;
    text-align: center;
  }
  .footertop__links > li:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 13px;
    height: 1px;
    background-color: var(--color-white);
  }
}
/*-----------------------------
4.2. Footer copyright
-----------------------------*/
.footercopyright {
  font-size: 12px;
  font-weight: 400;
  font-family: var(--font-family--primary);
  color: var(--color-body);
  background-color: var(--color-white);
  letter-spacing: 1.92px;
  text-align: center;
}
.footercopyright p {
  margin: 0 auto;
  margin-bottom: 0;
  max-width: 1080px;
  padding: 17px 0;
}

@media (max-width: 768px) {
  .footercopyright {
    font-size: 11px;
    line-height: 17px;
    letter-spacing: 0.2px;
  }
  .footercopyright p {
    padding: 16px 0;
    font-size: 1rem;
  }
}
/*********************************
5. Back top
*********************************/
.pageTop a {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 14px;
  bottom: 20px;
  z-index: 10;
  background-color: var(--color-white);
  filter: drop-shadow(0px 3px 10px #3d260440);
  transition: opacity 0.5s ease;
}
.pageTop a:hover {
  opacity: 0.7;
}

.pageTop a img {
  width: 12px;
  transform: rotate(-90deg);
}

@media (max-width: 768px) {
  .pageTop a {
    width: 45px;
    height: 45px;
    right: 20px;
  }
}
