@charset "UTF-8";
/*フォント*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&family=Noto+Serif+JP:wght@300;400;500;600&display=swap");
/*色*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
  display: block;
}

span {
  display: block;
}

h1 {
  font-size: 0;
}

ul,
ol,
li {
  list-style: none;
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
}

a {
  text-decoration: none;
  text-decoration-skip-ink: auto;
  display: block;
}

img,
picture {
  display: block;
  width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

input, textarea, button {
  color: #3D3C3C;
  background-color: #fff;
  margin: 0em;
  padding: 0;
  border-width: 0;
  border-style: none;
  border-color: transparent;
}

input, textarea {
  cursor: text;
}

button {
  cursor: pointer;
}

input:focus {
  background-color: #fff;
  margin: 0em;
  padding: 0;
  border-width: 0;
  border-style: none;
  border-color: transparent;
}

:focus-visible {
  outline: none;
}

#wpadminbar {
  display: none;
}

html {
  margin-top: 0px !important;
}

body {
  background-color: #Fff;
  color: #3D3C3C;
  margin: 0 auto;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.button {
  cursor: pointer;
}

a:hover,
a:active,
a:focus {
  opacity: 0.7;
  transition-duration: 0.3s;
  transform: scale(102%);
}

a:-webkit-any-link {
  color: #3D3C3C;
}

p {
  text-align: justify;
}

@media screen and (min-width: 601px) {
  .sp {
    display: none;
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../image/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.l-container--all {
  width: 100%;
  margin: 0 auto;
  padding-top: 112px;
  padding-bottom: 160px;
}

.l-container--medium {
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 12.8472222222%;
  padding-right: 12.8472222222%;
  margin: 0 auto;
}

.l-container--small {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 21.0069444444%;
  padding-right: 21.0069444444%;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .l-container--medium {
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 48px;
    padding-bottom: 48px;
    margin: 0 auto;
  }
  .l-container--all {
    padding-top: 80px;
    padding-bottom: 86px;
  }
  .p-topIntro {
    padding-top: 48px;
  }
  .p-topOhaka {
    padding-bottom: 104px;
  }
}
.c-kabuku {
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}

.c-marche03 {
  margin-bottom: 124px;
  text-align: center;
  color: #f8b600;
  font-weight: 600;
  font-size: 28px;
  position: relative;
  /* padding-top: 112px; */
}

/* .c-marche03::before {
  display: block;
  content: "";
  background: url("../images/marcheSymbol-gray.svg") no-repeat center center/cover;
  width: 142px;
  padding-top: 86px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
} */

@media screen and (max-width: 600px) {
  .c-marche03 {
    font-size: 24px;
    margin-bottom: 64px;
  }
}
.c-grid01 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  column-gap: 124px;
  row-gap: 64px;
}

@media screen and (max-width: 600px) {
  .c-grid01 {
    row-gap: 32px;
  }
}
.c-marche04 {
  font-size: 20px;
  color: #f8b600;
}

@media screen and (max-width: 600px) {
  .c-marche04 {
    font-size: 16px;
    margin-right: 7px;
  }
}
.c-card01 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(307px, 1fr));
  column-gap: 56px;
  row-gap: 32px;
  margin-bottom: 64px;
}

.c-card01__txt {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.c-card01--wide {
  margin-right: 12%;
  margin-bottom: 120px;
}

.c-card01--reverse {
  flex-direction: row-reverse;
  margin-right: 0;
  margin-left: 12%;
}

.c-card01__title {
  margin-bottom: 16px;
  font-size: 22px;
  color: #f8b600;
  font-weight: 600;
}

.c-card01__img--wide,
.c-card01__txt--wide {
  width: 100%;
}

@media screen and (max-width: 600px) {
  .c-card01 {
    row-gap: 16px;
    margin-bottom: 32px;
  }
  .c-card01__title {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.c-card02 {
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  align-items: center;
  margin-bottom: 32px;
}

.c-card02__img {
  width: 240px;
  height: 160px;
}

.c-card02__txt {
  width: auto;
}

.c-card02__title {
  margin-bottom: 24px;
}

.c-pagelink {
  border-bottom: 2px solid #f8b600;
  font-size: 16px;
  width: 240px;
  text-align: center;
  padding-bottom: 40px;
  position: relative;
  font-weight: 500;
}

.c-pagelink:-webkit-any-link {
  color: #3D3C3C;
}

@media screen and (max-width: 600px) {
  .c-pagelink {
    font-size: 12px;
    width: 150px;
  }
}
.c-pagelink::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/angle-down-solid.svg") no-repeat center center/contain;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
}

.button a {
  justify-content: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 16px 0;
  font-size: 17px;
  font-family: "Hannari", "Noto Serif JP", serif;
  background-color: #33AB8B;
  border-radius: 5px;
  color: #fff;
}

h2 {
  font-weight: 300;
  font-size: 19px;
  letter-spacing: 0.4em;
  position: relative;
  text-align: center;
  font-family: "Hannari", "Noto Serif JP", serif;
  color: #33AB8B;
  margin-bottom: 80px;
}

h2 span {
  display: inline-block;
  margin-left: 20px;
  font-size: 12px;
  letter-spacing: 0.3em;
  color: #33AB8B;
  font-family: "Noto Serif JP", serif;
}

h3, h4 {
  font-family: "Hannari", "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.2em;
}

h4 {
  color: #33AB8B;
  font-size: 28px;
}

h5 {
  color: #33AB8B;
  font-size: 16px;
}

.vertical_line--side {
  position: relative;
  padding-left: 56px;
}

.vertical_line--side::before {
  display: block;
  content: "";
  height: 2px;
  width: 40px;
  background: url("../images/line.svg") no-repeat center center/cover;
  margin: 0px auto 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-1px);
  margin-right: 16px;
}

.vertical_line--divide {
  height: 2px;
  width: 100%;
  background: url("../images/line.svg") no-repeat center center/cover;
  opacity: 0.1;
  margin: 24px 0;
}

.txt-left {
  text-align: start;
}

.vertical_line {
  display: inline-block;
}

.vertical_line::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: url("../images/line.svg") no-repeat center center/cover;
  margin: 0px auto 16px;
}

