.l-main {
  width: 100%;
  position: relative;
  padding-top: 60px;
}
.l-main::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url("../images/top/mv.jpg");
  background-size: cover;
}
.l-main img {
  max-width: 100%;
}
.l-main a:hover {
  transition: 1s;
}
.l-main .inner {
  width: 90%;
  max-width: 1320px;
  margin: 0 auto;
}
.l-main .ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 46px;
}
.l-main .ttl .rectangle {
  position: relative;
  width: 13px;
  height: 13px;
  background-color: #BB3C23;
  border-radius: 0px 100px 0px 0px;
}
.l-main .ttl h2 {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 20px;
  line-height: 1.6;
  color: #001A2D;
}
.l-main .ttl h2 span {
  display: block;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: 2.8px;
}
@media screen and (max-width: 768px) {
  .l-main .ttl h2 span {
    font-size: 36px;
    letter-spacing: 2px;
  }
}

.p-mv {
  width: 100%;
  height: 100vh;
  position: relative;
}
.p-mv .title {
  position: absolute;
  left: 5%;
  bottom: 20%;
  color: #ffffff;
  text-shadow: 0px 0px 20px rgba(27, 13, 6, 0.8);
}
.p-mv .title h1 {
  font-family: "Manrope", sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .p-mv .title h1 {
    font-size: 34px;
  }
}
.p-mv .title h1 span {
  /* font-family: $font-family-sans; */
  font-weight: 700;
}
.p-mv .title p {
  font-family: "Manrope", sans-serif;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-mv .title p {
    font-size: 18px;
  }
}
.p-mv .title p span {
  font-weight: 400;
}

