@charset "UTF-8";
/* ***************************************
font Setting
*************************************** */
/*----------------------------------------
breakpoint Setting
----------------------------------------*/
/*========================================
  全体設定
========================================*/
@import url("https://fonts.googleapis.com/css2?family=Abel&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
html,
body {
  width: 100%;
  /*height: 100%;*/
}

body {
  min-width: 320px;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

/*----------------------------------------
	フォントサイズ
----------------------------------------*/
html {
  font-size: 56.25%;
  /* 9px */
}

@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
    /* 10px */
  }
}
body {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  margin: 0 auto;
}

/*----------------------------------------
	共通css
----------------------------------------*/
a:link,
a:visited,
a:active {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: top;
}

/*overflowで要素内をスクロールした時にiOSでスムーズにスクロールされない問題を解決*/
/*慣性スクロールにする*/
.inline_block {
  display: inline-block;
}

.text-css {
  line-break: strict;
}

@media screen and (min-width: 768px) {
  .css-pc-br::after {
    content: "\a";
    white-space: pre;
  }
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .css-sp-br::after {
    content: "\a";
    white-space: pre;
  }
  .sp_none {
    display: none;
  }
}
.obj-fit-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;"; /*IE用*/
}

.bold {
  font-weight: bold;
}

.font_size--068 {
  font-size: 0.68em;
}

.font_size--078 {
  font-size: 0.78em;
}

.font_size--088 {
  font-size: 0.88em;
}

.font_size--093 {
  font-size: 0.93em;
}

.font_size--11 {
  font-size: 1.1em;
}

.font_size--12 {
  font-size: 1.2em;
}

.font_size--13 {
  font-size: 1.3em;
}

.font_size--15 {
  font-size: 1.5em;
}

.font_size--18 {
  font-size: 1.8em;
}

.font_size--20 {
  font-size: 2em;
}

/*----------------------------------------
.header
----------------------------------------*/
/*----------------------------------------
.breadcrumbs
----------------------------------------*/
.breadcrumbs {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  padding: 0.5rem 0.5em;
  color: #4d4d4d;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.breadcrumbs__list {
  display: flex;
}
.breadcrumbs__item {
  position: relative;
  display: block;
  padding-right: 1.6rem;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0.8rem;
  width: 0;
  height: 1em;
  border-right: 1px solid;
  transform: rotate(30deg);
}
.breadcrumbs__item:not(:last-child) a {
  text-decoration: underline;
}
.breadcrumbs__item:last-child a {
  pointer-events: none;
}

/*----------------------------------------
.footer
----------------------------------------*/
.footer {
  font-size: 1.5rem;
  position: relative;
  background-color: #fff;
  color: #4d4d4d;
}
.footer__inner {
  padding: 2rem 0;
  text-align: center;
}
.footer__logo {
  width: 9rem;
  margin: 0 auto 0.3rem;
}
.footer__logo_inner {
  display: block;
}
.footer__list {
  margin-bottom: 1.5rem;
}
.footer__item {
  margin-bottom: 0.5rem;
}
.footer__copy {
  line-height: 1.4;
  opacity: 0.7;
}

/*----------------------------------------
.page_top
----------------------------------------*/
.page_top {
  position: fixed;
  bottom: -5rem;
  right: 0;
  transition: 0.3s;
  z-index: 3;
  color: #fff;
}
.page_top.fixed {
  bottom: 0;
}
.page_top__inner {
  background: #2d2d2d;
  text-decoration: none;
  width: 5rem;
  height: 5rem;
  text-align: center;
  display: block;
  position: relative;
}
.page_top__inner::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  bottom: 0;
  left: 0;
  right: 0;
  width: 13px;
  height: 13px;
  margin: auto;
  display: block;
  border-left: 2px solid;
  border-top: 2px solid;
  transform: rotate(45deg);
}