.vertical_line__indent {
  margin-left: 56px;
}

.vertical_line--black::after {
  background-color: #3D3C3C;
}

.h4center {
  margin-bottom: 72px;
}

.tategaki {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-align: start;
  height: 200px;
  position: relative;
}

.tategaki span {
  position: absolute;
  top: 3px;
  right: -60px;
}

@media screen and (max-width: 969px) {
  .tategaki {
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    text-align: center;
    position: static;
    height: auto;
  }
  .tategaki span {
    top: auto;
    right: auto;
    text-align: center;
  }
}


header {
  z-index: 99999;
  position: relative;
}

.p-header {
  display: flex;
  margin: 0 auto;
  padding: 48px 64px 48px;
  justify-content: space-between;
  align-items: center;
  color: #242424;
}

.p-header_wrapper {
  background-color: transparent;
}

.p-headerLogo__img {
  height: 30px;
  width: auto;
}

.p-nav__snsList {
  margin-left: 32px;
}

.p-nav__sns {
  margin-left: 12px;
}

.p-nav__snsIcon {
  font-size: 16px;
}

.p-nav__snsLink:-webkit-any-link {
  color: #33AB8B;
}

.access_contact, .upper_menu, .sns_menu, .access_contact li a {
  display: flex;
  align-items: center;
}

.access_contact, .upper_menu, .sns_menu, .access_contact li a {
  justify-content: flex-end;
}

.upper_menu {
  margin-bottom: 4px;
}

.upper_menu .button {
  margin-right: 8px;
}

.upper_menu .button a {
  font-size: 13px;
}

.sns_menu li {
  margin-left: 16px;
  font-size: 20px;
}

.access_contact li {
  padding: 0 12px;
  border: 1px solid;
  border-radius: 40px;
  margin-left: 10px;
  border-color: #242424;
}

.access_contact li p, .button a p {
  margin-left: 10px;
}

.access_contact li p {
  font-size: 15px;
}

.access_contact li a, .sns_menu li a, nav ul li a {
  color: #000;
}

#g-nav-list {
  width: 100%;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}

.p-nav__menu {
  margin-left: 32px;
}

@media screen and (max-width: 1320px) {
  .upper_menu {
    display: block;
    position: absolute;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);
  }
  .upper_menu .button {
    max-width: 200px;
    margin: 0 auto;
  }
  .upper_menu .sns_menu {
    justify-content: center;
  }
  header .access_contact {
    margin-right: 38px;
  }
  header .access_contact li {
    border: none;
    margin-left: 0;
    padding: 0 8px;
  }
  header .access_contact li a i {
    font-size: 24px;
  }
  .p-nav__sns {
    margin-left: 0;
  }
}
@media screen and (max-width: 1064px) {
  .p-header {
    padding: 32px;
  }
  .p-headerLogo__img {
    height: 26px;
    width: auto;
  }
  .p-header_wrapper {
    background-color: #fff;
  }
}
@media screen and (max-width: 743px) {
  .p-header {
    padding: 24px 24px;
  }
  .p-headerLogo__img {
    height: 24px;
    width: auto;
  }
}
.topImageContainer {
  padding: 0 2%;
  z-index: 8888;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 48px;
}

.topImageContainer--child .topImage {
  height: 500px;
}

.topImage {
  width: 100%;
  object-fit: cover;
  height: 680px;
  border-radius: 8px;
}

nav ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  max-width: 1500px;
  margin: 0 auto;
}

nav ul ul {
  display: block;
}

nav ul .list-parent {
  position: relative;
  padding: 0 0;
}