.conceptArea {
  z-index: 1;
}
.conceptArea .frame {
  width: 96%;
  max-width: calc(100% - 100px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7.4vw;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
  background-color: #FFFAF5;
  border-radius: 0px 240px 0px 0px;
  box-shadow: 0 0 40px 0 #1B0D06;
}
@media screen and (max-width: 1200px) {
  .conceptArea .frame {
    padding: 4.2vw;
  }
}
@media screen and (max-width: 768px) {
  .conceptArea .frame {
    max-width: calc(100% - 20px);
    border-radius: 0px 80px 0px 0px;
    padding: 80px 30px;
    display: block;
  }
}
.conceptArea .frame .textbox {
  width: 32%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .conceptArea .frame .textbox {
    width: 100%;
  }
}
.conceptArea .frame .textbox h4 {
  margin-bottom: 40px;
  font-size: 1.8rem;
  font-weight: 500;
}
.conceptArea .frame .imgbox {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .conceptArea .frame .imgbox {
    width: 100%;
  }
}

.menuArea {
  z-index: 1;
  padding: 7vw 0;
}
.menuArea .frame {
  width: 100%;
  height: 100vh;
  background-image: url("../images/top/bg_menu.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 7.4vw;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
  box-shadow: 0 0 40px 0 #1B0D06;
}
@media screen and (max-width: 1200px) {
  .menuArea .frame {
    padding: 4.2vw;
  }
}
@media screen and (max-width: 768px) {
  .menuArea .frame {
    padding: 80px 30px;
    display: block;
    height: auto;
  }
}
.menuArea .frame .textbox {
  width: 38%;
  color: #ffffff;
  text-shadow: 0px 0px 20px rgb(27, 13, 6);
}
@media screen and (max-width: 768px) {
  .menuArea .frame .textbox {
    width: 100%;
  }
}
.menuArea .frame .textbox .ttl h2 {
  color: #ffffff;
}
.menuArea .frame .textbox p {
  margin-bottom: 30px;
}
.menuArea .frame .btnbox {
  display: flex;
  flex-wrap: wrap;
}
.menuArea .frame .btnbox a {
  width: calc(100% - 2px);
  margin: 1px;
  background-color: #BB3C23;
  color: #ffffff;
  text-align: center;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .menuArea .frame .btnbox a {
    width: 100%;
    padding: 16px;
  }
}
.menuArea .frame .btnbox a:hover {
  background-color: #001A2D;
}
.menuArea .frame .btnbox a .text {
  padding-left: 10px;
}
.menuArea .frame .btnbox a:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/common/ic_pdf.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.menuArea .frame .btnbox a.first {
  border-radius: 0 0 0 0;
}
@media screen and (max-width: 768px) {
  .menuArea .frame .btnbox a.first {
    border-radius: 0 30px 0 0;
  }
}
.menuArea .frame .btnbox a.second {
  border-radius: 0 50px 0 0;
}
@media screen and (max-width: 768px) {
  .menuArea .frame .btnbox a.second {
    border-radius: 0 0 0 0;
  }
}
.menuArea .frame .btnbox a.third {
  border-radius: 0 0 0 50px;
}
@media screen and (max-width: 768px) {
  .menuArea .frame .btnbox a.third {
    border-radius: 0 0 0 0;
  }
}
.menuArea .frame .btnbox a.forth {
  border-radius: 0 0 0 0;
}
@media screen and (max-width: 768px) {
  .menuArea .frame .btnbox a.forth {
    border-radius: 0 0 0 30px;
  }
}

.hoursArea {
  z-index: 1;
}
.hoursArea .frame {
  width: 96%;
  max-width: calc(100% - 100px);
  margin: 0 0 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 7.4vw;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
  border-radius: 160px 0 0 0;
  background: rgba(27, 13, 6, 0.8);
}
@media screen and (max-width: 1200px) {
  .hoursArea .frame {
    padding: 4.2vw;
  }
}
@media screen and (max-width: 768px) {
  .hoursArea .frame {
    max-width: calc(100% - 20px);
    border-radius: 80px 0 0 0;
    padding: 80px 30px;
    display: block;
  }
}
.hoursArea .frame .textbox {
  width: 32%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .hoursArea .frame .textbox {
    width: 100%;
  }
}
.hoursArea .frame .textbox .ttl h2 {
  color: #ffffff;
}
.hoursArea .frame .timebox {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .hoursArea .frame .timebox {
    width: 100%;
  }
}
.hoursArea .frame ul {
  list-style-type: none;
  color: #ffffff;
  padding: 5px;
}
.hoursArea .frame ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
}

.c-card-info {
  margin: 30px 0;
  display: grid;
  grid-template-columns: auto 1fr;
  row-gap: 15px;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .c-card-info {
    row-gap: 4px;
  }
}
.c-card-info__head {
  padding: 10px;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #BB3C23;
}
.c-card-info__head:nth-last-of-type(1):after {
  height: 100%;
}
.c-card-info__body {
  padding: 10px;
  text-align: left;
  margin-left: 0;
  border-bottom: 1px solid #FFFAF5;
}
@media screen and (max-width: 768px) {
  .c-card-info__body:nth-last-of-type(1) {
    margin-bottom: 0px;
  }
}

.photoArea {
  width: 100%;
  background-color: #FFFAF5;
  padding: 7.4vw 0;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .photoArea {
    flex-direction: column-reverse;
    padding: 7vw 0 14vw;
  }
}
.photoArea .title {
  width: 60%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .photoArea .title {
    width: 78%;
  }
}
.photoArea .item {
  width: 100%;
  max-width: 1000px;
  height: auto;
  padding-left: 0;
  padding-right: 50px;
  display: block;
  cursor: -webkit-grab;
  cursor: grab;
}
@media screen and (max-width: 768px) {
  .photoArea .item {
    max-width: 300px;
    padding-right: 10px;
  }
}
.photoArea .item img {
  border-radius: 0 0 0 160px;
  transform: scale(0.8);
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .photoArea .item img {
    border-radius: 0 0 0 36px;
  }
}
.photoArea .item:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.photoArea .slick-center img {
  transform: scale(1);
}
.photoArea .slick-slide img {
  border: none;
  max-width: 100%;
  height: auto;
}
.photoArea .slick-nav {
  width: 400px;
  position: relative;
  margin: 0 auto;
}
.photoArea .slick-num {
  width: auto;
  margin: 0 auto 5px;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.9285714286;
  text-align: center;
  color: #000;
}
.photoArea .arrow_box {
  width: 100%;
  position: relative;
  top: 0;
}
.photoArea .slick-slider {
  padding: 0 0 1em;
  margin: 0;
}
.photoArea .slick-arrow {
  width: 50px;
  height: 50px;
  background: url("../images/common/ic_arrow.svg") no-repeat 0 0/100% auto;
  cursor: pointer;
  font-size: 2px;
  color: transparent;
  overflow: hidden;
  text-indent: 40px;
  border: none;
  position: absolute;
  z-index: 10;
  top: unset;
  bottom: unset;
}
.photoArea .slick-arrow.slick-prev {
  left: 0;
  top: 0;
  transform: translateY(-50%);
  opacity: 1;
  transition: opacity 0.4s ease-out;
}
.photoArea .slick-arrow.slick-next {
  right: 0;
  top: 0;
  transform: rotateY(180deg) translateY(-50%);
  opacity: 1;
  transition: opacity 0.4s ease-out;
}
.photoArea .slick-arrow.slick-prev:hover,
.photoArea .slick-arrow.slick-next:hover {
  opacity: 0.6;
}
.photoArea .slick-arrow.slick-prev.slick-disabled,
.photoArea .slick-arrow.slick-next.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: pointer;
}
.photoArea .progress-container {
  width: calc(100% - 100px);
  height: 1px;
  background-color: #CECECE;
  position: relative;
  margin: 0 auto;
}
.photoArea .progress-bar1-1,
.photoArea .progress-bar2-1 {
  width: 0;
  height: 100%;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  transition: width 0.5s ease;
}
.photoArea .kazari1 {
  position: absolute;
  top: 10%;
  right: 10px;
  width: 76px;
  height: 76px;
  transform: rotate(-90deg);
  transform-origin: top left;
  background-color: #C7A940;
  border-top-right-radius: 262px;
}
@media screen and (max-width: 768px) {
  .photoArea .kazari1 {
    top: 35%;
    right: 10px;
    width: 32px;
    height: 32px;
    border-top-right-radius: 88px;
  }
}
.photoArea .kazari2 {
  position: absolute;
  bottom: 30%;
  left: 10px;
  width: 46px;
  height: 46px;
  transform: rotate(90deg);
  background-color: #C7A940;
  border-top-right-radius: 168px;
}
@media screen and (max-width: 768px) {
  .photoArea .kazari2 {
    bottom: 14%;
    left: 10px;
    width: 20px;
    height: 20px;
    border-top-right-radius: 80px;
  }
}