/*****************************
base
*****************************/
body {
  font-family: "Abel", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.price, .intro {
  font-family: "Noto Serif JP", "Abel", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ----------------------------------------

--------------------------------------- */
body {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #0d0d0d;
  font-weight: 500;
}

.wrapper {
  position: relative;
}

/* ----------------------------------------
  section
--------------------------------------- */
.section--intro, .section--price {
  position: relative;
  z-index: 1;
}
.section--intro {
  padding-bottom: 18vw;
}
@media screen and (min-width: 768px) {
  .section--intro {
    padding-bottom: 10vw;
  }
}
@media screen and (min-width: 1200px) {
  .section--intro {
    padding-bottom: 7vw;
  }
}
.section--price {
  padding-top: 12vw;
}
@media screen and (min-width: 768px) {
  .section--price {
    padding-top: 7vw;
  }
}
/* ----------------------------------------
  main
--------------------------------------- */
.section--main .section__inner {
  max-width: 1200px;
  margin: auto;
}

.main {
  padding-top: 3rem;
  overflow: hidden;
}
.main__logo {
  max-width: 16rem;
  width: 25%;
  margin: auto;
  padding-bottom: 0.5rem;
}
.main__sub_title {
  max-width: 60rem;
  width: 70%;
  margin: auto;
}
.main__title {
  height: 61.3vw;
}
@media screen and (min-width: 1200px) {
  .main__title {
    height: 736px;
  }
}
@media screen and (max-width: 767px) {
  .main__title {
    height: 71.3vw;
  }
}
.main__title_inner {
  display: block;
}
@media screen and (max-width: 767px) {
  .main__title_inner {
    margin: 0 -10%;
  }
}

/* ----------------------------------------
  intro
--------------------------------------- */
.section--intro {
  /*position: relative;
  z-index: -1;
  .section__inner {
    position: relative;
    max-width: 120rem;
    margin: auto;
    &::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      display: block;
      width: 100%;
      padding-top: 115%;
      background-image: url(../img/bg.jpg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      @include mq-down() {
        top: 15vw;
        background-size: 110%;
        padding-top: calc(115% * 1.1);
      }
      @include mq-up() {
        top: -15vw;
      }
      @media screen and (min-width: 1200px) {
        top: -25%;
        bottom: 0;
      }
    }
  }*/
}

.intro {
  padding: 0 1%;
  position: relative;
  text-align: center;
  font-size: clamp(1.45rem, 3.5vw, 2rem);
}
@media screen and (max-width: 767px) {
  .intro {
    margin-top: -5vw;
  }
}
@media screen and (min-width: 768px) {
  .intro {
    margin-top: -5vw;
  }
}
@media screen and (min-width: 1200px) {
  .intro {
    margin-top: -5rem;
  }
}
.intro__title {
  font-size: 2.2em;
  line-height: 1.3;
  letter-spacing: 0.15em;
  margin-bottom: 1em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .intro__title {
    font-size: 2.4em;
    margin-bottom: 1em;
  }
}
.intro__textarea {
  line-height: 1.5;
}
.intro__text {
  margin-bottom: 1.25em;
}
.intro__text--mb_2 {
  margin-bottom: 2.5em;
}
.intro__text--mb_0 {
  margin-bottom: 0;
}
.intro .font_size--14 {
  font-size: 1.4em;
}
.intro .color_1 {
  color: #e80113;
}
.intro .line {
  display: inline-block;
  width: 1.5em;
  height: 1px;
  background-color: #0d0d0d;
  vertical-align: 18%;
  margin-right: 0.2em;
}
.intro .font_w--600 {
  font-weight: 600;
}

/* ----------------------------------------
  event
--------------------------------------- */
.section--event {
  transform: skewY(-18deg);
  overflow: hidden;
  position: relative;
}
.section--event::before {
  content: "";
  background-image: url(../img/event_bg.jpg);
  background-size: cover;
  background-position: center top;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 190%;
  position: absolute;
  top: -22vw;
  left: 0;
  transform: skewY(22deg);
}
@media screen and (min-width: 768px) {
  .section--event::before {
    padding-top: 150%;
  }
}

.section--event .section__inner {
  transform: skewY(18deg);
  position: relative;
  padding: 20vw 0;
}
@media screen and (min-width: 768px) {
  .section--event .section__inner {
    padding: 10vw 0;
  }
}

.event {
  position: relative;
  max-width: 60rem;
  width: 90%;
  margin: auto;
}

/* ----------------------------------------
  price 
--------------------------------------- */
.price {
  padding: 0 0 10rem;
  max-width: 80rem;
  width: 90%;
  margin: auto;
}
.price__title {
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.price__table {
  width: 100%;
  border-collapse: collapse;
  border-collapse: separate;
  border-spacing: 2px;
}
.price__table th,
.price__table td {
  padding: 0.8rem 1rem;
  background-color: rgb(221.25, 221.25, 221.25);
  text-align: center;
}
.price__table th {
  background: rgb(106.5, 106.5, 106.5);
  color: #fff;
}
@media screen and (min-width: 576px) {
  .price__table tbody th,
  .price__table tbody td {
    text-align: right;
  }
  .price__table tbody th {
    width: 20%;
  }
  .price__table tbody td {
    width: 25%;
  }
}
@media screen and (max-width: 575px) {
  .price__table thead {
    display: none;
  }
  .price__table tbody,
  .price__table tr,
  .price__table td,
  .price__table th {
    display: block;
    width: 100%;
  }
  .price__table tr {
    border-bottom: 1px solid #fff;
    overflow: hidden;
    background: #eeeeee;
  }
  .price__table td,
  .price__table th {
    text-align: left;
    padding: 1rem 5% 0.8rem;
    border: none;
    border-bottom: 1px solid #fff;
    position: relative;
  }
  .price__table td:last-child,
  .price__table th:last-child {
    border-bottom: none;
  }
  .price__table tbody th {
    text-align: center;
    font-size: 1.05em;
  }
  .price__table tbody td {
    display: flex;
    justify-content: space-between;
  }
  .price__table tbody td::before {
    content: attr(data-label);
  }
}

.price_text {
  padding: 1rem 0.3rem 0;
  line-height: 1.5;
}
@media screen and (min-width: 576px) {
  .price_text {
    padding: 1rem 0.1rem 0;
  }
}
.price_text__p {
  font-size: 0.93em;
}
.price_text__p--right {
  text-align: right;
}

/* ----------------------------------------
  footer
--------------------------------------- */
.footer {
  background-color: #848484;
  color: rgba(255, 255, 255, 0.9);
}
.footer__inner {
  padding-left: 1rem;
  padding-right: 1rem;
}
.footer__list {
  margin-bottom: 2rem;
}
.footer__copy {
  font-size: 1.4rem;
}

.page_top__inner {
  background: rgb(119.25, 119.25, 119.25);
}

.breadcrumbs {
  background-color: transparent;
  color: #848484;
}

/* ----------------------------------------
  col
--------------------------------------- */
.col [data-aos=new-animation] {
  opacity: 0;
  transition-property: transform, opacity;
}

.col [data-aos=new-animation].aos-animate {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .col__item [data-aos=new-animation] {
    transform: translateX(100px);
  }
  .col__item [data-aos=new-animation].aos-animate {
    transform: translateX(0);
  }
}
@media screen and (min-width: 768px) {
  .col [data-aos=new-animation] {
    transform: translateX(-100px);
  }
  .col [data-aos=new-animation].aos-animate {
    transform: translateX(0);
  }
}/*# sourceMappingURL=style.css.map */