nav ul li a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 14px;
  font-family: "Hannari", "Noto Serif JP", serif;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.06em;
}

nav ul li a:-webkit-any-link {
  color: #000;
}

nav ul li li a {
  padding: 10px 25px;
}

nav li.has-child ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 44px;
  z-index: 4;
  background: #fff;
  width: 160px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

nav li.has-child:hover > ul,
nav li.has-child ul li:hover > ul,
nav li.has-child:active > ul,
nav li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

nav li.has-child ul li a {
  color: #3D3C3C;
  font-size: 14px;
}

nav li.has-child ul li:last-child a {
  border-bottom: none;
}

nav li.has-child ul li a:hover,
nav li.has-child ul li a:active {
  background: #33AB8B;
}

nav li.has-child ul ul {
  top: 0;
  left: 182px;
  background: #fff;
}

nav li.has-child ul ul li a:hover,
nav li.has-child ul ul li a:active {
  background: #33AB8B;
}

.p-nav__menu-hasChild {
  padding-left: 24px;
  position: relative;
}

.p-nav__menu-hasChild::before {
  display: block;
  content: "";
  width: 12px;
  height: 7px;
  background: url(../images/triangle.svg) no-repeat center center/cover;
  position: absolute;
  left: 5px;
  top: calc(50% - 2px);
}

.p-nav__menu-hasChild:hover::before {
  transform: rotate(180deg);
  top: calc(50% - 1px);
  transition: transform 0.2s;
}

@media screen and (max-width: 1320px) {
  .p-nav__menu {
    margin-left: 24px;
  }
  .p-nav__menu-hasChild {
    margin-left: 0;
  }
  .sns_menu li {
    margin-left: 0px;
  }
  nav {
    padding: 0;
  }
  nav ul {
    display: block;
  }
  nav li.has-child ul,
nav li.has-child ul ul {
    position: relative;
    top: 0;
    width: 100%;
    visibility: visible; /*JSで制御するため一旦表示*/
    opacity: 1; /*JSで制御するため一旦表示*/
    display: none; /*JSのslidetoggleで表示させるため非表示に*/
    transition: none; /*JSで制御するためCSSのアニメーションを切る*/
  }
  nav ul ul li.has-child::before {
    transform: rotate(135deg);
    left: 20px;
  }
  nav li.has-child ul {
    background: transparent;
  }
  nav li.has-child ul li a:hover,
nav li.has-child ul li a:active {
    background: transparent;
  }
  .p-nav__menu-hasChild::before {
    background: url(../images/triangle-white.svg) no-repeat center center/cover;
  }
  .p-nav__menu-hasChild:hover::before {
    transform: none;
    top: none;
    transition: none;
  }
  .p-nav__menu-hasChild.active::before {
    transform: rotate(180deg);
    top: 22px;
    transition: all 0.2s;
  }
  #g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
    width: 100%;
    max-width: 480px;
    height: 100vh;
    background-color: #33AB8B;
    transition: all 0.6s;
    transform: skew(-7deg);
    z-index: 99;
  }
  #g-nav.panelactive {
    right: -53px;
  }
  #g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-right: 8%;
  }
  #g-nav-list {
    display: block;
    transform: skew(7deg);
  }
  #g-nav {
    list-style: none;
  }
  #g-nav li a {
    color: #fff;
    text-decoration: none;
    padding: 8px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: normal;
    font-size: 16px;
  }
  #g-nav .has-child ul li a {
    font-size: 16px;
    line-height: 1.5;
    color: #FCFBFA;
  }
  .p-nav__snsList {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin: 30px auto 0;
  }
  .openbtn1 {
    position: fixed;
    z-index: 9999;
    top: 52px;
    right: 64px;
    cursor: pointer;
    width: 32px;
    height: 20px;
  }
  .openbtn1 span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    height: 3px;
    border-radius: 2px;
    background-color: #000;
    width: 100%;
  }
  .openbtn1 span:nth-of-type(1) {
    top: 0px;
  }
  .openbtn1 span:nth-of-type(2) {
    top: 10px;
  }
  .openbtn1 span:nth-of-type(3) {
    top: 20px;
  }
  .openbtn1.active span:nth-of-type(1) {
    top: 0;
    left: 0;
    transform: translateY(10px) rotate(45deg);
    width: 100%;
    background-color: #fff;
  }
  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
    background-color: #fff;
  }
  .openbtn1.active span:nth-of-type(3) {
    top: 20px;
    right: 0;
    transform: translateY(-10px) rotate(-45deg);
    width: 100%;
    background-color: #fff;
  }
  header .sns_menu.sp {
    margin-top: 30px;
    margin-bottom: 88px;
  }
  header .sns_menu.sp li {
    margin-left: 0;
  }
}
@media screen and (max-width: 1064px) {
  .openbtn1 {
    top: 32px;
    right: 32px;
  }
}
@media screen and (max-width: 743px) {
  .openbtn1 {
    top: 24px;
    right: 24px;
  }
}