.instaArea {
  z-index: 1;
  padding: 7vw 0;
  background-image: url("../images/top/bg_insta.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .instaArea {
    padding: 4.2vw 0;
  }
}
@media screen and (max-width: 768px) {
  .instaArea {
    padding: 80px 30px;
    display: block;
  }
}
.instaArea .ttl {
  text-align: center;
  align-items: center;
}
.instaArea .ttl h2 {
  color: #ffffff;
  text-align: center;
}

.accessArea {
  z-index: 1;
  background-color: #FFFAF5;
  padding: 7vw 0;
}
@media screen and (max-width: 1200px) {
  .accessArea {
    padding: 4.2vw 0;
  }
}
.accessArea .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  .accessArea .inner {
    display: block;
  }
}
.accessArea .inner .textbox {
  width: 32%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .accessArea .inner .textbox {
    width: 100%;
    margin-bottom: 50px;
  }
}
.accessArea .inner .gmap {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .accessArea .inner .gmap {
    width: 100%;
    margin-bottom: 50px;
  }
}
.accessArea .inner .gmap .p-article-map {
  position: relative;
  width: 100%;
  padding-top: 96.25%;
  height: 0;
}
.accessArea .inner .gmap .p-article-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.accessArea .c-card-info {
  color: #001A2D;
}
.accessArea .c-card-info__body {
  border-bottom: 1px solid #666666;
}
.accessArea .map-btn {
  width: 240px;
  padding: 14px 20px;
  background-color: #BB3C23;
  border-top-right-radius: 100px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  text-decoration: none;
}
.accessArea .map-btn .icon {
  width: 16px;
}
.accessArea .map-btn .text {
  width: calc(100% - 16px);
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}
.accessArea .map-btn:hover {
  background-color: #001A2D;
}
/*# sourceMappingURL=style.css.map */