@charset "UTF-8";
/* -------------------------------------------

parallax

------------------------------------------- */
.parallax {
  overflow: hidden;
  position: relative;
}
.parallax > div {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

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

header

------------------------------------------- */
header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 2rem 5rem 0 2.5rem;
}

h1 {
  width: 14rem;
}

.gnav {
  display: flex;
  align-items: center;
}

.gnav-menu {
  display: flex;
  font-family: "Cinzel", serif;
  gap: 2rem;
  margin-top: 0.5rem;
}

.sns {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  gap: 1.5rem;
  margin: 0 3rem;
}

.btn-cv a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/bg-btn.png) no-repeat center/cover;
  color: #000;
  font-weight: 600;
  border-radius: 1.2rem;
  font-size: 1.2rem;
  width: 13rem;
  height: 3.2rem;
}
.btn-cv a img {
  width: 2.4rem;
  margin-right: 0.5rem;
}

@media screen and (max-width: 768px) {
  header {
    align-items: center;
    padding: 0 7rem 0 1.5rem;
    height: 6rem;
    background: #000;
    position: fixed;
    width: 100%;
    z-index: 99;
  }
  h1 {
    width: 9rem;
  }
  .sns {
    font-size: 3.6rem;
    margin: 0;
  }
  .btn-cv a {
    border-radius: 1.5rem;
    font-size: 1.6rem;
    width: 20rem;
    height: 4.8rem;
  }
}
/* -------------------------------------------

kv

------------------------------------------- */
.kv {
  padding: 10rem 0 25rem 0;
}
.kv .logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30rem;
}
.kv .logo img {
  width: 50%;
}
.kv .logo span {
  font-weight: 600;
  line-height: 1;
  font-size: 3rem;
  margin-top: 1rem;
}

.kv-schedule,
.kv-news {
  background: url(../img/ornament-1.png) no-repeat left top, url(../img/ornament-2.png) no-repeat right top, url(../img/ornament-3.png) no-repeat left bottom, url(../img/ornament-4.png) no-repeat right bottom;
  background-size: 4rem auto;
  background-color: rgba(0, 0, 0, 0.7);
  width: 80rem;
  padding: 5rem;
}

.kv-schedule {
  margin: 0 auto 10rem auto;
}
.kv-schedule p {
  width: 60%;
  margin: 0 auto;
}

.kv-news {
  margin: 0 auto;
}
.kv-news ul li:not(:last-child) {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: solid 0.1rem #fff;
}
.kv-news ul a {
  display: flex;
  align-items: center;
  pointer-events: none;
}
.kv-news ul .news-date {
  width: 10rem;
  padding-left: 1rem;
}
.kv-news ul .news-ttl {
  width: calc(100% - 10rem);
}

@media screen and (max-width: 768px) {
  .kv {
    padding: 6rem 0 25rem 0;
  }
  .kv .logo {
    justify-content: flex-start;
    height: calc(100dvh - 6rem);
    margin-bottom: 0;
    padding-top: 5rem;
  }
  .kv .logo img {
    width: 75%;
  }
  .kv .logo span {
    font-size: 2rem;
  }
  .kv-schedule,
  .kv-news {
    width: calc(100% - 4rem);
    padding: 4rem;
  }
  .kv-schedule {
    margin: 0 auto 20rem auto;
  }
  .kv-schedule p {
    width: 100%;
  }
  .kv-news ul a {
    flex-direction: column;
  }
  .kv-news ul .news-date {
    width: 100%;
    padding-left: 0;
    margin-bottom: 0.5rem;
  }
  .kv-news ul .news-ttl {
    width: 100%;
  }
}
/* -------------------------------------------

about

------------------------------------------- */
.about {
  background: url(../img/about-bg.jpg) no-repeat center/cover;
  padding: 10rem 0;
}
.about p {
  text-align: center;
  margin-bottom: 5rem;
}
.about p strong {
  color: #ba9625;
}
.about ul {
  display: flex;
  gap: 3rem;
}
.about ul li {
  flex: 1;
  border: solid 0.2rem #ba9625;
  background: url(../img/ornament-5.png) no-repeat left top, url(../img/ornament-6.png) no-repeat right top, url(../img/ornament-7.png) no-repeat left bottom, url(../img/ornament-8.png) no-repeat right bottom;
  background-size: 3rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 1.5rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4;
}
.about ul li i {
  display: block;
  font-size: 1rem;
  margin: 0.5rem 0;
}