.p-marcheHeader {
  height: 0;
}

@keyframes anime {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.p-marcheKV {
  position: relative;
  height: 740px;
}

.p-marcheKV::after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 12%;
  background: url("../images/circle_white.svg") no-repeat center center/cover;
  position: absolute;
  bottom: -1px;
  z-index: 9999;
}

.p-marcheKV__imgWrap {
  height: 740px;
  overflow: hidden;
  position: relative;
}

.p-marcheKV__img {
  z-index: 10;
  width: 100%;
  height: 740px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 36s 0s infinite;
  animation: anime 36s 0s;
}

.p-marcheKV__txtWrap {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 100%;
  text-align: center;
  /* padding-top: 120px; */
}

/* .p-marcheKV__txtWrap::after {
  display: block;
  content: "";
  background: url("../images/marcheSymbol-white.svg") no-repeat center center/cover;
  width: 200px;
  padding-top: 105px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
} */

.p-marcheKV__txt {
  text-align: center;
  color: #fff;
  text-shadow: 1px 2px 3px #808080;
}

.p-marcheKV__ttl {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 32px;
  padding-left: 2%;
  font-family: "Hannari", "Noto Serif JP", serif;
}

.p-marcheKV__date {
  font-size: 36px;
  font-weight: 400;
  font-family: "Hannari", "Noto Serif JP", serif;
}

.p-marcheKV__time {
  font-size: 36px;
  font-weight: 400;
  font-family: "Hannari", "Noto Serif JP", serif;
}

.p-marcheKV__fee {
  font-size: 32px;
  font-weight: 400;
  font-family: "Hannari", "Noto Serif JP", serif;
}

.p-marcheKV__place {
  font-size: 32px;
  font-weight: 400;
  font-family: "Hannari", "Noto Serif JP", serif;
}

@media screen and (max-width: 600px) {
  .p-marcheKV__img {
    background: url("../images/marcheKV__sp.webp") no-repeat center center/cover;
  }
}
@media screen and (min-width: 601px) {
  .p-marcheKV__img {
    background: url("../images/marcheKV__pc.webp") no-repeat center center/cover;
  }
}
@media screen and (max-width: 812px) {
  .p-marcheKV__ttl {
    font-size: 48px;
  }
}
@media screen and (max-width: 600px) {
  .p-marcheKV__ttl {
    margin-bottom: 16px;
    font-size: 32px;
  }
  .p-marcheKV__date {
    font-size: 24px;
  }
  .p-marcheKV__time {
    font-size: 24px;
    display: block !important;
  }
  .p-marcheKV__fee {
    font-size: 24px;
  }
  .p-marcheKV__place {
    font-size: 24px;
  }
  .p-marcheKV__img {
    height: 600px;
  }
  .p-marcheKV {
    height: 600px;
  }
}
.p-marcheIntro {
  max-width: 1200px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  position: relative;
  padding-bottom: 56px;
  padding-top: 56px;
  z-index: 9999;
}

.p-marcheIntro::after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 12.64%;
  background: url("../images/whatis.svg") no-repeat center center/contain;
  position: absolute;
  bottom: 0px;
  opacity: 0.2;
  z-index: 9999;
}

.p-marcheIntro__ttl {
  font-weight: 600;
  margin-left: 80px;
  color: #f8b600;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-bottom: 0;
  padding-top: 0;
}

.p-marcheIntro__ttl::before {
  display: none !important;
}

.p-marcheIntro__txt {
  line-height: 2.5;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 900px) {
  .p-marcheIntro {
    flex-direction: column;
  }
  .p-marcheIntro__txt {
    line-height: 2.5;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    text-align: center;
  }
  .p-marcheIntro__ttl {
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    margin-left: 0px;
    margin-bottom: 64px;
  }
  .p-marcheIntro::after {
    top: 10%;
    bottom: auto;
    left: 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 600px) {
  .p-marcheIntro__ttl {
    margin-bottom: 40px;
  }
}
.p-marcheSliderItem {
  width: 30vw;
  padding: 0 3vw;
}

.p-marcheSliderWrap {
  padding: 40px 0 124px;
}

@media screen and (max-width: 900px) {
  .p-marcheSliderItem {
    width: 45vw;
    padding: 0 1vw;
  }
}
@media screen and (max-width: 600px) {
  .p-marcheSliderItem {
    width: 80vw;
    padding: 0 1vw;
  }
  .p-marcheSliderWrap {
    padding: 40px 0 64px;
  }
}
.p-marchePageLink {
  display: flex;
  justify-content: center;
  column-gap: 48px;
  row-gap: 32px;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 40px 64px 40px;
}

@media screen and (max-width: 600px) {
  .p-marchePageLink {
    padding: 40px 16px 40px;
    column-gap: 16px;
  }
}
.p-marcheProfile__manseki {
  font-size: 12px;
}

.p-marcheProfile__ttl {
  position: relative;
}

.p-marcheProfile__ttl::after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 12.64%;
  background: url("../images/shop.svg") no-repeat center center/contain;
  position: absolute;
  top: 100%;
  transform: translate(-50%, -70%);
  opacity: 0.2;
  max-width: 960px;
  left: 48%;
}

.p-marcheProfile__header {
  display: flex;
  justify-content: space-between;
  padding: 8px;
  align-items: center;
}

.p-marcheProfile__exp {
  padding: 0 8px 8px;
}

.p-marcheProfile__link {
  font-size: 20px;
  line-height: 1.75;
  margin-top: 5px;
  color: #fff;
  width: 32px;
  height: 32px;
  background-color: #f8b600;
  border-radius: 9999px;
  text-align: center;
  display: flex;
  padding-top: 6px;
  padding-left: 1px;
}

.p-marcheProfile {
  position: relative;
  padding-top: 150px;
}

@media screen and (max-width: 812px) {
  .p-marcheProfile__item {
    display: flex;
    align-items: center;
  }
  .p-marcheProfile__img {
    width: 32%;
    margin-right: 16px;
  }
}
.p-marcheWS__ttl {
  position: relative;
}

.p-marcheWS__ttl::after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 12.64%;
  background: url("../images/workshop.svg") no-repeat center center/contain;
  position: absolute;
  top: 100%;
  transform: translate(-50%, -70%);
  opacity: 0.2;
  max-width: 960px;
  left: 47%;
}

.p-marcheArticle__ttl {
  position: relative;
}

.p-marcheArticle__ttl::after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 12.64%;
  background: url("../images/interview.svg") no-repeat center center/contain;
  position: absolute;
  top: 100%;
  transform: translate(-50%, -70%);
  opacity: 0.2;
  max-width: 960px;
  left: 50%;
}

.p-marcheArticle__list {
  padding: 40px 0;
  border-bottom: 1px solid gray;
  margin-bottom: 0;
}

.p-marcheArticle__list:last-child {
  border-bottom: none;
}

.p-marcheDetail {
  position: relative;
  padding-bottom: 200px;
}

.p-marcheDetail__ttl {
  position: relative;
}

.p-marcheDetail__ttl::after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 10.64%;
  background: url(../images/detail.svg) no-repeat center center/contain;
  position: absolute;
  top: 100%;
  transform: translate(-50%, -85%);
  opacity: 0.2;
  max-width: 960px;
  left: 49%;
}

@media screen and (max-width: 600px) {
  .p-marcheDetail {
    padding-bottom: 0px;
  }
}
.p-marcheOld {
  padding-top: 100px;
}

.p-marcheOld__ttl {
  position: relative;
  color: #f8b600;
}

.p-marcheOld__ttl::after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 12.64%;
  background: url("../images/archive.svg") no-repeat center center/contain;
  position: absolute;
  top: 100%;
  transform: translate(-50%, -70%);
  opacity: 0.2;
  max-width: 960px;
  left: 50%;
}

.p-marcheOldItem {
  width: 30vw;
  padding: 0 3vw;
}

.p-marcheOldWrap {
  padding: 80px 0 104px;
}

.p-marcheOld__name {
  text-align: center;
}

.p-marcheOld__name {
  color: #3D3C3C;
}

@media screen and (max-width: 900px) {
  .p-marcheOldItem {
    width: 30vw;
    padding: 0 3vw;
  }
}
@media screen and (max-width: 600px) {
  .p-marcheProfile {
    position: relative;
    padding-top: 120px;
  }
  .p-marcheProfile__ttl::after,
.p-marcheWS__ttl::after,
.p-marcheDetail__ttl::after {
    padding-top: 16%;
    top: 80%;
    transform: translate(-50%, -50%);
  }
}
.txt-mc {
  color: #33AB8B;
}

.txt-sc {
  color: #f8b600;
}

.txt-mc:-webkit-any-link {
  color: #33AB8B;
}

.txt-sc:-webkit-any-link {
  color: #f8b600;
}