@media screen and (max-width: 768px) {
  .about {
    padding: 10rem 3rem;
  }
  .about p {
    text-align: left;
  }
  .about ul {
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  .about ul li {
    flex: none;
    width: calc((100% - 1.5rem) / 2);
    height: 18rem;
  }
}
/* -------------------------------------------

story

------------------------------------------- */
.story {
  background: url(../img/story-bg-1.jpg) no-repeat center/cover;
  padding: 10rem 0;
}
.story .wrap {
  background: url(../img/ornament-9.png) repeat-x center top, url(../img/ornament-10.png) repeat-x center bottom, url(../img/story-bg-2.jpg) no-repeat center;
  background-size: 5rem auto, 5rem auto, cover;
  padding: 9rem 0;
  text-align: center;
}
.story .wrap p {
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .story {
    padding: 10rem 3rem;
  }
  .story .wrap {
    background-size: 3.5rem auto, 3.5rem auto, cover;
    padding: 5rem 3rem;
    text-align: left;
  }
}
/* -------------------------------------------

creator

------------------------------------------- */
.creator {
  background: url(../img/ptn.png) center top;
  background-size: 14rem auto;
  padding: 10rem 0;
}
.creator h2 + p {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 4rem;
}

.creator > ul {
  display: flex;
  gap: 3rem;
  margin-bottom: 5rem;
}
.creator > ul > li {
  flex: 1;
}
.creator > ul > li figcaption {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
}
.creator > ul > li figcaption i {
  font-size: 1.1rem;
  margin-right: 1rem;
  margin-top: 0.3rem;
}
.creator > ul > li img {
  pointer-events: none;
}

.staff-ttl {
  background: #ba9625;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Cinzel", serif;
  line-height: 1;
  height: 4.8rem;
  font-size: 2rem;
  letter-spacing: 0.15em;
  padding-top: 0.25rem;
  position: relative;
  transition: all 0.3s;
}
.staff-ttl:hover {
  opacity: 0.7;
  cursor: pointer;
}
.staff-ttl::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-right: solid 0.2rem #fff;
  border-bottom: solid 0.2rem #fff;
  box-sizing: border-box;
  position: absolute;
  right: 2rem;
  top: 1.4rem;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.staff-ttl.open::before {
  transform: rotate(225deg);
  top: 2rem;
}

.staff-content {
  padding: 5rem;
  border-left: solid 0.2rem #ba9625;
  border-right: solid 0.2rem #ba9625;
  border-bottom: solid 0.2rem #ba9625;
  display: flex;
}
.staff-content > ul {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.staff-content > ul li {
  display: flex;
}
.staff-content > ul li span:nth-child(1) {
  color: #ba9625;
  width: 12rem;
}
.staff-content > ul li span:nth-child(2) {
  width: calc(100% - 12rem);
}
.staff-content > ul li i {
  display: block;
  margin-top: 1rem;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .creator {
    padding: 10rem 3rem;
  }
  .creator h2 + p {
    font-size: 1.5rem;
  }
  .creator > ul {
    flex-wrap: wrap;
  }
  .creator > ul > li {
    flex: none;
    width: calc((100% - 3rem) / 2);
  }
  .staff-content {
    padding: 3rem;
    flex-direction: column;
  }
  .staff-content > ul {
    flex: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .staff-content > ul li {
    flex-direction: column;
  }
  .staff-content > ul li span:nth-child(1) {
    width: 100%;
  }
  .staff-content > ul li span:nth-child(2) {
    width: 100%;
  }
  .staff-content > ul:last-of-type {
    margin-top: 2rem;
  }
}
/* -------------------------------------------

ticket

------------------------------------------- */
.ticket {
  background: url(../img/schedule-bg-1.jpg) no-repeat center/cover;
  padding: 10rem 0;
}

.ticket-schedule {
  border-bottom: dashed 0.1rem #fff;
  padding-bottom: 4rem;
  margin-bottom: 6rem;
}
.ticket-schedule p {
  margin-top: 2rem;
}
.ticket-schedule p span {
  display: flex;
  align-items: center;
}
.ticket-schedule p span::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(../img/ico-beer.png) no-repeat center/contain;
  margin-right: 1rem;
}
.ticket-schedule p i {
  font-size: 1.2rem;
  display: block;
  margin-top: 1.5rem;
}

.ticket-price {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
  gap: 3rem;
}
.ticket-price > li {
  width: calc((100% - 6rem) / 3);
}
.ticket-price > li > dl > dt {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  padding: 1.2rem 0;
  text-align: center;
}
.ticket-price > li > dl > dd {
  padding: 3rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ticket-price > li.normal {
  border: solid 0.15rem #005f6e;
}
.ticket-price > li.normal > dl > dt {
  background: #005f6e;
}
.ticket-price > li.normal .price {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
.ticket-price > li.normal .price dl {
  display: flex;
}
.ticket-price > li.normal .price dl dt {
  width: 7rem;
}
.ticket-price > li.normal .price dl dd {
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.ticket-price > li.premium {
  border: solid 0.15rem #a99664;
}
.ticket-price > li.premium dt {
  background: #a99664;
}
.ticket-price > li.premium .price {
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.ticket-price > li.luxury {
  border: solid 0.15rem #b44296;
}
.ticket-price > li.luxury dt {
  background: #b44296;
}
.ticket-price > li.luxury .price {
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.ticket-price > li.early {
  width: 100%;
  border: solid 0.15rem #006c58;
}
.ticket-price > li.early dt {
  background: #006c58;
}
.ticket-price > li.early dd {
  align-items: flex-start;
  padding: 3rem 3rem;
}
.ticket-price > li.early dd p {
  margin-bottom: 1.5rem;
}
.ticket-price .list {
  margin-left: 1.5rem;
}
.ticket-price .list li {
  list-style: disc;
}
.ticket-price span.note {
  display: block;
  font-size: 1.1rem;
  margin-top: 1.5rem;
}

.ticket-bartime {
  margin-bottom: 6rem;
  background: url(../img/schedule-bg-2.jpg) no-repeat center/cover;
  padding: 5rem 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 0.15rem solid;
  -o-border-image: linear-gradient(to right, #eedd98, #c8a244, #fef9d5);
     border-image: linear-gradient(to right, #eedd98, #c8a244, #fef9d5);
  border-image-slice: 1;
}
.ticket-bartime dt {
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 2rem;
}
.ticket-bartime dd span {
  display: block;
  margin-top: 3rem;
}

.ticket-cv {
  width: 56rem;
  margin: 0 auto;
}
.ticket-cv a {
  background: url(../img/bg-btn.png) no-repeat center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #000;
  height: 8rem;
  font-size: 2.2rem;
  border-radius: 2.8rem;
}
.ticket-cv a img {
  width: 4.5rem;
  margin-right: 1rem;
}
.ticket-cv span {
  display: block;
  text-align: center;
  margin-top: 2rem;
  font-size: 3rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .ticket {
    padding: 10rem 3rem;
  }
  .ticket-price {
    flex-direction: column;
    gap: 3rem;
  }
  .ticket-price > li {
    width: 100%;
  }
  .ticket-bartime {
    margin-bottom: 4rem;
    padding: 3rem;
    text-align: left;
  }
  .ticket-bartime dt {
    font-size: 1.8rem;
    text-align: center;
  }
  .ticket-cv {
    width: 100%;
    margin: 0 auto;
  }
  .ticket-cv a {
    font-size: 2rem;
  }
  .ticket-cv span {
    margin-top: 1rem;
    font-size: 2.4rem;
  }
}
/* -------------------------------------------

howto

------------------------------------------- */
.howto {
  background: url(../img/howto-bg.jpg) no-repeat center/cover;
  padding: 10rem 0;
}
.howto h2 {
  margin-bottom: 6rem;
}

.howto ul {
  display: flex;
  gap: 3rem;
}
.howto ul li {
  flex: 1;
  position: relative;
  background: #000;
  border-left: solid 0.15rem #f2dc8d;
  border-right: solid 0.15rem #fef8cf;
  border-bottom: 0.15rem solid;
  -o-border-image: linear-gradient(to right, #f2dc8d, #c8a244, #fef8cf);
     border-image: linear-gradient(to right, #f2dc8d, #c8a244, #fef8cf);
  border-image-slice: 1;
}
.howto ul li::before, .howto ul li::after {
  content: "";
  width: 5rem;
  height: 0.15rem;
  position: absolute;
  top: 0;
}
.howto ul li::before {
  background: linear-gradient(to right, #f2dc8d, #c8a244);
  left: 0;
}
.howto ul li::after {
  background: linear-gradient(to right, #c8a244, #fef8cf);
  right: 0;
}
.howto ul li > div {
  position: relative;
  padding: 0 1.5rem 2rem 1.5rem;
  height: 100%;
}
.howto ul li:not(:last-child) > div::after {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(../img/arrow-2.png) no-repeat center/contain;
  position: absolute;
  right: -2.7rem;
  top: calc(50% - 1rem);
}
.howto ul li > div > div {
  display: flex;
  justify-content: center;
  position: relative;
  top: -1.5rem;
}
.howto ul li dt {
  font-weight: 600;
  text-align: center;
  font-size: 1.4rem;
  white-space: nowrap;
  margin-bottom: 1.5rem;
}
.howto ul li dd a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.8rem;
  margin-top: 4rem;
  border-radius: 1rem;
  background: linear-gradient(120deg, #d6b549, #fbeaab, #d6b549);
  color: #000;
  font-weight: 600;
  padding-bottom: 0.2rem;
}
.howto ul li img {
  margin-bottom: 2rem;
}
.howto ul li p {
  text-align: center;
  font-size: 1.1rem;
}
.howto ul li p span {
  color: #ba9625;
}
.howto ul li p i {
  display: block;
  font-size: 1rem;
  margin-top: 1rem;
}
.howto ul li p strong {
  display: block;
  color: #f00000;
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 1.4;
}
.howto ul .step {
  font-family: "Lavishly Yours", cursive;
  line-height: 1;
  background: linear-gradient(to right, #f2dc8d, #c8a244, #fef8cf);
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .howto {
    padding: 10rem 3rem;
  }
  .howto ul {
    flex-direction: column;
    gap: 7rem;
  }
  .howto ul li::before, .howto ul li::after {
    width: 33%;
  }
  .howto ul li > div {
    padding: 0 3rem 3rem 3rem;
  }
  .howto ul li:not(:last-child) > div::after {
    background: url(../img/arrow-3.png) no-repeat center/contain;
    right: auto;
    left: calc(50% - 1rem);
    top: auto;
    bottom: -4.3rem;
  }
  .howto ul li dt {
    font-size: 2rem;
  }
  .howto ul li dd a {
    font-size: 1.6rem;
  }
  .howto ul li p {
    font-size: 1.5rem;
  }
  .howto ul li p i {
    font-size: 1.2rem;
  }
  .howto ul li p strong {
    font-size: 1.8rem;
  }
  .howto ul .step {
    font-size: 3.6rem;
  }
}
/* -------------------------------------------

cast

------------------------------------------- */
.cast {
  background: url(../img/ptn.png) center top;
  background-size: 14rem auto;
  padding: 10rem 0;
}
.cast ul {
  display: flex;
  gap: 8rem;
  flex-wrap: wrap;
}
.cast ul li {
  width: calc((100% - 24rem) / 4);
}
.cast ul li figure {
  margin-bottom: 2rem;
}
.cast ul li > dl > dt {
  color: #ba9625;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.cast ul li > dl > dd dl {
  text-align: center;
  font-size: 1.1rem;
}

@media screen and (max-width: 768px) {
  .cast {
    padding: 10rem 3rem;
  }
  .cast ul {
    gap: 5rem;
    flex-wrap: wrap;
  }
  .cast ul li {
    width: calc((100% - 5rem) / 2);
  }
}
/* -------------------------------------------

voice

------------------------------------------- */
.voice {
  padding: 10rem 0;
  border-top: 1.5rem solid;
  border-bottom: 1.5rem solid;
  -o-border-image: linear-gradient(to right, #d4b346, #fbeaab, #d4b346);
     border-image: linear-gradient(to right, #d4b346, #fbeaab, #d4b346);
  border-image-slice: 1;
  background: url(../img/voice-bg.jpg) no-repeat center/cover;
}
.voice h2 + p {
  text-align: center;
  margin-bottom: 4.5rem;
}

.swiper-slide p {
  background: url(../img/voice-frame.png) no-repeat center/contain;
  color: #000;
  display: flex;
  align-items: center;
  height: 24rem;
  padding: 0 4rem;
}

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

index-wrap

------------------------------------------- */
.index-wrap {
  background: url(../img/ptn.png) center top;
  background-size: 14rem auto;
  padding: 10rem 0;
}
.index-wrap > section .wrap {
  border: solid 0.15rem #ba9625;
  padding: 4rem;
}
.index-wrap > section .wrap > p {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.6rem;
}

.notice {
  padding-bottom: 10rem;
}

.notice-ttl,
.faq-ttl {
  background: #ba9625;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Cinzel", serif;
  line-height: 1;
  height: 4.8rem;
  font-size: 1.7rem;
  letter-spacing: 0.15em;
  padding-top: 0.25rem;
  position: relative;
  transition: all 0.3s;
}
.notice-ttl:hover,
.faq-ttl:hover {
  opacity: 0.7;
  cursor: pointer;
}
.notice-ttl::before, .notice-ttl::after,
.faq-ttl::before,
.faq-ttl::after {
  content: "▼";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.notice-ttl::before,
.faq-ttl::before {
  left: 10rem;
}
.notice-ttl::after,
.faq-ttl::after {
  right: 10rem;
}

.notice-content,
.faq-content {
  padding: 3rem 3rem 2rem 3rem;
}

.notice-content section:not(:last-of-type) {
  margin-bottom: 4rem;
}
.notice-content > p {
  margin-bottom: 4rem;
}
.notice-content h3 {
  margin-bottom: 2rem;
  background: #333;
  padding: 1rem 1.5rem 1.1rem 1.5rem;
  font-size: 1.5rem;
}
.notice-content section p {
  margin-bottom: 1.5rem;
}
.notice-content section ul {
  margin-left: 2rem;
  margin-bottom: 2rem;
}
.notice-content section ul li {
  list-style: disc;
}

.faq-list dd:not(:last-of-type) {
  margin-bottom: 3rem;
}
.faq-list dt {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  background: #333;
  padding: 1rem 1.5rem;
}
.faq-list dt span:nth-child(1) {
  font-family: "Cinzel", serif;
  font-size: 1.8rem;
  color: #ba9625;
}
.faq-list dt span:nth-child(2) {
  padding-left: 2rem;
  font-size: 1.6rem;
}
.faq-list dd {
  display: flex;
  padding: 1rem 2rem 0 2rem;
}
.faq-list dd span:nth-child(1) {
  font-family: "Cinzel", serif;
  font-size: 1.8rem;
}
.faq-list dd span:nth-child(2) {
  padding-left: 2rem;
}

@media screen and (max-width: 768px) {
  .index-wrap {
    padding: 10rem 3rem;
  }
  .index-wrap > section .wrap {
    padding: 2.5rem;
  }
  .notice {
    padding-bottom: 6rem;
  }
  .notice-ttl::before,
  .faq-ttl::before {
    left: 2rem;
  }
  .notice-ttl::after,
  .faq-ttl::after {
    right: 2rem;
  }
  .notice-content,
  .faq-content {
    padding: 2rem 0;
  }
  .faq-list dt span:nth-child(1) {
    font-size: 1.6rem;
  }
}
/* -------------------------------------------

access

------------------------------------------- */
.access {
  padding: 10rem 0;
  background: url(../img/access-bg.jpg) no-repeat center/cover;
}
.access h2 {
  margin-bottom: 8rem;
}
.access .wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.access .wrap > * {
  width: 45%;
}
.access iframe {
  width: 100%;
  height: 36rem;
}
.access .logo {
  width: 20rem;
  margin-bottom: 4rem;
}
.access dl {
  display: flex;
  flex-wrap: wrap;
}
.access dl dt {
  width: 8rem;
}
.access dl dd {
  width: calc(100% - 8rem);
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .access {
    padding: 10rem 3rem;
  }
  .access h2 {
    margin-bottom: 6rem;
  }
  .access .wrap {
    flex-direction: column;
  }
  .access .wrap > * {
    width: 100%;
  }
  .access .wrap .gmap {
    margin-bottom: 3rem;
  }
  .access iframe {
    width: 100%;
    height: 36rem;
  }
  .access .logo {
    margin-bottom: 3rem;
  }
}
/* -------------------------------------------

contact

------------------------------------------- */
.contact {
  background: url(../img/ptn.png) center top;
  background-size: 14rem auto;
  padding: 10rem 0;
}

.contact ul {
  display: flex;
  gap: 5rem;
}
.contact ul li {
  flex: 1;
}
.contact ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/ornament-11.png) no-repeat center top 0.5rem, url(../img/ornament-11.png) no-repeat center bottom 0.5rem;
  background-size: 80% auto;
  background-color: #a99664;
  height: 7.2rem;
  font-size: 1.5rem;
}
.contact ul li div {
  margin-top: 1.5rem;
  font-size: 1.1rem;
}

@media screen and (max-width: 768px) {
  .contact {
    padding: 10rem 3rem;
  }
  .contact ul {
    flex-direction: column;
    gap: 3rem;
  }
  .contact ul li {
    flex: none;
    width: 100%;
  }
  .contact ul li div {
    font-size: 1.2rem;
  }
}
/* -------------------------------------------

footer

------------------------------------------- */
footer {
  padding: 8rem 0 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #000;
}
footer .logo {
  width: 24rem;
}

.sponsored {
  margin: 6rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(../img/ornament-13.png) no-repeat center bottom;
  background-size: auto 0.24rem;
}
.sponsored dt {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-family: "Cinzel", serif;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
.sponsored dt::before, .sponsored dt::after {
  content: "";
  width: 12rem;
  height: 3rem;
  background: url(../img/ornament-12.png) no-repeat center/contain;
}
.sponsored dt::before {
  margin-right: 1.5rem;
}
.sponsored dt::after {
  margin-left: 1.5rem;
  transform: scale(-1);
}
.sponsored dd {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 3rem 0;
}
.sponsored dd img {
  width: 60%;
  margin-bottom: 2rem;
}

.logo-craft {
  width: 22rem;
  margin-bottom: 6rem;
}

small {
  display: block;
  text-align: center;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 8rem 0 10rem 0;
  }
  footer .logo {
    width: 20rem;
  }
  .sponsored {
    background-size: auto 0.2rem;
  }
  .sponsored dt::before, .sponsored dt::after {
    width: 9rem;
  }
  .sponsored dd img {
    width: 85%;
  }
  .logo-craft {
    width: 20rem;
  }
}
/* -------------------------------------------

fixed

------------------------------------------- */
.fixed {
  position: fixed;
  left: 1.5rem;
  bottom: 1.5rem;
  width: calc(100% - 3rem);
  z-index: 999;
}

.fixed a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.7rem;
  background: url(../img/bg-btn.png) no-repeat center/cover;
  border-radius: 1.8rem;
  height: 5.6rem;
  color: #000;
}
.fixed a img {
  width: 3.5rem;
  margin-right: 1rem;
}/*# sourceMappingURL=style.css.map */