.txt-vtcl {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.txt-inline {
  display: inline;
}

.txt-inlineblk {
  display: inline-block;
}

.img-circle {
  border-radius: 9999px;
}

.img-round {
  border-radius: 8px;
}

.mg-32 {
  margin-bottom: 32px;
}

.bg-white {
  background-color: #fff;
}

.bg-sc {
  background-color: #fff;
}

.txt-link {
  border-bottom: 1px solid #3D3C3C;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.txt-adjust {
  /* padding-left: 12px; */
  transform: translateX(4px);
  display: inline-block;
}

.flex_wrapper {
  display: flex;
}

@media screen and (max-width: 969px) {
  .flex_wrapper--pc {
    display: block;
  }
}
@media screen and (min-width: 969px) {
  .flex_wrapper--sp {
    display: block;
  }
}
.flen {
  justify-content: flex-end;
}

.txt-center {
  text-align: center;
}

.txt-bold {
  font-family: "Hannari", "Noto Serif JP", serif;
}

.blk-center {
  margin: 0 auto;
}

.txt-black--light {
  color: rgba(61, 60, 60, 0.5);
}

.bg-mc {
  background-color: #33AB8B;
}

.bg-mc--light {
  background-color: rgba(51, 171, 139, 0.1);
}

.bg-black {
  background-color: #3D3C3C;
}

.alignment::after {
  display: block;
  content: "";
  width: 48%;
}

.bg-maxvw {
  width: 100vw;
  margin-left: -7.5vw;
  background-color: rgba(51, 171, 139, 0.1);
}

.block {
  display: inline-block;
}

@media screen and (min-width: 1280px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 970px) {
  .pc {
    display: none;
  }
}
.caption {
  font-size: 14px;
}
footer {
  padding: 65px 32px;
  font-size: 12px;
  text-align: center;
  margin: 250px auto 0;
  color: #fff;
  background-color: #33AB8B;
}

.logo--footerWrap {
  margin: 0 auto 24px;
}

.logo--footer {
  width: 180px;
  margin: 0 auto 8px;
}

footer .sns_menu {
  justify-content: center;
  gap: 16px;
}


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  animation-duration: 1.3s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-04s {
  animation-delay: 0.4s;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
.tada {
  animation-name: tada;
}

@keyframes wobble {
  0% {
    transform: translateZ(0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: translateZ(0);
  }
}
.wobble {
  animation-name: wobble;
}

@keyframes jello {
  0%, 11.1%, to {
    transform: translateZ(0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  0% {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translateZ(0);
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.rollIn {
  animation-name: rollIn;
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

.js_fadein, .js_fadeinup {
  opacity: 0;
}

.vegas-overlay,
.vegas-content-scrollable,
.vegas-timer,
.vegas-slide,
.vegas-slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0;
}

.vegas-content-scrollable {
  position: relative;
  height: 100%;
  overflow: auto;
}

.vegas-overlay {
  opacity: 0.5;
  background: transparent url("./overlays/02.png") center center repeat;
}

.vegas-timer {
  top: auto;
  bottom: 0;
  height: 2px;
}

.vegas-timer-progress {
  width: 0%;
  height: 100%;
  background: white;
  transition: width ease-out;
}

.vegas-timer-running .vegas-timer-progress {
  width: 100%;
}

.vegas-slide,
.vegas-slide-inner {
  margin: 0;
  padding: 0;
  background: transparent center center no-repeat;
  transform: translateZ(0);
  will-change: transform, opacity;
}

body .vegas-container {
  overflow: hidden !important;
  position: relative;
}

.vegas-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

body.vegas-container {
  overflow: auto;
  position: static;
  z-index: -2;
}

body.vegas-container > .vegas-timer,
body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide {
  position: fixed;
  z-index: -1;
}

/* Target Safari IOS7+ in order to add 76px */
/*******************************************/
/* blur transition */
/*******************************************/
.vegas-transition-blur,
.vegas-transition-blur2 {
  opacity: 0;
  filter: blur(32px) brightness(1.01);
}

.vegas-transition-blur-in,
.vegas-transition-blur2-in {
  opacity: 1;
  filter: blur(0px) brightness(1.01);
}

.vegas-transition-blur2-out {
  opacity: 0;
}

/*******************************************/
/* burn transition */
/*******************************************/
.vegas-transition-burn,
.vegas-transition-burn2 {
  opacity: 0;
  filter: contrast(1000%) saturate(1000%);
}

.vegas-transition-burn-in,
.vegas-transition-burn2-in {
  opacity: 1;
  filter: contrast(100%) saturate(100%);
}

.vegas-transition-burn2-out {
  opacity: 0;
  filter: contrast(1000%) saturate(1000%);
}

/*******************************************/
/* fade transition */
/*******************************************/
.vegas-transition-fade,
.vegas-transition-fade2 {
  opacity: 0;
}

.vegas-transition-fade-in,
.vegas-transition-fade2-in {
  opacity: 1;
}

.vegas-transition-fade2-out {
  opacity: 0;
}

/*******************************************/
/* flash transition */
/*******************************************/
.vegas-transition-flash,
.vegas-transition-flash2 {
  opacity: 0;
  filter: brightness(25);
}

.vegas-transition-flash-in,
.vegas-transition-flash2-in {
  opacity: 1;
  filter: brightness(1);
}

.vegas-transition-flash2-out {
  opacity: 0;
  filter: brightness(25);
}

/*******************************************/
/* negative transition */
/*******************************************/
.vegas-transition-negative,
.vegas-transition-negative2 {
  opacity: 0;
  filter: invert(100%);
}

.vegas-transition-negative-in,
.vegas-transition-negative2-in {
  opacity: 1;
  filter: invert(0);
}

.vegas-transition-negative2-out {
  opacity: 0;
  filter: invert(100%);
}

/*******************************************/
/* slideDown transition */
/*******************************************/
.vegas-transition-slideDown,
.vegas-transition-slideDown2 {
  transform: translateY(-100%);
}

.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
  transform: translateY(0%);
}

.vegas-transition-slideDown2-out {
  transform: translateY(100%);
}

/*******************************************/
/* slideLeft transition */
/*******************************************/
.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
  transform: translateX(100%);
}

.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
  transform: translateX(0%);
}

.vegas-transition-slideLeft2-out {
  transform: translateX(-100%);
}

/*******************************************/
/* slideRight transition */
/*******************************************/
.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
  transform: translateX(-100%);
}

.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
  transform: translateX(0%);
}

.vegas-transition-slideRight2-out {
  transform: translateX(100%);
}

/*******************************************/
/* slideUp transition */
/*******************************************/
.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
  transform: translateY(100%);
}

.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
  transform: translateY(0%);
}

.vegas-transition-slideUp2-out {
  transform: translateY(-100%);
}

/*******************************************/
/* swirlLeft transition */
/*******************************************/
.vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
  transform: scale(2) rotate(35deg);
  opacity: 0;
}

.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

.vegas-transition-swirlLeft2-out {
  transform: scale(2) rotate(-35deg);
  opacity: 0;
}

/*******************************************/
/* swirlRight transition */
/*******************************************/
.vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
  transform: scale(2) rotate(-35deg);
  opacity: 0;
}

.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

.vegas-transition-swirlRight2-out {
  transform: scale(2) rotate(35deg);
  opacity: 0;
}

/*******************************************/
/* zoomIn transition */
/*******************************************/
.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
  transform: scale(0);
  opacity: 0;
}

.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
  transform: scale(1);
  opacity: 1;
}

.vegas-transition-zoomIn2-out {
  transform: scale(2);
  opacity: 0;
}

/*******************************************/
/* zoomOut transition */
/*******************************************/
.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
  transform: scale(2);
  opacity: 0;
}

.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
  transform: scale(1);
  opacity: 1;
}

.vegas-transition-zoomOut2-out {
  transform: scale(0);
  opacity: 0;
}

/*******************************************/
/* kenburns animation */
/*******************************************/
.vegas-animation-kenburns {
  -webkit-animation: kenburns ease-out;
  animation: kenburns ease-out;
}

@-webkit-keyframes kenburns {
  0% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes kenburns {
  0% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
/*******************************************/
/* kenburnsDownLeft animation */
/*******************************************/
.vegas-animation-kenburnsDownLeft {
  -webkit-animation: kenburnsDownLeft ease-out;
  animation: kenburnsDownLeft ease-out;
}

@-webkit-keyframes kenburnsDownLeft {
  0% {
    transform: scale(1.5) translate(10%, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDownLeft {
  0% {
    transform: scale(1.5) translate(10%, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsDownRight animation */
/*******************************************/
.vegas-animation-kenburnsDownRight {
  -webkit-animation: kenburnsDownRight ease-out;
  animation: kenburnsDownRight ease-out;
}

@-webkit-keyframes kenburnsDownRight {
  0% {
    transform: scale(1.5) translate(-10%, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDownRight {
  0% {
    transform: scale(1.5) translate(-10%, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsDown animation */
/*******************************************/
.vegas-animation-kenburnsDown {
  -webkit-animation: kenburnsDown ease-out;
  animation: kenburnsDown ease-out;
}

@-webkit-keyframes kenburnsDown {
  0% {
    transform: scale(1.5) translate(0, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDown {
  0% {
    transform: scale(1.5) translate(0, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsLeft animation */
/*******************************************/
.vegas-animation-kenburnsLeft {
  -webkit-animation: kenburnsLeft ease-out;
  animation: kenburnsLeft ease-out;
}

@-webkit-keyframes kenburnsLeft {
  0% {
    transform: scale(1.5) translate(10%, 0);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsLeft {
  0% {
    transform: scale(1.5) translate(10%, 0);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsRight animation */
/*******************************************/
.vegas-animation-kenburnsRight {
  -webkit-animation: kenburnsRight ease-out;
  animation: kenburnsRight ease-out;
}

@-webkit-keyframes kenburnsRight {
  0% {
    transform: scale(1.5) translate(-10%, 0);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsRight {
  0% {
    transform: scale(1.5) translate(-10%, 0);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUpLeft animation */
/*******************************************/
.vegas-animation-kenburnsUpLeft {
  -webkit-animation: kenburnsUpLeft ease-out;
  animation: kenburnsUpLeft ease-out;
}

@-webkit-keyframes kenburnsUpLeft {
  0% {
    transform: scale(1.5) translate(10%, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUpLeft {
  0% {
    transform: scale(1.5) translate(10%, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUpRight animation */
/*******************************************/
.vegas-animation-kenburnsUpRight {
  -webkit-animation: kenburnsUpRight ease-out;
  animation: kenburnsUpRight ease-out;
}

@-webkit-keyframes kenburnsUpRight {
  0% {
    transform: scale(1.5) translate(-10%, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUpRight {
  0% {
    transform: scale(1.5) translate(-10%, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUp animation */
/*******************************************/
.vegas-animation-kenburnsUp {
  -webkit-animation: kenburnsUp ease-out;
  animation: kenburnsUp ease-out;
}

@-webkit-keyframes kenburnsUp {
  0% {
    transform: scale(1.5) translate(0, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUp {
  0% {
    transform: scale(1.5) translate(0, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  * {
    transform: none;
    animation: none;
    animation-name: none !important;
  }
}
.p-yoga{
  font-family: "Noto Serif JP", serif;
  line-height:2;
  letter-spacing:0.01em;
  font-size:15px;
}
.p-kv--yoga{
  height: calc(100vh - 126px);
  position:relative;
}
.p-kv--yoga::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  bottom: -1px;
  background: url(../images/wave.svg) no-repeat center bottom/100% 100%;
  height: 84px;
}
.p-header02--yogaWrap{
  z-index: 99999;
  width: 70%;
  position: absolute;
  margin: 0 auto;
  min-width: 320px;
  padding-top: 0;
  padding-bottom:0;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%,0%);
}
.p-header02--yoga{
  margin-bottom:0;
}
.p-header03--yoga{
  font-weight:400;
  font-size:28px;
  letter-spacing:0.05em;
  position:relative;
}
.p-yogaIntro{
  padding-top:96px;
  padding-bottom: 64px;
}
.p-yogaIntro__title{
  margin-bottom:32px;
}
.p-yogaPageLink{
  padding-top:0;
}
.p-pagelink--yoga{
  border-bottom: 1px solid #000;
  font-size: 20px;
  text-align: center;
  padding-bottom: 16px;
  position: relative;
  font-weight: 400;
  width: 112px;
  padding: 0 0px 8px;
  letter-spacing:0.05em;
}
.p-pagelink--yoga::after{
  display:none;
}
.p-yogaSliderWrap {
  padding: 96px 0 124px;
}
.p-yogaSliderItem {
  width: 30vw;
  padding: 0 1vw;
}
.p-yogaKoshi__ttl::after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 12.64%;
  background: url(../images/instractor.svg) no-repeat center center/contain;
  position: absolute;
  top: 100%;
  transform: translate(-50%, -70%);
  max-width: 700px;
  left: 50%;
}
.p-header04--yoga{
  font-weight:400;
  font-size:20px;
  letter-spacing:0.05em;
  position:relative;
  color:black;
  margin-bottom:24px;
}
.p-yogaDetail__ttl{
  margin-bottom:88px;
}
.p-yogaReserve__ttl{
  margin-bottom:88px;
}
.p-yogaDetail__ttl::after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 7.2%;
  background: url(../images/schedule.svg) no-repeat center center/contain;
  position: absolute;
  top:50%;
  transform: translate(-50%, -50%);
  max-width: 1081px;
  left: 50%;
}
.p-yogaDetail__item{
  width:100%;
  text-align:center;
  border-top:1px solid #3D3C3C;
  padding: 16px 0;
  display:flex;
  justify-content: center;
  column-gap:16px;
}
.p-yogaDetail__item:last-of-type{
  border-bottom:1px solid #3D3C3C;
  margin-bottom:32px;
}
.p-yogaDetail__txt{
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}
.p-yogaReserve__ttl::after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 10%;
  background: url(../images/reservation.svg) no-repeat center center/contain;
  position: absolute;
  top:50%;
  transform: translate(-50%, -50%);
  max-width: 744px;
  left: 50%;
}
.p-yogReserve__link{
  display:flex;
  column-gap:24px;
  flex-direction: row;
}
.p-yogaReserve__item{
  padding:64px 0;
  width:50%;
  display:flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border:1px solid #3D3C3C;
  border-radius:8px;
}
.p-yogaReserve__img{
  width:80px;
  margin-bottom:24px;
}
@media screen and (max-width: 1064px){
.p-yogaSliderItem {
    width: 45vw;
    padding: 0 1vw;
}
.p-kv--yoga::after {
  background: url(../images/wave-960.svg) no-repeat center bottom/100% 100%;
  height: 61px;
}
}
@media screen and (max-width: 743px){
.p-yogaSliderItem {
    width: 80vw;
    padding: 0 1vw;
}
.p-yogaReserve__item {
  padding: 40px 0;
}
.p-header03--yoga {
  font-size: 26px;
}
.p-yogaDetail__item {
  flex-direction: column;
  align-items: center;
}
}
.txt-white{
  color:#fff;
}

.p-footer__link {
    margin-top: 16px;
    display: flex;
    gap: 8px;
    justify-content: center;
}